Sign in
googlers
/
jrn
/
git
/
93a6b3f234555006448bfbbaf5ecc3ea19faaa16
/
grep.c
1ceabab
grep: remove redundant REG_NEWLINE when compiling fixed regex
by Ævar Arnfjörð Bjarmason
· 8 years ago
07a3d41
grep: remove regflags from the public grep_opt API
by Ævar Arnfjörð Bjarmason
· 8 years ago
b07ed4e
grep: remove redundant and verbose re-assignments to 0
by Ævar Arnfjörð Bjarmason
· 8 years ago
885ef80
grep: remove redundant "fixed" field re-assignment to 0
by Ævar Arnfjörð Bjarmason
· 8 years ago
c7e3855
grep: adjust a redundant grep pattern type assignment
by Ævar Arnfjörð Bjarmason
· 8 years ago
e62ba43
grep: remove redundant double assignment to 0
by Ævar Arnfjörð Bjarmason
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
2f4af84
Merge branch 'ab/pcre-v2'
by Junio C Hamano
· 8 years ago
674ad93
grep: fix erroneously copy/pasted variable in check/assert pattern
by Ævar Arnfjörð Bjarmason
· 8 years ago
a6f38c1
Merge branch 'bw/object-id'
by Junio C Hamano
· 8 years ago
88ce3ef
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
by Ævar Arnfjörð Bjarmason
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
f9704c2
diff: convert fill_filespec to struct object_id
by Brandon Williams
· 8 years ago
1c41c82
grep: convert to struct object_id
by Brandon Williams
· 8 years ago
94da919
grep: add support for PCRE v2
by Ævar Arnfjörð Bjarmason
· 8 years ago
e87de7c
grep: un-break building with PCRE < 8.32
by Ævar Arnfjörð Bjarmason
· 8 years ago
fbaceaa
grep: add support for the PCRE v1 JIT API
by Ævar Arnfjörð Bjarmason
· 8 years ago
543f1c0
grep: move is_fixed() earlier to avoid forward declaration
by Ævar Arnfjörð Bjarmason
· 8 years ago
6d4b574
grep: change internal *pcre* variable & function names to be *pcre1*
by Ævar Arnfjörð Bjarmason
· 8 years ago
3485bea
grep: change the internal PCRE macro names to be PCRE1
by Ævar Arnfjörð Bjarmason
· 8 years ago
219e65b
grep: factor test for \0 in grep patterns into a function
by Ævar Arnfjörð Bjarmason
· 8 years ago
e0b9f8a
grep: remove redundant regflags assignments
by Ævar Arnfjörð Bjarmason
· 8 years ago
1a168e5
convert unchecked snprintf into xsnprintf
by Jeff King
· 8 years ago
379642b
grep: set default output method
by Brandon Williams
· 8 years ago
4538eef
grep: add submodules as a grep source type
by Brandon Williams
· 8 years ago
6a67695
Merge branch 'js/regexec-buf'
by Junio C Hamano
· 8 years ago
b7d36ff
regex: use regexec_buf()
by Johannes Schindelin
· 8 years ago
1a5f1a3
Merge branch 'js/am-3-merge-recursive-direct'
by Junio C Hamano
· 9 years ago
b422d99
Merge branch 'jc/grep-commandline-vs-configuration'
by Junio C Hamano
· 9 years ago
ef1177d1
die("bug"): report bugs consistently
by Johannes Schindelin
· 9 years ago
8465541
grep: further simplify setting the pattern type
by Junio C Hamano
· 9 years ago
a883c31
Merge branch 'nd/icase'
by Junio C Hamano
· 9 years ago
695f95b
grep.c: reuse "icase" variable
by Nguyễn Thái Ngọc Duy
· 9 years ago
18547aa
grep/pcre: support utf-8
by Nguyễn Thái Ngọc Duy
· 9 years ago
9d9babb
grep/pcre: prepare locale-dependent tables for icase matching
by Nguyễn Thái Ngọc Duy
· 9 years ago
e944d9d
grep: rewrite an if/else condition to avoid duplicate expression
by Nguyễn Thái Ngọc Duy
· 9 years ago
793dc67
grep/icase: avoid kwsset when -F is specified
by Nguyễn Thái Ngọc Duy
· 9 years ago
5c1ebcc
grep/icase: avoid kwsset on literal non-ascii strings
by Nguyễn Thái Ngọc Duy
· 9 years ago
60452a3
grep: break down an "if" stmt in preparation for next changes
by Nguyễn Thái Ngọc Duy
· 9 years ago
d15c05a
Merge branch 'rs/xdiff-hunk-with-func-line'
by Junio C Hamano
· 9 years ago
4aa2c47
grep: -W: don't extend context to trailing empty lines
by René Scharfe
· 9 years ago
7645d8f
grep.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
· 9 years ago
7ce4fb9
color: add color_set helper for copying raw colors
by Jeff King
· 9 years ago
19bdd3e
grep: use xsnprintf to format failure message
by Jeff King
· 9 years ago
092c4be
Merge branch 'jk/blame-commit-label'
by Junio C Hamano
· 10 years ago
8c53f07
use xstrdup_or_null to replace ternary conditionals
by Jeff King
· 10 years ago
bf1f639
Merge branch 'rs/grep-color-words'
by Junio C Hamano
· 10 years ago
79a7710
grep: add color.grep.matchcontext and color.grep.matchselected
by René Scharfe
· 10 years ago
f6c5a29
color_parse: do not mention variable name in error message
by Jeff King
· 10 years ago
52df917
Merge branch 'as/grep-fullname-config'
by Junio C Hamano
· 11 years ago
6453f7b
grep: add grep.fullName config variable
by Andreas Schwab
· 11 years ago
6f6be80
Merge branch 'rs/grep-h-c'
by Junio C Hamano
· 11 years ago
f76d947
grep: support -h (no header) with --count
by René Scharfe
· 11 years ago
50546b1
Use hashcpy() when copying object names
by Sun He
· 11 years ago
335ec3b
grep: allow to use textconv filters
by Jeff King
· 12 years ago
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
· 13 years ago
13e4fc7
log --grep/--author: honor --all-match honored for multiple --grep patterns
by Junio C Hamano
· 13 years ago
17bf35a
grep: teach --debug option to dump the parse tree
by Junio C Hamano
· 13 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
· 14 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
Next »