index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-05-27
builtin/mv: fix leaks for submodule gitfile paths
Patrick Steinhardt
-19
/
+30
2024-05-27
builtin/mv: refactor to use `struct strvec`
Patrick Steinhardt
-67
/
+68
2024-05-27
builtin/mv duplicate string list memory
Patrick Steinhardt
-6
/
+13
2024-05-27
builtin/mv: refactor `add_slash()` to always return allocated strings
Patrick Steinhardt
-18
/
+20
2024-05-27
strvec: add functions to replace and remove strings
Patrick Steinhardt
-0
/
+329
2024-05-27
submodule: fix leaking memory for submodule entries
Patrick Steinhardt
-0
/
+6
2024-05-27
commit-reach: fix memory leak in `ahead_behind()`
Patrick Steinhardt
-0
/
+6
2024-05-27
builtin/credential: clear credential before exit
Patrick Steinhardt
-0
/
+4
2024-05-27
config: plug various memory leaks
Patrick Steinhardt
-12
/
+40
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-92
/
+96
2024-05-27
builtin/log: stop using globals for format config
Patrick Steinhardt
-202
/
+265
2024-05-27
builtin/log: stop using globals for log config
Patrick Steinhardt
-103
/
+156
2024-05-27
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
-15
/
+19
2024-05-27
diff: refactor code to clarify memory ownership of prefixes
Patrick Steinhardt
-8
/
+10
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
-39
/
+44
2024-05-27
http: refactor code to clarify memory ownership
Patrick Steinhardt
-30
/
+32
2024-05-27
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
-20
/
+34
2024-05-27
strbuf: fix leak when `appendwholeline()` fails with EOF
Patrick Steinhardt
-1
/
+5
2024-05-27
t: mark a bunch of tests as leak-free
Patrick Steinhardt
-0
/
+13
2024-05-27
transport-helper: fix leaking helper name
Patrick Steinhardt
-2
/
+9
2024-05-27
ci: add missing dependency for TTY prereq
Patrick Steinhardt
-2
/
+2
2024-05-27
Documentation: alias: rework notes into points
Ian Wienand
-5
/
+6
2024-05-27
difftool: add env vars directly in run_file_diff()
René Scharfe
-8
/
+4
2024-05-26
promisor-remote: add promisor.quiet configuration option
Tom Hughes
-0
/
+51
2024-05-24
Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maint
Junio C Hamano
-366
/
+11
2024-05-24
Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44
Junio C Hamano
-366
/
+11
2024-05-24
Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43
Junio C Hamano
-366
/
+11
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
-366
/
+11
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
-390
/
+26
2024-05-24
format-patch: move range/inter diff at the end of a single patch output
Junio C Hamano
-12
/
+35
2024-05-24
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
-389
/
+26
2024-05-24
t/perf: implement performance tests for pseudo-merge bitmaps
Taylor Blau
-0
/
+32
2024-05-24
pseudo-merge: implement support for finding existing merges
Taylor Blau
-2
/
+174
2024-05-24
ewah: `bitmap_equals_ewah()`
Taylor Blau
-0
/
+20
2024-05-24
pack-bitmap: extra trace2 information
Taylor Blau
-1
/
+25
2024-05-24
pack-bitmap.c: use pseudo-merges during traversal
Taylor Blau
-1
/
+439
2024-05-24
t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`
Taylor Blau
-1
/
+8
2024-05-24
pack-bitmap: implement test helpers for pseudo-merge
Taylor Blau
-7
/
+156
2024-05-24
ewah: implement `ewah_bitmap_popcount()`
Taylor Blau
-0
/
+15
2024-05-24
pseudo-merge: implement support for reading pseudo-merge commits
Taylor Blau
-0
/
+279
2024-05-24
pack-bitmap.c: read pseudo-merge extension
Taylor Blau
-0
/
+39
2024-05-24
pseudo-merge: scaffolding for reads
Taylor Blau
-0
/
+75
2024-05-24
pack-bitmap: extract `read_bitmap()` function
Taylor Blau
-9
/
+17
2024-05-24
pack-bitmap-write.c: write pseudo-merge table
Taylor Blau
-0
/
+132
2024-05-24
pseudo-merge: implement support for selecting pseudo-merge commits
Taylor Blau
-0
/
+747
2024-05-24
config: introduce `git_config_double()`
Taylor Blau
-0
/
+46
2024-05-24
pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
Taylor Blau
-5
/
+6
2024-05-24
pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
Taylor Blau
-0
/
+8
2024-05-24
pack-bitmap-write: support storing pseudo-merge commits
Taylor Blau
-34
/
+67
2024-05-24
pseudo-merge.ch: initial commit
Taylor Blau
-0
/
+9
[prev]
[next]