[PATCH 0/2] git-add: -s flag (silently ignore files)

2012-10-01 Thread Olaf Klischat
This adds an -s|--silent-ignore option to git-add, which causes ignored files that were specified explicitly on the command line to be silently ignored, rather than abandoning the command. I found this useful for scenarios where you want to feed the file list into git add via find or other

Re: [PATCH 0/2] git-add: -s flag (silently ignore files)

2012-10-01 Thread Junio C Hamano
Olaf Klischat olaf.klisc...@gmail.com writes: ... scenarios where you want to feed the file list into git add via find or other external commands (`find | xargs git add'), which you wouldn't want to carefully tune... Can you explain this kind of thing in the actual commit log message