]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn info: implement info command
authorDavid D. Kilzer <ddkilzer@kilzer.net>
Wed, 21 Nov 2007 19:57:18 +0000 (11:57 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 22 Nov 2007 04:11:11 +0000 (20:11 -0800)
commite6fefa926de3fcc1f0424e1b901347379ed51935
tree04194e16965bb7fa4c20bd2b634d7fed217a7b66
parentb2b3ada7fc46f6e43f065718cd64940811cd50b3
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>
Documentation/git-svn.txt
git-svn.perl
t/t9119-git-svn-info.sh [new file with mode: 0644]