index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5318-commit-graph.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tb/commit-graph-perm-bits'
Junio C Hamano
2020-05-05
1
-1
/
+14
|
\
|
*
commit-graph.c: write non-split graphs as read-only
Taylor Blau
2020-04-29
1
-1
/
+14
*
|
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
2020-05-01
1
-0
/
+2
|
\
\
|
*
|
commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag
Garima Singh
2020-04-06
1
-0
/
+2
|
|
/
*
|
Merge branch 'tb/commit-graph-split-strategy'
Junio C Hamano
2020-05-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Revert "commit-graph.c: introduce '--[no-]check-oids'"
Junio C Hamano
2020-04-29
1
-28
/
+0
|
*
commit-graph.c: introduce '--[no-]check-oids'
Taylor Blau
2020-04-15
1
-0
/
+28
|
*
commit-graph.h: replace 'commit_hex' with 'commits'
Taylor Blau
2020-04-15
1
-1
/
+1
*
|
Merge branch 'bc/hash-independent-tests-part-8'
Junio C Hamano
2020-02-17
1
-2
/
+2
|
\
\
|
*
|
t5318: update for SHA-256
brian m. carlson
2020-02-07
1
-2
/
+2
*
|
|
Merge branch 'tb/commit-graph-object-dir'
Junio C Hamano
2020-02-14
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
t5318: don't pass non-object directory to '--object-dir'
Taylor Blau
2020-01-31
1
-2
/
+2
*
|
Merge branch 'bc/hash-independent-tests-part-7'
Junio C Hamano
2020-02-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
t5318: update for SHA-256
brian m. carlson
2020-01-15
1
-1
/
+1
*
|
Merge branch 'ds/commit-graph-delay-gen-progress'
Junio C Hamano
2019-12-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
progress: create GIT_PROGRESS_DELAY
Derrick Stolee
2019-11-27
1
-2
/
+2
*
|
Merge branch 'ds/test-read-graph'
Junio C Hamano
2019-12-01
1
-1
/
+1
|
\
\
|
*
|
test-tool: use 'read-graph' helper
Derrick Stolee
2019-11-13
1
-1
/
+1
|
|
/
*
/
commit, tag: don't set parsed bit for parse failures
Jeff King
2019-10-28
1
-1
/
+1
|
/
*
Merge branch 'tb/commit-graph-harden'
Junio C Hamano
2019-10-07
1
-0
/
+43
|
\
|
*
commit-graph.c: handle corrupt/missing trees
Taylor Blau
2019-09-09
1
-1
/
+1
|
*
commit-graph.c: handle commit parsing errors
Taylor Blau
2019-09-09
1
-1
/
+1
|
*
t/t5318: introduce failing 'git commit-graph write' tests
Taylor Blau
2019-09-09
1
-0
/
+43
*
|
commit-graph: add --[no-]progress to write and verify
Garima Singh
2019-09-18
1
-0
/
+36
|
/
*
commit-graph: error out on invalid commit oids in 'write --stdin-commits'
SZEDER Gábor
2019-08-05
1
-1
/
+10
*
t5318-commit-graph: use 'test_expect_code'
SZEDER Gábor
2019-08-05
1
-2
/
+1
*
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
2019-07-19
1
-1
/
+1
|
\
|
*
commit-graph: write commit-graph chains
Derrick Stolee
2019-06-20
1
-1
/
+1
*
|
Merge branch 'ds/commit-graph-write-refactor'
Junio C Hamano
2019-07-10
1
-0
/
+8
|
\
|
|
*
commit-graph: return with errors during write
Derrick Stolee
2019-06-12
1
-0
/
+8
*
|
Merge branch 'ab/commit-graph-fixes'
Junio C Hamano
2019-04-25
1
-6
/
+36
|
\
|
|
*
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
2019-04-01
1
-2
/
+9
|
*
commit-graph verify: detect inability to read the graph
Ævar Arnfjörð Bjarmason
2019-04-01
1
-0
/
+6
|
*
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
2019-04-01
1
-1
/
+1
|
*
commit-graph: fix segfault on e.g. "git status"
Ævar Arnfjörð Bjarmason
2019-04-01
1
-1
/
+2
|
*
commit-graph tests: test a graph that's too small
Ævar Arnfjörð Bjarmason
2019-02-22
1
-0
/
+6
|
*
commit-graph tests: split up corrupt_graph_and_verify()
Ævar Arnfjörð Bjarmason
2019-02-22
1
-6
/
+16
*
|
t5318-commit-graph: remove unused variable
SZEDER Gábor
2019-03-24
1
-1
/
+1
*
|
commit-graph tests: fix unportable "dd" invocation
Ævar Arnfjörð Bjarmason
2019-02-22
1
-1
/
+1
|
/
*
t5318: replace use of /dev/zero with generate_zero_bytes
Randall S. Becker
2019-02-13
1
-1
/
+1
*
Merge branch 'ab/commit-graph-write-progress'
Junio C Hamano
2019-02-05
1
-7
/
+7
|
\
|
*
commit-graph: rename "large edges" to "extra edges"
SZEDER Gábor
2019-01-22
1
-7
/
+7
*
|
commit-graph: fix buffer read-overflow
Josh Steadmon
2019-01-16
1
-3
/
+13
|
/
*
Merge branch 'md/test-cleanup'
Junio C Hamano
2018-10-16
1
-1
/
+1
|
\
|
*
t/*: fix ordering of expected/observed arguments
Matthew DeVore
2018-10-07
1
-1
/
+1
*
|
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
2018-10-16
1
-0
/
+60
|
\
\
|
*
|
commit-graph: not compatible with grafts
Derrick Stolee
2018-08-21
1
-0
/
+38
|
*
|
commit-graph: not compatible with replace objects
Derrick Stolee
2018-08-21
1
-0
/
+22
*
|
|
t5318: use test_oid for HASH_LEN
Derrick Stolee
2018-09-17
1
-2
/
+3
|
|
/
|
/
|
*
|
tests: fix and add lint for non-portable grep --file
Ævar Arnfjörð Bjarmason
2018-08-27
1
-1
/
+1
[next]