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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-18
use commit_stack instead of prio_queue in LIFO mode
René Scharfe
1
-9
/
+7
2026-03-17
strbuf_attach: fix call sites to pass correct alloc
Vaidas Pilkauskas
2
-2
/
+2
2026-03-16
interpret-trailers: use placeholder instead of *
Kristoffer Haugsbakk
1
-1
/
+1
2026-03-16
Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...
Junio C Hamano
1
-14
/
+77
2026-03-16
Merge branch 'rs/history-ergonomics-updates-fix'
Junio C Hamano
1
-1
/
+1
2026-03-16
Merge branch 'jt/repo-structure-extrema'
Junio C Hamano
1
-62
/
+255
2026-03-15
stash: do not pass strbuf by value
Deveshi Dwivedi
1
-3
/
+3
2026-03-13
builtin/pack-objects: reduce lock contention when writing packfile data
Patrick Steinhardt
1
-5
/
+9
2026-03-13
csum-file: drop `hashfd_throughput()`
Patrick Steinhardt
1
-4
/
+15
2026-03-12
fast-import: add mode to sign commits with invalid signatures
Justin Tobler
2
-22
/
+85
2026-03-12
gpg-interface: allow sign_buffer() to use default signing key
Justin Tobler
1
-2
/
+2
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
5
-14
/
+28
2026-03-12
Merge branch 'ds/for-each-repo-w-worktree'
Junio C Hamano
1
-6
/
+6
2026-03-12
Merge branch 'sk/oidmap-clear-with-custom-free-func'
Junio C Hamano
1
-3
/
+12
2026-03-12
builtin/mktree: remove USE_THE_REPOSITORY_VARIABLE
Tian Yuchen
1
-10
/
+9
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
1
-1
/
+5
2026-03-12
object-file: generalize counting objects
Patrick Steinhardt
1
-2
/
+3
2026-03-12
object-file: extract logic to approximate object count
Patrick Steinhardt
1
-27
/
+8
2026-03-12
odb: stop including "odb/source.h"
Patrick Steinhardt
2
-0
/
+2
2026-03-12
run-command: wean auto_maintenance() functions off the_repository
Burak Kaan Karaçay
6
-6
/
+8
2026-03-12
run-command: wean start_command() off the_repository
Burak Kaan Karaçay
2
-6
/
+10
2026-03-11
help: cleanup the contruction of keys_uniq
Amisha Chhajed
1
-35
/
+56
2026-03-11
submodule--helper: replace malloc with xmalloc
Siddharth Shrimali
1
-1
/
+1
2026-03-11
worktree: do not pass strbuf by value
Deveshi Dwivedi
1
-1
/
+1
2026-03-10
Merge branch 'rs/parse-options-duplicated-long-options'
Junio C Hamano
1
-2
/
+0
2026-03-10
Merge branch 'ar/config-hooks'
Junio C Hamano
2
-7
/
+92
2026-03-10
Merge branch 'kh/format-patch-noprefix-is-boolean'
Junio C Hamano
1
-1
/
+13
2026-03-10
Merge branch 'ps/odb-sources' into ps/object-counting
Junio C Hamano
5
-14
/
+28
2026-03-09
Merge branch 'jk/repo-structure-cleanup'
Junio C Hamano
1
-1
/
+0
2026-03-09
Merge branch 'cs/add-skip-submodule-ignore-all'
Junio C Hamano
3
-3
/
+3
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
8
-45
/
+88
2026-03-09
Merge branch 'ar/run-command-hook-take-2'
Junio C Hamano
1
-137
/
+149
2026-03-09
Merge branch 'ar/config-hooks' into ar/config-hook-cleanups
Junio C Hamano
2
-137
/
+234
2026-03-09
history: initialize rev_info in cmd_history_reword()
René Scharfe
1
-1
/
+1
2026-03-06
format-patch: add commitListFormat config
Mirko Faina
1
-0
/
+21
2026-03-06
format-patch: add ability to use alt cover format
Mirko Faina
1
-3
/
+37
2026-03-06
format-patch: move cover letter summary generation
Mirko Faina
1
-12
/
+20
2026-03-06
rebase: support --trailer
Li Chen
1
-0
/
+19
2026-03-06
commit, tag: parse --trailer with OPT_STRVEC
Li Chen
2
-3
/
+4
2026-03-06
trailer: append trailers without fork/exec
Li Chen
2
-0
/
+6
2026-03-06
trailer: libify a couple of functions
Li Chen
1
-70
/
+1
2026-03-06
interpret-trailers: refactor create_in_place_tempfile()
Phillip Wood
1
-22
/
+29
2026-03-06
interpret-trailers: factor trailer rewriting
Li Chen
1
-23
/
+30
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
5
-14
/
+28
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
5
-10
/
+10
2026-03-05
builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free()
Seyi Kufoiji
1
-3
/
+12
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
10
-20
/
+38
2026-03-04
Merge branch 'cx/fetch-display-ubfix'
Junio C Hamano
1
-1
/
+1
2026-03-04
Merge branch 'ds/config-list-with-type'
Junio C Hamano
1
-79
/
+225
2026-03-04
Merge branch 'lo/repo-leftover-bits'
Junio C Hamano
1
-22
/
+22
[prev]
[next]