Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano
2023-08-04Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano
2023-08-01checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano
2023-07-25hex: retire get_sha1_hex()Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-02-02ll-merge: make callers responsible for showing warningsElijah Newren
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-01-28rerere: use strmap to store rerere directoriesJeff King
2021-01-28rerere: tighten rr-cache dirname checkJeff King
2021-01-28rerere: check dirname format while iterating rr_cache directoryJeff King
2021-01-05hash-lookup: rename from sha1-lookupMartin Ågren
2021-01-05sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-08-20rerere: replace sha1_to_hexbrian m. carlson
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy
2018-11-12rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-15rerere: convert to use the_hash_algobrian m. carlson
2018-09-24Merge branch 'en/rerere-multi-stage-1-fix'Junio C Hamano
2018-09-21rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'tg/rerere'Junio C Hamano
2018-09-11rerere: avoid buffer overrunElijah Newren
2018-08-14dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-06rerere: recalculate conflict ID when unresolved conflict is committedThomas Gummerer
2018-08-06rerere: teach rerere to handle nested conflictsThomas Gummerer
2018-08-06rerere: return strbuf from handle pathThomas Gummerer
2018-08-06rerere: factor out handle_conflict functionThomas Gummerer
2018-08-06rerere: only return whether a path has conflicts or notThomas Gummerer