index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
25
-7
/
+28
|
\
|
*
reftable: ensure git-compat-util.h is the first (indirect) include
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
7
-7
/
+0
|
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
18
-0
/
+20
|
*
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-24
5
-0
/
+5
*
|
Merge branch 'jk/parse-commit-with-malformed-ident'
Junio C Hamano
2023-05-10
1
-2
/
+49
|
\
\
|
*
|
parse_commit(): handle broken whitespace-only timestamp
Jeff King
2023-04-27
1
-0
/
+41
|
*
|
parse_commit(): parse timestamp from end of line
Jeff King
2023-04-27
1
-1
/
+6
|
*
|
t4212: avoid putting git on left-hand side of pipe
Jeff King
2023-04-27
1
-2
/
+3
*
|
|
Merge branch 'tb/ban-strtok'
Junio C Hamano
2023-05-02
5
-43
/
+130
|
\
\
\
|
*
|
|
t/helper/test-json-writer.c: avoid using `strtok()`
Taylor Blau
2023-04-25
1
-28
/
+48
|
*
|
|
t/helper/test-oidmap.c: avoid using `strtok()`
Taylor Blau
2023-04-25
1
-6
/
+14
|
*
|
|
t/helper/test-hashmap.c: avoid using `strtok()`
Taylor Blau
2023-04-25
1
-7
/
+15
|
*
|
|
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
2023-04-25
2
-2
/
+53
*
|
|
|
Merge branch 'jk/blame-fake-commit-label'
Junio C Hamano
2023-05-02
1
-2
/
+9
|
\
\
\
\
|
*
|
|
|
blame: use different author name for fake commit generated by --contents
Jacob Keller
2023-04-25
1
-2
/
+9
*
|
|
|
|
Merge branch 'jk/gpg-trust-level-fix'
Junio C Hamano
2023-04-29
1
-7
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
gpg-interface: set trust level of missing key to "undefined"
Jeff King
2023-04-19
1
-7
/
+14
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
2023-04-29
4
-92
/
+92
|
\
\
\
\
\
|
*
|
|
|
|
builtin/gc.c: make `gc.cruftPacks` enabled by default
Taylor Blau
2023-04-18
1
-8
/
+4
|
*
|
|
|
|
t/t9300-fast-import.sh: prepare for `gc --cruft` by default
Taylor Blau
2023-04-18
1
-9
/
+4
|
*
|
|
|
|
t/t6500-gc.sh: add additional test cases
Taylor Blau
2023-04-18
1
-0
/
+4
|
*
|
|
|
|
t/t6500-gc.sh: refactor cruft pack tests
Taylor Blau
2023-04-18
1
-82
/
+44
|
*
|
|
|
|
t/t6501-freshen-objects.sh: prepare for `gc --cruft` by default
Taylor Blau
2023-04-18
1
-5
/
+5
|
*
|
|
|
|
t/t5304-prune.sh: prepare for `gc --cruft` by default
Taylor Blau
2023-04-18
1
-14
/
+14
|
*
|
|
|
|
builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
Taylor Blau
2023-04-18
1
-0
/
+43
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'ds/fsck-pack-revindex'
Junio C Hamano
2023-04-28
1
-0
/
+74
|
\
\
\
\
\
|
*
|
|
|
|
fsck: validate .rev file header
Derrick Stolee
2023-04-17
1
-0
/
+15
|
*
|
|
|
|
fsck: check rev-index position values
Derrick Stolee
2023-04-17
1
-0
/
+5
|
*
|
|
|
|
fsck: check rev-index checksums
Derrick Stolee
2023-04-17
1
-0
/
+40
|
*
|
|
|
|
fsck: create scaffolding for rev-index checks
Derrick Stolee
2023-04-17
1
-0
/
+14
*
|
|
|
|
|
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-28
3
-4
/
+17
|
\
|
|
|
|
|
|
*
|
|
|
|
t: invert `GIT_TEST_WRITE_REV_INDEX`
Taylor Blau
2023-04-13
2
-2
/
+2
|
*
|
|
|
|
config: enable `pack.writeReverseIndex` by default
Taylor Blau
2023-04-13
2
-2
/
+2
|
*
|
|
|
|
pack-revindex: introduce `pack.readReverseIndex`
Taylor Blau
2023-04-13
1
-0
/
+11
|
*
|
|
|
|
t5325: mark as leak-free
Taylor Blau
2023-04-13
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
2023-04-25
6
-136
/
+434
|
\
\
\
\
\
|
*
|
|
|
|
repack: disable writing bitmaps when doing a local repack
Patrick Steinhardt
2023-04-14
2
-0
/
+44
|
*
|
|
|
|
repack: honor `-l` when calculating pack geometry
Patrick Steinhardt
2023-04-14
1
-0
/
+57
|
*
|
|
|
|
t/helper: allow chmtime to print verbosely without modifying mtime
Patrick Steinhardt
2023-04-14
1
-1
/
+1
|
*
|
|
|
|
pack-objects: extend test coverage of `--stdin-packs` with alternates
Patrick Steinhardt
2023-04-14
1
-0
/
+48
|
*
|
|
|
|
pack-objects: fix error when same packfile is included and excluded
Patrick Steinhardt
2023-04-14
1
-0
/
+20
|
*
|
|
|
|
pack-objects: fix error when packing same pack twice
Patrick Steinhardt
2023-04-14
2
-0
/
+52
|
*
|
|
|
|
pack-objects: split out `--stdin-packs` tests into separate file
Patrick Steinhardt
2023-04-14
2
-135
/
+145
|
*
|
|
|
|
repack: fix generating multi-pack-index with only non-local packs
Patrick Steinhardt
2023-04-14
1
-0
/
+23
|
*
|
|
|
|
repack: fix trying to use preferred pack in alternates
Patrick Steinhardt
2023-04-14
1
-0
/
+32
|
*
|
|
|
|
midx: fix segfault with no packs and invalid preferred pack
Patrick Steinhardt
2023-04-14
1
-0
/
+12
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'rj/send-email-validate-hook-count-messages'
Junio C Hamano
2023-04-25
1
-0
/
+31
|
\
\
\
\
\
[next]