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-26
fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
1
-6
/
+34
2026-03-26
fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'
Justin Tobler
2
-2
/
+10
2026-03-26
fast-export: check for unsupported signing modes earlier
Justin Tobler
1
-13
/
+2
2026-03-26
t5620: test backfill's unknown argument handling
Derrick Stolee
1
-0
/
+3
2026-03-26
backfill: accept revision arguments
Derrick Stolee
1
-6
/
+13
2026-03-26
worktree add: stop reading ".git/HEAD"
Phillip Wood
1
-19
/
+2
2026-03-25
Merge branch 'sa/replay-revert' into tc/replay-ref
Junio C Hamano
1
-9
/
+27
2026-03-25
replay: add --revert mode to reverse commit changes
Siddharth Asthana
1
-9
/
+27
2026-03-25
hook: reject unknown hook names in git-hook(1)
Adrian Ratiu
1
-2
/
+33
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
1
-8
/
+12
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
1
-2
/
+12
2026-03-25
hook: replace hook_list_clear() -> string_list_clear_func()
Adrian Ratiu
1
-1
/
+1
2026-03-25
hook: fix minor style issues
Adrian Ratiu
2
-35
/
+36
2026-03-25
builtin/receive-pack: properly init receive_hook strbuf
Adrian Ratiu
1
-0
/
+1
2026-03-25
Merge branch 'ps/object-counting'
Junio C Hamano
3
-28
/
+16
2026-03-25
Merge branch 'tb/incremental-midx-part-3.2'
Junio C Hamano
1
-10
/
+81
2026-03-25
repo: show subcommand-specific help text
Mahi Kassa
1
-2
/
+12
2026-03-25
repo: factor repo usage strings into shared macros
Mahi Kassa
1
-4
/
+10
2026-03-24
Merge branch 'dd/cocci-do-not-pass-strbuf-by-value'
Junio C Hamano
1
-3
/
+3
2026-03-24
Merge branch 'ps/upload-pack-buffer-more-writes'
Junio C Hamano
1
-4
/
+19
2026-03-24
Merge branch 'ps/history-split'
Junio C Hamano
6
-88
/
+354
2026-03-24
Merge branch 'jt/fast-import-sign-again'
Junio C Hamano
3
-24
/
+87
2026-03-24
use strvec_pushv() to add another strvec
Junio C Hamano
1
-2
/
+1
2026-03-23
format-patch: --commit-list-format without prefix
Mirko Faina
1
-0
/
+2
2026-03-23
format-patch: add preset for --commit-list-format
Mirko Faina
1
-0
/
+3
2026-03-23
format-patch: wrap generate_commit_list_cover()
Mirko Faina
1
-1
/
+7
2026-03-23
format.commitListFormat: strip meaning from empty
Mirko Faina
1
-10
/
+1
2026-03-23
format-patch: rename --cover-letter-format option
Mirko Faina
1
-1
/
+3
2026-03-23
format-patch: refactor generate_commit_list_cover
Mirko Faina
1
-4
/
+3
2026-03-23
Merge branch 'ty/mktree-wo-the-repository'
Junio C Hamano
1
-10
/
+9
2026-03-23
Merge branch 'ac/help-sort-correctly'
Junio C Hamano
1
-35
/
+56
2026-03-23
Merge branch 'ng/submodule-default-remote'
Junio C Hamano
1
-0
/
+38
2026-03-23
builtin/fsck: stop using `the_repository` in error reporting
Patrick Steinhardt
1
-23
/
+23
2026-03-23
builtin/fsck: stop using `the_repository` when marking objects
Patrick Steinhardt
1
-12
/
+14
2026-03-23
builtin/fsck: stop using `the_repository` when checking packed objects
Patrick Steinhardt
1
-5
/
+6
2026-03-23
builtin/fsck: stop using `the_repository` with loose objects
Patrick Steinhardt
1
-6
/
+8
2026-03-23
builtin/fsck: stop using `the_repository` when checking reflogs
Patrick Steinhardt
1
-10
/
+14
2026-03-23
builtin/fsck: stop using `the_repository` when checking refs
Patrick Steinhardt
1
-5
/
+6
2026-03-23
builtin/fsck: stop using `the_repository` when snapshotting refs
Patrick Steinhardt
1
-11
/
+22
2026-03-23
builtin/fsck: fix trivial dependence on `the_repository`
Patrick Steinhardt
1
-49
/
+49
2026-03-23
fsck: store repository in fsck options
Patrick Steinhardt
5
-11
/
+11
2026-03-23
fsck: initialize fsck options via a function
Patrick Steinhardt
5
-7
/
+18
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
2
-7
/
+12
2026-03-20
Merge branch 'ps/object-counting' into ps/odb-generic-object-name-handling
Junio C Hamano
3
-28
/
+16
2026-03-19
Merge branch 'ss/submodule--helper-use-xmalloc'
Junio C Hamano
1
-1
/
+1
2026-03-19
Merge branch 'lc/rebase-trailer'
Junio C Hamano
4
-74
/
+45
2026-03-19
Merge branch 'bk/run-command-wo-the-repository'
Junio C Hamano
8
-12
/
+18
2026-03-19
Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'
Junio C Hamano
1
-1
/
+1
2026-03-18
object-name: turn INTERPRET_BRANCH_* constants into enum values
Jialong Wang
1
-1
/
+1
2026-03-18
merge-file: fix BUG when --object-id is used in a worktree
Mathias Rav
1
-2
/
+3
[prev]
[next]