commit | 1c41c82bc4878138a4c58e4d5df200de17cb8565 | [log] [tgz] |
---|---|---|
author | Brandon Williams <bmwill@google.com> | Tue May 30 10:30:44 2017 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 02 09:36:06 2017 +0900 |
tree | 97762b54e2d19ff683481ab2dc43db585d2023aa | |
parent | 5ee8a954e0191be2a144afdda6e37ef776730246 [diff] [blame] |
grep: convert to struct object_id Convert the remaining parts of grep to use struct object_id. Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/grep.h b/grep.h index 267534c..c88b40b 100644 --- a/grep.h +++ b/grep.h
@@ -158,7 +158,7 @@ struct grep_source { char *name; enum grep_source_type { - GREP_SOURCE_SHA1, + GREP_SOURCE_OID, GREP_SOURCE_FILE, GREP_SOURCE_BUF, GREP_SOURCE_SUBMODULE,