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-20
last-modified: document option '--max-depth'
Toon Claes
1
-1
/
+16
2026-01-20
last-modified: document option '-z'
Toon Claes
1
-4
/
+7
2026-01-20
last-modified: clarify in the docs the command takes a pathspec
Toon Claes
1
-2
/
+2
2026-01-16
Merge branch 'kh/doc-patch-id'
Junio C Hamano
1
-2
/
+2
2026-01-16
Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'
Junio C Hamano
1
-3
/
+5
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
2
-119
/
+153
2026-01-15
Merge branch 'kh/replay-invalid-onto-advance'
Junio C Hamano
1
-62
/
+25
2026-01-15
Merge branch 'ps/odb-misc-fixes'
Junio C Hamano
1
-3
/
+5
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
5
-69
/
+92
2026-01-15
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object
Junio C Hamano
2
-4
/
+3
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
15
-41
/
+41
2026-01-15
commit: rename `reverse_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2
-2
/
+2
2026-01-15
commit: rename `copy_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-1
/
+1
2026-01-14
builtin/repack: handle promisor packs with geometric repacking
Patrick Steinhardt
1
-0
/
+3
2026-01-14
builtin/pack-objects: exclude promisor objects with "--stdin-packs"
Patrick Steinhardt
1
-3
/
+11
2026-01-13
builtin/history: implement "reword" subcommand
Patrick Steinhardt
1
-5
/
+410
2026-01-13
builtin: add new "history" command
Patrick Steinhardt
1
-0
/
+22
2026-01-13
builtin/replay: move core logic into "libgit.a"
Patrick Steinhardt
1
-365
/
+1
2026-01-13
builtin/replay: extract core logic to replay revisions
Patrick Steinhardt
1
-107
/
+162
2026-01-12
submodule: hash the submodule name for the gitdir path
Adrian Ratiu
1
-0
/
+19
2026-01-12
submodule: fix case-folding gitdir filesystem collisions
Adrian Ratiu
1
-1
/
+25
2026-01-12
submodule--helper: fix filesystem collisions by encoding gitdir paths
Adrian Ratiu
1
-0
/
+12
2026-01-12
builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
Adrian Ratiu
1
-6
/
+1
2026-01-12
submodule--helper: add gitdir migration command
Adrian Ratiu
1
-0
/
+61
2026-01-12
submodule: introduce extensions.submodulePathConfig
Adrian Ratiu
1
-2
/
+52
2026-01-12
builtin/submodule--helper: add gitdir command
Adrian Ratiu
1
-0
/
+17
2026-01-12
submodule: always validate gitdirs inside submodule_name_to_gitdir
Adrian Ratiu
1
-4
/
+0
2026-01-12
submodule--helper: use submodule_name_to_gitdir in add_submodule
Adrian Ratiu
1
-6
/
+7
2026-01-12
builtin/fsck: drop `fsck_head_link()`
Patrick Steinhardt
1
-24
/
+4
2026-01-12
builtin/fsck: move generic HEAD check into `refs_fsck()`
Patrick Steinhardt
1
-7
/
+0
2026-01-12
builtin/fsck: move generic object ID checks into `refs_fsck()`
Patrick Steinhardt
1
-26
/
+15
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
2
-4
/
+3
2026-01-12
Merge branch 'rs/commit-stack'
Junio C Hamano
2
-27
/
+21
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
11
-31
/
+37
2026-01-09
fsck: snapshot default refs before object walk
Elijah Newren
1
-40
/
+122
2026-01-09
packfile: only prepare owning store in `packfile_store_prepare()`
Patrick Steinhardt
1
-6
/
+8
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
4
-61
/
+80
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
1
-6
/
+6
2026-01-09
patch-id: use “patch ID” throughout
Kristoffer Haugsbakk
1
-2
/
+2
2026-01-08
Merge branch 'rs/tag-wo-the-repository'
Junio C Hamano
4
-6
/
+6
2026-01-08
Merge branch 'kh/replay-invalid-onto-advance' into ps/history
Junio C Hamano
1
-62
/
+25
2026-01-07
Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-source
Junio C Hamano
1
-3
/
+5
2026-01-07
builtin/gc: fix condition for whether to write commit graphs
Patrick Steinhardt
1
-3
/
+5
2026-01-07
cat-file: only use bitmaps when filtering
Jeff King
1
-3
/
+5
2026-01-06
Merge branch 'ar/run-command-hook'
Junio C Hamano
2
-153
/
+119
2026-01-06
Merge branch 'rs/show-branch-prio-queue'
Junio C Hamano
1
-13
/
+21
2026-01-06
Merge branch 'bc/checkout-error-message-fix'
Junio C Hamano
1
-1
/
+1
2026-01-06
replay: die if we cannot parse object
Kristoffer Haugsbakk
1
-1
/
+1
2026-01-06
replay: improve code comment and die message
Kristoffer Haugsbakk
1
-2
/
+2
2026-01-06
replay: die descriptively when invalid commit-ish is given
Kristoffer Haugsbakk
1
-6
/
+7
[prev]
[next]