Code

add a howto document about corrupted blob recovery
[git.git] / git-rebase.sh
index b0c8ac1c8de8f72ad4ba341777513cf5dab7a935..224cca98eea324cabf30885f7c92c254b184410b 100755 (executable)
@@ -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