summaryrefslogtreecommitdiff
path: root/gitsub.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gitsub.sh')
-rwxr-xr-xgitsub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsub.sh b/gitsub.sh
index 73675e2..4df47fd 100755
--- a/gitsub.sh
+++ b/gitsub.sh
@@ -436,7 +436,7 @@ case "$mode" in
git_options=""
while test $# -gt 0; do
case "$1" in
- --recursive)
+ --reference=* | --depth=* | --recursive)
git_options="$git_options $1"
shift
;;