]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rebase.txt
git-rebase: support --whitespace=<option>
authorJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 7 Sep 2007 14:20:50 +0000 (10:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Sep 2007 04:02:08 +0000 (21:02 -0700)
commit059f446d57d51fbacdace3fbadf2414916c201dd
treeae61ce466bf44431848578cf165140c4fb163caf
parentb5ef6ac978012475660a36583b2174e9bd8188a5
git-rebase: support --whitespace=<option>

Pass --whitespace=<option> to git-apply.  Since git-apply and git-am
expect this, I'm always surprised when I try to give it to git-rebase
and it doesn't work.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
git-rebase.sh