]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
Do not scramble password read from .cvspass
authorPascal Obry <pascal@obry.net>
Fri, 4 Sep 2009 11:58:32 +0000 (13:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Sep 2009 05:34:27 +0000 (22:34 -0700)
commit3fb9d58235ce4985689840b901aecacc6e3bd094
treecbf235fd1c9b3b54b84205f60516f9fa02eeff30
parent79b4fde573eb5e86a8109d100ad182be1eb5fc54
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>
git-cvsimport.perl