Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/reset'
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index b0c8ac1c8de8f72ad4ba341777513cf5dab7a935..224cca98eea324cabf30885f7c92c254b184410b 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-215,9
+215,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