1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
#reposurgeon sourcetype cvs
blob
mark :1
data 46
The quick brown fox jumped over the lazy dog.
commit refs/heads/master
mark :2
committer foo <foo> 101200 +0000
data 24
This is a sample commit
M 100644 :1 README
M 100644 inline .gitignore
data 199
# CVS default ignores begin
tags
TAGS
.make.state
.nse_depinfo
*~
\#*
.#*
,*
_$*
*$
*.old
*.bak
*.BAK
*.orig
*.rej
.del-*
*.a
*.olb
*.o
*.obj
*.so
*.exe
*.Z
*.elc
*.ln
core
# CVS default ignores end
property cvs-revisions 11 README 1.1
blob
mark :3
data 63
This is a superflous file, a sanity check for branch creation.
commit refs/heads/master
mark :4
committer foo <foo> 102400 +0000
data 52
Should not generate an extra fileop after branching
from :2
M 100644 :3 superfluous
property cvs-revisions 16 superfluous 1.1
reset refs/tags/samplebranch_root
from :4
blob
mark :5
data 51
I date myself with a Jefferson Airplane reference.
commit refs/heads/master
mark :6
committer foo <foo> 103600 +0000
data 51
This file should not appear on the daughter branch
from :4
M 100644 :5 feedyourhead
property cvs-revisions 17 feedyourhead 1.1
reset refs/heads/master
from :6
reset refs/heads/samplebranch
from :4
done
|