All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] send-email: add sendmail aliases line continuation support
@ 2015-05-31 22:29 Eric Sunshine
  2015-05-31 22:29 ` [PATCH 1/9] send-email: further document missing sendmail aliases functionality Eric Sunshine
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Eric Sunshine @ 2015-05-31 22:29 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Allen Hubbe, Eric Sunshine

This series adds line continuation support for sendmail aliases.
It extends basic sendmail aliases functionality implemented by
ah/send-email-sendmail-alias (currently d1205b07 in 'pu')

Eric Sunshine (9):
  send-email: further document missing sendmail aliases functionality
  send-email: visually distinguish sendmail aliases parser warnings
  send-email: drop noise comments which merely repeat what code says
  send-email: fix style: cuddle 'elsif' and 'else' with closing brace
  send-email: refactor sendmail aliases parser
  send-email: simplify sendmail aliases comment and blank line
    recognizer
  send-email: implement sendmail aliases line continuation support
  t9001: refactor sendmail aliases test infrastructure
  t9001: add sendmail aliases line continuation tests

 Documentation/git-send-email.txt |  5 ++-
 git-send-email.perl              | 54 ++++++++++++++-------------
 t/t9001-send-email.sh            | 81 +++++++++++++++++++++++++++++++---------
 3 files changed, 94 insertions(+), 46 deletions(-)

-- 
2.4.2.538.g5f4350e

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

end of thread, other threads:[~2015-06-01 22:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31 22:29 [PATCH 0/9] send-email: add sendmail aliases line continuation support Eric Sunshine
2015-05-31 22:29 ` [PATCH 1/9] send-email: further document missing sendmail aliases functionality Eric Sunshine
2015-06-01 11:43   ` Allen Hubbe
2015-06-01 18:22     ` Eric Sunshine
2015-06-01 22:44       ` Allen Hubbe
2015-05-31 22:29 ` [PATCH 2/9] send-email: visually distinguish sendmail aliases parser warnings Eric Sunshine
2015-05-31 22:29 ` [PATCH 3/9] send-email: drop noise comments which merely repeat what code says Eric Sunshine
2015-05-31 22:29 ` [PATCH 4/9] send-email: fix style: cuddle 'elsif' and 'else' with closing brace Eric Sunshine
2015-05-31 22:29 ` [PATCH 5/9] send-email: refactor sendmail aliases parser Eric Sunshine
2015-05-31 22:29 ` [PATCH 6/9] send-email: simplify sendmail aliases comment and blank line recognizer Eric Sunshine
2015-06-01  3:30   ` Eric Sunshine
2015-05-31 22:29 ` [PATCH 7/9] send-email: implement sendmail aliases line continuation support Eric Sunshine
2015-05-31 22:29 ` [PATCH 8/9] t9001: refactor sendmail aliases test infrastructure Eric Sunshine
2015-05-31 22:29 ` [PATCH 9/9] t9001: add sendmail aliases line continuation tests Eric Sunshine
2015-06-01 11:49 ` [PATCH 0/9] send-email: add sendmail aliases line continuation support Allen Hubbe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.