git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Refactoring for apply and diff
@ 2007-12-12 16:22 Wincent Colaiuta
  2007-12-12 16:22 ` [PATCH 1/4] Fix "diff --check" whitespace detection Wincent Colaiuta
  0 siblings, 1 reply; 7+ messages in thread
From: Wincent Colaiuta @ 2007-12-12 16:22 UTC (permalink / raw)
  To: git; +Cc: gitster

4 more patches which apply on top of the "git diff --check" topic I
posted previously. If you'd prefer any of these to be prepared for
application on top of "master" or "next" let me know.

[1/4] Fix "diff --check" whitespace detection

Fix bug noticed while comparing the whitespace checks in "git apply"
and "git diff". It's exactly this kind of bug which motivates the
refactoring which follows...

[2/4] Extract and improve whitespace check from "git apply"

Extract (and improve) some stuff out of "apply"...

[3/4] Make "diff --check" use shared whitespace functions

... so that the same code can be used by "diff".

[4/4] Add tests for "git diff --check" with core.whitespace options

Cheers,
Wincent

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-12-12 22:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-12 16:22 [PATCH 0/4] Refactoring for apply and diff Wincent Colaiuta
2007-12-12 16:22 ` [PATCH 1/4] Fix "diff --check" whitespace detection Wincent Colaiuta
2007-12-12 16:23   ` [PATCH 2/4] Extract and improve whitespace check from "git apply" Wincent Colaiuta
2007-12-12 16:23     ` [PATCH 3/3] Make "diff --check" use shared whitespace functions Wincent Colaiuta
2007-12-12 16:23       ` [PATCH 4/4] Add tests for "git diff --check" with core.whitespace options Wincent Colaiuta
2007-12-12 19:39     ` [PATCH 2/4] Extract and improve whitespace check from "git apply" Junio C Hamano
2007-12-12 22:50       ` Wincent Colaiuta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).