Commits
- Commit:
4623907a1182b8baea3f03b1c0217ba6b2df2dda
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
WIP attempt to track vertex IDs with ints to save memory
this does not seem to work as expected, igraph' internal vertex IDs
seems to change as more node get added (index 1 was a tree, checking
back later it's a commit...)
- Commit:
a77c88011f70493a154286133edefe6cf85fec7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid multiple lookups of the same ID in the pack index
- Commit:
6c6f6338fe67e530e3ed5171fc67ad4754545d37
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use a bitstring to keep track of traversed object IDs
The aim is to reduce the memory footprint of object graph construction
- Commit:
7b0e91db76ad97ace322f6ffbb46cfa524e6eb9e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
try using a set() instead of commits.keys() to track traversed commits
- Commit:
0bfa06e59123c574243c899182ffa6cc208efd09
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't add graph edges to parent commits missing from pack file
- Commit:
66e8444bc467881687c000565173eb3e8afac02d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove incorrect check for missing objects
- Commit:
f4fe1ade794b94c6b1966a9c13c570d155ae8d01
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
skip tree entries which are not in the pack file
- Commit:
39f0fdfed9b2a8f79ab8c89c11bfa8ecf0121fbe
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak log level of debug message
- Commit:
dbf83540eddcf41a2e363bf94cc276dfa3979658
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
attempt to improve debug progress output
- Commit:
1d97ad9c20b782648ef07fe728e383ce961bf10f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak phrasing of a debug message
- Commit:
6e2ca7fe3e237fb7fdce465a7a4e51367a766b8d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make debug prints less frequent
- Commit:
d30fbeafa2087c29c558a7e1f539f6aae480a2c2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show debug progress output while searching blobs and trees
- Commit:
d90389e678229d944617785754abf30f2f31ce80
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle directly referenced blobs and trees
- Commit:
c683aeaacfbbc2bac3b2e42f576a38d94dca218a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent history walks from takimg too long with many merge commits
- Commit:
5a2803734b8c024d4ab4db8c4f7527547539775f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
raise log level of final pack index progress message
- Commit:
f9dc57c9bca64c66b8a05729bacab156282caf6f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show 10 times less lines of pack index progress
- Commit:
441d9306478dfc5a0d90212848a63aac048905ec
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix list vs. set type confusion
- Commit:
819d2b0944386c534090ca35c59b82948689b165
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove debug prints related to tags
- Commit:
e3840f7501a7dbea6e169bd9c0d0fa8a49476af0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up crawling of trees
- Commit:
4ff67682be16c48c098e0412aee07cabd74a1f27
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
detect objects missing from pack file that should be present
- Commit:
387c45f4c7dcbeea29112789e8c87b5bd973ce37
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix None-deref
- Commit:
11d49a78db785e502777cd2273407d1902b3ee01
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow loader to detect the set of fetched branch and tag names
- Commit:
a2bed2903feedc4ea80d283220d137df051b4d69
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
only check for unknown objects if base snapshots are available
- Commit:
37649c267b5f25a14e911b5273a9185fc3954ca3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
display amount of packed objects after indexing
- Commit:
a73668185f494dafd7230f3c7b0977bb47f7c46c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more debug