git/contrib/mw-to-git
Jeff King 6319a2a148 mw-to-git: check blank credential attributes via length
When writing a credential to git-credential, we omit fields
that do not have a true value. This will skip empty or
undefined fields (which we want), but will also accidentally
skip usernames or passwords which happen to have a non-true
value (e.g., "0"). Be more careful by checking for non-zero
length.

Signed-off-by: Jeff King <peff@peff.net>
Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-07-18 13:26:53 -07:00
..
t git-remote-mediawiki: more efficient 'pull' in the best case 2012-07-06 12:20:46 -07:00
git-remote-mediawiki mw-to-git: check blank credential attributes via length 2012-07-18 13:26:53 -07:00
git-remote-mediawiki.txt Add a remote helper to interact with mediawiki (fetch & push) 2011-09-01 15:52:55 -07:00
Makefile git-remote-mediawiki: test environment of git-remote-mediawiki 2012-07-06 12:20:45 -07:00