Re: What's cooking in git.git (Jan 2013, #05; Fri, 11)

2013-01-13 Thread Duy Nguyen
On Mon, Jan 14, 2013 at 6:02 AM, Junio C Hamano wrote: > Duy Nguyen writes: > >> On Sat, Jan 12, 2013 at 6:56 AM, Junio C Hamano wrote: >>> * nd/parse-pathspec (2013-01-11) 20 commits >>> >>> Uses the parsed pathspec structure in more places where we used to >>> use the raw "array of strings"

Re: What's cooking in git.git (Jan 2013, #05; Fri, 11)

2013-01-13 Thread Junio C Hamano
Duy Nguyen writes: > On Sat, Jan 12, 2013 at 6:56 AM, Junio C Hamano wrote: >> * nd/parse-pathspec (2013-01-11) 20 commits >> >> Uses the parsed pathspec structure in more places where we used to >> use the raw "array of strings" pathspec. >> >> Unfortunately, this conflicts a couple of topic

Re: What's cooking in git.git (Jan 2013, #05; Fri, 11)

2013-01-12 Thread Duy Nguyen
On Sat, Jan 12, 2013 at 6:56 AM, Junio C Hamano wrote: > * nd/parse-pathspec (2013-01-11) 20 commits > > Uses the parsed pathspec structure in more places where we used to > use the raw "array of strings" pathspec. > > Unfortunately, this conflicts a couple of topics in flight. I tried > to be