On Wed, May 30, 2018 at 09:12:10AM -0700, Taylor Blau wrote: > On Wed, May 30, 2018 at 09:09:08AM -0700, Taylor Blau wrote: > > [...] > > > > I have these patches mostly updated on my copy (available at > > https://github.com/ttaylorr/git/compare/tb/grep-column) but am out of > > the office for the next week, so I will polish and send these on June > > 8th. > > Ack, that link is broken. It should be: > https://github.com/ttaylorr/git/compare/tb/grep-colno. Since it's past the date that I said I would re-roll this, I wanted to provide a quick update. I am back in the office, and have discovered a new wrinkle that `--invert --not -e ...` prints a column offset of 1, when it should recover the pattern and display the offset of the pattern match, treating the double negation as a no-op. I am going to continue to polish this until I can figure out a clean way to work around this issue. Sorry for the delay. Thanks, Taylor