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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-09
Git 2.50-rc2
v2.50.0-rc2
Junio C Hamano
2
-1
/
+6
2025-06-09
Merge branch 'mm/test-in-absolute-home'
Junio C Hamano
1
-0
/
+2
2025-06-08
builtin/submodule--helper: fix leak when remote_submodule_branch() failed
Lidong Yan
1
-1
/
+3
2025-06-07
config.mak.uname: update settings for Solaris 10 and 11
Brad Smith
1
-3
/
+25
2025-06-07
A bit more before -rc2
Junio C Hamano
1
-0
/
+6
2025-06-07
Merge branch 'js/curl-easy-setopt-typefix'
Junio C Hamano
3
-17
/
+17
2025-06-07
Merge branch 'jk/curl-easy-setopt-typefix'
Junio C Hamano
4
-21
/
+21
2025-06-07
Merge branch 'bs/bsd-wo-specific-xopen-source'
Junio C Hamano
1
-5
/
+5
2025-06-07
Merge branch 'cf/var-completion-obsd-fixes'
Junio C Hamano
3
-3
/
+4
2025-06-07
stash: allow "git stash [<options>] --patch <pathspec>" to assume push
Phillip Wood
2
-5
/
+9
2025-06-07
stash: allow "git stash -p <pathspec>" to assume push again
Phillip Wood
2
-1
/
+23
2025-06-07
l10n: po-id for 2.50
Bagas Sanjaya
1
-493
/
+344
2025-06-06
doc: update references to renamed AsciiDoc files
Jouke Witteveen
5
-7
/
+10
2025-06-06
Merge branch 'master' of https://github.com/j6t/git-gui
Junio C Hamano
1
-1
/
+1
2025-06-06
diff-generate-patch.adoc: drop spurious backticks
Martin Ă…gren
1
-1
/
+1
2025-06-06
curl: pass `long` values where expected
Johannes Schindelin
3
-17
/
+17
2025-06-06
git-gui: don't delete source files when auto_mkindex fails
Johannes Sixt
1
-1
/
+1
2025-06-05
Merge branch 'js/t5410-tee-hang-workaround'
Junio C Hamano
1
-2
/
+15
2025-06-05
t5410: avoid hangs in CI runs in the win+Meson test jobs
Johannes Schindelin
1
-2
/
+15
2025-06-05
Merge branch 'jk/curl-easy-setopt-typefix' into js/curl-easy-setopt-typefix
Junio C Hamano
4
-21
/
+21
2025-06-05
repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()
Lidong Yan
2
-1
/
+3
2025-06-04
Merge branch 'bs/config-mak-openbsd'
Junio C Hamano
1
-4
/
+1
2025-06-04
curl: fix symbolic constant typechecks with curl_easy_setopt()
Jeff King
1
-7
/
+7
2025-06-04
curl: fix integer variable typechecks with curl_easy_setopt()
Jeff King
1
-3
/
+3
2025-06-04
curl: fix integer constant typechecks with curl_easy_setopt()
Jeff King
3
-11
/
+11
2025-06-04
bundle-uri: send debug output to given FILE * stream
Jan Mazur
1
-1
/
+1
2025-06-04
contrib/subtree: add -S/--gpg-sign
Patrik Weiskircher
3
-19
/
+145
2025-06-04
contrib/subtree: parse using --stuck-long
Patrik Weiskircher
1
-21
/
+13
2025-06-04
send-email: show the new message id assigned by outlook in the logs
Aditya Garg
1
-1
/
+2
2025-06-04
send-email: fix bug resulting in broken threads if a message is edited
Aditya Garg
1
-0
/
+10
2025-06-04
commit-graph: fix start_delayed_progress() leak
Lidong Yan
1
-0
/
+1
2025-06-04
builtin/fetch-pack: cleanup before return error
Lidong Yan
1
-2
/
+5
2025-06-03
cat-file.c: add batch handling for submodules
Victoria Dye
3
-1
/
+37
2025-06-03
cat-file: add %(objectmode) atom
Victoria Dye
3
-18
/
+34
2025-06-03
t1006: update 'run_tests' to test generic object specifiers
Victoria Dye
1
-20
/
+36
2025-06-03
Git 2.50-rc1
v2.50.0-rc1
Junio C Hamano
2
-3
/
+13
2025-06-03
Merge branch 'bs/online-cpus-bsd'
Junio C Hamano
1
-4
/
+4
2025-06-03
Merge branch 'bs/total-ram-bsd'
Junio C Hamano
1
-1
/
+3
2025-06-03
Merge branch 'kh/doc-column-markup-fix'
Junio C Hamano
1
-3
/
+3
2025-06-03
Merge branch 'sj/ref-contents-check-fix'
Junio C Hamano
2
-0
/
+22
2025-06-03
BUG(): remove leading underscore of the format string
Lidong Yan
3
-3
/
+3
2025-06-03
sequencer: replace error() with BUG() in update_squash_messages ()
Lidong Yan
1
-2
/
+4
2025-06-03
builtin/maintenance: fix locking race when handling "gc" task
Patrick Steinhardt
2
-20
/
+33
2025-06-03
builtin/gc: avoid global state in `gc_before_repack()`
Patrick Steinhardt
1
-15
/
+9
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
5
-11
/
+13
2025-06-03
builtin/maintenance: fix locking race with refs and reflogs tasks
Patrick Steinhardt
1
-2
/
+2
2025-06-03
builtin/maintenance: split into foreground and background tasks
Patrick Steinhardt
1
-21
/
+49
2025-06-03
builtin/maintenance: fix typedef for function pointers
Patrick Steinhardt
1
-5
/
+5
2025-06-03
builtin/maintenance: extract function to run tasks
Patrick Steinhardt
1
-12
/
+23
2025-06-03
builtin/maintenance: stop modifying global array of tasks
Patrick Steinhardt
1
-94
/
+112
[prev]
[next]