Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -1/+2 |
2018-07-23 | builtin/grep.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2018-07-09 | grep.c: teach 'git grep --only-matching' | Taylor Blau | 1 | -0/+6 |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+2 |
2018-06-22 | builtin/grep.c: add '--column' option to 'git-grep(1)' | Taylor Blau | 1 | -0/+1 |
2018-06-01 | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 1 | -3/+3 |
2018-05-30 | Merge branch 'sb/grep-die-on-unreadable-index' | Junio C Hamano | 1 | -1/+2 |
2018-05-24 | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-05-16 | grep: handle corrupt index files early | Stefan Beller | 1 | -1/+2 |
2018-05-08 | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 1 | -8/+6 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -1/+2 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2018-03-29 | submodule-config: allow submodule_free to handle arbitrary repositories | Stefan Beller | 1 | -1/+1 |
2018-03-29 | grep: remove "repo" arg from non-supporting funcs | Jonathan Tan | 1 | -7/+5 |
2018-03-23 | repository: introduce raw object store field | Stefan Beller | 1 | -1/+2 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -5/+8 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
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 |