Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach "am" and "rebase" to mark the original position with ORIG_HEAD
[gitweb.git]
/
t
/
t9301-fast-export.sh
diff --git
a/t/t9301-fast-export.sh
b/t/t9301-fast-export.sh
index 60b5ee39793bdd8e1b08cddc791500ed34d3116c..f1bc5ceef0453fcdf711afd6225a5f0cd5dc69e5 100755
(executable)
--- a/
t/t9301-fast-export.sh
+++ b/
t/t9301-fast-export.sh
@@
-83,7
+83,6
@@
test_expect_success 'import/export-marks' '
git checkout -b marks master &&
git fast-export --export-marks=tmp-marks HEAD &&
test -s tmp-marks &&
- cp tmp-marks ~ &&
test $(wc -l < tmp-marks) -eq 3 &&
test $(
git fast-export --import-marks=tmp-marks\