git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] general style: replaces memcmp() with starts_with()
@ 2014-03-15 16:39 Quint Guvernator
  2014-03-15 16:39 ` [PATCH v3 1/1] " Quint Guvernator
  0 siblings, 1 reply; 4+ messages in thread
From: Quint Guvernator @ 2014-03-15 16:39 UTC (permalink / raw)
  To: git; +Cc: Quint Guvernator

Hi, folks.

I've looked through the list's responses and removed the most objectionable
hunks from the patch v2, especially in cases where starts_with either hurts
readability or further obscures the use of magic numbers. Let me know what you
all think about the changes.

Thank you all again for your help. This is my first patch here, and has been
quite a microproject indeed!

Quint Guvernator (1):
  general style: replaces memcmp() with starts_with()

 builtin/apply.c                           |  6 +++---
 builtin/for-each-ref.c                    |  2 +-
 builtin/get-tar-commit-id.c               |  2 +-
 builtin/mktag.c                           |  8 ++++----
 builtin/patch-id.c                        | 18 +++++++++---------
 commit.c                                  |  4 ++--
 connect.c                                 |  6 +++---
 contrib/convert-objects/convert-objects.c |  6 +++---
 convert.c                                 |  2 +-
 http-walker.c                             |  2 +-
 imap-send.c                               |  6 +++---
 pack-write.c                              |  2 +-
 remote.c                                  |  2 +-
 13 files changed, 33 insertions(+), 33 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-03-17 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 16:39 [PATCH v3 0/1] general style: replaces memcmp() with starts_with() Quint Guvernator
2014-03-15 16:39 ` [PATCH v3 1/1] " Quint Guvernator
2014-03-17 16:29   ` Michael Haggerty
2014-03-17 20:36     ` Quint Guvernator

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