1
0
mirror of https://github.com/git/git.git synced 2024-09-28 08:49:45 +02:00
git/vcs-svn
Jonathan Nieder 78e1a3ff23 vcs-svn: save marks for imported commits
This way, a person can use

	svnadmin dump $path |
	svn-fe |
	git fast-import --relative-marks --export-marks=svn-revs

to get a list of what commit corresponds to each svn revision (plus
some irrelevant blob names) in .git/info/fast-import/svn-revs.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2011-03-07 01:43:57 -06:00
..
fast_export.c vcs-svn: save marks for imported commits 2011-03-07 01:43:57 -06:00
fast_export.h vcs-svn: set up channel to read fast-import cat-blob response 2011-03-07 01:43:57 -06:00
LICENSE
line_buffer.c
line_buffer.h
line_buffer.txt
obj_pool.h
repo_tree.c vcs-svn: use higher mark numbers for blobs 2011-03-07 01:43:57 -06:00
repo_tree.h
string_pool.c
string_pool.h
string_pool.txt
svndump.c vcs-svn: set up channel to read fast-import cat-blob response 2011-03-07 01:43:57 -06:00
svndump.h
trp.h
trp.txt