summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04submodule--helper: get remote names from any repositoryLibravatar Atharva Raykar1-15/+23
2022-03-04submodule--helper run-update-procedure: remove --suboidLibravatar Glen Choo2-10/+7
2022-03-04submodule--helper: reorganize code for sh to C conversionLibravatar Glen Choo1-5/+21
2022-03-04submodule--helper: remove update-module-modeLibravatar Glen Choo1-24/+0
2022-03-04submodule tests: test for init and update failure outputLibravatar Ævar Arnfjörð Bjarmason2-3/+25
2022-03-04repository.c: free the "path cache" in repo_clear()Libravatar Ævar Arnfjörð Bjarmason3-15/+29
2022-03-04range-diff: plug memory leak in read_patches()Libravatar Ævar Arnfjörð Bjarmason1-17/+12
2022-03-04range-diff: plug memory leak in common invocationLibravatar Ævar Arnfjörð Bjarmason3-1/+9
2022-03-04lockfile API users: simplify and don't leak "path"Libravatar Ævar Arnfjörð Bjarmason2-2/+3
2022-03-04commit-graph: stop fill_oids_from_packs() progress on error and free()Libravatar Ævar Arnfjörð Bjarmason1-5/+7
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