Files
git/builtin
Taylor Blau a449f27ffa builtin/grep.c: add '--column' option to 'git-grep(1)'
Teach 'git-grep(1)' a new option, '--column', to show the column
number of the first match on a non-context line. This makes it possible
to teach 'contrib/git-jump/git-jump' how to seek to the first matching
position of a grep match in your editor, and allows similar additional
scripting capabilities.

For example:

  $ git grep -n --column foo | head -n3
  .clang-format:51:14:# myFunction(foo, bar, baz);
  .clang-format:64:7:# int foo();
  .clang-format:75:8:# void foo()

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-06-22 12:59:02 -07:00
..
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2017-10-06 10:07:18 +09:00
2018-06-18 10:18:45 -07:00
2018-05-30 14:04:07 +09:00
2018-05-13 10:45:05 +09:00
2018-05-30 14:04:05 +09:00
2017-10-07 16:27:55 +09:00
2018-06-01 15:06:38 +09:00
2018-05-08 15:59:16 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:10 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:37 +09:00
2018-06-01 15:06:40 +09:00
2018-06-01 15:06:38 +09:00
2018-05-23 14:38:15 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:05 +09:00
2018-06-01 15:06:38 +09:00
2018-05-30 14:04:10 +09:00
2018-05-23 14:38:13 +09:00
2018-04-16 13:52:29 +09:00
2018-05-23 14:38:17 +09:00
2018-04-10 08:25:45 +09:00
2017-12-13 11:15:14 -08:00
2018-05-30 14:04:05 +09:00
2018-03-15 12:01:08 -07:00
2018-05-23 14:38:16 +09:00
2018-05-29 17:10:05 +09:00
2018-05-30 14:04:07 +09:00
2018-05-08 15:59:16 +09:00