aboutsummaryrefslogtreecommitdiffstats
path: root/git-quiltimport.sh (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysThe tenth batchJunio C Hamano1-9/+11
10 daysGit 2.39.5v2.39.5Junio C Hamano3-2/+28
10 daysThe ninth batchJunio C Hamano1-3/+25
10 dayspack-bitmap.c: reimplement `midx_bitmap_filename()` with helperTaylor Blau1-3/+2
10 daysmidx: replace `get_midx_rev_filename()` with a generic helperTaylor Blau3-6/+13
10 daysmidx-write.c: support reading an existing MIDX with `packs_to_include`Taylor Blau1-31/+11
10 daysmidx-write.c: extract `fill_packs_from_midx()`Taylor Blau1-30/+38
10 daysmidx-write.c: extract `should_include_pack()`Taylor Blau1-20/+28
10 daysmidx-write.c: pass `start_pack` to `compute_sorted_entries()`Taylor Blau1-4/+6
10 daysmidx-write.c: reduce argument count for `get_sorted_entries()`Taylor Blau1-26/+19
10 daysmidx-write.c: tolerate `--preferred-pack` without bitmapsTaylor Blau2-1/+30
12 daysThe eighth batchJunio C Hamano1-0/+35
13 daysbuiltin/mv: fix leaks for submodule gitfile pathsPatrick Steinhardt5-19/+30
13 daysbuiltin/mv: refactor to use `struct strvec`Patrick Steinhardt8-67/+68
13 daysbuiltin/mv duplicate string list memoryPatrick Steinhardt1-6/+13
13 daysbuiltin/mv: refactor `add_slash()` to always return allocated stringsPatrick Steinhardt1-18/+20
13 daysstrvec: add functions to replace and remove stringsPatrick Steinhardt6-0/+329
13 dayssubmodule: fix leaking memory for submodule entriesPatrick Steinhardt5-0/+6
13 dayscommit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt2-0/+6
13 daysbuiltin/credential: clear credential before exitPatrick Steinhardt2-0/+4
13 daysconfig: plug various memory leaksPatrick Steinhardt13-12/+40
13 daysconfig: clarify memory ownership in `git_config_string()`Patrick Steinhardt30-92/+96
13 daysbuiltin/log: stop using globals for format configPatrick Steinhardt1-202/+265
13 daysbuiltin/log: stop using globals for log configPatrick Steinhardt1-103/+156
13 daysconvert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt4-15/+19
13 daysdiff: refactor code to clarify memory ownership of prefixesPatrick Steinhardt1-8/+10
13 daysconfig: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt18-39/+44
13 dayshttp: refactor code to clarify memory ownershipPatrick Steinhardt1-30/+32
13 dayscheckout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt14-20/+34
13 daysstrbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt2-1/+5
13 dayst: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
13 daystransport-helper: fix leaking helper namePatrick Steinhardt6-2/+9
13 daysci: add missing dependency for TTY prereqPatrick Steinhardt1-2/+2
13 daysdifftool: add env vars directly in run_file_diff()René Scharfe1-8/+4
2024-05-26promisor-remote: add promisor.quiet configuration optionTom Hughes4-0/+51
2024-05-23The seventh batchJunio C Hamano1-0/+9
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano4-117/+0
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt2-19/+108
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano2-2/+43
2024-05-22push: don't fetch commit object when checking existenceTom Hughes2-1/+20
2024-05-22chainlint.pl: latch CPU count directly reported by /proc/cpuinfoEric Sunshine1-0/+3
2024-05-22chainlint.pl: fix incorrect CPU count on Linux SPARCJohn Paul Adrian Glaubitz1-1/+1
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin4-123/+0
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin3-96/+1
2024-05-21tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin1-0/+7
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2-27/+1
2024-05-21init: use the correct path of the templates directory againJohannes Schindelin1-1/+1
2024-05-21hook: plug a new memory leakJohannes Schindelin1-1/+3
2024-05-21ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-21ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1