Git development
 help / color / mirror / Atom feed
* [PATCH v5] use starts_with() instead of !memcmp()
@ 2014-03-19  1:18 Quint Guvernator
  2014-03-19  1:18 ` Quint Guvernator
  2014-03-19  4:13 ` Eric Sunshine
  0 siblings, 2 replies; 5+ messages in thread
From: Quint Guvernator @ 2014-03-19  1:18 UTC (permalink / raw)
  To: git; +Cc: Quint Guvernator

Another version, this time very in line with the review and commentary of
Junio, Eric, and Michael.  This version boasts a revamped commit message and
fewer but surer hunks changed.

Thanks again for the guidance.

Quint Guvernator (1):
  use starts_with() instead of !memcmp()

 builtin/apply.c        |  4 ++--
 builtin/for-each-ref.c |  2 +-
 builtin/mktag.c        |  2 +-
 builtin/patch-id.c     | 10 +++++-----
 connect.c              |  4 ++--
 imap-send.c            |  6 +++---
 remote.c               |  2 +-
 7 files changed, 15 insertions(+), 15 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-03-21 18:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19  1:18 [PATCH v5] use starts_with() instead of !memcmp() Quint Guvernator
2014-03-19  1:18 ` Quint Guvernator
2014-03-19  4:13 ` Eric Sunshine
2014-03-21 16:53   ` Junio C Hamano
2014-03-21 18:05     ` Eric Sunshine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox