index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rs/maint-grep-F' into maint
Junio C Hamano
2012-06-01
1
-5
/
+2
|
\
|
*
grep: stop leaking line strings with -f
René Scharfe
2012-05-22
1
-5
/
+2
*
|
Merge branch 'rs/no-no-no-parseopt'
Junio C Hamano
2012-03-02
1
-3
/
+2
|
\
\
|
*
|
parse-options: remove PARSE_OPT_NEGHELP
René Scharfe
2012-02-28
1
-2
/
+2
*
|
|
Merge branch 'jk/grep-binary-attribute'
Junio C Hamano
2012-02-14
1
-144
/
+33
|
\
\
\
|
*
|
|
grep: pre-load userdiff drivers when threaded
Jeff King
2012-02-02
1
-4
/
+6
|
*
|
|
convert git-grep to use grep_source interface
Jeff King
2012-02-02
1
-119
/
+23
|
*
|
|
grep: move sha1-reading mutex into low-level code
Jeff King
2012-02-02
1
-23
/
+6
|
*
|
|
grep: make locking flag global
Jeff King
2012-02-02
1
-2
/
+2
*
|
|
|
drop odd return value semantics from userdiff_config
Jeff King
2012-02-07
1
-5
/
+2
*
|
|
|
grep: fix -l/-L interaction with decoration lines
Albert Yale
2012-01-23
1
-2
/
+3
|
/
/
/
*
|
|
grep: disable threading in non-worktree case
Thomas Rast
2011-12-17
1
-18
/
+18
*
|
|
grep: enable threading with -p and -W using lazy attribute lookup
Thomas Rast
2011-12-17
1
-4
/
+9
*
|
|
Merge branch 'nd/misc-cleanups'
Junio C Hamano
2011-12-06
1
-5
/
+6
|
\
\
\
|
*
|
|
tree_entry_interesting(): give meaningful names to return values
Nguyễn Thái Ngọc Duy
2011-10-27
1
-4
/
+5
|
*
|
|
tree-walk.c: do not leak internal structure in tree_entry_len()
Nguyễn Thái Ngọc Duy
2011-10-27
1
-1
/
+1
*
|
|
|
builtin/grep: simplify lock_and_read_sha1_file()
Junio C Hamano
2011-10-26
1
-7
/
+3
*
|
|
|
builtin/grep: make lock/unlock into static inline functions
Junio C Hamano
2011-10-26
1
-5
/
+23
*
|
|
|
git grep: be careful to use mutexes only when they are initialized
Johannes Schindelin
2011-10-26
1
-4
/
+5
|
/
/
/
*
|
|
Merge branch 'jc/grep-untracked-exclude'
Junio C Hamano
2011-10-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
Junio C Hamano
2011-10-16
1
-1
/
+1
*
|
|
|
Merge branch 'jc/grep-untracked-exclude'
Junio C Hamano
2011-10-14
1
-7
/
+17
|
\
|
|
|
|
*
|
|
Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
Junio C Hamano
2011-10-05
1
-10
/
+20
*
|
|
|
Merge branch 'bw/grep-no-index-no-exclude'
Junio C Hamano
2011-10-14
1
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'nm/grep-object-sha1-lock'
Junio C Hamano
2011-10-05
1
-0
/
+3
|
/
/
*
|
Merge branch 'jk/color-and-pager'
Junio C Hamano
2011-08-29
1
-3
/
+1
|
\
\
|
*
|
want_color: automatically fallback to color.ui
Jeff King
2011-08-20
1
-2
/
+0
|
*
|
git_config_colorbool: refactor stdout_is_tty handling
Jeff King
2011-08-18
1
-1
/
+1
|
|
/
*
|
grep: long context options
René Scharfe
2011-08-02
1
-4
/
+4
*
|
grep: add option to show whole function as context
René Scharfe
2011-08-02
1
-1
/
+4
*
|
grep: add --heading
René Scharfe
2011-06-06
1
-0
/
+2
*
|
grep: add --break
René Scharfe
2011-06-06
1
-1
/
+3
*
|
grep: fix coloring of hunk marks between files
René Scharfe
2011-06-06
1
-7
/
+16
|
/
*
Merge branch 'mk/grep-pcre'
Junio C Hamano
2011-05-30
1
-9
/
+43
|
\
|
*
git-grep: do not die upon -F/-P when grep.extendedRegexp is set.
Junio C Hamano
2011-05-10
1
-13
/
+43
|
*
git-grep: Bail out when -P is used with -F or -E
Michał Kiedrowicz
2011-05-10
1
-1
/
+3
|
*
git-grep: Learn PCRE
Michał Kiedrowicz
2011-05-10
1
-0
/
+2
*
|
Merge branch 'jc/magic-pathspec'
Junio C Hamano
2011-05-23
1
-7
/
+1
|
\
\
|
*
|
grep: use get_pathspec() correctly
Junio C Hamano
2011-05-10
1
-7
/
+1
*
|
|
Merge branch 'nd/struct-pathspec'
Junio C Hamano
2011-05-06
1
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improve tree_entry_interesting() handling code
Nguyễn Thái Ngọc Duy
2011-03-25
1
-6
/
+6
*
|
|
sparse: Fix errors and silence warnings
Stephen Boyd
2011-04-03
1
-3
/
+3
*
|
|
Merge branch 'jr/grep-en-config'
Junio C Hamano
2011-04-02
1
-0
/
+13
|
\
\
\
|
*
|
|
grep: allow -E and -n to be turned on by default via configuration
Joe Ratterman
2011-03-30
1
-0
/
+13
*
|
|
|
Merge branch 'ab/i18n-st'
Junio C Hamano
2011-04-02
1
-17
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
i18n: git-grep "--open-files-in-pager" message
Ævar Arnfjörð Bjarmason
2011-03-10
1
-1
/
+1
|
*
|
|
i18n: git-grep basic messages
Ævar Arnfjörð Bjarmason
2011-03-10
1
-16
/
+16
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2011-03-28
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
grep: Add the option '--line-number'
Joe Ratterman
2011-03-28
1
-1
/
+1
*
|
|
|
grep: read patterns from stdin with -f -
René Scharfe
2011-03-20
1
-2
/
+4
[next]