I'd like to add a "short description" attribute to my .git repository. This would be used by my bash prompt setting function in creating the PS1 string. How would you recommend that this be implemented? My ideas are: 1) Use another file in .git similar to the "description" file (such as .git/short-description) 2) Use a setting in the .git/config file. Any comments on the advantages/disadvantages of these approaches? Or is there yet another better way? Thanks, ER -- 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