Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bundle transport: fix an alloc_ref() call
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 3bd66b0a04bac05a3447d68112d4d933480eaf04..c9942f24009bd01ee0fee8990f64e64d9e43364c 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-216,9
+216,11
@@
do
-v|--verbose)
verbose=t
;;
+ --whitespace=*)
+ git_am_opt="$git_am_opt $1"
+ ;;
-C*)
- git_am_opt=$1
- shift
+ git_am_opt="$git_am_opt $1"
;;
-*)
usage