On Thu, Jul 16, 2009 at 9:51 AM, Rustom Mody wrote: > I am trying to figure out the best choices regarding file-encodings, > crlf choices etc. > I see some stuff in gitattributes and some in git-config. > > So... > 1. Is there some place I can find out whats the received wisdom > regarding crlf and file encoding choices This comes down to personal taste. I actually set core.autocrlf differently for different projects. > 2. is there some one place where all the options for all the git > commands are listed? > > For example I find in git-config the following > > [branch "devel"] > remote = origin > merge = refs/heads/devel > > Where does one find out about such options? "git help config" (those particular ones are under branch.<name>.remote and branch.<name>.merge). Peter Harris -- 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