Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pw/convert-pathname-substitution'
[gitweb.git]
/
t
/
t1020-subdirectory.sh
diff --git
a/t/t1020-subdirectory.sh
b/t/t1020-subdirectory.sh
index a3ac33801a28fe7bd2ce67d4d4ae306c1050f5c1..1fd187c5eb188671934f6afe85ca5003c529a942 100755
(executable)
--- a/
t/t1020-subdirectory.sh
+++ b/
t/t1020-subdirectory.sh
@@
-110,6
+110,14
@@
test_expect_success 'read-tree' '
)
'
+test_expect_success 'alias expansion' '
+ (
+ git config alias.ss status &&
+ cd dir &&
+ git status &&
+ git ss
+ )
+'
test_expect_success 'no file/rev ambiguity check inside .git' '
git commit -a -m 1 &&
(