Skip to content

Commit

Permalink
Merge branch 'sr/git-2.35-fast-export-order-fix'
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
  • Loading branch information
newren committed May 28, 2022
2 parents fff5f43 + 838bdd1 commit d760d24
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 deletions t/t9390/less-empty-keepme
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ feature done
reset refs/heads/master
commit refs/heads/master
mark :1
author Full Name <[email protected]> 1000020000 +0100
committer Full Name <[email protected]> 1000020000 +0100
author Full Name <[email protected]> 1000000000 +0100
committer Full Name <[email protected]> 1000000000 +0100
data 2
C
A

commit refs/heads/master
mark :2
author Full Name <[email protected]> 1000030000 +0100
committer Full Name <[email protected]> 1000030000 +0100
author Full Name <[email protected]> 1000010000 +0100
committer Full Name <[email protected]> 1000010000 +0100
data 2
D
B
from :1

reset refs/heads/master
commit refs/heads/master
mark :3
author Full Name <[email protected]> 1000000000 +0100
committer Full Name <[email protected]> 1000000000 +0100
author Full Name <[email protected]> 1000020000 +0100
committer Full Name <[email protected]> 1000020000 +0100
data 2
A
C

commit refs/heads/master
mark :4
author Full Name <[email protected]> 1000010000 +0100
committer Full Name <[email protected]> 1000010000 +0100
author Full Name <[email protected]> 1000030000 +0100
committer Full Name <[email protected]> 1000030000 +0100
data 2
B
D
from :3

blob
Expand All @@ -42,8 +42,8 @@ author Full Name <[email protected]> 1000040000 +0100
committer Full Name <[email protected]> 1000040000 +0100
data 29
E: Merge commit 'D' into 'B'
from :4
merge :2
from :2
merge :4
M 100644 :5 keepme

commit refs/heads/master
Expand All @@ -68,8 +68,8 @@ author Full Name <[email protected]> 1000050000 +0100
committer Full Name <[email protected]> 1000050000 +0100
data 29
F: Merge commit 'D' into 'B'
from :4
merge :2
from :2
merge :4

blob
mark :10
Expand Down
24 changes: 12 additions & 12 deletions t/t9390/more-empty-keepme
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ feature done
blob
mark :1
data 10
keepme v2
keepme v1

reset refs/heads/master
commit refs/heads/master
mark :2
author Full Name <[email protected]> 1000080000 +0100
committer Full Name <[email protected]> 1000080000 +0100
data 2
I
author Full Name <[email protected]> 1000040000 +0100
committer Full Name <[email protected]> 1000040000 +0100
data 29
E: Merge commit 'D' into 'B'
M 100644 :1 keepme

blob
mark :3
data 10
keepme v1
keepme v2

reset refs/heads/master
commit refs/heads/master
mark :4
author Full Name <[email protected]> 1000040000 +0100
committer Full Name <[email protected]> 1000040000 +0100
data 29
E: Merge commit 'D' into 'B'
author Full Name <[email protected]> 1000080000 +0100
committer Full Name <[email protected]> 1000080000 +0100
data 2
I
M 100644 :3 keepme

commit refs/heads/master
Expand All @@ -33,7 +33,7 @@ author Full Name <[email protected]> 1000090000 +0100
committer Full Name <[email protected]> 1000090000 +0100
data 29
J: Merge commit 'I' into 'H'
from :4
merge :2
from :2
merge :4

done

0 comments on commit d760d24

Please sign in to comment.