diff options
author | lhchavez <lhchavez@lhchavez.com> | 2021-01-04 18:22:43 -0800 |
---|---|---|
committer | lhchavez <lhchavez@lhchavez.com> | 2021-01-10 11:18:38 -0800 |
commit | 3fd57a75e9dd0c4b0e40ee6e21568d40bd70d29b (patch) | |
tree | 7ba89ed7cea693a3a48c6ab509608ab5175aab76 /tests/resources/testrepo.git | |
parent | f0d7922c9bafff38e12978625f467aafebe75145 (diff) | |
download | libgit2-3fd57a75e9dd0c4b0e40ee6e21568d40bd70d29b.tar.gz |
commit-graph: Introduce a parser for commit-graph files
This change is the first in a series to add support for git's
commit-graph. This should speed up commit graph traversals by avoiding
object parsing and allowing some operations to terminate earlier.
Part of: #5757
Diffstat (limited to 'tests/resources/testrepo.git')
-rw-r--r-- | tests/resources/testrepo.git/objects/info/commit-graph | bin | 0 -> 1940 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/resources/testrepo.git/objects/info/commit-graph b/tests/resources/testrepo.git/objects/info/commit-graph Binary files differnew file mode 100644 index 000000000..2ef31d83e --- /dev/null +++ b/tests/resources/testrepo.git/objects/info/commit-graph |