git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix reference name format check and normalization
@ 2011-08-27  4:12 Michael Haggerty
  2011-08-27  4:12 ` [PATCH v2 1/2] check-ref-format --print: Normalize refnames that start with slashes Michael Haggerty
  2011-08-27  4:12 ` [PATCH v2 2/2] Forbid DEL characters in reference names Michael Haggerty
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Haggerty @ 2011-08-27  4:12 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, cmn, Michael Haggerty

This patch series consists of "Do not allow refnames to start with a
slash" as previously submitted (and improved by Junio) and a second
patch that forbids DEL characters in reference names and adds tests of
control characters in reference names.  It should be applied to maint.

Michael Haggerty (2):
  check-ref-format --print: Normalize refnames that start with slashes
  Forbid DEL characters in reference names

 builtin/check-ref-format.c  |    6 +++---
 refs.c                      |    2 +-
 t/t1402-check-ref-format.sh |    9 +++++++++
 3 files changed, 13 insertions(+), 4 deletions(-)

-- 
1.7.6.8.gd2879

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

end of thread, other threads:[~2011-08-29 22:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-27  4:12 [PATCH v2 0/2] Fix reference name format check and normalization Michael Haggerty
2011-08-27  4:12 ` [PATCH v2 1/2] check-ref-format --print: Normalize refnames that start with slashes Michael Haggerty
2011-08-27  4:22   ` Michael Haggerty
2011-08-27 18:30     ` Junio C Hamano
2011-08-28 15:50       ` git project patch workflow Michael Haggerty
2011-08-29 18:50       ` [PATCH v2 1/2] check-ref-format --print: Normalize refnames that start with slashes Jeff King
2011-08-29 19:01         ` Jeff King
2011-08-29 20:56           ` Junio C Hamano
2011-08-29 21:27             ` Jeff King
2011-08-29 19:57         ` Johannes Sixt
2011-08-29 20:02           ` Jeff King
2011-08-29 22:22         ` Junio C Hamano
2011-08-27  4:12 ` [PATCH v2 2/2] Forbid DEL characters in reference names Michael Haggerty
2011-08-27 18:40   ` Junio C Hamano

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