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>
This commit is contained in:
David D. Kilzer
2007-11-21 11:57:19 -08:00
committed by Eric Wong
parent e6fefa926d
commit 8b014d7157
3 changed files with 102 additions and 3 deletions

View File

@ -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.
--