summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorDavid D. Kilzer <ddkilzer@kilzer.net>2007-11-21 19:57:18 (GMT)
committerEric Wong <normalperson@yhbt.net>2007-11-22 04:11:11 (GMT)
commite6fefa926de3fcc1f0424e1b901347379ed51935 (patch)
tree04194e16965bb7fa4c20bd2b634d7fed217a7b66 /Documentation/git-svn.txt
parentb2b3ada7fc46f6e43f065718cd64940811cd50b3 (diff)
downloadgit-e6fefa926de3fcc1f0424e1b901347379ed51935.zip
git-e6fefa926de3fcc1f0424e1b901347379ed51935.tar.gz
git-e6fefa926de3fcc1f0424e1b901347379ed51935.tar.bz2
git-svn info: implement info command
Implement "git-svn info" for files and directories based on the "svn info" command. Note that the -r/--revision argument is not supported yet. Added 18 tests in t/t9119-git-svn-info.sh. [ew: small fix to work without arguments on all working directories] 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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 488e4b1..c3fc878 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -193,6 +193,11 @@ Any other arguments are passed directly to `git log'
repository (that has been init-ed with git-svn).
The -r<revision> option is required for this.
+'info'::
+ Shows information about a file or directory similar to what
+ `svn info' provides. Does not currently support a -r/--revision
+ argument.
+
--
OPTIONS