commit | 51e057cf808eb1c277da08f42d0ccd611ea315cc | [log] [tgz] |
---|---|---|
author | Benoit Sigoure <tsuna@lrde.epita.fr> | Tue Oct 16 16:36:51 2007 +0200 |
committer | Shawn O. Pearce <spearce@spearce.org> | Wed Oct 17 02:47:37 2007 -0400 |
tree | 78dcb4c66baeede1cef1900eddb8a22ce753b93d | |
parent | 151534515682695348a8172f399f4bf025154a5f [diff] |
git-svn: add git svn proplist This allows one to easily retrieve a list of svn properties from within git-svn without requiring svn or knowing the URL of a repository. * git-svn.perl (%cmd): Add the command `proplist'. (&cmd_proplist): New. * t/t9101-git-svn-props.sh: Test git svn proplist. Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr> Acked-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>