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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
pack-objects: trace pack bytes written
Friel
2
-0
/
+29
2026-08-20
The 16th batch
Junio C Hamano
1
-0
/
+16
2026-08-20
Merge branch 'kh/doc-trailers'
Junio C Hamano
1
-24
/
+64
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
17
-58
/
+168
2026-08-20
Merge branch 'hn/branch-delete-merged'
Junio C Hamano
6
-31
/
+841
2026-08-19
odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
Patrick Steinhardt
5
-40
/
+52
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
9
-33
/
+73
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
6
-18
/
+42
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
7
-39
/
+46
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
7
-16
/
+36
2026-08-19
completion: zsh: support completion after "git -C <path>"
Lutz Lengemann
1
-1
/
+24
2026-08-18
The 15th batch
Junio C Hamano
1
-0
/
+16
2026-08-18
Merge branch 'hn/bisect-reset-when-found'
Junio C Hamano
4
-14
/
+285
2026-08-18
Merge branch 'ps/writev'
Junio C Hamano
12
-7
/
+190
2026-08-18
Merge branch 'kh/doc-refs-migrate-limitations'
Junio C Hamano
1
-15
/
+15
2026-08-17
doc: format-rev: use [synopsis] on code block
Kristoffer Haugsbakk
1
-2
/
+3
2026-08-17
doc: format-rev: quote subject placeholder before and after
Kristoffer Haugsbakk
1
-2
/
+2
2026-08-17
odb: drop `alternates_db` field
Patrick Steinhardt
2
-15
/
+9
2026-08-17
odb: drop `loaded_alternates` field
Patrick Steinhardt
2
-10
/
+1
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
11
-46
/
+4
2026-08-17
odb: decouple source path comparisons from `the_repository`
Patrick Steinhardt
3
-22
/
+78
2026-08-17
setup: create ref and object databases after config is written
Patrick Steinhardt
1
-6
/
+6
2026-08-17
object-name: avoid use-after-free in get_oid_with_context_1()
Shlok Kulshreshtha
2
-6
/
+19
2026-08-15
The 14th batch
Junio C Hamano
1
-0
/
+21
2026-08-15
Merge branch 'jc/add-resolved'
Junio C Hamano
10
-99
/
+321
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
8
-46
/
+305
2026-08-15
Merge branch 'jm/t0213-skip-emulated-ancestry-tests'
Junio C Hamano
1
-3
/
+6
2026-08-15
repository: move fetch_if_missing into struct repository
Tian Yuchen
15
-49
/
+51
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
10
-44
/
+30
2026-08-14
doc: fix typo in submitting patches
Swapnil Saste | INDIA
1
-1
/
+1
2026-08-13
diff: avoid misleading statement about -l option
Elijah Newren
1
-1
/
+1
2026-08-13
builtin/repack: add guards for --drop-filtered
Siddharth Shrimali
3
-0
/
+96
2026-08-13
builtin/repack: actually drop filtered promisor blobs
Siddharth Shrimali
3
-4
/
+50
2026-08-13
builtin/repack: enumerate promisor blobs for --drop-filtered
Siddharth Shrimali
4
-2
/
+189
2026-08-13
repack-promisor: allow excluding objects from the rebuilt promisor pack
Siddharth Shrimali
3
-3
/
+18
2026-08-13
list-objects-filter: add list_objects_filter__filter_oidset()
Siddharth Shrimali
2
-0
/
+61
2026-08-13
builtin/repack: add --drop-filtered and --dry-run options
Siddharth Shrimali
3
-3
/
+127
2026-08-13
completion: complete 'git history split' pathspecs
Vincent Mailhol
2
-0
/
+19
2026-08-13
completion: complete 'git history --update-refs' values
Vincent Mailhol
2
-1
/
+9
2026-08-13
completion: complete 'git history --empty' values
Vincent Mailhol
2
-1
/
+14
2026-08-13
completion: add 'git history' subcommands
Vincent Mailhol
2
-0
/
+75
2026-08-13
completion: 'git checkout' completes untracked paths as a last resort
Junio C Hamano
2
-2
/
+23
2026-08-13
completion: complete tracked paths for "git checkout"
Junio C Hamano
2
-0
/
+43
2026-08-13
completion: no-op refactoring of checkout completion
Junio C Hamano
1
-40
/
+42
2026-08-13
packfile: fix perf regression with many packs
Johannes Schindelin
4
-4
/
+10
2026-08-13
packfile: widen `unpack_object_header_buffer()` to `size_t`
Johannes Schindelin
4
-12
/
+9
2026-08-13
git-zlib: widen `git_deflate_bound()` to `size_t`
Johannes Schindelin
2
-3
/
+15
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
http-push: widen `start_put()`'s size local from `ssize_t` to `size_t`
Johannes Schindelin
1
-1
/
+1
[prev]
[next]