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
2009-10-16
Merge branch 'maint-1.6.4' into maint
Junio C Hamano
1
-1
/
+1
2009-10-16
grep: do not segfault when -f is used
Matt Kraai
1
-1
/
+1
2009-09-13
Merge branch 'maint'
Junio C Hamano
1
-27
/
+12
2009-09-13
Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint
Junio C Hamano
1
-27
/
+12
2009-09-07
grep: accept relative paths outside current working directory
Clemens Buchacher
1
-27
/
+11
2009-09-07
grep: fix exit status if external_grep() punts
Clemens Buchacher
1
-0
/
+1
2009-07-22
grep: Add --max-depth option.
Michał Kiedrowicz
1
-10
/
+46
2009-07-09
Merge branch 'rs/grep-p'
Junio C Hamano
1
-1
/
+21
2009-07-02
grep: simplify -p output
René Scharfe
1
-2
/
+2
2009-07-01
grep -p: support user defined regular expressions
René Scharfe
1
-0
/
+7
2009-07-01
grep: add option -p/--show-function
René Scharfe
1
-3
/
+5
2009-07-01
grep: print context hunk marks between files
René Scharfe
1
-0
/
+11
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-1
/
+1
2009-05-25
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
1
-1
/
+1
2009-05-20
grep: make callback functions static
René Scharfe
1
-8
/
+10
2009-05-09
grep: use parseopt
René Scharfe
1
-226
/
+180
2009-05-09
grep: remove global variable builtin_grep
René Scharfe
1
-7
/
+7
2009-04-20
grep: don't support "grep.color"-like config options
Markus Heidelberg
1
-6
/
+3
2009-03-17
grep: prefer builtin over external one when coloring results
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2009-03-07
grep: add support for coloring with external greps
René Scharfe
1
-0
/
+36
2009-03-07
grep: color patterns in output
René Scharfe
1
-0
/
+32
2009-02-03
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-0
/
+2
2009-02-02
grep: pass -I (ignore binary) down to external grep
Junio C Hamano
1
-0
/
+2
2008-12-27
grep: grep cache entries if they are "assume unchanged"
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2008-12-27
grep: support --no-ext-grep to test builtin grep
Nguyễn Thái Ngọc Duy
1
-1
/
+7
2008-10-01
git grep: Add "-z/--null" option as in GNU's grep.
Raphael Zimmerer
1
-0
/
+8
2008-09-03
Merge branch 'nd/worktree' into maint
Junio C Hamano
1
-1
/
+4
2008-08-31
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
1
-1
/
+1
2008-08-28
grep: fix worktree setup
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2008-07-20
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2008-07-20
fix usage string for git grep
Jonathan Nieder
1
-1
/
+1
2008-07-16
Merge branch 'sb/dashless'
Junio C Hamano
1
-1
/
+1
2008-07-16
Fix buffer overflow in git-grep
Dmitry Potapov
1
-12
/
+15
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-03-13
add NO_EXTERNAL_GREP build option
Jeff King
1
-2
/
+10
2008-02-20
Teach git-grep --name-only as synonym for -l
Shawn O. Pearce
1
-0
/
+1
2008-01-21
Make on-disk index representation separate from in-core one
Linus Torvalds
1
-2
/
+2
2008-01-04
Don't access line[-1] for a zero-length "line" from fgets.
Jim Meyering
1
-1
/
+1
2007-12-05
git grep shows the same hit repeatedly for unmerged paths
Junio C Hamano
1
-6
/
+6
2007-11-17
grep -An -Bm: fix invocation of external grep command
Junio C Hamano
1
-3
/
+3
2007-11-05
grep with unmerged index
Junio C Hamano
1
-1
/
+1
2007-09-14
Split grep arguments in a way that does not requires to add /dev/null.
Junio C Hamano
1
-14
/
+76
2007-04-11
sscanf/strtoul: parse integers robustly
Jim Meyering
1
-14
/
+1
2007-03-21
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
1
-4
/
+7
2007-03-21
Remove "pathlen" from "struct name_entry"
Linus Torvalds
1
-1
/
+1
2007-03-14
git-grep: don't use sscanf
Jim Meyering
1
-1
/
+14
2007-03-07
Cast 64 bit off_t to 32 bit size_t
Shawn O. Pearce
1
-3
/
+6
2007-03-07
Don't build external_grep if its not used
Shawn O. Pearce
1
-0
/
+2
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-4
/
+4
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-3
/
+3
[next]