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
2023-12-27
Merge branch 'jc/checkout-B-branch-in-use'
Junio C Hamano
1
-8
/
+29
2023-12-26
sparse-checkout: use default patterns for 'set' only !stdin
Junio C Hamano
1
-1
/
+1
2023-12-26
sparse-checkout: be consistent with end of options markers
Elijah Newren
1
-6
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
8
-9
/
+0
2023-12-26
treewide: add direct includes currently only pulled in transitively
Elijah Newren
3
-0
/
+3
2023-12-26
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
1
-0
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
64
-128
/
+0
2023-12-26
doc: enforce dashes in placeholders
Jean-Noël Avila
1
-1
/
+1
2023-12-26
fast-import: use mem_pool_calloc()
René Scharfe
1
-2
/
+1
2023-12-20
Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extension
Junio C Hamano
1
-30
/
+35
2023-12-20
Merge branch 'jk/config-cleanup'
Junio C Hamano
2
-33
/
+25
2023-12-20
Merge branch 'jk/implicit-true'
Junio C Hamano
6
-6
/
+22
2023-12-20
Merge branch 'jk/bisect-reset-fix'
Junio C Hamano
1
-5
/
+4
2023-12-20
Merge branch 'rs/incompatible-options-messages'
Junio C Hamano
5
-32
/
+26
2023-12-20
rebase: use strvec_pushf() for format-patch revisions
René Scharfe
1
-11
/
+6
2023-12-19
remote.h: retire CAS_OPT_NAME
Junio C Hamano
2
-3
/
+3
2023-12-18
Merge branch 'ad/merge-file-diff-algo'
Junio C Hamano
1
-0
/
+28
2023-12-18
Merge branch 'rs/column-leakfix'
Junio C Hamano
1
-0
/
+2
2023-12-18
Merge branch 'rs/i18n-cannot-be-used-together'
Junio C Hamano
2
-2
/
+5
2023-12-18
Merge branch 'jb/reflog-expire-delete-dry-run-options'
Junio C Hamano
1
-2
/
+2
2023-12-18
Merge branch 'cc/git-replay'
Junio C Hamano
1
-0
/
+446
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
1
-5
/
+9
2023-12-14
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
1
-1
/
+5
2023-12-14
pack-objects: allow setting `pack.allowPackReuse` to "single"
Taylor Blau
1
-3
/
+16
2023-12-14
pack-objects: add tracing for various packfile metrics
Taylor Blau
1
-0
/
+7
2023-12-14
pack-objects: include number of packs reused in output
Taylor Blau
1
-2
/
+6
2023-12-14
pack-objects: prepare `write_reused_pack_verbatim()` for multi-pack reuse
Taylor Blau
1
-13
/
+60
2023-12-14
pack-objects: prepare `write_reused_pack()` for multi-pack reuse
Taylor Blau
1
-2
/
+8
2023-12-14
pack-objects: pass `bitmapped_pack`'s to pack-reuse functions
Taylor Blau
1
-16
/
+17
2023-12-14
pack-objects: keep track of `pack_start` for each reuse pack
Taylor Blau
1
-3
/
+8
2023-12-14
pack-objects: parameterize pack-reuse routines over a single pack
Taylor Blau
1
-6
/
+10
2023-12-14
pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`
Taylor Blau
1
-2
/
+7
2023-12-14
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau
1
-7
/
+9
2023-12-14
pack-objects: free packing_data in more places
Taylor Blau
1
-0
/
+1
2023-12-14
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt
1
-6
/
+2
2023-12-13
checkout: forbid "-B <branch>" from touching a branch used elsewhere
Junio C Hamano
1
-0
/
+7
2023-12-12
builtin/clone: create the refdb with the correct object format
Patrick Steinhardt
1
-1
/
+8
2023-12-12
builtin/clone: skip reading HEAD when retrieving remote
Patrick Steinhardt
1
-1
/
+1
2023-12-12
builtin/clone: set up sparse checkout later
Patrick Steinhardt
1
-3
/
+3
2023-12-12
builtin/clone: fix bundle URIs with mismatching object formats
Patrick Steinhardt
1
-25
/
+23
2023-12-11
show-ref: use die_for_incompatible_opt3()
René Scharfe
1
-3
/
+3
2023-12-09
Merge branch 'ak/rebase-autosquash'
Junio C Hamano
1
-10
/
+7
2023-12-09
Merge branch 'vd/for-each-ref-unsorted-optimization'
Junio C Hamano
4
-79
/
+45
2023-12-09
Merge branch 'ss/format-patch-use-encode-headers-for-cover-letter'
Junio C Hamano
1
-0
/
+1
2023-12-09
Merge branch 'jw/git-add-attr-pathspec'
Junio C Hamano
1
-3
/
+4
2023-12-09
push: drop confusing configset/callback redundancy
Jeff King
2
-33
/
+25
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
1
-4
/
+7
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
5
-2
/
+15
2023-12-09
bisect: always clean on reset
Jeff King
1
-5
/
+4
2023-12-09
worktree: simplify incompatibility message for --orphan and commit-ish
René Scharfe
1
-2
/
+2
[prev]
[next]