git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/5] Add git-credential support to git-send-email
@ 2013-02-11 16:23 Michal Nazarewicz
  2013-02-11 16:23 ` [PATCHv3 1/5] Git.pm: allow command_close_bidi_pipe to be called as method Michal Nazarewicz
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Michal Nazarewicz @ 2013-02-11 16:23 UTC (permalink / raw)
  To: Jeff King, Junio C Hamano, Matthieu Moy; +Cc: git

From: Michal Nazarewicz <mina86@mina86.com>

The third version of the patch with changes suggested by Jeff in the
4/5 patch.  Also credential_read and credential_write are now public
functions in case someone wants to write a helper in perl.

Michal Nazarewicz (5):
  Git.pm: allow command_close_bidi_pipe to be called as method
  Git.pm: fix example in command_close_bidi_pipe documentation
  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              |  59 ++++++++------
 perl/Git.pm                      | 166 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 198 insertions(+), 31 deletions(-)

-- 
1.8.1.3.571.g3f8bed7

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-02-11 18:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11 16:23 [PATCHv3 0/5] Add git-credential support to git-send-email Michal Nazarewicz
2013-02-11 16:23 ` [PATCHv3 1/5] Git.pm: allow command_close_bidi_pipe to be called as method Michal Nazarewicz
2013-02-11 16:23 ` [PATCHv3 2/5] Git.pm: fix example in command_close_bidi_pipe documentation Michal Nazarewicz
2013-02-11 16:23 ` [PATCHv3 3/5] Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe Michal Nazarewicz
2013-02-11 16:23 ` [PATCHv3 4/5] Git.pm: add interface for git credential command Michal Nazarewicz
2013-02-11 16:53   ` Jeff King
2013-02-11 17:14     ` Michal Nazarewicz
2013-02-11 17:36       ` Jeff King
2013-02-11 16:23 ` [PATCHv3 5/5] git-send-email: use git credential to obtain password Michal Nazarewicz
2013-02-11 17:01   ` Jeff King
2013-02-11 17:17     ` Michal Nazarewicz
2013-02-11 17:31       ` Jeff King
2013-02-11 16:51 ` [PATCHv3 0/5] Add git-credential support to git-send-email Jeff King
2013-02-11 17:18   ` Michal Nazarewicz
2013-02-11 17:48     ` Jeff King
2013-02-11 18:40       ` Michal Nazarewicz

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).