Sam Vilain wrote: > test -z "$GIT_NOTES_REF" && GIT_NOTES_REF="$(git config core.notesref)" > test -z "$GIT_NOTES_REF" && GIT_NOTES_REF="refs/notes/commits" GIT_NOTES_REF=$($(GIT_NOTES_REF:-$(git config core.notesref):-refs/notes/commits) Or something like that. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git -- 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