Sign in
googlers
/
jrn
/
git
/
ce8daa1eb863c9cdefb06feae2ee7c742ea89847
/
grep.c
3ce3ffb
fix clang -Wtautological-compare with unsigned enum
by Antoine Pelisse
· 12 years ago
e034d1b
Merge branch 'nd/grep-true-path'
by Jeff King
· 12 years ago
55c6168
grep: stop looking at random places for .gitattributes
by Nguyễn Thái Ngọc Duy
· 12 years ago
918d4e1
revisions: initialize revs->grep_filter using grep_init()
by Junio C Hamano
· 12 years ago
c5c31d3
grep: move pattern-type bits support to top-level grep.[ch]
by Junio C Hamano
· 12 years ago
7687a05
grep: move the configuration parsing logic to grep.[ch]
by Junio C Hamano
· 12 years ago
baa6378
log --grep-reflog: reject the option without -g
by Junio C Hamano
· 12 years ago
72fd13f
revision: add --grep-reflog to filter commits by reflog messages
by Nguyễn Thái Ngọc Duy
· 12 years ago
ad4813b
grep: prepare for new header field filter
by Nguyễn Thái Ngọc Duy
· 12 years ago
3083301
grep.c: make two symbols really file-scope static this time
by Junio C Hamano
· 12 years ago
07a7d65
grep.c: mark private file-scope symbols as static
by Junio C Hamano
· 12 years ago
13e4fc7
log --grep/--author: honor --all-match honored for multiple --grep patterns
by Junio C Hamano
· 12 years ago
17bf35a
grep: teach --debug option to dump the parse tree
by Junio C Hamano
· 12 years ago
2147cb2
Merge branch 'rs/maint-grep-F' into maint
by Junio C Hamano
· 13 years ago
526a858
grep: support newline separated pattern list
by René Scharfe
· 13 years ago
2b3873f
grep: factor out do_append_grep_pat()
by René Scharfe
· 13 years ago
fc45675
grep: factor out create_grep_pat()
by René Scharfe
· 13 years ago
f5f3746
Merge branch 'ah/maint-grep-double-init' into maint
by Junio C Hamano
· 13 years ago
2385f24
grep.c: remove redundant line of code
by Angus Hammond
· 13 years ago
1e4d087
Merge branch 'jc/pickaxe-ignore-case'
by Junio C Hamano
· 13 years ago
0f871cf
grep: use static trans-case table
by Junio C Hamano
· 13 years ago
4d06691
Sync with 1.7.8.5
by Junio C Hamano
· 13 years ago
fba4f12
grep -P: Fix matching ^ and $
by Michał Kiedrowicz
· 13 years ago
0826579
grep: load file data after checking binary-ness
by Jeff King
· 13 years ago
41b59bf
grep: respect diff attributes for binary-ness
by Jeff King
· 13 years ago
94ad9d9
grep: cache userdiff_driver in grep_source
by Jeff King
· 13 years ago
c876d6d
grep: drop grep_buffer's "name" parameter
by Jeff King
· 13 years ago
e132702
grep: refactor the concept of "grep source" into an object
by Jeff King
· 13 years ago
b3aeb28
grep: move sha1-reading mutex into low-level code
by Jeff King
· 13 years ago
78db6ea
grep: make locking flag global
by Jeff King
· 13 years ago
0579f91
grep: enable threading with -p and -W using lazy attribute lookup
by Thomas Rast
· 13 years ago
b8ffedc
grep: load funcname patterns for -W
by Thomas Rast
· 13 years ago
8a8895b
Merge branch 'fk/use-kwset-pickaxe-grep-f'
by Junio C Hamano
· 13 years ago
f946b46
Merge branch 'jk/color-and-pager'
by Junio C Hamano
· 14 years ago
9ecedde
Use kwset in grep
by Fredrik Kuivinen
· 14 years ago
daa0c3d
color: delay auto-color decision until point of use
by Jeff King
· 14 years ago
ba8ea74
grep: add option to show whole function as context
by René Scharfe
· 14 years ago
1d84f72
grep: add --heading
by René Scharfe
· 14 years ago
a8f0e76
grep: add --break
by René Scharfe
· 14 years ago
08303c3
grep: fix coloring of hunk marks between files
by René Scharfe
· 14 years ago
63e7e9d
git-grep: Learn PCRE
by Michał Kiedrowicz
· 14 years ago
a30c148
grep: Extract compile_regexp_failed() from compile_regexp()
by Michał Kiedrowicz
· 14 years ago
8997da3
grep: Fix a typo in a comment
by Michał Kiedrowicz
· 14 years ago
97e7778
grep: Put calls to fixmatch() and regmatch() into patmatch()
by Michał Kiedrowicz
· 14 years ago
5aaeb73
log --author: take union of multiple "author" requests
by Junio C Hamano
· 14 years ago
95ce9ce
grep: move logic to compile header pattern into a separate helper
by Junio C Hamano
· 14 years ago
ed40a09
grep: support NUL chars in search strings for -F
by René Scharfe
· 15 years ago
f96e567
grep: use REG_STARTEND for all matching if available
by René Scharfe
· 15 years ago
52d799a
grep: continue case insensitive fixed string search after NUL chars
by René Scharfe
· 15 years ago
1baddf4
grep: use memmem() for fixed string search
by René Scharfe
· 15 years ago
321ffcc
grep: --name-only over binary
by René Scharfe
· 15 years ago
c30c10c
grep: --count over binary
by René Scharfe
· 15 years ago
64fcec7
grep: grep: refactor handling of binary mode options
by René Scharfe
· 15 years ago
07b838f
Merge branch 'rs/threaded-grep-context'
by Junio C Hamano
· 15 years ago
f1aa782
Merge branch 'ml/color-grep'
by Junio C Hamano
· 15 years ago
431d6e7
grep: enable threading for context line printing
by René Scharfe
· 15 years ago
00588bb
grep: Colorize selected, context, and function lines
by Mark Lodato
· 15 years ago
55f638b
grep: Colorize filename, line number, and separator
by Mark Lodato
· 15 years ago
6b45b8c
Merge branch 'jc/grep-author-all-match-implicit'
by Junio C Hamano
· 15 years ago
7928610
grep: simplify assignment of ->fixed
by René Scharfe
· 15 years ago
b62cb17
Merge branch 'fk/threaded-grep'
by Junio C Hamano
· 15 years ago
24072c0
grep: use REG_STARTEND (if available) to speed up regexec
by Benjamin Kramer
· 15 years ago
5b594f4
Threaded grep
by Fredrik Kuivinen
· 15 years ago
80235ba
"log --author=me --grep=it" should find intersection, not union
by Junio C Hamano
· 15 years ago
885d211
grep: rip out pessimization to use fixmatch()
by Junio C Hamano
· 15 years ago
e2d2e38
Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead
by Junio C Hamano
· 15 years ago
a26345b
grep: optimize built-in grep by skipping lines that do not hit
by Junio C Hamano
· 15 years ago
5183bf6
grep: Allow case insensitive search of fixed-strings
by Brian Collins
· 15 years ago
ed24e40
grep: simplify -p output
by René Scharfe
· 16 years ago
60ecac9
grep -p: support user defined regular expressions
by René Scharfe
· 16 years ago
2944e4e
grep: add option -p/--show-function
by René Scharfe
· 16 years ago
49de321
grep: handle pre context lines on demand
by René Scharfe
· 16 years ago
046802d
grep: print context hunk marks between files
by René Scharfe
· 16 years ago
5dd06d3
grep: move context hunk mark handling into show_line()
by René Scharfe
· 16 years ago
84201ea
grep: fix empty word-regexp matches
by René Scharfe
· 16 years ago
1f5b9cc
grep: fix colouring of matches with zero length
by René Scharfe
· 16 years ago
dbb6a4a
grep: fix word-regexp at the beginning of lines
by René Scharfe
· 16 years ago
e701fad
grep: fix word-regexp colouring
by René Scharfe
· 16 years ago
b79376c
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
2254da0
Merge branch 'maint-1.6.1' into maint
by Junio C Hamano
· 16 years ago
3e73cb2
Merge branch 'maint-1.6.0' into maint-1.6.1
by Junio C Hamano
· 16 years ago
c922b01
grep: fix segfault when "git grep '('" is given
by Linus Torvalds
· 16 years ago
ba150a3
git log: avoid segfault with --all-match
by Michele Ballabio
· 16 years ago
747a322
grep: cast printf %.*s "precision" argument explicitly to int
by Junio C Hamano
· 16 years ago
7e8f59d
grep: color patterns in output
by René Scharfe
· 16 years ago
7921277
grep: add pmatch and eflags arguments to match_one_pattern()
by René Scharfe
· 16 years ago
d7eb527
grep: remove grep_opt argument from match_expr_eval()
by René Scharfe
· 16 years ago
252d560
grep: micro-optimize hit collection for AND nodes
by René Scharfe
· 16 years ago
f9b7cce
Add is_regex_special()
by René Scharfe
· 16 years ago
8cc3299
Change NUL char handling of isspecial()
by René Scharfe
· 16 years ago
c822255
grep: don't call regexec() for fixed strings
by René Scharfe
· 16 years ago
fb62eb7
grep -w: forward to next possible position after rejected match
by René Scharfe
· 16 years ago
d753070
remove trailing LF in die() messages
by Alexander Potashev
· 16 years ago
8bb4646
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
9db56f7
Fix non-literal format in printf-style calls
by Daniel Lowe
· 16 years ago
83caecc
git grep: Add "-z/--null" option as in GNU's grep.
by Raphael Zimmerer
· 16 years ago
a4d7d2c
log --author/--committer: really match only with name part
by Junio C Hamano
· 16 years ago
6bfce93
Move buffer_is_binary() to xdiff-interface.h
by Johannes Schindelin
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
0ab7bef
grep --all-match
by Junio C Hamano
· 18 years ago
Next »