Richard Hartmann <richih.mailinglist@xxxxxxxxx> writes: > Without this patch, > > git clone foo . > > results in this: > > Cloning into .... > done. > > With it: > > Cloning into '.'... > done. > > Signed-off-by: Richard Hartmann <richih.mailinglist@xxxxxxxxx> We try to be consistent and many places do quote user supplied paths in pair of single quotes in human readable messages, and this is in line with that pattern. $ git clone foo "joey's foo" would result in Cloning into 'joey's foo'... but that is probably Ok ;-) Thanks. -- 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