index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-lib: unconditionally enable leak checking
Patrick Steinhardt
2024-11-21
3
-96
/
+1
*
t: remove unneeded !SANITIZE_LEAK prerequisites
Patrick Steinhardt
2024-11-21
3
-11
/
+11
*
t: mark some tests as leak free
Patrick Steinhardt
2024-11-21
2
-0
/
+2
*
t5601: work around leak sanitizer issue
Patrick Steinhardt
2024-11-21
1
-11
/
+15
*
t/helper: fix leaking commit graph in "read-graph" subcommand
Patrick Steinhardt
2024-11-21
1
-2
/
+1
*
split-index: fix memory leak in `move_cache_to_base_index()`
Patrick Steinhardt
2024-11-21
1
-0
/
+1
*
git: refactor builtin handling to use a `struct strvec`
Patrick Steinhardt
2024-11-21
1
-1
/
+1
*
git: refactor alias handling to use a `struct strvec`
Patrick Steinhardt
2024-11-21
1
-0
/
+1
*
strvec: introduce new `strvec_splice()` function
Patrick Steinhardt
2024-11-21
1
-0
/
+65
*
line-log: fix leak when rewriting commit parents
Patrick Steinhardt
2024-11-21
1
-0
/
+1
*
bisect: fix various cases where we leak commit list items
Patrick Steinhardt
2024-11-21
1
-0
/
+1
*
builtin/blame: fix leaking blame entries with `--incremental`
Patrick Steinhardt
2024-11-21
1
-0
/
+2
*
Merge branch 'ps/leakfixes-part-9' into ps/leakfixes-part-10
Junio C Hamano
2024-11-07
22
-2
/
+31
|
\
|
*
list-objects-filter-options: work around reported leak on error
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
builtin/merge: release output buffer after performing merge
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
dir: fix leak when parsing "status.showUntrackedFiles"
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
t/helper: fix leaking buffer in "dump-untracked-cache"
Patrick Steinhardt
2024-11-05
1
-0
/
+2
|
*
t/helper: stop re-initialization of `the_repository`
Patrick Steinhardt
2024-11-05
2
-2
/
+1
|
*
combine-diff: fix leaking lost lines
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
builtin/tag: fix leaking key ID on failure to sign
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
transport-helper: fix leaking import/export marks
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
builtin/commit: fix leaking cleanup config
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
trailer: fix leaking strbufs when formatting trailers
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
builtin/commit: fix leaking change data contents
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
upload-pack: fix leaking URI protocols
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
pretty: clear signature check
Patrick Steinhardt
2024-11-05
4
-0
/
+4
|
*
diff-lib: fix leaking diffopts in `do_diff_cache()`
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
revision: fix leaking bloom filters
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
builtin/grep: fix leak with `--max-count=0`
Patrick Steinhardt
2024-11-05
1
-0
/
+1
|
*
t/helper: fix leaks in "reach" test tool
Patrick Steinhardt
2024-11-05
2
-0
/
+11
*
|
Merge branch 'jk/dumb-http-finalize'
Taylor Blau
2024-11-01
3
-3
/
+35
|
\
\
|
*
|
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
1
-1
/
+1
|
*
|
dumb-http: store downloaded pack idx as tempfile
Jeff King
2024-10-25
1
-1
/
+11
|
*
|
t5550: count fetches in "previously-fetched .idx" test
Jeff King
2024-10-25
1
-2
/
+16
|
*
|
midx: avoid duplicate packed_git entries
Jeff King
2024-10-25
1
-0
/
+8
*
|
|
Merge branch 'ak/more-typofixes'
Taylor Blau
2024-11-01
26
-37
/
+37
|
\
\
\
|
*
|
|
t: fix typos
Andrew Kreimer
2024-10-24
26
-37
/
+37
*
|
|
|
Merge branch 'rs/grep-lookahead'
Taylor Blau
2024-11-01
1
-0
/
+9
|
\
\
\
\
|
*
|
|
|
grep: disable lookahead on error
René Scharfe
2024-10-22
1
-0
/
+9
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'ak/t1016-cleanup'
Taylor Blau
2024-11-01
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
t1016: clean up style
Andrew Kreimer
2024-10-22
1
-2
/
+2
*
|
|
|
|
Merge branch 'ua/atoi'
Taylor Blau
2024-11-01
2
-0
/
+33
|
\
\
\
\
\
|
*
|
|
|
|
merge: replace atoi() with strtol_i() for marker size validation
Usman Akinyemi
2024-10-24
1
-0
/
+8
|
*
|
|
|
|
daemon: replace atoi() with strtoul_ui() and strtol_i()
Usman Akinyemi
2024-10-24
1
-0
/
+25
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'sa/notes-edit'
Taylor Blau
2024-11-01
1
-0
/
+63
|
\
\
\
\
\
|
*
|
|
|
|
notes: teach the -e option to edit messages in editor
Abraham Samuel Adekunle
2024-10-21
1
-0
/
+63
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'sk/t9101-cleanup'
Taylor Blau
2024-11-01
1
-17
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
t9101: ensure no whitespace after redirect
Seyi Kuforiji
2024-10-23
1
-17
/
+17
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'kh/mv-breakage'
Taylor Blau
2024-11-01
1
-0
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
t7001: add failure test which triggers assertion
Kristoffer Haugsbakk
2024-10-23
1
-0
/
+12
|
|
|
/
/
/
|
|
/
|
|
|
[next]