git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tolower cleanups
@ 2014-05-22  9:43 Jeff King
  2014-05-22  9:44 ` [PATCH 1/2] daemon/config: factor out duplicate xstrdup_tolower Jeff King
  2014-05-22  9:44 ` [PATCH 2/2] strbuf: add strbuf_tolower function Jeff King
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff King @ 2014-05-22  9:43 UTC (permalink / raw)
  To: git

These two patches were pulled from the http charset series I posted
nearby. The second iteration of that series did not need them, but they
may have value as cleanups.

  [1/2]: daemon/config: factor out duplicate xstrdup_tolower
  [2/2]: strbuf: add strbuf_tolower function

The first one is a real reduction of code. The second is just making
code public that _might_ get used later, so it's a bit less exciting.
Both are independent of each other, so we can take or leave them
separately.

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  9:43 [PATCH 0/2] tolower cleanups Jeff King
2014-05-22  9:44 ` [PATCH 1/2] daemon/config: factor out duplicate xstrdup_tolower Jeff King
2014-05-22  9:44 ` [PATCH 2/2] strbuf: add strbuf_tolower function Jeff King
     [not found]   ` <CAP8UFD0PkA_VokFpRkdaKE2UW1AtL6mCY2bOSxOCqX_C9wB=OQ@mail.gmail.com>
2014-05-22 13:42     ` Jeff King
2014-05-22 23:17       ` Kyle J. McKay

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