summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes/1.7.11.7.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-20ci(win+VS): download the vcpkg artifacts using a dedicated GitHub ActionJohannes Schindelin1-8/+4
2024-08-20ci: bump microsoft/setup-msbuild from v1 to v2Johannes Schindelin1-1/+1
2024-08-19The sixth batchJunio C Hamano1-0/+7
2024-08-16Prepare for 2.46.1Junio C Hamano3-2/+39
2024-08-16setup: make ref storage format configurable via configPatrick Steinhardt3-0/+63
2024-08-16setup: make object format configurable via configPatrick Steinhardt3-0/+95
2024-08-16setup: merge configuration of repository formatsPatrick Steinhardt1-27/+20
2024-08-16t0001: delete repositories when object format tests finishPatrick Steinhardt1-0/+3
2024-08-16t0001: exercise initialization with ref formats more thoroughlyPatrick Steinhardt1-13/+35
2024-08-16builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt2-1/+37
2024-08-15The fifth batchJunio C Hamano1-0/+25
2024-08-15t4129: fix racy index when calling chmod after git-addJeff King1-1/+1
2024-08-15howto-maintain: mention preformatted docsJunio C Hamano1-0/+4
2024-08-15git-svn: mention `svn:global-ignores` in help+docsAlex Galvin2-10/+10
2024-08-14The fourth batchJunio C Hamano1-0/+56
2024-08-14builtin/diff: free symmetric diff membersPatrick Steinhardt3-0/+8
2024-08-14diff: free state populated via optionsPatrick Steinhardt4-0/+14
2024-08-14builtin/log: fix leak when showing converted blob contentsPatrick Steinhardt2-0/+3
2024-08-14userdiff: fix leaking memory for configured diff driversPatrick Steinhardt7-11/+43
2024-08-14builtin/format-patch: fix various trivial memory leaksPatrick Steinhardt2-3/+11
2024-08-14diff: fix leak when parsing invalid ignore regex optionPatrick Steinhardt2-1/+6
2024-08-14unpack-trees: clear index when not propagating itPatrick Steinhardt2-0/+3
2024-08-14sequencer: release todo list on error pathsPatrick Steinhardt2-19/+48
2024-08-14merge-ort: unconditionally release attributes indexPatrick Steinhardt5-2/+5
2024-08-14builtin/fast-export: plug leaking tag namesPatrick Steinhardt2-5/+13
2024-08-14builtin/fast-export: fix leaking diff optionsPatrick Steinhardt1-0/+2
2024-08-14builtin/fast-import: plug trivial memory leaksPatrick Steinhardt3-2/+9
2024-08-14builtin/notes: fix leaking `struct notes_tree` when merging notesPatrick Steinhardt3-5/+6
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt5-0/+5
2024-08-14config: fix leaking comment character configPatrick Steinhardt4-3/+9
2024-08-14submodule-config: fix leaking name entry when traversing submodulesPatrick Steinhardt1-10/+8
2024-08-14read-cache: fix leaking hashfile when writing index failsPatrick Steinhardt4-39/+62
2024-08-14bulk-checkin: fix leaking state TODOPatrick Steinhardt4-1/+14
2024-08-14object-name: fix leaking symlink paths in object contextPatrick Steinhardt2-0/+2
2024-08-14object-file: fix memory leak when reading corrupted headersPatrick Steinhardt2-0/+2
2024-08-14git: fix leaking system pathsPatrick Steinhardt1-3/+10
2024-08-14remote: plug memory leak when aliasing URLsPatrick Steinhardt2-1/+3
2024-08-13midx: drop unused parameters from add_midx_to_chain()Jeff King1-9/+5
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt2-1/+31
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt2-2/+10
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap1-0/+5
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap1-9/+3
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap1-7/+3
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap4-212/+210
2024-08-13config: hide functions using `the_repository` by defaultPatrick Steinhardt2-208/+171
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt23-0/+45
2024-08-13config: don't depend on `the_repository` with branch conditionsPatrick Steinhardt1-4/+5
2024-08-13config: don't have setters depend on `the_repository`Patrick Steinhardt1-8/+8
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt7-33/+36
2024-08-13config: pass repo to `git_die_config()`Patrick Steinhardt4-10/+11