diff options
author | David D. Kilzer <ddkilzer@kilzer.net> | 2007-11-21 11:57:18 -0800 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2007-11-21 20:11:11 -0800 |
commit | e6fefa926de3fcc1f0424e1b901347379ed51935 (patch) | |
tree | 04194e16965bb7fa4c20bd2b634d7fed217a7b66 /Documentation | |
parent | b2b3ada7fc46f6e43f065718cd64940811cd50b3 (diff) | |
download | git-e6fefa926de3fcc1f0424e1b901347379ed51935.tar.gz |
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')
-rw-r--r-- | Documentation/git-svn.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 488e4b1caf..c3fc878d55 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 |