270 Commits (81ed2b405cc6eca56fa4ab8eb1fb3efb839e353c)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Nguyễn Thái Ngọc Duy 3a7a698e93 sha1-name.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy dba093ddc0 grep: use grep_opt->repo instead of explict repo argument 6 years ago
Stefan Beller d5498e0871 repository: repo_submodule_init to take a submodule struct 6 years ago
Nguyễn Thái Ngọc Duy 67022e0214 tree-walk.c: make tree_entry_interesting() take an index 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Nguyễn Thái Ngọc Duy fd6263fb73 grep: clean up num_threads handling 6 years ago
Nguyễn Thái Ngọc Duy 4002e87cb2 grep: remove #ifdef NO_PTHREADS 6 years ago
Antonio Ospite 76e9bdc437 submodule: support reading .gitmodules when it's not in the working tree 6 years ago
René Scharfe 0a09e5edc2 grep: add -r/--[no-]recursive 6 years ago
Nguyễn Thái Ngọc Duy acd00ea049 userdiff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 38bbc2ea39 grep.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy a4009b0b45 grep: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Nguyễn Thái Ngọc Duy 5507067dbd builtin/grep.c: mark strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Taylor Blau 9d8db06eb4 grep.c: teach 'git grep --only-matching' 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Taylor Blau a449f27ffa builtin/grep.c: add '--column' option to 'git-grep(1)' 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Stefan Beller b2aa84c789 grep: handle corrupt index files early 7 years ago
Stefan Beller f793b895fd submodule-config: allow submodule_free to handle arbitrary repositories 7 years ago
Jonathan Tan 6856077ab0 grep: remove "repo" arg from non-supporting funcs 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson 02f0547eaa sha1_file: convert read_object_with_reference to object_id 7 years ago
Rasmus Villemoes 38ef24dccf grep: simplify grep_oid and grep_file 7 years ago
Rasmus Villemoes e2e05d619a grep: move grep_source_init outside critical section 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Nguyễn Thái Ngọc Duy caf2de3390 completion: use __gitcomp_builtin in _git_grep 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