author | Dmitry Potapov <dpotapov@gmail.com> | |
Sun, 20 Jul 2008 20:14:07 +0000 (00:14 +0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 20 Jul 2008 22:16:50 +0000 (15:16 -0700) | ||
commit | 107cee507884dc9b3c5d3759e8e50c9c47e2ddcd | |
tree | e385736fc679e03c488ab3f7d16f73b80419d7da | tree | snapshot |
parent | c29c1b406eb6edd30c4a7dc11e91370e497e6a5d | commit | diff |
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>
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 | diff | blob | history |