From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH 0/2] git-cvsserver: Minor fixes for oopsies
Date: Sat, 19 Jun 2010 16:06:56 +0000 [thread overview]
Message-ID: <1276963618-14662-1-git-send-email-avarab@gmail.com> (raw)
The original git-cvsserver pserver support had some oops code. There
was a typo in a comment, and the error for invalid password formats
wasn't correct.
As an aside, since the original implementation I've released the code
on CPAN as the Crypt::CVS. That version also has a scramble() function
and exhaustive tests.
It would make a good experimental case for adding dual-life modules to
Git due to its smallness and the inclusion of tests.
Ævar Arnfjörð Bjarmason (2):
git-cvsserver: typo in a comment: bas -> has
git-cvsserver: fix error for invalid password formats
git-cvsserver.perl | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
next reply other threads:[~2010-06-19 16:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-19 16:06 Ævar Arnfjörð Bjarmason [this message]
2010-06-19 16:06 ` [PATCH 1/2] git-cvsserver: typo in a comment: bas -> has Ævar Arnfjörð Bjarmason
2010-06-19 16:06 ` [PATCH 2/2] git-cvsserver: fix error for invalid password formats Ævar Arnfjörð Bjarmason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1276963618-14662-1-git-send-email-avarab@gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).