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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge branch 'ps/cat-file-remote-object-info-type'
Junio C Hamano
2
-34
/
+85
2026-08-21
send-pack: generate packfiles via the object database
Patrick Steinhardt
1
-6
/
+6
2026-08-21
trailers: stop recognizing URLs as trailers
Kristoffer Haugsbakk
2
-0
/
+71
2026-08-20
builtin/receive-pack: properly clean up keep files
Justin Tobler
1
-0
/
+31
2026-08-20
worktree add: shouldn't dwim if -b or -B is given
Yoichi NAKAYAMA
1
-0
/
+10
2026-08-20
pack-objects: trace pack bytes written
Friel
1
-0
/
+24
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
2
-1
/
+19
2026-08-20
Merge branch 'hn/branch-delete-merged'
Junio C Hamano
1
-0
/
+421
2026-08-19
odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
Patrick Steinhardt
1
-0
/
+18
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-2
/
+2
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
1
-1
/
+2
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
1
-1
/
+1
2026-08-18
Merge branch 'hn/bisect-reset-when-found'
Junio C Hamano
1
-0
/
+121
2026-08-17
object-name: avoid use-after-free in get_oid_with_context_1()
Shlok Kulshreshtha
1
-0
/
+11
2026-08-15
Merge branch 'jc/add-resolved'
Junio C Hamano
2
-0
/
+109
2026-08-15
Merge branch 'kl/t7528-ssh-agent-for-csh-users'
Junio C Hamano
1
-1
/
+1
2026-08-15
Merge branch 'tn/packfile-uri-concurrency'
Junio C Hamano
2
-0
/
+235
2026-08-15
Merge branch 'jm/t0213-skip-emulated-ancestry-tests'
Junio C Hamano
1
-3
/
+6
2026-08-13
builtin/repack: add guards for --drop-filtered
Siddharth Shrimali
1
-0
/
+35
2026-08-13
builtin/repack: actually drop filtered promisor blobs
Siddharth Shrimali
1
-0
/
+12
2026-08-13
builtin/repack: enumerate promisor blobs for --drop-filtered
Siddharth Shrimali
1
-1
/
+84
2026-08-13
builtin/repack: add --drop-filtered and --dry-run options
Siddharth Shrimali
2
-0
/
+56
2026-08-13
completion: complete 'git history split' pathspecs
Vincent Mailhol
1
-0
/
+13
2026-08-13
completion: complete 'git history --update-refs' values
Vincent Mailhol
1
-1
/
+4
2026-08-13
completion: complete 'git history --empty' values
Vincent Mailhol
1
-1
/
+5
2026-08-13
completion: add 'git history' subcommands
Vincent Mailhol
1
-0
/
+30
2026-08-13
completion: 'git checkout' completes untracked paths as a last resort
Junio C Hamano
1
-2
/
+19
2026-08-13
completion: complete tracked paths for "git checkout"
Junio C Hamano
1
-0
/
+39
2026-08-13
packfile: fix perf regression with many packs
Johannes Schindelin
1
-0
/
+4
2026-08-13
t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t`
Johannes Schindelin
1
-1
/
+1
2026-08-13
delta: widen `create_delta()` and `diff_delta()` to `size_t`
Johannes Schindelin
2
-3
/
+4
2026-08-12
completion: 'git diff' completes untracked paths as a last resort
Junio C Hamano
1
-1
/
+19
2026-08-12
completion: complete tracked paths for 'git diff'
Junio C Hamano
1
-0
/
+40
2026-08-12
sequencer: release the ODB before spawning git commit
Johannes Schindelin
1
-0
/
+18
2026-08-12
reftable tests: check reftable_table_init_ref_iterator() return
Johannes Schindelin
1
-2
/
+4
2026-08-12
t7900: fix flaky "maintenance.strategy" test
Patrick Steinhardt
1
-3
/
+3
2026-08-12
t7900: adapt some tests to use a throwaway repository
Patrick Steinhardt
1
-27
/
+43
2026-08-12
serve: reject valueless promisor-remote capability
Elijah Newren
1
-0
/
+11
2026-08-11
git: avoid segfault on "git --shallow-file" without a value
Christian Couder
1
-0
/
+7
2026-08-11
Merge branch 'ns/merge-base-is-ancestor-tests'
Junio C Hamano
1
-0
/
+31
2026-08-11
Merge branch 'lo/mv-missing-dest-dir-check'
Junio C Hamano
1
-0
/
+102
2026-08-11
Merge branch 'sk/test-commit-body-helper'
Junio C Hamano
15
-123
/
+91
2026-08-11
commit-reach: remove commit-date ordering fallback
Kristofer Karlsson
1
-4
/
+4
2026-08-11
commit-reach: terminate merge-base walk when one paint side is exhausted
Kristofer Karlsson
1
-2
/
+2
2026-08-11
commit-reach: introduce struct paint_state with per-side counters
Kristofer Karlsson
1
-3
/
+3
2026-08-11
t6600: add clock-skew topologies and step counts for edge cases
Kristofer Karlsson
1
-2
/
+91
2026-08-11
commit-reach: add trace2 instrumentation to paint_down_to_common()
Kristofer Karlsson
1
-13
/
+31
2026-08-11
t6099: add side-exhaustion regression test
Kristofer Karlsson
2
-0
/
+83
2026-08-11
t6600: add test cases for side-exhaustion edge cases
Elijah Newren
1
-0
/
+110
2026-08-11
test-lib-functions: improve diagnostic output for trace2 data assertions
Kristofer Karlsson
1
-0
/
+35
[prev]
[next]