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-08-02
bisect: add --reset-when-found to leave when done
Harald Nordgren
1
-9
/
+145
2026-08-02
bisect: let bisect_reset() optionally check out quietly
Harald Nordgren
1
-5
/
+7
2026-07-31
add: introduce '--resolved' option
Junio C Hamano
1
-6
/
+86
2026-07-30
Merge branch 'ps/odb-move-loose-object-writing'
Junio C Hamano
1
-1
/
+47
2026-07-30
Merge branch 'ps/cat-file-remote-object-info'
Junio C Hamano
1
-14
/
+210
2026-07-30
Merge branch 'tn/stash-avoid-sparse-index-expansion'
Junio C Hamano
1
-2
/
+2
2026-07-30
Merge branch 'ty/migrate-excludes-file'
Junio C Hamano
1
-4
/
+6
2026-07-30
Merge branch 'ty/migrate-trust-executable-bit'
Junio C Hamano
1
-1
/
+1
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
4
-4
/
+5
2026-07-30
mv: reject a destination whose leading path is missing or a symlink
Lucas Zamboni Orioli
1
-2
/
+43
2026-07-30
mv: name both source and destination when rename fails
Lucas Zamboni Orioli
1
-1
/
+1
2026-07-28
merge: fix leak with merge.defaultToUpstream
Toon Claes
1
-2
/
+5
2026-07-28
cat-file: handle content request for --batch-command without type
Jeff King
1
-0
/
+3
2026-07-27
Merge branch 'ps/copy-wo-the-repository'
Junio C Hamano
3
-5
/
+5
2026-07-27
Merge branch 'ps/refspec-wo-the-repository'
Junio C Hamano
6
-9
/
+19
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
12
-34
/
+40
2026-07-27
Merge branch 'jc/submodule-helper-avoid-zu'
Junio C Hamano
1
-1
/
+2
2026-07-25
Merge branch 'ps/cat-file-remote-object-info' into ps/cat-file-remote-object-...
Junio C Hamano
1
-14
/
+210
2026-07-25
branch: report active bisect run when rejecting delete
René Scharfe
1
-0
/
+7
2026-07-24
builtin/clone: fix segfault when using --revision with protocol v0
Adrian Friedli
1
-1
/
+1
2026-07-24
cat-file: make remote-object-info allow-list adapt to the server
Pablo Sabater
1
-33
/
+63
2026-07-24
cat-file: add remote-object-info to batch-command
Eric Ju
1
-5
/
+176
2026-07-24
cat-file: declare loop counter inside for()
Eric Ju
1
-9
/
+4
2026-07-22
Merge branch 'ps/odb-for-each-object-filter'
Junio C Hamano
3
-76
/
+13
2026-07-22
Merge branch 'cc/doc-fast-export-synopsis-fix'
Junio C Hamano
1
-1
/
+1
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
4
-37
/
+38
2026-07-22
Merge branch 'dm/submodule-update-i-shorthand'
Junio C Hamano
1
-1
/
+1
2026-07-21
stash: avoid sparse-index expansion for in-cone paths
Ted Nyman
1
-2
/
+2
2026-07-20
read-cache: pass 'repo' to 'ce_mode_from_stat()'
Tian Yuchen
1
-1
/
+1
2026-07-19
Merge branch 'js/coverity-fixes-null-safety'
Junio C Hamano
3
-7
/
+18
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
2
-2
/
+2
2026-07-19
Merge branch 'bc/parse-options-exit-0-on-help'
Junio C Hamano
3
-0
/
+6
2026-07-19
Merge branch 'ps/setup-split-discovery-and-setup'
Junio C Hamano
5
-36
/
+23
2026-07-18
object-file: move `force_object_loose()`
Patrick Steinhardt
1
-0
/
+46
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-1
/
+1
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
4
-37
/
+38
2026-07-16
Merge branch 'jk/git-hash-cleanups'
Junio C Hamano
6
-16
/
+16
2026-07-16
Merge branch 'js/coverity-fixes'
Junio C Hamano
2
-2
/
+7
2026-07-16
Merge branch 'jk/hash-algo-leak-fixes'
Junio C Hamano
2
-0
/
+2
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
3
-5
/
+5
2026-07-16
refspec: stop depending on `the_repository`
Patrick Steinhardt
5
-7
/
+16
2026-07-16
refspec: let callers pass in hash algorithm when parsing items
Patrick Steinhardt
2
-2
/
+3
2026-07-16
refs: remove remaining uses of `the_repository`
Patrick Steinhardt
5
-12
/
+16
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
9
-22
/
+24
2026-07-15
Merge branch 'rs/blame-abbrev-marks'
Junio C Hamano
1
-23
/
+45
2026-07-15
Merge branch 'ps/history-drop'
Junio C Hamano
2
-55
/
+270
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
3
-12
/
+28
2026-07-15
Merge branch 'ps/refs-writing-subcommands'
Junio C Hamano
1
-8
/
+214
2026-07-15
Merge branch 'jc/history-message-prep-fix'
Junio C Hamano
1
-7
/
+10
2026-07-15
submodule--helper: avoid use of %zu for now
Junio C Hamano
1
-1
/
+2
[prev]
[next]