Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bash prompt: mention that PROMPT_COMMAND mode is faster
[gitweb.git]
/
t
/
t9903-bash-prompt.sh
diff --git
a/t/t9903-bash-prompt.sh
b/t/t9903-bash-prompt.sh
index b9895c797c97e9547a8a5fef639292765f45bc99..c05458cbe671b4881af3596d9b06a120674519d7 100755
(executable)
--- a/
t/t9903-bash-prompt.sh
+++ b/
t/t9903-bash-prompt.sh
@@
-328,6
+328,7
@@
test_expect_success 'prompt - stash status indicator - stash' '
echo 2 >file &&
git stash &&
test_when_finished "git stash drop" &&
+ git pack-refs --all &&
(
GIT_PS1_SHOWSTASHSTATE=y &&
__git_ps1 >"$actual"