Age | Commit message (Expand) | Author | Files | Lines |
2021-05-07 | Merge branch 'jz/apply-3way-first-message-fix' | Junio C Hamano | 1 | -1/+5 |
2021-04-29 | apply: adjust messages to account for --3way changes | Jerry Zhang | 1 | -1/+5 |
2021-04-07 | git-apply: allow simultaneous --cached and --3way options | Jerry Zhang | 1 | -3/+6 |
2021-04-06 | git-apply: try threeway first when "--3way" is used | Jerry Zhang | 1 | -7/+6 |
2021-04-02 | Merge branch 'mt/parallel-checkout-part-1' | Junio C Hamano | 1 | -0/+1 |
2021-03-23 | entry: extract a header file for entry.c functions | Matheus Tavares | 1 | -0/+1 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -3/+3 |
2020-12-18 | Merge branch 'ab/unreachable-break' | Junio C Hamano | 1 | -2/+0 |
2020-12-15 | style: do not "break" in switch() after "return" | Ævar Arnfjörð Bjarmason | 1 | -2/+0 |
2020-12-08 | Merge branch 'mt/do-not-use-scld-in-working-tree' | Junio C Hamano | 1 | -1/+1 |
2020-12-02 | apply: don't use core.sharedRepository to create working tree files | Matheus Tavares | 1 | -1/+1 |
2020-10-20 | apply: when -R, also reverse list of sections | Jonathan Tan | 1 | -2/+7 |
2020-08-27 | Merge branch 'jk/leakfix' | Junio C Hamano | 1 | -2/+2 |
2020-08-17 | Merge branch 'rp/apply-cached-with-i-t-a' | Junio C Hamano | 1 | -4/+21 |
2020-08-17 | config: drop git_config_get_string_const() | Jeff King | 1 | -2/+2 |
2020-08-09 | apply: make i-t-a entries never match worktree | Raymond E. Pasco | 1 | -5/+19 |
2020-08-06 | apply: allow "new file" patches on i-t-a entries | Raymond E. Pasco | 1 | -4/+7 |
2020-08-06 | apply: do not lazy fetch when applying binary | Jonathan Tan | 1 | -1/+1 |
2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -14/+14 |
2020-03-16 | convert: permit passing additional metadata to filter processes | brian m. carlson | 1 | -1/+1 |
2020-01-31 | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 1 | -2/+4 |
2019-12-16 | Merge branch 'js/add-i-a-bit-more-tests' | Junio C Hamano | 1 | -0/+10 |
2019-12-06 | Merge branch 'jk/lore-is-the-archive' | Junio C Hamano | 1 | -1/+1 |
2019-12-06 | apply --allow-overlap: fix a corner case | Johannes Schindelin | 1 | -0/+10 |
2019-12-01 | Merge branch 'en/doc-typofix' | Junio C Hamano | 1 | -2/+2 |
2019-11-30 | doc: replace public-inbox links with lore.kernel.org | Jeff King | 1 | -1/+1 |
2019-11-10 | Merge branch 'dl/apply-3way-diff3' | Junio C Hamano | 1 | -1/+1 |
2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -2/+2 |
2019-10-24 | apply: respect merge.conflictStyle in --3way | Denton Liu | 1 | -1/+1 |
2019-10-15 | Merge branch 'tg/range-diff-output-update' | Junio C Hamano | 1 | -21/+22 |
2019-10-09 | range-diff: don't segfault with mode-only changes | Thomas Gummerer | 1 | -21/+22 |
2019-09-09 | Merge branch 'bc/reread-attributes-during-rebase' | Junio C Hamano | 1 | -0/+11 |
2019-09-03 | am: reload .gitattributes after patching it | brian m. carlson | 1 | -0/+11 |
2019-07-11 | apply: make parse_git_diff_header public | Thomas Gummerer | 1 | -50/+19 |
2019-07-11 | apply: only pass required data to gitdiff_* functions | Thomas Gummerer | 1 | -24/+35 |
2019-07-09 | apply: only pass required data to find_name_* | Thomas Gummerer | 1 | -24/+24 |
2019-07-09 | apply: only pass required data to check_header_line | Thomas Gummerer | 1 | -4/+4 |
2019-07-09 | apply: only pass required data to git_header_name | Thomas Gummerer | 1 | -8/+8 |
2019-07-09 | apply: only pass required data to skip_tree_prefix | Thomas Gummerer | 1 | -9/+9 |
2019-07-09 | apply: replace marc.info link with public-inbox | Thomas Gummerer | 1 | -1/+1 |
2019-05-28 | fill_stat_cache_info(): prepare for an fsmonitor fix | Johannes Schindelin | 1 | -1/+1 |
2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -1/+1 |
2019-02-06 | Merge branch 'jk/unused-parameter-cleanup' | Junio C Hamano | 1 | -3/+2 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -2/+3 |
2019-01-24 | apply: drop unused "def" parameter from find_name_gnu() | Jeff King | 1 | -3/+2 |
2019-01-14 | Merge branch 'nd/checkout-noisy' | Junio C Hamano | 1 | -1/+2 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-01-14 | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-01-08 | convert has_sha1_file() callers to has_object_file() | Jeff King | 1 | -1/+1 |