From: Chris Frey <hidden> Date: 2016-06-15 22:46:15
Hi,
Is it possible to somehow enable whitespace checking during git-add?
In my searches, I can only seem to find mention of it in git-diff.
Thanks,
- Chris
From: Nicolas Pitre <hidden> Date: 2016-06-15 22:46:15
On Sat, 21 Feb 2009, Sverre Rabbelier wrote:
Heya,
On Sat, Feb 21, 2009 at 03:14, Nicolas Pitre [off-list ref] wrote:
quoted
2) run 'git rebase -f --whitespace=fix HEAD~'
Thanks for the plug ;), but you should note that that only works on a
very recent git. It's not even in master yet, according to [0] it's
been in next for only 7 days.
Oh, OK... Still better than a non existing feature.
Nicolas
Heya,
On Sat, Feb 21, 2009 at 20:26, Nicolas Pitre [off-list ref] wrote:
On Sat, 21 Feb 2009, Sverre Rabbelier wrote:
quoted
On Sat, Feb 21, 2009 at 03:14, Nicolas Pitre [off-list ref] wrote:
quoted
2) run 'git rebase -f --whitespace=fix HEAD~'
Thanks for the plug ;), but you should note that that only works on a
very recent git. It's not even in master yet, according to [0] it's
been in next for only 7 days.
Oh, OK... Still better than a non existing feature.
That's true :). Btw, it's also possible to do:
$ git rebase --whitespace=fix HEAD~
The --whitespace=fix will automagically turn on the -f :).
--
Cheers,
Sverre Rabbelier