All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] report chmod'ed binary files the same as text files
@ 2012-05-01 17:10 Zbigniew Jędrzejewski-Szmek
  2012-05-01 17:10 ` [PATCH 1/4] test: modernize style of t4006 Zbigniew Jędrzejewski-Szmek
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Zbigniew Jędrzejewski-Szmek @ 2012-05-01 17:10 UTC (permalink / raw)
  To: git, gitster; +Cc: mj, Zbigniew Jędrzejewski-Szmek

This patch series fixes a small discrepancy between the way that
text files and binary files are treated. Reported by Martin Mareš in [1].
Firt patch is cleanup, second describes current behaviour, third does
the change, and fourth is a bonus micro-opt. 

[1] http://article.gmane.org/gmane.comp.version-control.git/179361

Zbigniew Jędrzejewski-Szmek (4):
  test: modernize style of t4006
  tests: check --[short]stat output after chmod
  diff --stat: report chmoded binary files like text files
  diff --stat: do not run diff on indentical files

 diff.c               |   30 +++++++++++++----------
 t/t4006-diff-mode.sh |   65 ++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 65 insertions(+), 30 deletions(-)

-- 
1.7.10.539.g288dd

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

end of thread, other threads:[~2012-05-03 11:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 17:10 [PATCH 0/4] report chmod'ed binary files the same as text files Zbigniew Jędrzejewski-Szmek
2012-05-01 17:10 ` [PATCH 1/4] test: modernize style of t4006 Zbigniew Jędrzejewski-Szmek
2012-05-01 18:00   ` Junio C Hamano
2012-05-01 19:55     ` Zbigniew Jędrzejewski-Szmek
2012-05-01 17:10 ` [PATCH 2/4] tests: check --[short]stat output after chmod Zbigniew Jędrzejewski-Szmek
2012-05-02  7:36   ` Johannes Sixt
2012-05-01 17:10 ` [PATCH 3/4] diff --stat: report chmoded binary files like text files Zbigniew Jędrzejewski-Szmek
2012-05-01 18:27   ` Junio C Hamano
2012-05-01 19:39     ` Zbigniew Jędrzejewski-Szmek
2012-05-01 17:10 ` [PATCH 4/4] diff --stat: do not run diff on indentical files Zbigniew Jędrzejewski-Szmek
2012-05-03 11:45 ` [PATCH 0/4] report chmod'ed binary files the same as text files Martin Mares

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.