Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: save marks for imported commits
[gitweb.git]
/
vcs-svn
/
repo_tree.c
diff --git
a/vcs-svn/repo_tree.c
b/vcs-svn/repo_tree.c
index 14bcc192b6db76962c1238cb179c46ac927a4938..036a6866b9491d08d6cf172ccc92bd06c44af926 100644
(file)
--- a/
vcs-svn/repo_tree.c
+++ b/
vcs-svn/repo_tree.c
@@
-292,7
+292,7
@@
void repo_commit(uint32_t revision, uint32_t author, char *log, uint32_t uuid,
static void mark_init(void)
{
uint32_t i;
- mark =
0
;
+ mark =
1024 * 1024 * 1024
;
for (i = 0; i < dent_pool.size; i++)
if (!repo_dirent_is_dir(dent_pointer(i)) &&
dent_pointer(i)->content_offset > mark)