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
path: root/t/helper
AgeCommit message (Expand)Author
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21diff.h: remove unnecessary include of oidset.hElijah 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-06-21repository.h: move declaration of the_index from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano
2023-05-13pack-refs: teach pack-refs --include optionJohn Cai
2023-05-13pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-05-10Merge branch 'rs/test-ctype-eof'Junio C Hamano
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano
2023-05-02test-ctype: check EOFRené Scharfe
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-25t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau
2023-04-25t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau
2023-04-25t/helper/test-hashmap.c: avoid using `strtok()`Taylor Blau
2023-04-25string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren
2023-04-21Merge branch 'rs/remove-approxidate-relative'Junio C Hamano
2023-04-14t/helper: allow chmtime to print verbosely without modifying mtimePatrick Steinhardt
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-10date: remove approxidate_relative()René Scharfe
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'gc/config-parsing-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-29t/helper: mark unused argv/argc argumentsJeff King
2023-03-28config: report cached filenames in die_bad_number()Glen Choo
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren