Re: [PATCH 0/4] Make git-send-email git-credential

2013-02-06 Thread Junio C Hamano
Michal Nazarewicz 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

[PATCH 0/4] Make git-send-email git-credential

2013-02-06 Thread Michal Nazarewicz
From: Michal Nazarewicz 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

Re: [PATCH 0/4] Make git-send-email git-credential

2013-02-06 Thread Michal Nazarewicz
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 ha

[PATCH 0/4] Make git-send-email git-credential

2013-02-06 Thread Michal Nazarewicz
From: Michal Nazarewicz 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