On 2007-09-09 01:25:59 -0400, Pavel Roskin wrote: > Create empty .git/info/exclude, it's needed. > + mkdir .git/info > + touch .git/info/exclude Why? Do we try to read .git/info/exclude and die if it doesn't exist? That would be intolerant of us. ... but no, we do check if .git/info/exclude exists before trying to use it. So why is this needed. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - 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