index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
RelNotes
/
2.11.4.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-20
ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action
Johannes Schindelin
1
-8
/
+4
2024-08-20
ci: bump microsoft/setup-msbuild from v1 to v2
Johannes Schindelin
1
-1
/
+1
2024-08-19
The sixth batch
Junio C Hamano
1
-0
/
+7
2024-08-16
Prepare for 2.46.1
Junio C Hamano
3
-2
/
+39
2024-08-16
setup: make ref storage format configurable via config
Patrick Steinhardt
3
-0
/
+63
2024-08-16
setup: make object format configurable via config
Patrick Steinhardt
3
-0
/
+95
2024-08-16
setup: merge configuration of repository formats
Patrick Steinhardt
1
-27
/
+20
2024-08-16
t0001: delete repositories when object format tests finish
Patrick Steinhardt
1
-0
/
+3
2024-08-16
t0001: exercise initialization with ref formats more thoroughly
Patrick Steinhardt
1
-13
/
+35
2024-08-16
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
2
-1
/
+37
2024-08-15
The fifth batch
Junio C Hamano
1
-0
/
+25
2024-08-15
t4129: fix racy index when calling chmod after git-add
Jeff King
1
-1
/
+1
2024-08-15
howto-maintain: mention preformatted docs
Junio C Hamano
1
-0
/
+4
2024-08-15
git-svn: mention `svn:global-ignores` in help+docs
Alex Galvin
2
-10
/
+10
2024-08-14
The fourth batch
Junio C Hamano
1
-0
/
+56
2024-08-14
builtin/diff: free symmetric diff members
Patrick Steinhardt
3
-0
/
+8
2024-08-14
diff: free state populated via options
Patrick Steinhardt
4
-0
/
+14
2024-08-14
builtin/log: fix leak when showing converted blob contents
Patrick Steinhardt
2
-0
/
+3
2024-08-14
userdiff: fix leaking memory for configured diff drivers
Patrick Steinhardt
7
-11
/
+43
2024-08-14
builtin/format-patch: fix various trivial memory leaks
Patrick Steinhardt
2
-3
/
+11
2024-08-14
diff: fix leak when parsing invalid ignore regex option
Patrick Steinhardt
2
-1
/
+6
2024-08-14
unpack-trees: clear index when not propagating it
Patrick Steinhardt
2
-0
/
+3
2024-08-14
sequencer: release todo list on error paths
Patrick Steinhardt
2
-19
/
+48
2024-08-14
merge-ort: unconditionally release attributes index
Patrick Steinhardt
5
-2
/
+5
2024-08-14
builtin/fast-export: plug leaking tag names
Patrick Steinhardt
2
-5
/
+13
2024-08-14
builtin/fast-export: fix leaking diff options
Patrick Steinhardt
1
-0
/
+2
2024-08-14
builtin/fast-import: plug trivial memory leaks
Patrick Steinhardt
3
-2
/
+9
2024-08-14
builtin/notes: fix leaking `struct notes_tree` when merging notes
Patrick Steinhardt
3
-5
/
+6
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
5
-0
/
+5
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
4
-3
/
+9
2024-08-14
submodule-config: fix leaking name entry when traversing submodules
Patrick Steinhardt
1
-10
/
+8
2024-08-14
read-cache: fix leaking hashfile when writing index fails
Patrick Steinhardt
4
-39
/
+62
2024-08-14
bulk-checkin: fix leaking state TODO
Patrick Steinhardt
4
-1
/
+14
2024-08-14
object-name: fix leaking symlink paths in object context
Patrick Steinhardt
2
-0
/
+2
2024-08-14
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt
2
-0
/
+2
2024-08-14
git: fix leaking system paths
Patrick Steinhardt
1
-3
/
+10
2024-08-14
remote: plug memory leak when aliasing URLs
Patrick Steinhardt
2
-1
/
+3
2024-08-13
midx: drop unused parameters from add_midx_to_chain()
Jeff King
1
-9
/
+5
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
2
-1
/
+31
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
2
-2
/
+10
2024-08-13
t-reftable-readwrite: add test for known error
Chandra Pratap
1
-0
/
+5
2024-08-13
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
Chandra Pratap
1
-9
/
+3
2024-08-13
t-reftable-readwrite: use free_names() instead of a for loop
Chandra Pratap
1
-7
/
+3
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
4
-212
/
+210
2024-08-13
config: hide functions using `the_repository` by default
Patrick Steinhardt
2
-208
/
+171
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
23
-0
/
+45
2024-08-13
config: don't depend on `the_repository` with branch conditions
Patrick Steinhardt
1
-4
/
+5
2024-08-13
config: don't have setters depend on `the_repository`
Patrick Steinhardt
1
-8
/
+8
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
7
-33
/
+36
2024-08-13
config: pass repo to `git_die_config()`
Patrick Steinhardt
4
-10
/
+11
[next]