Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/no-the-index' | Junio C Hamano | 2018-08-20 | 1 | -3/+3 |
|\ | |||||
| * | grep: use the right index instead of the_index | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -2/+2 |
| * | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -3/+3 |
* | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-16 | 1 | -6/+6 |
|\ \ | |/ |/| | |||||
| * | builtin/grep.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -1/+1 |
| * | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -5/+5 |
* | | Merge branch 'tb/grep-only-matching' | Junio C Hamano | 2018-08-03 | 1 | -0/+6 |
|\ \ | |||||
| * | | grep.c: teach 'git grep --only-matching' | Taylor Blau | 2018-07-09 | 1 | -0/+6 |
* | | | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-03 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | tag: add repository argument to deref_tag | Stefan Beller | 2018-06-29 | 1 | -1/+2 |
| |/ | |||||
* / | builtin/grep.c: add '--column' option to 'git-grep(1)' | Taylor Blau | 2018-06-22 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 2018-06-01 | 1 | -3/+3 |
|\ | |||||
| * | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 2018-05-24 | 1 | -3/+3 |
* | | Merge branch 'sb/grep-die-on-unreadable-index' | Junio C Hamano | 2018-05-30 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | grep: handle corrupt index files early | Stefan Beller | 2018-05-16 | 1 | -1/+2 |
| * | Merge branch 'bw/grep-recurse-submodules' into maint | Junio C Hamano | 2017-11-15 | 1 | -0/+2 |
| |\ | |||||
* | \ | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 2018-05-08 | 1 | -8/+6 |
|\ \ \ | |||||
| * | | | submodule-config: allow submodule_free to handle arbitrary repositories | Stefan Beller | 2018-03-29 | 1 | -1/+1 |
| * | | | grep: remove "repo" arg from non-supporting funcs | Jonathan Tan | 2018-03-29 | 1 | -7/+5 |
* | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -1/+2 |
|\| | | | |||||
| * | | | repository: introduce raw object store field | Stefan Beller | 2018-03-23 | 1 | -1/+2 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
* | | | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 1 | -5/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | completion: use __gitcomp_builtin in _git_grep | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -5/+8 |
| |/ / / | |||||
* | | | | Merge branch 'rv/grep-cleanup' | Junio C Hamano | 2018-03-08 | 1 | -13/+20 |
|\ \ \ \ | |||||
| * | | | | grep: simplify grep_oid and grep_file | Rasmus Villemoes | 2018-02-23 | 1 | -4/+2 |
| * | | | | grep: move grep_source_init outside critical section | Rasmus Villemoes | 2018-02-23 | 1 | -9/+18 |
| |/ / / | |||||
* / / / | object: rename function 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'bw/pathspec-match-submodule-boundary' | Junio C Hamano | 2017-12-19 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | pathspec: only match across submodule boundaries when requested | Brandon Williams | 2017-12-05 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-11-06 | 1 | -0/+2 |
|\| | | |/ |/| | |||||
| * | grep: take the read-lock when adding a submodule | Martin Ågren | 2017-11-02 | 1 | -0/+2 |
* | | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 2017-10-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Revert "color: check color.ui in git_default_config()" | Jeff King | 2017-10-17 | 1 | -1/+1 |
| * | | Merge branch 'jk/ref-filter-colors' into maint | Junio C Hamano | 2017-08-23 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 2017-08-27 | 1 | -4/+0 |
|\ \ \ \ | |||||
| * | | | | submodule: remove gitmodules_config | Brandon Williams | 2017-08-03 | 1 | -4/+0 |
| * | | | | Merge branch 'bc/object-id' into bw/submodule-config-cleanup | Junio C Hamano | 2017-08-02 | 1 | -3/+3 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 | 1 | -310/+86 |
|\| | | | | |||||
| * | | | | grep: recurse in-process using 'struct repository' | Brandon Williams | 2017-08-02 | 1 | -310/+86 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jk/ref-filter-colors' | Junio C Hamano | 2017-08-11 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | color: check color.ui in git_default_config() | Jeff King | 2017-07-13 | 1 | -1/+1 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-08-11 | 1 | -4/+4 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 2017-07-17 | 1 | -1/+1 |
| * | | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 | 1 | -2/+2 |
| * | | submodule: convert submodule config lookup to use object_id | brian m. carlson | 2017-07-17 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'ab/grep-lose-opt-regflags' | Junio C Hamano | 2017-07-14 | 1 | -2/+0 |
|\ \ | |/ |/| | |||||
| * | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 2017-06-30 | 1 | -2/+0 |