summaryrefslogtreecommitdiffstats
path: root/apply.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason2021-07-011-3/+3
* Merge branch 'jz/apply-3way-first-message-fix'Junio C Hamano2021-05-071-1/+5
|\
| * apply: adjust messages to account for --3way changesJerry Zhang2021-04-291-1/+5
* | git-apply: allow simultaneous --cached and --3way optionsJerry Zhang2021-04-071-3/+6
|/
* git-apply: try threeway first when "--3way" is usedJerry Zhang2021-04-061-7/+6
* Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano2021-04-021-0/+1
|\
| * entry: extract a header file for entry.c functionsMatheus Tavares2021-03-231-0/+1
* | use CALLOC_ARRAYRené Scharfe2021-03-131-3/+3
|/
* Merge branch 'ab/unreachable-break'Junio C Hamano2020-12-181-2/+0
|\
| * style: do not "break" in switch() after "return"Ævar Arnfjörð Bjarmason2020-12-151-2/+0
* | Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano2020-12-081-1/+1
|\ \
| * | apply: don't use core.sharedRepository to create working tree filesMatheus Tavares2020-12-021-1/+1
| |/
* / apply: when -R, also reverse list of sectionsJonathan Tan2020-10-201-2/+7
|/
* Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-2/+2
|\
| * config: drop git_config_get_string_const()Jeff King2020-08-171-2/+2
* | Merge branch 'rp/apply-cached-with-i-t-a'Junio C Hamano2020-08-171-4/+21
|\ \
| * | apply: make i-t-a entries never match worktreeRaymond E. Pasco2020-08-091-5/+19
| * | apply: allow "new file" patches on i-t-a entriesRaymond E. Pasco2020-08-061-4/+7
| |/
* / apply: do not lazy fetch when applying binaryJonathan Tan2020-08-061-1/+1
|/
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-14/+14
* convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-161-1/+1
* sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-2/+4
* Merge branch 'js/add-i-a-bit-more-tests'Junio C Hamano2019-12-161-0/+10
|\
| * apply --allow-overlap: fix a corner caseJohannes Schindelin2019-12-061-0/+10
* | Merge branch 'jk/lore-is-the-archive'Junio C Hamano2019-12-061-1/+1
|\ \
| * | doc: replace public-inbox links with lore.kernel.orgJeff King2019-11-301-1/+1
* | | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-011-2/+2
|\ \ \
| * | | Fix spelling errors in code commentsElijah Newren2019-11-101-2/+2
| | |/ | |/|
* | | Merge branch 'dl/apply-3way-diff3'Junio C Hamano2019-11-101-1/+1
|\ \ \ | |/ / |/| |
| * | apply: respect merge.conflictStyle in --3wayDenton Liu2019-10-241-1/+1
| |/
* | Merge branch 'tg/range-diff-output-update'Junio C Hamano2019-10-151-21/+22
|\ \
| * | range-diff: don't segfault with mode-only changesThomas Gummerer2019-10-091-21/+22
| |/
* | Merge branch 'bc/reread-attributes-during-rebase'Junio C Hamano2019-09-091-0/+11
|\ \ | |/ |/|
| * am: reload .gitattributes after patching itbrian m. carlson2019-09-031-0/+11
* | apply: make parse_git_diff_header publicThomas Gummerer2019-07-111-50/+19
* | apply: only pass required data to gitdiff_* functionsThomas Gummerer2019-07-111-24/+35
* | apply: only pass required data to find_name_*Thomas Gummerer2019-07-091-24/+24
* | apply: only pass required data to check_header_lineThomas Gummerer2019-07-091-4/+4
* | apply: only pass required data to git_header_nameThomas Gummerer2019-07-091-8/+8
* | apply: only pass required data to skip_tree_prefixThomas Gummerer2019-07-091-9/+9
* | apply: replace marc.info link with public-inboxThomas Gummerer2019-07-091-1/+1
|/
* fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin2019-05-281-1/+1
* completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-1/+1
|\
| * convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
* | Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano2019-02-061-3/+2
|\ \
| * | apply: drop unused "def" parameter from find_name_gnu()Jeff King2019-01-241-3/+2
* | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-2/+3
|\ \ \ | |/ / |/| |
| * | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
| * | repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+2
| |/