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-02-15
Merge branch 'cw/doc-pushurl-vs-url'
Junio C Hamano
1
-0
/
+8
2023-02-15
Merge branch 'ab/retire-scripted-add-p'
Junio C Hamano
5
-30
/
+19
2023-02-15
Merge branch 'kf/t5000-modernise'
Junio C Hamano
1
-5
/
+5
2023-02-15
Merge branch 'ar/userdiff-java-update'
Junio C Hamano
15
-0
/
+93
2023-02-15
Merge branch 'ab/sequencer-unleak'
Junio C Hamano
18
-2
/
+18
2023-02-15
Merge branch 'ds/bundle-uri-5'
Junio C Hamano
5
-2
/
+801
2023-02-15
gpg: do show gpg's error message upon failure
Johannes Schindelin
1
-1
/
+9
2023-02-15
t7510: add a test case that does not need gpg
Johannes Schindelin
1
-0
/
+36
2023-02-15
shorten_unambiguous_ref(): avoid sscanf()
Jeff King
1
-0
/
+34
2023-02-14
Merge branch 'rj/branch-copy-and-rename' into maint-2.39
Junio C Hamano
1
-0
/
+10
2023-02-14
Merge branch 'rs/t3920-crlf-eating-grep-fix' into maint-2.39
Junio C Hamano
1
-1
/
+1
2023-02-14
Merge branch 'js/t3920-shell-and-or-fix' into maint-2.39
Junio C Hamano
1
-1
/
+1
2023-02-14
Merge branch 'ab/t4023-avoid-losing-exit-status-of-diff' into maint-2.39
Junio C Hamano
1
-6
/
+6
2023-02-14
Merge branch 'ab/t7600-avoid-losing-exit-status-of-git' into maint-2.39
Junio C Hamano
1
-1
/
+1
2023-02-14
Merge branch 'ab/t5314-avoid-losing-exit-status' into maint-2.39
Junio C Hamano
1
-7
/
+10
2023-02-14
Merge branch 'rs/t4205-do-not-exit-in-test-script' into maint-2.39
Junio C Hamano
1
-1
/
+1
2023-02-14
Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39
Junio C Hamano
1
-0
/
+6
2023-02-14
Merge branch 'ws/single-file-cone' into maint-2.39
Junio C Hamano
1
-1
/
+10
2023-02-14
Merge branch 'jk/ext-diff-with-relative' into maint-2.39
Junio C Hamano
1
-0
/
+29
2023-02-14
Merge branch 'ab/bundle-wo-args' into maint-2.39
Junio C Hamano
1
-0
/
+7
2023-02-14
Merge branch 'lk/line-range-parsing-fix' into maint-2.39
Junio C Hamano
1
-0
/
+22
2023-02-13
Sync with Git 2.39.2
Junio C Hamano
4
-1
/
+193
2023-02-13
test-ctype: test iscntrl, ispunct, isxdigit and isprint
René Scharfe
1
-0
/
+9
2023-02-13
test-ctype: test islower and isupper
René Scharfe
1
-0
/
+2
2023-02-13
test-ctype: test isascii
René Scharfe
1
-2
/
+17
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-0
/
+10
2023-02-09
Merge branch 'jk/httpd-test-updates'
Junio C Hamano
3
-32
/
+12
2023-02-09
name-rev: fix names by dropping taggerdate workaround
Elijah Newren
1
-0
/
+6
2023-02-08
userdiff: support Java sealed classes
Andrei Rybak
6
-0
/
+39
2023-02-08
userdiff: support Java record types
Andrei Rybak
3
-0
/
+18
2023-02-08
userdiff: support Java type parameters
Andrei Rybak
6
-0
/
+36
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
1
-0
/
+18
2023-02-08
Merge branch 'ds/scalar-ignore-cron-error'
Junio C Hamano
3
-1
/
+14
2023-02-07
Documentation: clarify multiple pushurls vs urls
Calvin Wan
1
-0
/
+8
2023-02-06
commit.c: free() revs.commit in get_fork_point()
Ævar Arnfjörð Bjarmason
2
-0
/
+2
2023-02-06
builtin/rebase.c: fix "options.onto_name" leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2023-02-06
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
15
-2
/
+15
2023-02-06
push: free_refs() the "local_refs" in set_refspecs()
Ævar Arnfjörð Bjarmason
13
-0
/
+20
2023-02-06
receive-pack: release the linked "struct command *" list
Ævar Arnfjörð Bjarmason
9
-0
/
+11
2023-02-06
builtin/merge.c: use fixed strings, not "strbuf", fix leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2023-02-06
worktree: fix a trivial leak in prune_worktrees()
Ævar Arnfjörð Bjarmason
2
-0
/
+2
2023-02-06
repack: fix leaks on error with "goto cleanup"
Ævar Arnfjörð Bjarmason
2
-0
/
+2
2023-02-06
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
6
-0
/
+9
2023-02-06
tests: mark tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
28
-0
/
+36
2023-02-06
tests: don't lose misc "git" exit codes
Ævar Arnfjörð Bjarmason
3
-5
/
+9
2023-02-06
tests: don't lose exit status with "test <op> $(git ...)"
Ævar Arnfjörð Bjarmason
11
-45
/
+120
2023-02-06
tests: don't lose "git" exit codes in "! ( git ... | grep )"
Ævar Arnfjörð Bjarmason
2
-7
/
+25
2023-02-06
tests: don't lose exit status with "(cd ...; test <op> $(git ...))"
Ævar Arnfjörð Bjarmason
6
-24
/
+45
2023-02-06
t/lib-patch-mode.sh: fix ignored exit codes
Ævar Arnfjörð Bjarmason
1
-3
/
+8
2023-02-06
auto-crlf tests: don't lose exit code in loops and outside tests
Ævar Arnfjörð Bjarmason
1
-28
/
+38
[prev]
[next]