Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/maint-checkout-fix' into maint
[gitweb.git]
/
t
/
t9110-git-svn-use-svm-props.sh
diff --git
a/t/t9110-git-svn-use-svm-props.sh
b/t/t9110-git-svn-use-svm-props.sh
index 047659fde1049777e7fe12113ecb305377b1f8f9..04d2a65c087de78fa8126b68774673532497276e 100755
(executable)
--- a/
t/t9110-git-svn-use-svm-props.sh
+++ b/
t/t9110-git-svn-use-svm-props.sh
@@
-49,4
+49,13
@@
test_expect_success 'verify metadata for /dir' "
grep '^git-svn-id: $dir_url@1 $uuid$'
"
+test_expect_success 'find commit based on SVN revision number' "
+ git-svn find-rev r12 |
+ grep `git rev-parse HEAD`
+ "
+
+test_expect_success 'empty rebase' "
+ git-svn rebase
+ "
+
test_done