summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'Christian Couder2016-06-011-5/+5
* builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'Christian Couder2016-06-011-11/+11
* builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()Christian Couder2016-06-011-5/+4
* builtin/apply: move 'whitespace_option' into 'struct apply_state'Christian Couder2016-06-011-7/+6
* builtin/apply: move 'whitespace_error' global into 'struct apply_state'Christian Couder2016-06-011-13/+15
* builtin/apply: move 'root' global into 'struct apply_state'Christian Couder2016-06-011-33/+49
* builtin/apply: move 'p_value_known' global into 'struct apply_state'Christian Couder2016-06-011-5/+4
* builtin/apply: move 'p_value' global into 'struct apply_state'Christian Couder2016-06-011-52/+99
* builtin/apply: move 'has_include' global into 'struct apply_state'Christian Couder2016-06-011-3/+3
* builtin/apply: move 'limit_by_name' global into 'struct apply_state'Christian Couder2016-06-011-10/+16
* builtin/apply: move 'patch_input_file' global into 'struct apply_state'Christian Couder2016-06-011-10/+17
* builtin/apply: move 'apply' global into 'struct apply_state'Christian Couder2016-06-011-14/+17
* builtin/apply: move 'p_context' global into 'struct apply_state'Christian Couder2016-06-011-3/+4
* builtin/apply: move 'fake_ancestor' global into 'struct apply_state'Christian Couder2016-06-011-8/+5
* builtin/apply: move 'line_termination' global into 'struct apply_state'Christian Couder2016-06-011-5/+9
* builtin/apply: move 'unsafe_paths' global into 'struct apply_state'Christian Couder2016-06-011-4/+4
* builtin/apply: move 'no_add' global into 'struct apply_state'Christian Couder2016-06-011-3/+3
* builtin/apply: move 'threeway' global into 'struct apply_state'Christian Couder2016-06-011-7/+7
* builtin/apply: move 'summary' global into 'struct apply_state'Christian Couder2016-06-011-4/+4
* builtin/apply: move 'numstat' global into 'struct apply_state'Christian Couder2016-06-011-5/+4
* builtin/apply: move 'diffstat' global into 'struct apply_state'Christian Couder2016-06-011-5/+6
* builtin/apply: move 'cached' global into 'struct apply_state'Christian Couder2016-06-011-16/+19
* builtin/apply: move 'allow_overlap' global into 'struct apply_state'Christian Couder2016-06-011-5/+6
* builtin/apply: move 'update_index' global into 'struct apply_state'Christian Couder2016-06-011-19/+26
* builtin/apply: move 'apply_verbosely' global into 'struct apply_state'Christian Couder2016-06-011-13/+13
* builtin/apply: move 'apply_with_reject' global into 'struct apply_state'Christian Couder2016-06-011-7/+7
* builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'Christian Couder2016-06-011-19/+31
* builtin/apply: move 'check_index' global into 'struct apply_state'Christian Couder2016-06-011-29/+37
* builtin/apply: move 'check' global into 'struct apply_state'Christian Couder2016-06-011-7/+7
* builtin/apply: move 'unidiff_zero' global into 'struct apply_state'Christian Couder2016-06-011-18/+25
* builtin/apply: move 'state' init into init_apply_state()Christian Couder2016-06-011-10/+22
* builtin/apply: introduce 'struct apply_state' to start libifyingChristian Couder2016-05-121-38/+56
* builtin/apply: move 'read_stdin' global into cmd_apply()Christian Couder2016-05-121-1/+1
* builtin/apply: move 'options' variable into cmd_apply()Christian Couder2016-05-121-1/+1
* builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()Christian Couder2016-05-121-55/+71
* builtin/apply: avoid local variable shadowing 'len' parameterChristian Couder2016-05-121-10/+10
* builtin/apply: avoid parameter shadowing 'linenr' globalChristian Couder2016-05-121-24/+24
* builtin/apply: avoid parameter shadowing 'p_value' globalChristian Couder2016-05-121-17/+17
* builtin/apply: make gitdiff_verify_name() return voidChristian Couder2016-05-121-13/+13
* Eleventh batch for 2.9Junio C Hamano2016-05-101-0/+21
* Merge branch 'svn/bad-ref' of git://bogomips.org/git-svnJunio C Hamano2016-05-101-1/+2
|\
| * Git/SVN: die when there is no commit metadataChristian Couder2016-05-081-1/+2
* | Merge branch 'sk/gitweb-highlight-encoding'Junio C Hamano2016-05-101-0/+3
|\ \
| * | gitweb: apply fallback encoding before highlightsk/gitweb-highlight-encodingShin Kojima2016-05-031-0/+3
* | | Merge branch 'sb/clean-test-fix'Junio C Hamano2016-05-101-1/+1
|\ \ \
| * | | t7300: mark test with SANITYsb/clean-test-fixStefan Beller2016-05-031-1/+1
* | | | Merge branch 'rn/glossary-typofix'Junio C Hamano2016-05-101-1/+1
|\ \ \ \
| * | | | Documentation: fix typo 'In such these cases'rn/glossary-typofixRené Nyffenegger2016-05-021-1/+1
* | | | | Merge branch 'ls/travis-submitting-patches'Junio C Hamano2016-05-101-17/+63
|\ \ \ \ \
| * | | | | Documentation: add setup instructions for Travis CIls/travis-submitting-patchesLars Schneider2016-05-021-17/+63