index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-03-17
|
\
|
*
builtin/grep: convert to struct object_id
brian m. carlson
2017-02-22
*
|
grep: treat revs the same for --untracked as for --no-index
Jeff King
2017-02-14
*
|
grep: do not diagnose misspelt revs with --no-index
Jeff King
2017-02-14
*
|
grep: avoid resolving revision names in --no-index case
Jeff King
2017-02-14
*
|
grep: fix "--" rev/pathspec disambiguation
Jeff King
2017-02-14
*
|
grep: re-order rev-parsing loop
Jeff King
2017-02-14
*
|
grep: do not unnecessarily query repo for "--"
Jonathan Tan
2017-02-14
*
|
grep: move thread initialization a little lower
Jeff King
2017-02-14
|
/
*
grep: search history of moved submodules
Brandon Williams
2016-12-22
*
grep: enable recurse-submodules to work on <tree> objects
Brandon Williams
2016-12-22
*
grep: optionally recurse into submodules
Brandon Williams
2016-12-22
*
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
*
Merge branch 'nd/ita-cleanup'
Junio C Hamano
2016-07-13
|
\
|
*
grep: fix grepping for "intent to add" files
Charles Bailey
2016-07-01
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2016-05-06
|
\
\
|
*
|
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
*
|
|
grep: turn off gitlink detection for --no-index
Jeff King
2016-03-07
|
/
/
*
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
|
\
\
|
*
|
convert manual allocations to argv_array
Jeff King
2016-02-22
*
|
|
Merge branch 'jc/peace-with-crlf'
Junio C Hamano
2016-02-03
|
\
\
\
|
*
|
|
grep: read -f file with strbuf_getline()
Junio C Hamano
2016-01-15
*
|
|
|
Merge branch 'jc/strbuf-getline'
Junio C Hamano
2016-01-28
|
\
\
\
\
|
|
/
/
/
|
*
|
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
|
|
/
/
*
|
|
Merge branch 'tg/grep-no-index-fallback'
Junio C Hamano
2016-01-20
|
\
\
\
|
*
|
|
builtin/grep: add grep.fallbackToNoIndex config
Thomas Gummerer
2016-01-12
*
|
|
|
Merge branch 'nd/ita-cleanup'
Junio C Hamano
2016-01-20
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
grep: make it clear i-t-a entries are ignored
Nguyễn Thái Ngọc Duy
2015-12-28
|
|
/
/
*
|
|
Merge branch 'vl/grep-configurable-threads'
Junio C Hamano
2016-01-12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
grep: add --threads=<num> option and grep.threads configuration
Victor Leschuk
2015-12-16
|
*
|
grep: slight refactoring to the code that disables threading
Victor Leschuk
2015-12-15
|
*
|
grep: allow threading even on a single-core machine
Victor Leschuk
2015-12-15
|
|
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2015-12-10
|
\
\
|
*
|
Remove get_object_hash.
brian m. carlson
2015-11-20
|
*
|
Convert struct object to object_id
brian m. carlson
2015-11-20
|
*
|
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
|
|
/
*
|
grep: stop using PARSE_OPT_NO_INTERNAL_HELP
René Scharfe
2015-11-20
|
/
*
Merge branch 'ps/grep-help-all-callback-arg'
Junio C Hamano
2015-04-20
|
\
|
*
grep: correctly initialize help-all option
Patrick Steinhardt
2015-04-12
*
|
Merge branch 'ws/grep-quiet-no-pager'
Junio C Hamano
2015-03-25
|
\
\
|
*
|
grep: fix "--quiet" overwriting current output
Wilhelm Schuermann
2015-03-19
|
|
/
*
|
Merge branch 'nd/grep-exclude-standard-help-fix'
Junio C Hamano
2015-03-06
|
\
\
|
*
|
grep: correct help string for --exclude-standard
Nguyễn Thái Ngọc Duy
2015-02-27
|
|
/
|
*
Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint
Junio C Hamano
2014-06-25
|
|
\
*
|
|
standardize usage info string format
Alex Henrie
2015-01-14
*
|
|
make add_object_array_with_context interface more sane
Jeff King
2014-10-16
*
|
|
Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i'
Junio C Hamano
2014-06-06
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
git grep -O -i: if the pager is 'less', pass the '-I' option
Johannes Schindelin
2014-05-15
*
|
|
grep: use run-command's "dir" option for --open-files-in-pager
Jeff King
2014-05-07
|
|
/
|
/
|
*
|
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
2014-02-24
[next]