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
|
blob
mark :1
data 13
Test file 1.
reset refs/heads/test
commit refs/heads/test
mark :2
author J. Random Hacker <jrh@foobar.com> 1456976347 -0500
committer J. Random Hacker <jrh@foobar.com> 1456976347 -0500
data 20
Commit test file 1.
M 100644 :1 testfile1
blob
mark :3
data 13
Test file 3.
commit refs/heads/master
mark :4
author J. Random Hacker <jrh@foobar.com> 1456976408 -0500
committer J. Random Hacker <jrh@foobar.com> 1456976408 -0500
data 20
Commit test file 3.
from :2
M 100644 :3 testfile3
blob
mark :5
data 13
Test file 2.
commit refs/heads/test
mark :6
author J. Random Hacker <jrh@foobar.com> 1456976475 -0500
committer J. Random Hacker <jrh@foobar.com> 1456976475 -0500
data 20
Commit test file 2.
from :2
M 100644 :5 testfile2
reset refs/heads/master
from :4
reset refs/heads/test
from :6
|