diff options
author | Wincent Colaiuta <win@wincent.com> | 2007-11-21 13:35:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-22 00:50:21 -0800 |
commit | 5f5b611805ed60a303ccbc07ebd9a5bac2dabb92 (patch) | |
tree | 4d3a9f6c2c6a67be5c3133be701dbccb7f272352 /unpack-trees.c | |
parent | Merge git://git.bogomips.org/git-svn (diff) | |
download | tgif-5f5b611805ed60a303ccbc07ebd9a5bac2dabb92.tar.xz |
Authenticate only once in git-send-email
When using git-send-email with SMTP authentication sending a patch series
would redundantly authenticate multiple times, once for each patch. In
the worst case, this would actually prevent the series from being sent
because the server would reply with a "5.5.0 Already Authenticated"
status code which would derail the process.
This commit teaches git-send-email to authenticate once and only once at
the beginning of the series.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
0 files changed, 0 insertions, 0 deletions