git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Make git-send-email git-credential
@ 2013-02-06 20:34 Michal Nazarewicz
  2013-02-06 20:38 ` Michal Nazarewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Nazarewicz @ 2013-02-06 20:34 UTC (permalink / raw)
  To: Junio C Hamano, Ted Zlatanov, Jeff King, Matthieu Moy; +Cc: git

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

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

* Re: [PATCH 0/4] Make git-send-email git-credential
  2013-02-06 20:34 [PATCH 0/4] Make git-send-email git-credential Michal Nazarewicz
@ 2013-02-06 20:38 ` Michal Nazarewicz
  2013-02-06 20:54   ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Nazarewicz @ 2013-02-06 20:38 UTC (permalink / raw)
  To: Junio C Hamano, Ted Zlatanov, Jeff King, Matthieu Moy; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

On Wed, Feb 06 2013, Michal Nazarewicz wrote:
> 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(-)

On second thought, give me a moment, ;) I've just discovered a bug
preventing git-send-email from mailing a patchset.

-- 
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +----<email/xmpp: mpn@google.com>--------------ooO--(_)--Ooo--

[-- Attachment #2.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2.2: Type: application/pgp-signature, Size: 835 bytes --]

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

* [PATCH 0/4] Make git-send-email git-credential
@ 2013-02-06 20:47 Michal Nazarewicz
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Nazarewicz @ 2013-02-06 20:47 UTC (permalink / raw)
  To: Junio C Hamano, Ted Zlatanov, Jeff King, Matthieu Moy; +Cc: git

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              |  59 +++++++++++---------
 perl/Git.pm                      | 116 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 149 insertions(+), 30 deletions(-)

-- 
1.8.1.2.549.g4fa355e

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

* Re: [PATCH 0/4] Make git-send-email git-credential
  2013-02-06 20:38 ` Michal Nazarewicz
@ 2013-02-06 20:54   ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2013-02-06 20:54 UTC (permalink / raw)
  To: Michal Nazarewicz; +Cc: Ted Zlatanov, Jeff King, Matthieu Moy, git

Michal Nazarewicz <mina86@mina86.com> writes:

> On second thought, give me a moment, ;) I've just discovered a bug
> preventing git-send-email from mailing a patchset.

I somehow found this highly amusing.

I wish all the bugs are like that: if your series is buggy, some
parts of the system prevents you from sending it to the list.

;-)

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

end of thread, other threads:[~2013-02-06 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-06 20:34 [PATCH 0/4] Make git-send-email git-credential Michal Nazarewicz
2013-02-06 20:38 ` 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

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