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
2023-11-02
Merge branch 'jk/decoration-and-other-leak-fixes' into maint-2.42
Junio C Hamano
4
-0
/
+7
2023-11-02
Merge branch 'ob/t3404-typofix' into maint-2.42
Junio C Hamano
1
-1
/
+1
2023-11-02
Merge branch 'bc/more-git-var' into maint-2.42
Junio C Hamano
1
-0
/
+9
2023-11-02
Merge branch 'ch/t6300-verify-commit-test-cleanup' into maint-2.42
Junio C Hamano
2
-4
/
+2
2023-11-02
Merge branch 'ob/t9001-indent-fix' into maint-2.42
Junio C Hamano
1
-2
/
+2
2023-11-02
Merge branch 'jk/test-pass-ubsan-options-to-http-test' into maint-2.42
Junio C Hamano
2
-0
/
+4
2023-11-02
Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42
Junio C Hamano
1
-0
/
+5
2023-11-02
Merge branch 'pw/diff-no-index-from-named-pipes' into maint-2.42
Junio C Hamano
1
-0
/
+19
2023-11-02
Merge branch 'js/complete-checkout-t' into maint-2.42
Junio C Hamano
1
-2
/
+10
2023-11-02
Merge branch 'pw/rebase-i-after-failure' into maint-2.42
Junio C Hamano
4
-19
/
+128
2023-11-02
Merge branch 'ks/ref-filter-sort-numerically' into maint-2.42
Junio C Hamano
1
-2
/
+13
2023-11-02
Merge branch 'jk/diff-result-code-cleanup' into maint-2.42
Junio C Hamano
1
-0
/
+5
2023-11-02
Merge branch 'ts/unpacklimit-config-fix' into maint-2.42
Junio C Hamano
2
-3
/
+78
2023-11-02
Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42
Junio C Hamano
2
-3
/
+39
2023-11-02
Merge branch 'tb/commit-graph-verify-fix' into maint-2.42
Junio C Hamano
1
-6
/
+12
2023-11-02
Merge branch 'ds/scalar-updates' into maint-2.42
Junio C Hamano
1
-0
/
+12
2023-11-02
Merge branch 'mp/rebase-label-length-limit' into maint-2.42
Junio C Hamano
1
-0
/
+11
2023-11-02
Merge branch 'jk/test-lsan-denoise-output' into maint-2.42
Junio C Hamano
1
-0
/
+1
2023-10-05
daemon: free listen_addr before returning
Jeff King
1
-0
/
+2
2023-10-05
revision: clear decoration structs during release_revisions()
Jeff King
1
-0
/
+1
2023-10-05
decorate: add clear_decoration() function
Jeff King
2
-0
/
+4
2023-09-21
test-lib: set UBSAN_OPTIONS to match ASan
Jeff King
2
-0
/
+4
2023-09-12
t3404-rebase-interactive.sh: fix typos in title of a rewording test
Oswald Buddenhagen
1
-1
/
+1
2023-09-11
diff-lib: fix check_removed when fsmonitor is on
Josip Sokcevic
1
-0
/
+5
2023-09-11
diff --no-index: fix -R with stdin
René Scharfe
1
-0
/
+19
2023-09-08
completion(switch/checkout): treat --track and -t the same
Johannes Schindelin
1
-2
/
+10
2023-09-06
rebase -i: fix adding failed command to the todo list
Phillip Wood
2
-17
/
+34
2023-09-06
rebase --continue: refuse to commit after failed command
Phillip Wood
2
-1
/
+21
2023-09-06
rebase: fix rewritten list for failed pick
Phillip Wood
3
-2
/
+56
2023-09-06
rebase -i: remove patch file after conflict resolution
Phillip Wood
1
-0
/
+18
2023-09-05
var: avoid a segmentation fault when `HOME` is unset
Johannes Schindelin
1
-0
/
+9
2023-09-05
ref-filter: sort numerically when ":size" is used
Kousik Sanagavarapu
1
-2
/
+13
2023-08-29
leak tests: mark t5583-push-branches.sh as leak-free
Taylor Blau
1
-0
/
+1
2023-08-29
leak tests: mark t3321-notes-stripspace.sh as leak-free
Taylor Blau
1
-0
/
+1
2023-08-29
leak tests: mark a handful of tests as leak-free
Taylor Blau
2
-0
/
+3
2023-08-28
test-lib: ignore uninteresting LSan output
Jeff King
1
-0
/
+1
2023-08-28
scalar: add --[no-]src option
Derrick Stolee
1
-0
/
+12
2023-08-23
t/t6300: drop magic filtering
Christian Hesse
1
-4
/
+1
2023-08-22
transfer.unpackLimit: fetch/receive.unpackLimit takes precedence
Junio C Hamano
2
-3
/
+78
2023-08-22
t/lib-gpg: forcibly run a trustdb update
Christian Hesse
1
-0
/
+1
2023-08-21
diff: the -w option breaks --exit-code for --raw and other output modes
Junio C Hamano
1
-2
/
+6
2023-08-21
commit-graph: avoid repeated mixed generation number warnings
Taylor Blau
1
-2
/
+2
2023-08-21
t/t5318-commit-graph.sh: test generation zero transitions during fsck
Taylor Blau
1
-6
/
+12
2023-08-21
commit-graph: introduce `commit_graph_generation_from_graph()`
Taylor Blau
1
-1
/
+1
2023-08-21
diff: show usage for unknown builtin_diff_files() options
Jeff King
1
-0
/
+5
2023-08-18
t4040: remove test that succeeded for a wrong reason
Junio C Hamano
1
-2
/
+1
2023-08-18
diff: teach "--stat -w --exit-code" to notice differences
Junio C Hamano
1
-1
/
+1
2023-08-18
diff: mode-only change should be noticed by "--patch -w --exit-code"
Junio C Hamano
1
-1
/
+34
2023-08-15
Merge branch 'pw/diff-no-index-from-named-pipes'
Junio C Hamano
1
-6
/
+2
2023-08-15
Merge branch 'st/mv-lstat-fix'
Junio C Hamano
1
-0
/
+7
[next]