X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-rebase.sh;h=c9942f24009bd01ee0fee8990f64e64d9e43364c;hb=e5f4e214636f9c9bd36c2897634108d5ad5587a1;hp=3bd66b0a04bac05a3447d68112d4d933480eaf04;hpb=4e837a98b65fbe0c83376cae5167605b771421d8;p=git.git diff --git a/git-rebase.sh b/git-rebase.sh index 3bd66b0a0..c9942f240 100755 --- 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