From: Mike Frysinger Date: Thu, 21 May 2009 21:37:55 +0000 (-0400) Subject: add note about where author files are stored X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c8d0286e37ca6515035fe0dcbff27322091bcdc2;p=home.git add note about where author files are stored --- diff --git a/.bin/git-update b/.bin/git-update index 55b9134..6e4b39f 100755 --- a/.bin/git-update +++ b/.bin/git-update @@ -5,9 +5,12 @@ #fi if git config svn-remote.svn.url >/dev/null ; then + # git-config uses svn.authorsfile relative to repo root + # i.e. good to use .git/authors set -- git svn fetch --all "$@" expected="" elif git config cvs.cvsroot >/dev/null ; then + # authors file is at .git/cvs-authors set -- git cvsimport -a -d $(git config cvs.cvsroot) $(git config cvs.module) "$@" expected="Already up-to-date." else