mirror of
https://github.com/frej/fast-export.git
synced 2026-02-27 06:50:41 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cf9397bd6 |
@@ -48,8 +48,10 @@ case "$1" in
|
||||
echo "$LONG_USAGE"
|
||||
exit 0
|
||||
esac
|
||||
. "$(git --exec-path)/git-sh-setup"
|
||||
cd_to_toplevel
|
||||
|
||||
cd $(git rev-parse --show-toplevel) \
|
||||
|| (echo "Could not find git repo" ; exit 1)
|
||||
GIT_DIR=$(git rev-parse --git-dir) || exit 1
|
||||
|
||||
while case "$#" in 0) break ;; esac
|
||||
do
|
||||
|
||||
@@ -24,8 +24,9 @@ Options:
|
||||
-r Mercurial repository to use
|
||||
"
|
||||
|
||||
. "$(git --exec-path)/git-sh-setup"
|
||||
cd_to_toplevel
|
||||
cd $(git rev-parse --show-toplevel) \
|
||||
|| (echo "Could not find git repo" ; exit 1)
|
||||
GIT_DIR=$(git rev-parse --git-dir) || exit 1
|
||||
|
||||
while case "$#" in 0) break ;; esac
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user