summaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/
* | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-141-1/+2
|\ \ | |/ |/|
| * checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-1/+2
* | Merge branch 'js/apply-recount-allow-noop'Junio C Hamano2018-11-181-1/+1
|\ \
| * | apply --recount: allow "no-op hunks"Johannes Schindelin2018-11-131-1/+1
* | | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+18
* | | apply: return -1 from option callback instead of calling exit(1)Jeff King2018-11-061-1/+1
* | | apply: mark include/exclude options as NONEGJeff King2018-11-061-2/+2
| |/ |/|
* | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-24/+26
|\ \
| * | apply: rename new_sha1_prefix and old_sha1_prefixbrian m. carlson2018-10-151-20/+20
| * | apply: replace hard-coded constantsbrian m. carlson2018-10-151-8/+10
| |/
* | ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+5
* | rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+6
|/
* apply.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-21/+25
* apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy2018-08-131-0/+2
* apply.c: pass struct apply_state to more functionsNguyễn Thái Ngọc Duy2018-08-131-7/+11
* convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-13/+11
|\
| * block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-13/+11
| * read-cache: teach make_cache_entry to take object_idJameson Miller2018-07-031-1/+1
* | Merge branch 'en/apply-comment-fix'Junio C Hamano2018-07-241-1/+1
|\ \
| * | apply: fix grammar error in commentElijah Newren2018-06-281-1/+1
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| |
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'nd/diff-apply-ita'Junio C Hamano2018-06-251-7/+12
|\ \ \ | |_|/ |/| |
| * | apply: add --intent-to-addNguyễn Thái Ngọc Duy2018-05-291-7/+12
| |/
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
| |/
* | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\ \
| * | lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-2/+2
|\ \ \ | |_|/ |/| |