git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] create argv_array API
@ 2011-09-13 21:50 Jeff King
  2011-09-13 21:57 ` [PATCH 1/7] add sha1_array API docs Jeff King
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Jeff King @ 2011-09-13 21:50 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Christian Couder, Jens Lehmann, git

On Tue, Sep 13, 2011 at 10:34:58AM -0700, Junio C Hamano wrote:

> > Will do. Junio, do you want me to re-roll the quadratic fix, or just
> > build the refactoring on top?
> 
> The latter would be fine and it probably is not even urgent.

I went ahead and did it now, while it is still in my head. The first two
patches are unrelated fixups I noticed while working on it. The third is
the refactoring, and then the rest use it in various places. They're
certainly not urgent, and the final one borders on code churn, so they
may not all be worth applying.  But I don't think they conflict with
anything in 'next', so now might be a good time.

These are on top of what you have in jk/maint-fetch-submodule-check-fix.

  [1/7]: add sha1_array API docs
  [2/7]: quote.h: fix bogus comment
  [3/7]: refactor argv_array into generic code
  [4/7]: quote: provide sq_dequote_to_argv_array
  [5/7]: bisect: use argv_array API
  [6/7]: checkout: use argv_array API
  [7/7]: run_hook: use argv_array API

-Peff

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

end of thread, other threads:[~2011-09-14 23:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 21:50 [PATCH 0/7] create argv_array API Jeff King
2011-09-13 21:57 ` [PATCH 1/7] add sha1_array API docs Jeff King
2011-09-13 21:57 ` [PATCH 2/7] quote.h: fix bogus comment Jeff King
2011-09-13 21:57 ` [PATCH 3/7] refactor argv_array into generic code Jeff King
2011-09-14  5:54   ` Christian Couder
2011-09-14 23:18     ` Jeff King
2011-09-14 18:42   ` Junio C Hamano
2011-09-14 18:51     ` Junio C Hamano
2011-09-13 21:58 ` [PATCH 4/7] quote: provide sq_dequote_to_argv_array Jeff King
2011-09-13 21:58 ` [PATCH 5/7] bisect: use argv_array API Jeff King
2011-09-13 21:58 ` [PATCH 6/7] checkout: " Jeff King
2011-09-13 21:58 ` [PATCH 7/7] run_hook: " Jeff King
2011-09-13 22:04   ` [nit] diff func headers ignore context Jeff King
2011-09-14 10:13     ` Andreas Ericsson
2011-09-14 19:01     ` Junio C Hamano
2011-09-14 18:54   ` [PATCH 7/7] run_hook: use argv_array API Junio C Hamano
2011-09-14 18:56     ` Jeff King
2011-09-14 20:01       ` 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).