E R <pc88mxer@xxxxxxxxx> wrote: > 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? Using another file may be faster to execute as you can probably read the file directly in shell, vs. needing to fork to read the file with `git config`. But there really isn't a huge argument either way other than that. -- Shawn. -- 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