summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-03-04diff.c: free "buf" in diff_words_flush()Ævar Arnfjörð Bjarmason-0/+1
2022-03-04merge-base: free() allocated "struct commit **" listÆvar Arnfjörð Bjarmason-1/+4
2022-03-04index-pack: fix memory leaksÆvar Arnfjörð Bjarmason-0/+5
2022-03-04test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34Elia Pinto-0/+16
2022-03-04t/lib-gpg: kill all gpg components, not just gpg-agentTodd Zullinger-1/+1
2022-03-04t/lib-gpg: reload gpg components after updating trustlistTodd Zullinger-0/+1
2022-03-04gpg-interface/gpgsm: fix for v2.3Fabian Stelzer-7/+13
2022-03-04log tests: fix "abort tests early" regression in ff37a60c369Ævar Arnfjörð Bjarmason-1/+0
2022-03-03config: correct "--type" option in "git config -h" outputMatheus Felipe-1/+1
2022-03-03builtin/remote.c: show progress when renaming remote referencesTaylor Blau-7/+29
2022-03-03builtin/remote.c: parse options in 'rename'Taylor Blau-3/+6
2022-03-03t5503: simplify setup of test which exercises failure of backfillPatrick Steinhardt-15/+5
2022-03-03Documentation: git-read-tree: separate links using commasNihal Jere-2/+2
2022-03-03Makefiles: add and use wildcard "mkdir -p" templateÆvar Arnfjörð Bjarmason-27/+27
2022-03-03Makefile: add "$(QUIET)" boilerplate to shared.makÆvar Arnfjörð Bjarmason-85/+53
2022-03-03Makefile: move $(comma), $(empty) and $(space) to shared.makÆvar Arnfjörð Bjarmason-4/+8
2022-03-03Makefile: move ".SUFFIXES" rule to shared.makÆvar Arnfjörð Bjarmason-2/+5
2022-03-03Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)Ævar Arnfjörð Bjarmason-28/+26
2022-03-03Makefile: disable GNU make built-in wildcard rulesÆvar Arnfjörð Bjarmason-0/+11
2022-03-03Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason-13/+33
2022-03-03scalar Makefile: use "The default target of..." patternÆvar Arnfjörð Bjarmason-6/+7
2022-03-03am/apply: warn if we end up reading patches from terminalJunio C Hamano-0/+3
2022-03-02stash: call reflog_delete() in reflog.cJohn Cai-14/+4
2022-03-02reflog: libify delete reflog function and helpersJohn Cai-452/+481
2022-03-02stash: add tests to ensure reflog --rewrite --updatref behaviorJohn Cai-1/+42
2022-03-01repo_read_index: add config to expect files outside sparse patternsElijah Newren-1/+66
2022-03-01merge-ort: exclude messages from inner merges by defaultElijah Newren-2/+3
2022-03-01checkout, clone: die if tree cannot be parsedGlen Choo-3/+12
2022-03-01t7063: mtime-mangling instead of delays in untracked cache testingTao Klerks-12/+9
2022-03-01t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks-4/+19
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye-14/+29
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye-6/+78
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye-3/+46
2022-03-01read-tree: integrate with sparse indexVictoria Dye-2/+30
2022-03-01read-tree: expand sparse checkout test coverageVictoria Dye-0/+88
2022-03-01read-tree: explicitly disallow prefixes with a leading '/'Victoria Dye-0/+14
2022-03-01status: fix nested sparse directory diff in sparse indexVictoria Dye-0/+16
2022-03-01sparse-index: prevent repo root from becoming sparseVictoria Dye-3/+22
2022-03-01commit-graph: fix generation number v2 overflow valuesDerrick Stolee-1/+28
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee-5/+23
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee-5/+48
2022-03-01t5318: extract helpers to lib-commit-graph.shDerrick Stolee-48/+50
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee-0/+20
2022-03-01refs/files-backend: optimize reading of symbolic refsPatrick Steinhardt-6/+28
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt-10/+12
2022-03-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt-0/+39
2022-03-01fetch: avoid lookup of commits when not appending to FETCH_HEADPatrick Steinhardt-15/+27
2022-03-01upload-pack: look up "want" lines via commit-graphPatrick Steinhardt-3/+17
2022-03-01Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano-61/+262
2022-02-28test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONSÆvar Arnfjörð Bjarmason-0/+1