218 Commits (61aad92b852278afc6364f9ab4c33c3740fb9e66)

Author SHA1 Message Date
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
Brandon Williams eef3df5a93 pathspec: only match across submodule boundaries when requested 7 years ago
Martin Ågren 9560e6245a grep: take the read-lock when adding a submodule 7 years ago
Jeff King 33c643bb08 Revert "color: check color.ui in git_default_config()" 7 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
Jeff King 136c8c8b8f color: check color.ui in git_default_config() 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Ævar Arnfjörð Bjarmason 07a3d41173 grep: remove regflags from the public grep_opt API 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Brandon Williams 627d9342fe submodule: convert is_submodule_initialized to work on a repository 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 1c41c82bc4 grep: convert to struct object_id 8 years ago
Stefan Beller 9071c078af builtin/grep.c: respect 'submodule.recurse' option 8 years ago
Ævar Arnfjörð Bjarmason 9ec726a412 grep: skip pthreads overhead when using one thread 8 years ago
Ævar Arnfjörð Bjarmason 6d423dd542 grep: don't redundantly compile throwaway patterns under threading 8 years ago
Ævar Arnfjörð Bjarmason 8df4c2953f grep: assert that threading is enabled when calling grep_{lock,unlock} 8 years ago
Ævar Arnfjörð Bjarmason d1edee4ada grep: given --threads with NO_PTHREADS=YesPlease, warn 8 years ago
Ævar Arnfjörð Bjarmason 374166cb38 grep: catch a missing enum in switch statement 8 years ago
Jeff King dc944b65f1 get_sha1_with_context: dynamically allocate oc->path 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Ævar Arnfjörð Bjarmason 7861fa07c3 grep: plug a trivial memory leak 8 years ago
Brandon Williams 2225e1ea20 grep: fix builds with with no thread support 8 years ago
Brandon Williams be80a2392f grep: fix bug when recursing with relative pathspec 8 years ago
Brandon Williams 4fb1c6aad8 grep: fix help text typo 8 years ago
Stefan Beller 15cdc64776 make is_submodule_populated gently 8 years ago
brian m. carlson 1db1108654 builtin/grep: convert to struct object_id 8 years ago
Jeff King 131f3c96d2 grep: treat revs the same for --untracked as for --no-index 8 years ago
Jeff King 73fc7b6b9b grep: do not diagnose misspelt revs with --no-index 8 years ago
Jeff King d0ffc06933 grep: avoid resolving revision names in --no-index case 8 years ago
Jeff King b5b81136da grep: fix "--" rev/pathspec disambiguation 8 years ago
Jeff King 20d6421cae grep: re-order rev-parsing loop 8 years ago
Jonathan Tan dca3b5f5ce grep: do not unnecessarily query repo for "--" 8 years ago
Jeff King a0fe2b0d23 grep: move thread initialization a little lower 8 years ago
Brandon Williams e6fac7f3d3 grep: search history of moved submodules 8 years ago
Brandon Williams 74ed43711f grep: enable recurse-submodules to work on <tree> objects 8 years ago
Brandon Williams 0281e487fd grep: optionally recurse into submodules 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Charles Bailey b8e47d1acf grep: fix grepping for "intent to add" files 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Jeff King 85975c0c7f grep: turn off gitlink detection for --no-index 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Junio C Hamano a551843129 grep: read -f file with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Thomas Gummerer ecd9ba6177 builtin/grep: add grep.fallbackToNoIndex config 9 years ago
Nguyễn Thái Ngọc Duy 4d55200532 grep: make it clear i-t-a entries are ignored 9 years ago