builtin/apply: move 'fake_ancestor' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'line_termination' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'unsafe_paths' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'no_add' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'threeway' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'summary' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'numstat' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'diffstat' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'cached' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'allow_overlap' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'update_index' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'apply_verbosely' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'apply_with_reject' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'check_index' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'check' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'state' init into init_apply_state()
Christian Couder committed over 10 years ago
Makefile: add $(DEVELOPER_CFLAGS) variable
Matthieu Moy committed over 10 years ago
test-lib: add in-shell "env" replacement
Jeff King committed over 10 years ago