index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2026-01-26
treewide: drop uses of `for_each_{loose,packed}_object()`
Patrick Steinhardt
-6
/
+28
2026-01-26
builtin/fsck: refactor to use `odb_for_each_object()`
Patrick Steinhardt
-45
/
+12
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
-6
/
+6
2026-01-25
fetch: delay user information post committing of transaction
Karthik Nayak
-54
/
+192
2026-01-25
receive-pack: utilize rejected ref error details
Karthik Nayak
-2
/
+6
2026-01-25
fetch: utilize rejected ref error details
Karthik Nayak
-4
/
+6
2026-01-25
update-ref: utilize rejected error details if available
Karthik Nayak
-3
/
+5
2026-01-25
refs: add rejection detail to the callback function
Karthik Nayak
-0
/
+3
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
-31
/
+37
2026-01-21
Merge branch 'ps/geometric-repacking-with-promisor-remotes'
Junio C Hamano
-3
/
+14
2026-01-21
sparse-checkout: optimize string_list construction and add tests to verify de...
Amisha Chhajed
-3
/
+4
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
-4
/
+3
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
-66
/
+87
2026-01-21
Merge branch 'ps/ref-consistency-checks'
Junio C Hamano
-42
/
+4
2026-01-21
Merge branch 'en/fsck-snapshot-ref-state'
Junio C Hamano
-40
/
+122
2026-01-20
last-modified: change default max-depth to 0
Toon Claes
-16
/
+5
2026-01-20
last-modified: document option '--max-depth'
Toon Claes
-1
/
+16
2026-01-20
last-modified: document option '-z'
Toon Claes
-4
/
+7
2026-01-20
last-modified: clarify in the docs the command takes a pathspec
Toon Claes
-2
/
+2
2026-01-16
Merge branch 'kh/doc-patch-id'
Junio C Hamano
-2
/
+2
2026-01-16
Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'
Junio C Hamano
-3
/
+5
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
-121
/
+155
2026-01-15
Merge branch 'kh/replay-invalid-onto-advance'
Junio C Hamano
-62
/
+25
2026-01-15
Merge branch 'ps/odb-misc-fixes'
Junio C Hamano
-3
/
+5
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
-69
/
+92
2026-01-15
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object
Junio C Hamano
-4
/
+3
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
-41
/
+41
2026-01-15
commit: rename `reverse_commit_list()` to conform to coding guidelines
Patrick Steinhardt
-2
/
+2
2026-01-15
commit: rename `copy_commit_list()` to conform to coding guidelines
Patrick Steinhardt
-1
/
+1
2026-01-14
builtin/repack: handle promisor packs with geometric repacking
Patrick Steinhardt
-0
/
+3
2026-01-14
builtin/pack-objects: exclude promisor objects with "--stdin-packs"
Patrick Steinhardt
-3
/
+11
2026-01-13
builtin/history: implement "reword" subcommand
Patrick Steinhardt
-5
/
+410
2026-01-13
builtin: add new "history" command
Patrick Steinhardt
-0
/
+22
2026-01-13
builtin/replay: move core logic into "libgit.a"
Patrick Steinhardt
-365
/
+1
2026-01-13
builtin/replay: extract core logic to replay revisions
Patrick Steinhardt
-107
/
+162
2026-01-12
submodule: hash the submodule name for the gitdir path
Adrian Ratiu
-0
/
+19
2026-01-12
submodule: fix case-folding gitdir filesystem collisions
Adrian Ratiu
-1
/
+25
2026-01-12
submodule--helper: fix filesystem collisions by encoding gitdir paths
Adrian Ratiu
-0
/
+12
2026-01-12
builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
Adrian Ratiu
-6
/
+1
2026-01-12
submodule--helper: add gitdir migration command
Adrian Ratiu
-0
/
+61
2026-01-12
submodule: introduce extensions.submodulePathConfig
Adrian Ratiu
-2
/
+52
2026-01-12
builtin/submodule--helper: add gitdir command
Adrian Ratiu
-0
/
+17
2026-01-12
submodule: always validate gitdirs inside submodule_name_to_gitdir
Adrian Ratiu
-4
/
+0
2026-01-12
submodule--helper: use submodule_name_to_gitdir in add_submodule
Adrian Ratiu
-6
/
+7
2026-01-12
builtin/fsck: drop `fsck_head_link()`
Patrick Steinhardt
-24
/
+4
2026-01-12
builtin/fsck: move generic HEAD check into `refs_fsck()`
Patrick Steinhardt
-7
/
+0
2026-01-12
builtin/fsck: move generic object ID checks into `refs_fsck()`
Patrick Steinhardt
-26
/
+15
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
-4
/
+3
2026-01-12
Merge branch 'rs/commit-stack'
Junio C Hamano
-27
/
+21
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
-31
/
+37
[prev]
[next]