mbox series

[0/2] Teach log -G to ignore binary files

Message ID cover.1542831544.git.thomas.braun@virtuell-zuhause.de (mailing list archive)
Headers show
Series Teach log -G to ignore binary files | expand

Message

Thomas Braun Nov. 21, 2018, 8:52 p.m. UTC
Based on the previous discussion in [1] I've prepared patches which teach 
log -G to ignore binary files. log -S keeps its behaviour but got a test to ensure that.

Feedback welcome!

[1]: https://public-inbox.org/git/7a0992eb-adb9-a7a1-cfaa-3384bc4d3e5c@virtuell-zuhause.de/

Thomas Braun (2):
  log -G: Ignore binary files
  log -S: Add test which searches in binary files

 Documentation/gitdiffcore.txt |  2 +-
 diffcore-pickaxe.c            |  5 +++++
 t/t4209-log-pickaxe.sh        | 21 +++++++++++++++++++++
 3 files changed, 27 insertions(+), 1 deletion(-)