Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoff into ml/cvs
[gitweb.git]
/
git-add.sh
diff --git
a/git-add.sh
b/git-add.sh
index 13fad820d4758a041222a9285719245f6c8bac18..d6a4bc7d092f619d3c9dd20507c6659e13f82a3c 100755
(executable)
--- a/
git-add.sh
+++ b/
git-add.sh
@@
-14,6
+14,10
@@
while : ; do
-v)
verbose=--verbose
;;
+ --)
+ shift
+ break
+ ;;
-*)
usage
;;