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-08-01
builtin/ls-remote: fix leaking `pattern` strings
Patrick Steinhardt
-14
/
+11
2024-08-01
builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`
Patrick Steinhardt
-2
/
+8
2024-08-01
builtin/submodule--helper: fix leaking clone depth parameter
Patrick Steinhardt
-6
/
+5
2024-08-01
builtin/name-rev: fix various trivial memory leaks
Patrick Steinhardt
-2
/
+6
2024-08-01
builtin/describe: fix trivial memory leak when describing blob
Patrick Steinhardt
-0
/
+2
2024-08-01
builtin/describe: fix leaking array when running diff-index
Patrick Steinhardt
-3
/
+3
2024-08-01
builtin/describe: fix memory leak with `--contains=`
Patrick Steinhardt
-1
/
+17
2024-08-01
builtin/log: fix leaking branch name when creating cover letters
Patrick Steinhardt
-1
/
+4
2024-08-01
builtin/replay: plug leaking `advance_name` variable
Patrick Steinhardt
-6
/
+15
2024-07-31
Start the 2.47 cycle
Junio C Hamano
-2
/
+44
2024-07-31
Merge branch 'jc/how-to-maintain-updates'
Junio C Hamano
-53
/
+105
2024-07-31
Merge branch 'tn/doc-commit-fix'
Junio C Hamano
-2
/
+2
2024-07-31
Merge branch 'jc/doc-one-shot-export-with-shell-func'
Junio C Hamano
-0
/
+27
2024-07-31
Merge branch 'cp/unit-test-reftable-merged'
Junio C Hamano
-106
/
+106
2024-07-31
Merge branch 'kn/ci-clang-format'
Junio C Hamano
-3
/
+120
2024-07-31
Merge branch 'jc/checkout-no-op-switch-errors'
Junio C Hamano
-7
/
+27
2024-07-31
Merge branch 'pw/add-patch-with-suppress-blank-empty'
Junio C Hamano
-8
/
+34
2024-07-31
Merge branch 'rj/make-cleanup'
Junio C Hamano
-2
/
+1
2024-07-31
Merge branch 'jt/doc-post-receive-hook-update'
Junio C Hamano
-6
/
+9
2024-07-31
Merge branch 'ad/merge-with-diff-algorithm'
Junio C Hamano
-15
/
+150
2024-07-31
Merge branch 'rs/t-strvec-use-test-msg'
Junio C Hamano
-32
/
+15
2024-07-31
t98xx: mark Perforce tests as memory-leak free
Patrick Steinhardt
-0
/
+35
2024-07-31
ci: update Perforce version to r23.2
Patrick Steinhardt
-1
/
+1
2024-07-31
t98xx: fix Perforce tests with p4d r23 and newer
Patrick Steinhardt
-8
/
+48
2024-07-31
convert: return early when not tracing
D Harithamma
-0
/
+3
2024-07-30
Documentation: consistently use spaces inside initializers
Patrick Steinhardt
-1
/
+1
2024-07-30
Documentation: document idiomatic function names
Patrick Steinhardt
-0
/
+17
2024-07-30
Documentation: document naming schema for structs and their functions
Patrick Steinhardt
-0
/
+19
2024-07-30
Documentation: clarify indentation style for C preprocessor directives
Patrick Steinhardt
-0
/
+10
2024-07-30
clang-format: fix indentation width for preprocessor directives
Patrick Steinhardt
-2
/
+4
2024-07-30
Merge branch 'kn/ci-clang-format' into ps/doc-more-c-coding-guidelines
Junio C Hamano
-3
/
+120
2024-07-30
refs/reftable: stop using `the_repository`
Patrick Steinhardt
-25
/
+26
2024-07-30
refs/packed: stop using `the_repository`
Patrick Steinhardt
-8
/
+6
2024-07-30
refs/files: stop using `the_repository`
Patrick Steinhardt
-5
/
+3
2024-07-30
refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
Patrick Steinhardt
-12
/
+16
2024-07-30
refs: stop using `the_repository`
Patrick Steinhardt
-7
/
+5
2024-07-30
t-strvec: use if_test
René Scharfe
-200
/
+156
2024-07-30
t-reftable-basics: use if_test
René Scharfe
-122
/
+106
2024-07-30
t-ctype: use if_test
René Scharfe
-3
/
+1
2024-07-30
unit-tests: add if_test
René Scharfe
-1
/
+121
2024-07-30
unit-tests: show location of checks outside of tests
René Scharfe
-3
/
+11
2024-07-30
t0080: use here-doc test body
René Scharfe
-10
/
+10
2024-07-30
t-example-decorate: remove test messages
René Scharfe
-16
/
+8
2024-07-30
safe.directory: setting safe.directory="." allows the "current" directory
Junio C Hamano
-0
/
+64
2024-07-30
safe.directory: normalize the configured path
Junio C Hamano
-4
/
+91
2024-07-30
safe.directory: normalize the checked path
Junio C Hamano
-4
/
+69
2024-07-30
safe.directory: preliminary clean-up
Junio C Hamano
-7
/
+5
2024-07-30
grep: -W: skip trailing empty lines at EOF, too
René Scharfe
-1
/
+3
2024-07-29
patch-id: tighten code to detect the patch header
Junio C Hamano
-13
/
+53
2024-07-29
patch-id: rewrite code that detects the beginning of a patch
Junio C Hamano
-8
/
+21
[prev]
[next]