summaryrefslogtreecommitdiff
path: root/t/t3410-rebase-preserve-dropped-merges.sh
diff options
context:
space:
mode:
authorMark Lodato <lodatom@gmail.com>2009-05-14 21:27:15 -0400
committerEric Wong <normalperson@yhbt.net>2009-05-21 00:56:18 -0700
commit36db1eddf972c88edf402b99e2366ad533635ab8 (patch)
tree8f280a34524a137ad5a46a63668096e740cfe674 /t/t3410-rebase-preserve-dropped-merges.sh
parent42a5da1806fd6891d4fcc0ad9c0e550c12f75df5 (diff)
downloadgit-36db1eddf972c88edf402b99e2366ad533635ab8.tar.gz
git-svn: add --authors-prog option
Add a new option, --authors-prog, to git-svn that allows a more flexible alternative (or supplement) to --authors-file. This allows more advanced username operations than the authors file will allow. For example, one may look up Subversion users via LDAP, or may generate the name and email address from the Subversion username. Notes: * If both --authors-name and --authors-prog are given, the former is tried first, falling back to the later. * The program is called once per unique SVN username, and the result is cached. * The command-line argument must be the path to a program, not a generic shell command line. The absolute path to this program is taken at startup since the git-svn script changes directory during operation. * The option is not enabled for `git svn log'. [ew: fixed case where neither --authors-(name|prog) were defined] Signed-off-by: Mark Lodato <lodatom@gmail.com> Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/t3410-rebase-preserve-dropped-merges.sh')
0 files changed, 0 insertions, 0 deletions