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-06-15
cat-file: speed up default format
René Scharfe
1
-3
/
+6
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
18
-79
/
+104
2026-06-15
pack-objects: use size_t for in-core object sizes
Johannes Schindelin
1
-17
/
+18
2026-06-15
packfile: widen unpack_entry()'s size out-parameter to size_t
Johannes Schindelin
1
-1
/
+6
2026-06-15
pack-objects(check_pack_inflate()): use size_t instead of unsigned long
Johannes Schindelin
1
-3
/
+2
2026-06-15
patch-delta: use size_t for sizes
Johannes Schindelin
2
-3
/
+3
2026-06-15
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
6
-33
/
+48
2026-06-15
Merge branch 'hn/config-typo-advice'
Junio C Hamano
1
-1
/
+31
2026-06-12
ls-files: filter pathspec before lstat
Tamir Duberstein
1
-0
/
+11
2026-06-11
treewide: drop USE_THE_REPOSITORY_VARIABLE
Patrick Steinhardt
1
-2
/
+1
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
10
-10
/
+10
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-1
/
+1
2026-06-11
builtin/init: stop modifying `is_bare_repository_cfg`
Patrick Steinhardt
1
-7
/
+8
2026-06-11
builtin/init: simplify logic to configure worktree
Patrick Steinhardt
1
-13
/
+18
2026-06-11
builtin/init: stop modifying global `git_work_tree_cfg` variable
Patrick Steinhardt
1
-0
/
+4
2026-06-11
Merge branch 'ps/odb-source-loose'
Junio C Hamano
3
-9
/
+14
2026-06-10
describe: limit default ref iteration to tags
Tamir Duberstein
1
-0
/
+3
2026-06-09
prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
Kristofer Karlsson
2
-67
/
+19
2026-06-09
prio-queue: rename .nr to .nr_ and add accessor helpers
Kristofer Karlsson
3
-14
/
+17
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
3
-5
/
+4
2026-06-09
Merge branch 'rs/strbuf-add-uint'
Junio C Hamano
3
-14
/
+20
2026-06-09
Merge branch 'ua/push-remote-group'
Junio C Hamano
2
-75
/
+218
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
1
-1
/
+1
2026-06-07
Merge branch 'aj/stash-patch-optimize-temporary-index'
Junio C Hamano
1
-6
/
+64
2026-06-07
Merge branch 'kh/free-commit-list'
Junio C Hamano
1
-2
/
+2
2026-06-07
Merge branch 'ds/restore-sparse-index'
Junio C Hamano
1
-6
/
+59
2026-06-07
Merge branch 'ar/receive-pack-worktree-env'
Junio C Hamano
1
-1
/
+1
2026-06-05
Merge branch 'ps/odb-source-loose' into ps/odb-source-packed
Junio C Hamano
3
-9
/
+14
2026-06-03
config: improve diagnostic for "set" with missing value
Harald Nordgren
1
-1
/
+31
2026-06-03
environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...
Olamide Caleb Bello
2
-6
/
+8
2026-06-03
environment: move "core_sparse_checkout_cone" into `struct repo_config_values`
Olamide Caleb Bello
2
-16
/
+23
2026-06-03
environment: move "pack_compression_level" into `struct repo_config_values`
Olamide Caleb Bello
2
-10
/
+15
2026-06-03
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-06-02
Merge branch 'ds/path-walk-filters'
Junio C Hamano
2
-13
/
+18
2026-06-02
Merge branch 'jk/connect-service-enum'
Junio C Hamano
3
-4
/
+5
2026-06-02
describe: fix --exclude, --match with --contains and --all
Jacob Keller
1
-3
/
+15
2026-06-02
index-pack: retain child bases in delta cache
Arijit Banerjee
1
-1
/
+0
2026-06-01
odb/source-loose: drop `odb_source_loose_has_object()`
Patrick Steinhardt
1
-4
/
+8
2026-06-01
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt
1
-3
/
+3
2026-06-01
odb/source-loose: wire up `for_each_object()` callback
Patrick Steinhardt
1
-2
/
+3
2026-05-31
Merge branch 'sa/cat-file-batch-mailmap-switch'
Junio C Hamano
1
-4
/
+33
2026-05-31
Merge branch 'pt/fsmonitor-linux'
Junio C Hamano
1
-28
/
+64
2026-05-31
Merge branch 'jr/bisect-custom-terms-in-output'
Junio C Hamano
2
-16
/
+30
2026-05-30
Merge branch 'ds/path-walk-filters' into tb/pack-path-walk-bitmap-delta-islands
Junio C Hamano
2
-13
/
+18
2026-05-29
*: replace deprecated free_commit_list
Kristoffer Haugsbakk
1
-2
/
+2
2026-05-28
pack-objects: call release_revisions() after cruft traversal
Kristofer Karlsson
1
-0
/
+1
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
28
-71
/
+76
2026-05-27
Merge branch 'jt/odb-transaction-write'
Junio C Hamano
3
-12
/
+11
2026-05-27
Merge branch 'tb/incremental-midx-part-3.3'
Junio C Hamano
2
-23
/
+127
[prev]
[next]