From c8d0286e37ca6515035fe0dcbff27322091bcdc2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 May 2009 17:37:55 -0400 Subject: [PATCH] add note about where author files are stored --- .bin/git-update | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2