On Sat, Aug 20, 2011 at 5:19 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * jk/add-i-hunk-filter (2011-07-27) 5 commits > (merged to 'next' on 2011-08-11 at 8ff9a56) > + add--interactive: add option to autosplit hunks > + add--interactive: allow negatation of hunk filters > + add--interactive: allow hunk filtering on command line > + add--interactive: factor out regex error handling > + add--interactive: refactor patch mode argument processing > > Needs documentation updates. And tests, and its user "git add". Yeah, I'm getting to that. Sorry it takes long time because I wanted to bring this feature to diff machinery so that I could filter hunks with "git diff --pickaxe-hunks -Gregex" and reuse option names for "git add -p". It turns out very intrusive changes to split/merge hunks, so I dropped it and will go back to simple "git add -p" changes. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html