aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorDavid D. Kilzer <ddkilzer@kilzer.net>2007-11-21 11:57:19 -0800
committerEric Wong <normalperson@yhbt.net>2007-11-21 20:11:11 -0800
commit8b014d7157d29ce76b0f631e19c6e2ce9aeb2366 (patch)
tree311ed5ae6d61e3b5f6b024239ce173695a75b37a /Documentation/git-svn.txt
parente6fefa926de3fcc1f0424e1b901347379ed51935 (diff)
downloadgit-8b014d7157d29ce76b0f631e19c6e2ce9aeb2366.tar.gz
git-svn: info --url [path]
Return the svn URL for the given path, or return the svn repository URL if no path is given. Added 18 tests to t/t9119-git-svn-info.sh. Signed-off-by: David D. Kilzer <ddkilzer@kilzer.net> Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index c3fc878d55..918a9928b1 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -196,7 +196,8 @@ Any other arguments are passed directly to `git log'
'info'::
Shows information about a file or directory similar to what
`svn info' provides. Does not currently support a -r/--revision
- argument.
+ argument. Use the --url option to output only the value of the
+ 'URL:' field.
--