Age | Commit message (Expand) | Author | Files | Lines |
2018-03-14 | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 1 | -2/+2 |
2018-03-08 | Merge branch 'rv/grep-cleanup' | Junio C Hamano | 1 | -13/+20 |
2018-02-23 | grep: simplify grep_oid and grep_file | Rasmus Villemoes | 1 | -4/+2 |
2018-02-23 | grep: move grep_source_init outside critical section | Rasmus Villemoes | 1 | -9/+18 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2018-02-09 | completion: use __gitcomp_builtin in _git_grep | Nguyễn Thái Ngọc Duy | 1 | -5/+8 |
2017-12-19 | Merge branch 'bw/pathspec-match-submodule-boundary' | Junio C Hamano | 1 | -0/+1 |
2017-12-05 | pathspec: only match across submodule boundaries when requested | Brandon Williams | 1 | -0/+1 |
2017-11-15 | Merge branch 'bw/grep-recurse-submodules' into maint | Junio C Hamano | 1 | -0/+2 |
2017-11-06 | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 1 | -0/+2 |
2017-11-02 | grep: take the read-lock when adding a submodule | Martin Ågren | 1 | -0/+2 |
2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -1/+1 |
2017-10-17 | Revert "color: check color.ui in git_default_config()" | Jeff King | 1 | -1/+1 |
2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -4/+0 |
2017-08-23 | Merge branch 'jk/ref-filter-colors' into maint | Junio C Hamano | 1 | -1/+1 |
2017-08-22 | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 1 | -310/+86 |
2017-08-11 | Merge branch 'jk/ref-filter-colors' | Junio C Hamano | 1 | -1/+1 |
2017-08-11 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -4/+4 |
2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -4/+0 |
2017-08-02 | Merge branch 'bc/object-id' into bw/submodule-config-cleanup | Junio C Hamano | 1 | -3/+3 |
2017-08-02 | grep: recurse in-process using 'struct repository' | Brandon Williams | 1 | -310/+86 |
2017-07-17 | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 1 | -1/+1 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -2/+2 |
2017-07-17 | submodule: convert submodule config lookup to use object_id | brian m. carlson | 1 | -2/+2 |
2017-07-13 | Merge branch 'ab/grep-lose-opt-regflags' | Junio C Hamano | 1 | -2/+0 |
2017-07-13 | color: check color.ui in git_default_config() | Jeff King | 1 | -1/+1 |
2017-07-12 | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -1/+1 |
2017-07-05 | Merge branch 'bw/repo-object' | Junio C Hamano | 1 | -1/+2 |
2017-06-30 | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 1 | -2/+0 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-23 | submodule: convert is_submodule_initialized to work on a repository | Brandon Williams | 1 | -1/+2 |
2017-06-23 | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 1 | -0/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -11/+11 |
2017-06-19 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -3/+13 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'sb/submodule-blanket-recursive' | Junio C Hamano | 1 | -0/+3 |
2017-06-02 | Merge branch 'ab/grep-preparatory-cleanup' | Junio C Hamano | 1 | -4/+19 |
2017-06-02 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -1/+3 |
2017-06-02 | grep: convert to struct object_id | Brandon Williams | 1 | -11/+11 |
2017-06-01 | builtin/grep.c: respect 'submodule.recurse' option | Stefan Beller | 1 | -0/+3 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-05-26 | grep: skip pthreads overhead when using one thread | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2017-05-26 | grep: don't redundantly compile throwaway patterns under threading | Ævar Arnfjörð Bjarmason | 1 | -3/+11 |
2017-05-26 | grep: assert that threading is enabled when calling grep_{lock,unlock} | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2017-05-26 | grep: given --threads with NO_PTHREADS=YesPlease, warn | Ævar Arnfjörð Bjarmason | 1 | -0/+13 |
2017-05-26 | grep: catch a missing enum in switch statement | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2017-05-24 | get_sha1_with_context: dynamically allocate oc->path | Jeff King | 1 | -1/+3 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -1/+1 |