chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix error in status.py when calling git.resolved
[stgit]
/
t
/
t2300-refresh-subdir.sh
diff --git
a/t/t2300-refresh-subdir.sh
b/t/t2300-refresh-subdir.sh
index 750e4291bb675662eed035c6b7e73557783792f8..92c1cc86577b12f6ff77f955fe6ae3874765757c 100755
(executable)
--- a/
t/t2300-refresh-subdir.sh
+++ b/
t/t2300-refresh-subdir.sh
@@
-8,7
+8,7
@@
test_expect_success 'Refresh from a subdirectory' '
echo foo >> foo.txt &&
mkdir bar &&
echo bar >> bar/bar.txt &&
-
stg
add foo.txt bar/bar.txt &&
+
git
add foo.txt bar/bar.txt &&
cd bar &&
stg refresh &&
cd .. &&