]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: add a generic tree traversal to fetch SVN properties
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 16 Oct 2007 14:36:48 +0000 (16:36 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 06:47:36 +0000 (02:47 -0400)
commit01bdab84e31763a98206c31cf99b9dc3cb221356
tree1ddbd604045e4e2b89753fec95cd4ec6209c405b
parentca5e9495607c2abb4b665b75d3d96a457fa4c5dd
git-svn: add a generic tree traversal to fetch SVN properties

* git-svn.perl (&traverse_ignore): Remove.
(&prop_walk): New.
(&cmd_show_ignore): Use prop_walk.

[ew: This will ease the implementation of the `create-ignore',
     `propget', and `proplist' commands]

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