From: Michal Nazarewicz <mpn@google.com>
To: Junio C Hamano <gitster@pobox.com>,
Ted Zlatanov <tzz@lifelogs.com>, Jeff King <peff@peff.net>,
Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
Cc: git@vger.kernel.org
Subject: [PATCH 0/4] Make git-send-email git-credential
Date: Wed, 6 Feb 2013 21:34:37 +0100 [thread overview]
Message-ID: <cover.1360172967.git.mina86@mina86.com> (raw)
From: Michal Nazarewicz <mina86@mina86.com>
As discussed on the list, adding git-credential interface to Git.pm
(sort of copied from git-remote-mediawiki) and making git-send-email
use it.
I see git-remote-mediawiki does not have “use Git” so I did not touch
it. On top of that I'd have no way to tests the changes anyway.
Michal Nazarewicz (4):
Git.pm: Allow command_close_bidi_pipe() to be called as method
Git.pm: Allow pipes to be closed prior to calling
command_close_bidi_pipe
Git.pm: Add interface for git credential command.
git-send-email: Use git credential to obtain password.
Documentation/git-send-email.txt | 4 +-
git-send-email.perl | 60 +++++++++++---------
perl/Git.pm | 116 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 149 insertions(+), 31 deletions(-)
--
1.8.1.2.550.g0d3a9c0.dirty
next reply other threads:[~2013-02-06 20:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-06 20:34 Michal Nazarewicz [this message]
2013-02-06 20:38 ` [PATCH 0/4] Make git-send-email git-credential Michal Nazarewicz
2013-02-06 20:54 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2013-02-06 20:47 Michal Nazarewicz
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=cover.1360172967.git.mina86@mina86.com \
--to=mpn@google.com \
--cc=Matthieu.Moy@grenoble-inp.fr \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=peff@peff.net \
--cc=tzz@lifelogs.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).