Collin Funk wrote: > Follow gnulib-tool change > 2017-03-14 Mathieu Lirzin <m...@gnu.org> > gnulib-tool: don't automatically distribute files from top/
Thanks. Applied. > git diff --no-index test-python/gllib/Makefile.am test-shell/gllib/Makefile.am Interesting. One can use 'git diff --no-index' even outside a git repository. Is there any significant advantage of 'git diff --no-index' over 'diff -u --color'? Btw, I prefer to receive patches as attachments ('git format-patch' rather than 'git send-email'): Less risk of damage by an MUA or MTA. Easier to save to disk. Easier to understand what gets committed into git vs. what are merely comments. Saves me from viewing 140 lines of mail headers. Bruno