Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archive.c: replace `git_config()` with `git_config_get_bool()` family
[gitweb.git]
/
git-stash.sh
diff --git
a/git-stash.sh
b/git-stash.sh
index 4621d81fab472310e1183c1b9914644259a911e8..bcc757b3900b02595e5b432edcfd590e312b48ce 100755
(executable)
--- a/
git-stash.sh
+++ b/
git-stash.sh
@@
-13,7
+13,7
@@
USAGE="list [<options>]
SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
-START_DIR=
`pwd`
+START_DIR=
$(pwd)
. git-sh-setup
. git-sh-i18n
require_work_tree