author | Junio C Hamano <gitster@pobox.com> | |
Fri, 15 Jan 2010 20:50:54 +0000 (12:50 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 15 Jan 2010 20:54:00 +0000 (12:54 -0800) | ||
commit | 7e622650d756955a94f546866eddd51506aa93a3 | |
tree | 7eb51da4665f07adb7e0ee26ab3d6877eabadb37 | tree | snapshot |
parent | 885d211e714b3787cd059e347694f9b24e1db1f3 | commit | diff |
grep: prepare to run outside of a work tree
This moves the call to setup_git_directory() for running "grep" from
the "git" wrapper to the implementation of the "grep" subcommand. A
new variable "use_index" is always true at this stage in the series,
and when it is on, we require that we are in a directory that is under
git control. To make sure we die the same way, we make a second call
into setup_git_directory() when we detect this situation.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This moves the call to setup_git_directory() for running "grep" from
the "git" wrapper to the implementation of the "grep" subcommand. A
new variable "use_index" is always true at this stage in the series,
and when it is on, we require that we are in a directory that is under
git control. To make sure we die the same way, we make a second call
into setup_git_directory() when we detect this situation.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-grep.c | diff | blob | history | |
git.c | diff | blob | history |