index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-15
pseudo-merge.c: ensure pseudo-merge groups are closed
Taylor Blau
1
-0
/
+36
2024-08-15
pseudo-merge.c: do not generate empty pseudo-merge commits
Taylor Blau
1
-1
/
+1
2024-08-15
t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups
Taylor Blau
1
-0
/
+20
2024-08-15
t4129: fix racy index when calling chmod after git-add
Jeff King
1
-1
/
+1
2024-08-15
Merge branch 'ps/reftable-stack-compaction' into ps/reftable-drop-generic
Junio C Hamano
1
-7
/
+14
2024-08-14
Merge branch 'tb/t7704-deflake'
Junio C Hamano
1
-1
/
+1
2024-08-14
Merge branch 'cp/unit-test-reftable-tree'
Junio C Hamano
2
-1
/
+84
2024-08-14
Merge branch 'kl/test-fixes'
Junio C Hamano
3
-6
/
+12
2024-08-14
Merge branch 'jc/reflog-expire-lookup-commit-fix'
Junio C Hamano
1
-0
/
+8
2024-08-14
Merge branch 'jc/leakfix-mailmap'
Junio C Hamano
1
-0
/
+1
2024-08-14
Merge branch 'jc/leakfix-hashfile'
Junio C Hamano
1
-0
/
+1
2024-08-14
Merge branch 'jc/patch-id'
Junio C Hamano
1
-0
/
+40
2024-08-14
Merge branch 'jc/jl-git-no-advice-fix'
Junio C Hamano
1
-1
/
+0
2024-08-14
Merge branch 'tb/config-fixed-value-with-valueless-true'
Junio C Hamano
1
-0
/
+9
2024-08-14
Merge branch 'jk/apply-patch-mode-check-fix'
Junio C Hamano
1
-0
/
+62
2024-08-14
Merge branch 'ps/ls-remote-out-of-repo-fix'
Junio C Hamano
1
-0
/
+13
2024-08-14
Merge branch 'rh/http-proxy-path'
Junio C Hamano
2
-0
/
+103
2024-08-14
Merge branch 'cp/unit-test-reftable-pq'
Junio C Hamano
2
-1
/
+152
2024-08-14
Merge branch 'ps/leakfixes-part-3'
Junio C Hamano
37
-2
/
+44
2024-08-14
t9001-send-email.sh: update alias list used for pine test
Jacob Keller
1
-3
/
+5
2024-08-14
p1500: add is-base performance tests
Derrick Stolee
1
-0
/
+31
2024-08-14
for-each-ref: add 'is-base' token
Derrick Stolee
2
-0
/
+69
2024-08-14
commit-reach: add get_branch_base_for_tip
Derrick Stolee
2
-0
/
+63
2024-08-14
builtin/diff: free symmetric diff members
Patrick Steinhardt
2
-0
/
+2
2024-08-14
diff: free state populated via options
Patrick Steinhardt
3
-0
/
+4
2024-08-14
builtin/log: fix leak when showing converted blob contents
Patrick Steinhardt
1
-0
/
+2
2024-08-14
userdiff: fix leaking memory for configured diff drivers
Patrick Steinhardt
4
-0
/
+6
2024-08-14
builtin/format-patch: fix various trivial memory leaks
Patrick Steinhardt
1
-0
/
+1
2024-08-14
diff: fix leak when parsing invalid ignore regex option
Patrick Steinhardt
1
-0
/
+1
2024-08-14
unpack-trees: clear index when not propagating it
Patrick Steinhardt
1
-0
/
+1
2024-08-14
sequencer: release todo list on error paths
Patrick Steinhardt
1
-0
/
+1
2024-08-14
merge-ort: unconditionally release attributes index
Patrick Steinhardt
4
-0
/
+4
2024-08-14
builtin/fast-export: plug leaking tag names
Patrick Steinhardt
1
-0
/
+1
2024-08-14
builtin/fast-import: plug trivial memory leaks
Patrick Steinhardt
2
-0
/
+3
2024-08-14
builtin/notes: fix leaking `struct notes_tree` when merging notes
Patrick Steinhardt
2
-0
/
+2
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
3
-0
/
+3
2024-08-14
read-cache: fix leaking hashfile when writing index fails
Patrick Steinhardt
3
-0
/
+4
2024-08-14
bulk-checkin: fix leaking state TODO
Patrick Steinhardt
1
-0
/
+1
2024-08-14
object-name: fix leaking symlink paths in object context
Patrick Steinhardt
1
-0
/
+1
2024-08-14
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt
1
-0
/
+1
2024-08-14
remote: plug memory leak when aliasing URLs
Patrick Steinhardt
1
-1
/
+1
2024-08-14
t9001-send-email.sh: fix quoting for mailrc --dump-aliases test
Jacob Keller
1
-3
/
+3
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
1
-0
/
+25
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
1
-0
/
+7
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
2
-1
/
+979
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
3
-0
/
+6
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
[prev]
[next]