index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-4
/
+6
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-19
/
+19
2013-07-22
Merge branch 'jx/clean-interactive'
Junio C Hamano
1
-3
/
+2
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-15
parse_pathspec: add special flag for max_depth feature
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2013-07-15
convert some get_pathspec() calls to parse_pathspec()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2013-07-15
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-06-26
quote_path_relative(): remove redundant parameter
Jiang Xin
1
-3
/
+2
2013-05-10
grep: honor --textconv for the case rev:path
Michael J Gruber
1
-5
/
+6
2013-05-10
grep: allow to use textconv filters
Jeff King
1
-0
/
+2
2013-03-25
Merge branch 'jk/fully-peeled-packed-ref'
Junio C Hamano
1
-3
/
+1
2013-03-17
use parse_object_or_die instead of die("bad object")
Jeff King
1
-3
/
+1
2013-01-21
grep: avoid accepting ambiguous revision
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2012-10-29
Merge branch 'nd/grep-true-path'
Jeff King
1
-13
/
+18
[next]