Junio C Hamano <gitster@xxxxxxxxx> writes: > Calvin Wan <calvinwan@xxxxxxxxxx> writes: > >> I have taken this series out of RFC since there weren't any significant >> concerns with the overall concept and design of this series. This reroll >> incorporates some smaller changes such as dropping the "push pager >> dependency" patch in favor of stubbing it out. The main change this >> reroll cleans up the Makefile rules and stubs, as suggested by >> Phillip Wood (appreciate the help on this one)! > > What is your plan for the "config-parse" stuff? The "create new library" > step in this series seem to aim for the same goal in a different ways. Actually, this one is far less ambitious in touching "config" subsystem, in that it only deals with parsing strings as values. The other one knows how a config file is laid out, what key the value we are about to read is expected for, etc., and it will benefit by having the "parse" code separated out by this series, but they are more or less orthogonal. Queued. Thanks.