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-01-06
replay: find *onto only after testing for ref name
Kristoffer Haugsbakk
1
-1
/
+1
2026-01-06
replay: remove dead code and rearrange
Kristoffer Haugsbakk
1
-54
/
+16
2025-12-30
Merge branch 'jt/repo-struct-more-objinfo'
Junio C Hamano
1
-29
/
+146
2025-12-29
tag: support arbitrary repositories in parse_tag()
René Scharfe
2
-4
/
+4
2025-12-29
tag: support arbitrary repositories in gpg_verify_tag()
René Scharfe
2
-2
/
+2
2025-12-28
receive-pack: convert receive hooks to hook API
Emily Shaffer
1
-118
/
+92
2025-12-28
receive-pack: convert update hooks to new API
Emily Shaffer
1
-39
/
+25
2025-12-28
hook: allow overriding the ungroup option
Adrian Ratiu
1
-0
/
+6
2025-12-28
show-branch: use prio_queue
René Scharfe
1
-13
/
+21
2025-12-25
name-rev: use commit_stack
René Scharfe
1
-11
/
+6
2025-12-25
log: use commit_stack
René Scharfe
1
-16
/
+15
2025-12-25
checkout: quote invalid treeish in error message
brian m. carlson
1
-1
/
+1
2025-12-23
Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'
Junio C Hamano
1
-26
/
+45
2025-12-23
Merge branch 'tc/memzero-array'
Junio C Hamano
1
-1
/
+1
2025-12-23
Merge branch 'jc/submodule-add'
Junio C Hamano
1
-2
/
+10
2025-12-22
Merge branch 'kj/pull-options-decl-cleanup'
Junio C Hamano
1
-142
/
+141
2025-12-22
Merge branch 'rs/replay-wrong-onto-fix'
Junio C Hamano
1
-3
/
+3
2025-12-22
Merge branch 'kh/doc-replay-updates'
Junio C Hamano
1
-1
/
+1
2025-12-18
builtin/repo: add object disk size info to structure table
Justin Tobler
1
-0
/
+13
2025-12-18
builtin/repo: add disk size info to keyvalue stucture output
Justin Tobler
1
-0
/
+18
2025-12-18
builtin/repo: add inflated object info to structure table
Justin Tobler
1
-3
/
+30
2025-12-18
builtin/repo: add inflated object info to keyvalue structure output
Justin Tobler
1
-0
/
+33
2025-12-18
builtin/repo: humanise count values in structure output
Justin Tobler
1
-10
/
+28
2025-12-18
builtin/repo: group per-type object values into struct
Justin Tobler
1
-17
/
+25
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
5
-27
/
+27
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
5
-27
/
+27
2025-12-14
Merge branch 'lo/repo-struct-z'
Junio C Hamano
1
-2
/
+6
2025-12-14
Merge branch 'kh/advise-w-git-help-in-branch'
Junio C Hamano
1
-1
/
+1
2025-12-14
Merge branch 'js/last-modified-with-sparse-checkouts'
Junio C Hamano
1
-1
/
+2
2025-12-14
Merge branch 'tc/last-modified-active-paths-optimization'
Junio C Hamano
1
-1
/
+1
2025-12-14
replay: improve --contained and add to doc
Kristoffer Haugsbakk
1
-1
/
+1
2025-12-12
pull: move options[] array into function scope
K Jayatheerth
1
-142
/
+141
2025-12-12
replay: move onto NULL check before first use
René Scharfe
1
-3
/
+3
2025-12-12
Merge branch 'sa/replay-atomic-ref-updates' into rs/replay-wrong-onto-fix
Junio C Hamano
1
-13
/
+120
2025-12-11
git-compat-util: introduce MEMZERO_ARRAY() macro
Toon Claes
1
-1
/
+1
2025-12-10
fetch: fix failed batched updates skipping operations
Karthik Nayak
1
-1
/
+5
2025-12-10
fetch: fix non-conflicting tags not being committed
Karthik Nayak
1
-0
/
+8
2025-12-09
Merge branch 'en/replay-doc-revision-range'
Junio C Hamano
1
-1
/
+1
2025-12-09
Merge branch 'pw/replay-exclude-gpgsig-fix'
Junio C Hamano
1
-1
/
+1
2025-12-05
Merge branch 'ps/object-source-management' into ps/odb-misc-fixes
Junio C Hamano
7
-9
/
+24
2025-12-05
Merge branch 'rs/config-set-multi-error-message-fix'
Junio C Hamano
1
-1
/
+1
2025-12-05
Merge branch 'rs/config-unset-opthelp-fix'
Junio C Hamano
1
-2
/
+2
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
7
-9
/
+24
2025-12-05
Merge branch 'cc/fast-import-strip-if-invalid'
Junio C Hamano
2
-17
/
+93
2025-12-05
Merge branch 'jc/optional-path'
Junio C Hamano
3
-12
/
+41
2025-12-05
repo: add -z as an alias for --format=nul to git-repo-structure
Lucas Seiki Oshiro
1
-1
/
+5
2025-12-05
repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsis
Lucas Seiki Oshiro
1
-1
/
+1
2025-12-03
last-modified: support sparse checkouts
Johannes Schindelin
1
-1
/
+2
2025-12-03
branch: advice using git-help(1) instead of man(1)
Kristoffer Haugsbakk
1
-1
/
+1
2025-11-30
Merge branch 'ja/doc-synopsis-style'
Junio C Hamano
1
-1
/
+1
[prev]
[next]