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-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-29builtins: mark unused prefix parametersJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-10-30replace and remove run_command_v_opt()René Scharfe
2021-04-14merge-index: ensure full indexDerrick Stolee
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-01-31use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-01-14standardize usage info string formatAlex Henrie
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2012-12-10Which merge_file() function do you mean?Junio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds