Re: git svn --add-author-from implies --use-log-author

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mircea Bardac <dev@...>
Cc: <git@...>, Fredrik Skolmli <fredrik@...>
Date: Monday, June 23, 2008 - 4:12 pm

On 6/20/08, Mircea Bardac <dev@mircea.bardac.net> wrote:

They are separate options; --add-author-from affects dcommit (but not
fetch or clone), while --use-log-author affects fetch and clone (but
not dcommit).  They do different things, and I can imagine wanting one
and not the other, so having one imply the other isn't very safe.

You can set config options for these, however:

git config svn.addAuthorFrom true
git config svn.useLogAuthor true

(I actually use "git config --global" to set these on my system so
they apply to all my git-svn repositories.)

[...]

Signed-off-by is a legal declaration.  Please read the documentation
carefully before using it.

From: is automatically added (when you enable the option and there's
no Signed-off-by or From already) and is just informational.

Have fun,

Avery
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git svn --add-author-from implies --use-log-author, Fredrik Skolmli, (Fri Jun 20, 7:31 am)
Re: git svn --add-author-from implies --use-log-author, Mircea Bardac, (Fri Jun 20, 9:31 am)
Re: git svn --add-author-from implies --use-log-author, Avery Pennarun, (Mon Jun 23, 4:12 pm)
Re: git svn --add-author-from implies --use-log-author, Fredrik Skolmli, (Tue Jun 24, 3:37 am)
Re: git svn --add-author-from implies --use-log-author, Mircea Bardac, (Mon Jun 23, 5:22 pm)
Re: git svn --add-author-from implies --use-log-author, Avery Pennarun, (Mon Jun 23, 5:31 pm)