mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-03-06 18:20:46 +01:00
test: add expected output
Generated with: hg:6.3 hggit:1.0.1 dulwich:0.20.50 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
56
test/expected/encoding/git-log
Normal file
56
test/expected/encoding/git-log
Normal file
@@ -0,0 +1,56 @@
|
||||
blob
|
||||
mark :1
|
||||
data 6
|
||||
alpha
|
||||
|
||||
reset refs/heads/master
|
||||
commit refs/heads/master
|
||||
mark :2
|
||||
author A U Thor <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 12
|
||||
add älphà
|
||||
M 100644 :1 alpha
|
||||
|
||||
blob
|
||||
mark :3
|
||||
data 5
|
||||
beta
|
||||
|
||||
commit refs/heads/master
|
||||
mark :4
|
||||
author tést èncödîng <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 9
|
||||
add beta
|
||||
from :2
|
||||
M 100644 :3 beta
|
||||
|
||||
blob
|
||||
mark :5
|
||||
data 6
|
||||
gamma
|
||||
|
||||
commit refs/heads/master
|
||||
mark :6
|
||||
author tést èncödîng <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 12
|
||||
add gämmâ
|
||||
from :4
|
||||
M 100644 :5 gamma
|
||||
|
||||
blob
|
||||
mark :7
|
||||
data 6
|
||||
delta
|
||||
|
||||
commit refs/heads/master
|
||||
mark :8
|
||||
author tést èncödîng <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 12
|
||||
add déltà
|
||||
from :6
|
||||
M 100644 :7 delta
|
||||
|
||||
Reference in New Issue
Block a user