summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04commit-graph: fix memory leak in misused string_list APILibravatar Ævar Arnfjörð Bjarmason3-6/+6
2022-03-04submodule--helper: fix trivial leak in module_add()Libravatar Ævar Arnfjörð Bjarmason1-1/+4
2022-03-04transport: stop needlessly copying bundle header referencesLibravatar Ævar Arnfjörð Bjarmason1-9/+16
2022-03-04bundle: call strvec_clear() on allocated strvecLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2022-03-04remote-curl.c: free memory in cmd_main()Libravatar Ævar Arnfjörð Bjarmason1-4/+8
2022-03-04urlmatch.c: add and use a *_release() functionLibravatar Ævar Arnfjörð Bjarmason4-1/+8
2022-03-04diff.c: free "buf" in diff_words_flush()Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2022-03-04merge-base: free() allocated "struct commit **" listLibravatar Ævar Arnfjörð Bjarmason1-1/+4
2022-03-04index-pack: fix memory leaksLibravatar Ævar Arnfjörð Bjarmason1-0/+5
2022-03-04test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34Libravatar Elia Pinto1-0/+16
2022-03-04t/lib-gpg: kill all gpg components, not just gpg-agentLibravatar Todd Zullinger1-1/+1
2022-03-04t/lib-gpg: reload gpg components after updating trustlistLibravatar Todd Zullinger1-0/+1
2022-03-04gpg-interface/gpgsm: fix for v2.3Libravatar Fabian Stelzer3-7/+13
2022-03-04log tests: fix "abort tests early" regression in ff37a60c369Libravatar Ævar Arnfjörð Bjarmason1-1/+0
2022-03-03config: correct "--type" option in "git config -h" outputLibravatar Matheus Felipe1-1/+1
2022-03-03builtin/remote.c: show progress when renaming remote referencesLibravatar Taylor Blau3-7/+29
2022-03-03builtin/remote.c: parse options in 'rename'Libravatar Taylor Blau1-3/+6
2022-03-03t5503: simplify setup of test which exercises failure of backfillLibravatar Patrick Steinhardt1-15/+5
2022-03-03Documentation: git-read-tree: separate links using commasLibravatar Nihal Jere1-2/+2
2022-03-03Makefiles: add and use wildcard "mkdir -p" templateLibravatar Ævar Arnfjörð Bjarmason3-27/+27
2022-03-03Makefile: add "$(QUIET)" boilerplate to shared.makLibravatar Ævar Arnfjörð Bjarmason6-85/+53
2022-03-03Makefile: move $(comma), $(empty) and $(space) to shared.makLibravatar Ævar Arnfjörð Bjarmason2-4/+8
2022-03-03Makefile: move ".SUFFIXES" rule to shared.makLibravatar Ævar Arnfjörð Bjarmason2-2/+5
2022-03-03Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)Libravatar Ævar Arnfjörð Bjarmason1-28/+26
2022-03-03Makefile: disable GNU make built-in wildcard rulesLibravatar Ævar Arnfjörð Bjarmason1-0/+11
2022-03-03Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itLibravatar Ævar Arnfjörð Bjarmason9-13/+33
2022-03-03scalar Makefile: use "The default target of..." patternLibravatar Ævar Arnfjörð Bjarmason1-6/+7
2022-03-02stash: call reflog_delete() in reflog.cLibravatar John Cai1-14/+4
2022-03-02reflog: libify delete reflog function and helpersLibravatar John Cai5-452/+481
2022-03-02stash: add tests to ensure reflog --rewrite --updatref behaviorLibravatar John Cai1-1/+42
2022-03-01repo_read_index: add config to expect files outside sparse patternsLibravatar Elijah Newren7-1/+66
2022-03-01merge-ort: exclude messages from inner merges by defaultLibravatar Elijah Newren1-2/+3
2022-03-01checkout, clone: die if tree cannot be parsedLibravatar Glen Choo2-3/+12
2022-03-01t7063: mtime-mangling instead of delays in untracked cache testingLibravatar Tao Klerks1-12/+9
2022-03-01t/helper/test-chmtime: update mingw to support chmtime on directoriesLibravatar Tao Klerks1-4/+19
2022-03-01read-tree: make three-way merge sparse-awareLibravatar Victoria Dye3-14/+29
2022-03-01read-tree: make two-way merge sparse-awareLibravatar Victoria Dye3-6/+78
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Libravatar Victoria Dye3-3/+46
2022-03-01read-tree: integrate with sparse indexLibravatar Victoria Dye2-2/+30
2022-03-01read-tree: expand sparse checkout test coverageLibravatar Victoria Dye2-0/+88
2022-03-01read-tree: explicitly disallow prefixes with a leading '/'Libravatar Victoria Dye2-0/+14
2022-03-01status: fix nested sparse directory diff in sparse indexLibravatar Victoria Dye2-0/+16
2022-03-01sparse-index: prevent repo root from becoming sparseLibravatar Victoria Dye2-3/+22
2022-03-01commit-graph: fix generation number v2 overflow valuesLibravatar Derrick Stolee2-1/+28
2022-03-01commit-graph: start parsing generation v2 (again)Libravatar Derrick Stolee5-5/+23
2022-03-01commit-graph: fix ordering bug in generation numbersLibravatar Derrick Stolee3-5/+48
2022-03-01t5318: extract helpers to lib-commit-graph.shLibravatar Derrick Stolee2-48/+50
2022-03-01test-read-graph: include extra post-parse infoLibravatar Derrick Stolee4-0/+20
2022-03-01refs/files-backend: optimize reading of symbolic refsLibravatar Patrick Steinhardt1-6/+28
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Libravatar Patrick Steinhardt2-10/+12