aboutsummaryrefslogtreecommitdiff
path: root/builtin/apply.c
Commit message (Expand)AuthorAge
...
| * | builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()Christian Couder2016-06-01
| * | builtin/apply: move 'whitespace_option' into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'whitespace_error' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'root' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'p_value_known' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'p_value' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'has_include' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'limit_by_name' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'patch_input_file' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'apply' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'p_context' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'fake_ancestor' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'line_termination' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'unsafe_paths' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'no_add' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'threeway' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'summary' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'numstat' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'diffstat' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'cached' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'allow_overlap' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'update_index' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'apply_verbosely' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'apply_with_reject' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'check_index' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'check' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'unidiff_zero' global into 'struct apply_state'Christian Couder2016-06-01
| * | builtin/apply: move 'state' init into init_apply_state()Christian Couder2016-06-01
| * | builtin/apply: introduce 'struct apply_state' to start libifyingChristian Couder2016-05-12
| * | builtin/apply: move 'read_stdin' global into cmd_apply()Christian Couder2016-05-12
| * | builtin/apply: move 'options' variable into cmd_apply()Christian Couder2016-05-12
| * | builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()Christian Couder2016-05-12
| * | builtin/apply: avoid local variable shadowing 'len' parameterChristian Couder2016-05-12
| * | builtin/apply: avoid parameter shadowing 'linenr' globalChristian Couder2016-05-12
| * | builtin/apply: avoid parameter shadowing 'p_value' globalChristian Couder2016-05-12
| * | builtin/apply: make gitdiff_verify_name() return voidChristian Couder2016-05-12
| |/
* | Merge branch 'rs/apply-name-terminate'Junio C Hamano2016-06-03
|\ \ | |/ |/|
| * apply: remove unused parameters from name_terminate()René Scharfe2016-05-29
* | Merge branch 'cc/apply'Junio C Hamano2016-04-13
|\ \
| * | builtin/apply: free patch when parse_chunk() failsChristian Couder2016-04-01
| * | builtin/apply: handle parse_binary() failureChristian Couder2016-04-01
| * | apply: remove unused call to free() in gitdiff_{old,new}name()Junio C Hamano2016-03-22
| * | builtin/apply: get rid of useless 'name' variableChristian Couder2016-03-22
* | | apply: report patch skipping in verbose modeNguyễn Thái Ngọc Duy2016-03-24
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | use st_add and st_mult for allocation size computationJeff King2016-02-22
* | | apply, ls-files: simplify "-z" parsingJeff King2016-02-01
|/ /
* | apply: convert root string to strbufJeff King2015-10-05
* | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25