2017-04-19 | p0004: make perf test executable Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-30 | update-index: fix xgetcwd() related memory leak Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-06 | Documentation/git-update-index: explain splitIndex.* Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-06 | Documentation/config: add splitIndex.sharedIndexExpire Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-06 | read-cache: use freshen_shared_index() in read_index_from() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-06 | read-cache: refactor read_index_from() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-06 | t1700: test shared index file expiration Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-06 | read-cache: unlink old sharedindex files Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | config: add git_config_get_expiry() from gc.c Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | read-cache: touch shared index files when used Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | sha1_file: make check_and_freshen_file() non static Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | Documentation/config: add splitIndex.maxPercentChange Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | t1700: add tests for splitIndex.maxPercentChange Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | read-cache: regenerate shared index if necessary Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | config: add git_config_get_max_percent_split_change() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | Documentation/git-update-index: talk about core.splitIndex... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | Documentation/config: add information for core.splitIndex Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | t1700: add tests for core.splitIndex Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | update-index: warn in case of split-index incoherency Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | read-cache: add and then use tweak_split_index() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | split-index: add {add,remove}_split_index() functions Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | config: add git_config_get_split_index() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | t1700: change here document style Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-03-01 | config: mark an error message up for translation Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2017-01-13 | Documentation/bisect: improve on (bad|new) and (good... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-11-01 | split-index: s/eith/with/ typo fix Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | builtin/am: use apply API in run_apply() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: learn to use a different index file Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: pass apply state to build_fake_ancestor() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: refactor `git apply` option parsing Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: change error_routine when silent Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | usage: add get_error_routine() and get_warn_routine() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | usage: add set_warn_routine() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: don't print on stdout in verbosity_silent mode Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: make it possible to silently apply Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: use error_errno() where possible Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: make some parsing functions static again Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: move libified code from builtin/apply.c to apply... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | apply: rename and move opt constants to apply.h Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | builtin/apply: rename option parsing functions Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | builtin/apply: make create_one_file() return -1 on... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-09-07 | builtin/apply: make try_create_file() return -1 on... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-24 | unpack-objects: add --max-input-size=<size> option Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make write_out_results() return -1 on... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make write_out_one_result() return ... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make create_file() return -1 on error Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make add_index_file() return -1 on error Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make add_conflicted_stages_file() return... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make remove_file() return -1 on error Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make build_fake_ancestor() return -1... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: change die_on_unsafe_path() to check_unsafe_p... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make gitdiff_*() return -1 on error Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make gitdiff_*() return 1 at end of... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make parse_traditional_patch() return... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make apply_all_patches() return 128... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: move check_apply_state() to apply.c Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make check_apply_state() return -1 instead... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | apply: make init_apply_state() return -1 instead of... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: move init_apply_state() to apply.c Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make parse_ignorewhitespace_option(... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make parse_whitespace_option() return... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make parse_single_patch() return -1... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make parse_chunk() return a negative... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make find_header() return -128 instead... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: read_patch_file() return -1 instead... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | builtin/apply: make apply_patch() return -1 or -128... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | apply: move 'struct apply_state' to apply.h Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-11 | apply: make some names more specific Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-08-08 | .mailmap: use Christian Couder's Tuxfamily address .mailmap: use Christian Couder's Tuxfamily address Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-03 | builtin/apply: move 'newfd' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-03 | builtin/apply: add 'lock_file' pointer into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move applying patches into apply_all_patches() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'state' check into check_apply_state() Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'symlink_changes' global into ... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'fn_table' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'state_linenr' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'max_change' and 'max_len' into... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'ws_ignore_action' into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'ws_error_action' into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'applied_after_fixing_ws' into... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'squelch_whitespace_errors' into... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: remove whitespace_option arg from set_default... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'whitespace_option' into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'whitespace_error' global into... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'root' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'p_value_known' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'p_value' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'has_include' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'limit_by_name' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'patch_input_file' global into... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'apply' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'p_context' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'fake_ancestor' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'line_termination' global into... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'unsafe_paths' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'no_add' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'threeway' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'summary' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'numstat' global into 'struct apply_state' Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |
2016-06-01 | builtin/apply: move 'diffstat' global into 'struct... Signed-off-by: Christian Couder <chriscool@tuxfamily.org> |
diff | tree |