Code

git-svn: add support for per-[svn-remote "..."] options
authorEric Wong <normalperson@yhbt.net>
Sun, 11 Feb 2007 08:51:33 +0000 (00:51 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:12 +0000 (00:57 -0800)
commit91b03282b586cc521f9b009ea8273444fb58f2f1
tree4453397df2ff88156a1617f705eefe6db093949d
parent8a49ee9759f72ba7c61e035a2ca4b10d8a51c94e
git-svn: add support for per-[svn-remote "..."] options

Available options are currently:

  svn-remote.<remote>.{noMetadata,useSvmProps,followParent}

These boolean switches will override options set globally in
[svn], and even override options set on the command-line (this
should probably change in the future, however).

Note that the noMetadata and useSvmProps options conflict.  It's
both technically and logically impossible to use them together.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl