diff options
author | Peter Oberndorfer <kumbayo84@arcor.de> | 2009-02-23 12:02:53 +0100 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2009-02-23 13:50:24 -0800 |
commit | 0df84059d4127ed06e040998ec0e6ce6f61d3d1f (patch) | |
tree | b75ea268ea5a6522c234e6e8fe727dca28299946 /Documentation | |
parent | 83c2fcff214fe89649fcd88e095d9961a36b53dd (diff) | |
download | git-0df84059d4127ed06e040998ec0e6ce6f61d3d1f.tar.gz |
git-svn: read the dcommit url from the config file on a per remote basis
The commit url for dcommit is determined in the following order:
commandline option --commit-url
svn.commiturl
svn-remote.<name>.commiturl
svn-remote.<name>.url
Signed-off-by: Peter Oberndorfer <kumbayo84@arcor.de>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-svn.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 3d456545d7..cda3389331 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -169,6 +169,10 @@ and have no uncommitted changes. reused if a user is later given access to an alternate transport method (e.g. `svn+ssh://` or `https://`) for commit. +config key: svn-remote.<name>.commiturl + +config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options) + Using this option for any other purpose (don't ask) is very strongly discouraged. -- |