On Fri, Oct 24, 2008 at 11:48:36PM +0200, Thomas Rast wrote: > Current 'git add -p' will say "No changes." if there are no changes to > text files, which can be confusing if there _are_ changes to binary > files. Add some code to distinguish the two cases, and give a > different message in the latter one. Having just looked at this code (for potentially handling "git add -p" of new files), I think this change is sane. > + print STDERR "No changes except to binary files.\n"; This wording seems a little awkward to me, though. Maybe No changed text files. ? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html