summaryrefslogtreecommitdiff
path: root/rerere.c
Commit message (Expand)AuthorAgeFilesLines
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* treewide: reduce includes of cache.h in other headersElijah Newren2023-04-111-1/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+3
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
|/
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | ll-merge: make callers responsible for showing warningsElijah Newren2022-02-021-4/+5
|/
* dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-3/+1
* rerere: use strmap to store rerere directoriesJeff King2021-01-281-39/+23
* rerere: tighten rr-cache dirname checkJeff King2021-01-281-2/+3
* rerere: check dirname format while iterating rr_cache directoryJeff King2021-01-281-3/+11
* hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
* sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren2021-01-041-1/+1
* Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* rerere: replace sha1_to_hexbrian m. carlson2019-08-191-4/+4
* read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-3/+3
* repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
* rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-13/+13
* Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-41/+44
|\
| * rerere: convert to use the_hash_algobrian m. carlson2018-10-151-39/+42
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-55/+66
|\ \ | |/ |/|
| * rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-55/+64
| * ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-4/+6
* | Merge branch 'en/rerere-multi-stage-1-fix'Junio C Hamano2018-09-241-1/+1
|\ \
| * | rerere: avoid buffer overrunElijah Newren2018-09-111-1/+1
* | | Merge branch 'tg/rerere'Junio C Hamano2018-09-171-127/+116
|\ \ \ | |_|/ |/| |
| * | rerere: recalculate conflict ID when unresolved conflict is committedThomas Gummerer2018-08-061-4/+3
| * | rerere: teach rerere to handle nested conflictsThomas Gummerer2018-08-061-2/+8
| * | rerere: return strbuf from handle pathThomas Gummerer2018-08-061-40/+18
| * | rerere: factor out handle_conflict functionThomas Gummerer2018-08-061-40/+47
| * | rerere: only return whether a path has conflicts or notThomas Gummerer2018-08-061-11/+12
| * | rerere: fix crash with files rerere can't handleThomas Gummerer2018-08-061-5/+7
| * | rerere: add documentation for conflict normalizationThomas Gummerer2018-08-061-4/+0
| * | rerere: mark strings for translationThomas Gummerer2018-08-061-34/+34
| * | rerere: wrap paths in output in sqThomas Gummerer2018-07-161-13/+13
| * | rerere: lowercase error messagesThomas Gummerer2018-07-161-12/+12
| * | rerere: unify error messages when read_cache failsThomas Gummerer2018-07-161-3/+3
* | | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-3/+5
|\ \ \ | |/ / |/| |
| * | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-3/+4
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-2/+1
|\ \ \ | |/ / |/| |
| * | lock_file: move static locks into functionsMartin Ågren2018-05-101-2/+1
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-2/+2
|\ \ | |/ |/|