]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: add git svn proplist
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 16 Oct 2007 14:36:51 +0000 (16:36 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 06:47:37 +0000 (02:47 -0400)
commit51e057cf808eb1c277da08f42d0ccd611ea315cc
tree78dcb4c66baeede1cef1900eddb8a22ce753b93d
parent151534515682695348a8172f399f4bf025154a5f
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>
git-svn.perl
t/t9101-git-svn-props.sh