commit | 0d042fecf2f4130717d198f9cc2d792e72370bda | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri Aug 11 00:44:42 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Fri Aug 11 19:08:10 2006 -0700 |
tree | 45f19a371877c20fcae9166795e17143863a0982 | |
parent | c8769f76d992ed391d169cd71be009ca17727271 [diff] |
git-grep: show pathnames relative to the current directory By default, the command shows pathnames relative to the current directory. Use --full-name (the same flag to do so in ls-files) if you want to see the full pathname relative to the project root. This makes it very pleasant to run in Emacs compilation (or "grep-find") buffer. Signed-off-by: Junio C Hamano <junkio@cox.net>