Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-06 | dir: convert fill_directory to take an index | Brandon Williams | 1 | -1/+1 |
2017-04-19 | Merge branch 'ab/grep-plug-pathspec-leak' | Junio C Hamano | 1 | -0/+1 |
2017-04-16 | grep: plug a trivial memory leak | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2017-03-30 | Merge branch 'bw/recurse-submodules-relative-fix' | Junio C Hamano | 1 | -16/+25 |
2017-03-28 | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 1 | -1/+1 |
2017-03-28 | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 1 | -12/+9 |
2017-03-18 | grep: fix builds with with no thread support | Brandon Williams | 1 | -12/+9 |
2017-03-17 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -12/+12 |
2017-03-17 | grep: fix bug when recursing with relative pathspec | Brandon Williams | 1 | -15/+24 |
2017-03-17 | grep: fix help text typo | Brandon Williams | 1 | -1/+1 |
2017-03-15 | make is_submodule_populated gently | Stefan Beller | 1 | -1/+1 |
2017-02-22 | builtin/grep: convert to struct object_id | brian m. carlson | 1 | -12/+12 |
2017-02-14 | grep: treat revs the same for --untracked as for --no-index | Jeff King | 1 | -5/+5 |
2017-02-14 | grep: do not diagnose misspelt revs with --no-index | Jeff King | 1 | -1/+1 |
2017-02-14 | grep: avoid resolving revision names in --no-index case | Jeff King | 1 | -0/+6 |
2017-02-14 | grep: fix "--" rev/pathspec disambiguation | Jeff King | 1 | -5/+24 |
2017-02-14 | grep: re-order rev-parsing loop | Jeff King | 1 | -9/+11 |
2017-02-14 | grep: do not unnecessarily query repo for "--" | Jonathan Tan | 1 | -4/+5 |
2017-02-14 | grep: move thread initialization a little lower | Jeff King | 1 | -14/+14 |
2016-12-22 | grep: search history of moved submodules | Brandon Williams | 1 | -2/+18 |
2016-12-22 | grep: enable recurse-submodules to work on <tree> objects | Brandon Williams | 1 | -6/+70 |
2016-12-22 | grep: optionally recurse into submodules | Brandon Williams | 1 | -19/+281 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+2 |
2016-07-13 | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 1 | -2/+2 |
2016-07-01 | grep: fix grepping for "intent to add" files | Charles Bailey | 1 | -2/+2 |
2016-05-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -3/+3 |
2016-03-07 | grep: turn off gitlink detection for --no-index | Jeff King | 1 | -2/+4 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -5/+5 |
2016-02-22 | convert manual allocations to argv_array | Jeff King | 1 | -5/+5 |
2016-02-03 | Merge branch 'jc/peace-with-crlf' | Junio C Hamano | 1 | -1/+1 |
2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -1/+1 |
2016-01-20 | Merge branch 'tg/grep-no-index-fallback' | Junio C Hamano | 1 | -3/+9 |
2016-01-20 | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | grep: read -f file with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2016-01-12 | Merge branch 'vl/grep-configurable-threads' | Junio C Hamano | 1 | -15/+31 |
2016-01-12 | builtin/grep: add grep.fallbackToNoIndex config | Thomas Gummerer | 1 | -3/+9 |
2015-12-28 | grep: make it clear i-t-a entries are ignored | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-12-16 | grep: add --threads=<num> option and grep.threads configuration | Victor Leschuk | 1 | -13/+30 |
2015-12-15 | grep: slight refactoring to the code that disables threading | Victor Leschuk | 1 | -2/+1 |
2015-12-15 | grep: allow threading even on a single-core machine | Victor Leschuk | 1 | -1/+1 |
2015-12-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2015-11-20 | grep: stop using PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 1 | -16/+1 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-04-20 | Merge branch 'ps/grep-help-all-callback-arg' | Junio C Hamano | 1 | -1/+1 |