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
2023-12-19
completion: refactor existence checks for pseudorefs
Stan Hu
1
-5
/
+15
2023-12-19
remote.h: retire CAS_OPT_NAME
Junio C Hamano
3
-5
/
+3
2023-12-18
The second batch
Junio C Hamano
1
-0
/
+29
2023-12-18
Merge branch 'jh/trace2-redact-auth'
Junio C Hamano
6
-7
/
+253
2023-12-18
Merge branch 'ad/merge-file-diff-algo'
Junio C Hamano
3
-1
/
+157
2023-12-18
Merge branch 'rs/column-leakfix'
Junio C Hamano
2
-0
/
+3
2023-12-18
Merge branch 'rs/i18n-cannot-be-used-together'
Junio C Hamano
8
-12
/
+16
2023-12-18
Merge branch 'jb/reflog-expire-delete-dry-run-options'
Junio C Hamano
1
-2
/
+2
2023-12-18
Merge branch 'js/update-urls-in-doc-and-comment'
Junio C Hamano
57
-81
/
+81
2023-12-18
Merge branch 'ps/commit-graph-less-paranoid'
Junio C Hamano
6
-10
/
+16
2023-12-18
Merge branch 'cc/git-replay'
Junio C Hamano
12
-264
/
+801
2023-12-18
Merge branch 'ac/fuzz-show-date'
Junio C Hamano
3
-0
/
+51
2023-12-18
Merge branch 'ps/ref-deletion-updates'
Junio C Hamano
6
-120
/
+46
2023-12-18
Merge branch 'js/packfile-h-typofix'
Junio C Hamano
1
-1
/
+1
2023-12-18
pkt-line: do not chomp newlines for sideband messages
Jiang Xin
3
-3
/
+31
2023-12-18
pkt-line: memorize sideband fragment in reader
Jiang Xin
3
-4
/
+6
2023-12-18
test-pkt-line: add option parser for unpack-sideband
Jiang Xin
2
-5
/
+112
2023-12-18
doc: format.notes specify a ref under refs/notes/ hierarchy
Junio C Hamano
1
-1
/
+1
2023-12-18
test-lib-functions.sh: fix test_grep fail message wording
Shreyansh Paliwal
1
-1
/
+1
2023-12-18
git-compat-util: convert skip_{prefix,suffix}{,_mem} to bool
René Scharfe
1
-20
/
+22
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
2
-6
/
+10
2023-12-18
t5574: test porcelain output of atomic fetch
Jiang Xin
1
-37
/
+48
2023-12-15
docs: MERGE_AUTOSTASH is not that special
Junio C Hamano
1
-1
/
+1
2023-12-15
docs: AUTO_MERGE is not that special
Junio C Hamano
3
-3
/
+3
2023-12-15
refs.h: HEAD is not that special
Junio C Hamano
1
-1
/
+1
2023-12-15
git-bisect.txt: BISECT_HEAD is not that special
Junio C Hamano
1
-1
/
+1
2023-12-15
git.txt: HEAD is not that special
Junio C Hamano
1
-3
/
+4
2023-12-15
git-add.txt: add missing short option -A to synopsis
Eric Sunshine
1
-1
/
+1
2023-12-15
tests: adjust whitespace in chainlint expectations
Patrick Steinhardt
27
-74
/
+90
2023-12-14
t/perf: add performance tests for multi-pack reuse
Taylor Blau
1
-0
/
+81
2023-12-14
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
5
-17
/
+245
2023-12-14
pack-objects: allow setting `pack.allowPackReuse` to "single"
Taylor Blau
2
-4
/
+17
2023-12-14
t/test-lib-functions.sh: implement `test_trace2_data` helper
Taylor Blau
1
-0
/
+14
2023-12-14
pack-objects: add tracing for various packfile metrics
Taylor Blau
1
-0
/
+7
2023-12-14
pack-bitmap: prepare to mark objects from multiple packs for reuse
Taylor Blau
1
-66
/
+106
2023-12-14
pack-revindex: implement `midx_pair_to_pack_pos()`
Taylor Blau
2
-0
/
+14
2023-12-14
pack-revindex: factor out `midx_key_to_pack_pos()` helper
Taylor Blau
1
-15
/
+24
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
6
-20
/
+37
2023-12-14
git-compat-util.h: implement checked size_t to uint32_t conversion
Taylor Blau
1
-0
/
+9
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
3
-6
/
+14
2023-12-14
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau
3
-20
/
+19
2023-12-14
ewah: implement `bitmap_is_empty()`
Taylor Blau
2
-0
/
+10
2023-12-14
pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions
Taylor Blau
1
-31
/
+87
2023-12-14
midx: implement `midx_locate_pack()`
Taylor Blau
2
-3
/
+15
[prev]
[next]