Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-04-12 | grep: correctly initialize help-all option | Patrick Steinhardt | 1 | -1/+1 |
2015-03-25 | Merge branch 'ws/grep-quiet-no-pager' | Junio C Hamano | 1 | -1/+1 |
2015-03-19 | grep: fix "--quiet" overwriting current output | Wilhelm Schuermann | 1 | -1/+1 |
2015-03-06 | Merge branch 'nd/grep-exclude-standard-help-fix' | Junio C Hamano | 1 | -1/+1 |
2015-02-27 | grep: correct help string for --exclude-standard | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-10-16 | make add_object_array_with_context interface more sane | Jeff King | 1 | -4/+4 |
2014-06-25 | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint | Junio C Hamano | 1 | -0/+3 |
2014-06-06 | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' | Junio C Hamano | 1 | -0/+3 |
2014-05-15 | git grep -O -i: if the pager is 'less', pass the '-I' option | Johannes Schindelin | 1 | -0/+3 |
2014-05-07 | grep: use run-command's "dir" option for --open-files-in-pager | Jeff King | 1 | -3/+1 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-10-23 | Merge branch 'mg/more-textconv' | Junio C Hamano | 1 | -5/+8 |