All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] quoting bug sending push-options over http
@ 2018-02-19 19:47 Jeff King
  2018-02-19 19:48 ` [PATCH 1/2] t5545: factor out http repository setup Jeff King
  2018-02-19 19:50 ` [PATCH 2/2] remote-curl: unquote incoming push-options Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff King @ 2018-02-19 19:47 UTC (permalink / raw)
  To: git; +Cc: Brandon Williams, Jon Simons

This series fixes a small quoting problem in 511155db51 (remote-curl:
allow push options, 2017-03-22). The interesting one is the second
patch.

  [1/2]: t5545: factor out http repository setup
  [2/2]: remote-curl: unquote incoming push-options

 remote-curl.c           | 11 ++++++++++-
 t/t5545-push-options.sh | 40 +++++++++++++++++++++++++++++-----------
 2 files changed, 39 insertions(+), 12 deletions(-)

-Peff

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

end of thread, other threads:[~2018-02-20 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 19:47 [PATCH 0/2] quoting bug sending push-options over http Jeff King
2018-02-19 19:48 ` [PATCH 1/2] t5545: factor out http repository setup Jeff King
2018-02-19 19:50 ` [PATCH 2/2] remote-curl: unquote incoming push-options Jeff King
2018-02-20 19:05   ` Brandon Williams

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.