author | Pascal Obry <pascal@obry.net> | |
Fri, 4 Sep 2009 11:58:32 +0000 (13:58 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Sep 2009 05:34:27 +0000 (22:34 -0700) | ||
commit | 3fb9d58235ce4985689840b901aecacc6e3bd094 | |
tree | cbf235fd1c9b3b54b84205f60516f9fa02eeff30 | tree | snapshot |
parent | 79b4fde573eb5e86a8109d100ad182be1eb5fc54 | commit | diff |
Do not scramble password read from .cvspass
Passwords stored in .cvspass are already scrambled, we do not
want to scramble them twice. Only passwords read from the
command line are scrambled.
This fixes a regression introduced by b2139db (git-cvsimport: add support
for cvs pserver password scrambling., 2009-08-14).
Signed-off-by: Pascal Obry <pascal@obry.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Passwords stored in .cvspass are already scrambled, we do not
want to scramble them twice. Only passwords read from the
command line are scrambled.
This fixes a regression introduced by b2139db (git-cvsimport: add support
for cvs pserver password scrambling., 2009-08-14).
Signed-off-by: Pascal Obry <pascal@obry.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl | diff | blob | history |