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-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-20short help: allow multi-line opthelpJunio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14t/helper: mark unused callback void data parametersJeff King
2023-07-14test-ref-store: drop unimplemented reflog-expire commandJeff King
2023-07-11refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau
2023-07-11ref-filter.h: provide `REF_FILTER_INIT`Jeff King
2023-07-06Merge branch 'gc/config-context'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-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config.c: pass ctx in configsetsGlen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo
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