]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: fix git svn info to work without arguments
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 20 Jul 2008 20:14:07 +0000 (00:14 +0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 22:16:50 +0000 (15:16 -0700)
commit107cee507884dc9b3c5d3759e8e50c9c47e2ddcd
treee385736fc679e03c488ab3f7d16f73b80419d7da
parentc29c1b406eb6edd30c4a7dc11e91370e497e6a5d
git-svn: fix git svn info to work without arguments

commit 2fe403e7452bd6e1e8232445cf5434ce8f1af973 broke "git-svn info ."
due to replacing '.' with '' in canonicalize_path for the top directory,
while find_file_type_and_diff_status was not corrected.

Bug reports:

http://thread.gmane.org/gmane.comp.version-control.git/87822/
http://bugs.debian.org/490400

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl