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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
commit-graph: check bounds when accessing BIDX chunk
Jeff King
1
-0
/
+9
2023-10-09
commit-graph: check bounds when accessing BDAT chunk
Jeff King
1
-0
/
+28
2023-10-09
commit-graph: bounds-check generation overflow chunk
Jeff King
1
-0
/
+10
2023-10-09
commit-graph: check size of generations chunk
Jeff King
1
-0
/
+8
2023-10-09
commit-graph: bounds-check base graphs chunk
Jeff King
1
-0
/
+14
2023-10-09
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
1
-0
/
+8
2023-10-09
commit-graph: check size of commit data chunk
Jeff King
1
-0
/
+9
2023-10-09
midx: check size of revindex chunk
Jeff King
1
-0
/
+17
2023-10-09
midx: bounds-check large offset chunk
Jeff King
1
-0
/
+20
2023-10-09
midx: check size of object offset chunk
Jeff King
1
-0
/
+10
2023-10-09
midx: enforce chunk alignment on reading
Jeff King
1
-0
/
+14
2023-10-09
midx: check size of pack names chunk
Jeff King
1
-0
/
+11
2023-10-09
commit-graph: check consistency of fanout table
Jeff King
2
-4
/
+27
2023-10-09
midx: check size of oid lookup chunk
Jeff King
1
-0
/
+10
2023-10-09
commit-graph: check size of oid fanout chunk
Jeff King
1
-0
/
+26
2023-10-09
midx: stop ignoring malformed oid fanout chunk
Jeff King
1
-1
/
+19
2023-10-09
t: add library for munging chunk-format files
Jeff King
2
-0
/
+83
2023-10-09
ref-cache.c: fix prefix matching in ref iteration
Victoria Dye
2
-0
/
+53
2023-10-09
merge-ort: initialize repo in index state
John Cai
1
-0
/
+27
2023-10-09
diff-merges: introduce '--dd' option
Sergey Organov
1
-0
/
+8
2023-10-09
pretty: fix ref filtering for %(decorate) formats
Andy Koppe
1
-3
/
+3
2023-10-05
daemon: free listen_addr before returning
Jeff King
1
-0
/
+2
2023-10-05
revision: clear decoration structs during release_revisions()
Jeff King
1
-0
/
+1
2023-10-05
decorate: add clear_decoration() function
Jeff King
2
-0
/
+4
2023-10-05
builtin/repack.c: avoid making cruft packs preferred
Taylor Blau
1
-0
/
+39
2023-10-05
builtin/repack.c: implement support for `--max-cruft-size`
Taylor Blau
2
-0
/
+272
2023-10-05
t/README: fix multi-prerequisite example
Štěpán Němec
1
-1
/
+1
2023-10-05
doc: fix some typos, grammar and wording issues
Štěpán Němec
1
-16
/
+15
2023-10-04
Merge branch 'jk/commit-graph-verify-fix'
Junio C Hamano
1
-8
/
+61
2023-10-04
Merge branch 'ks/ref-filter-mailmap'
Junio C Hamano
1
-6
/
+117
2023-10-04
Merge branch 'ps/revision-cmdline-stdin-not'
Junio C Hamano
1
-0
/
+21
2023-10-03
t7420: test that we correctly handle renamed submodules
Jan Alexander Steffens (heftig)
1
-2
/
+24
2023-10-03
t7419: test that we correctly handle renamed submodules
Jan Alexander Steffens (heftig)
1
-1
/
+29
2023-10-03
t7419, t7420: use test_cmp_config instead of grepping .gitmodules
Jan Alexander Steffens (heftig)
2
-6
/
+6
2023-10-03
t7419: actually test the branch switching
Jan Alexander Steffens (heftig)
1
-6
/
+8
2023-10-03
commit-graph: clear oidset after finishing write
Jeff King
1
-0
/
+2
2023-10-03
commit-graph: free write-context base_graph_name during cleanup
Jeff King
1
-0
/
+2
2023-10-03
merge: free result of repo_get_merge_bases()
Jeff King
10
-0
/
+10
2023-10-03
commit-reach: free temporary list in get_octopus_merge_bases()
Jeff King
1
-0
/
+1
2023-10-03
t6700: mark test as leak-free
Jeff King
1
-0
/
+2
2023-10-02
t7700: split cruft-related tests to t7704
Taylor Blau
2
-121
/
+130
2023-10-02
t1016-compatObjectFormat: add tests to verify the conversion between objects
Eric W. Biederman
5
-0
/
+347
2023-10-02
t1006: test oid compatibility with cat-file
Eric W. Biederman
1
-97
/
+154
2023-10-02
t1006: rename sha1 to oid
Eric W. Biederman
1
-110
/
+110
2023-10-02
test-lib: compute the compatibility hash so tests may use it
Eric W. Biederman
1
-1
/
+16
2023-10-02
gc: add `gc.repackFilterTo` config option
Christian Couder
1
-1
/
+12
2023-10-02
repack: implement `--filter-to` for storing filtered out objects
Christian Couder
1
-0
/
+62
2023-10-02
gc: add `gc.repackFilter` config option
Christian Couder
1
-0
/
+13
2023-10-02
repack: add `--filter=<filter-spec>` option
Christian Couder
1
-0
/
+135
2023-10-02
t/helper: add 'find-pack' test-tool
Christian Couder
4
-0
/
+134
[prev]
[next]