author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 10 Dec 2010 10:21:35 +0000 (04:21 -0600) | ||
committer | Jonathan Nieder <jrnieder@gmail.com> | |
Mon, 7 Mar 2011 07:43:57 +0000 (01:43 -0600) | ||
commit | d38f84484f21e7e509ff009d3a17167c9c09f893 | |
tree | 545d72779c2b43b6e600d49334ff03421f8c296f | tree | snapshot |
parent | 41529bbce407fbf1a925cfbc7c1aa30064f66ae7 | commit | diff |
vcs-svn: use higher mark numbers for blobs
Prepare to use mark :5 for the commit corresponding to r5 (and so on).
1 billion seems sufficiently high for blob marks to avoid conflicting
with rev marks, while still leaving room for 3 billion blobs. Such
high mark numbers cause trouble with ancient fast-import versions, but
this topic cannot support git fast-import versions before 1.7.4 (which
introduces the cat-blob command) anyway.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Prepare to use mark :5 for the commit corresponding to r5 (and so on).
1 billion seems sufficiently high for blob marks to avoid conflicting
with rev marks, while still leaving room for 3 billion blobs. Such
high mark numbers cause trouble with ancient fast-import versions, but
this topic cannot support git fast-import versions before 1.7.4 (which
introduces the cat-blob command) anyway.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/repo_tree.c | diff | blob | history |