summaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | grep: disable threading in non-worktree casetr/grep-threadingThomas Rast2011-12-161-18/+18
* | | grep: enable threading with -p and -W using lazy attribute lookupThomas Rast2011-12-161-4/+9
* | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-051-5/+6
|\ \ \
| * | | tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-4/+5
| * | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-271-1/+1
* | | | builtin/grep: simplify lock_and_read_sha1_file()Junio C Hamano2011-10-261-7/+3
* | | | builtin/grep: make lock/unlock into static inline functionsJunio C Hamano2011-10-261-5/+23
* | | | git grep: be careful to use mutexes only when they are initializedJohannes Schindelin2011-10-261-4/+5
|/ / /
* | | Merge branch 'jc/grep-untracked-exclude'Junio C Hamano2011-10-151-1/+1
|\ \ \
| * | | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano2011-10-151-1/+1
* | | | Merge branch 'jc/grep-untracked-exclude'Junio C Hamano2011-10-131-7/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano2011-10-041-10/+20
* | | | Merge branch 'bw/grep-no-index-no-exclude'Junio C Hamano2011-10-131-3/+3
| |/ / |/| |
* | | Merge branch 'nm/grep-object-sha1-lock'Junio C Hamano2011-10-051-0/+3
|/ /
* | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-3/+1
|\ \
| * | want_color: automatically fallback to color.uiJeff King2011-08-191-2/+0
| * | git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-181-1/+1
| |/
* | grep: long context optionsRené Scharfe2011-08-011-4/+4
* | grep: add option to show whole function as contextRené Scharfe2011-08-011-1/+4
* | grep: add --headingRené Scharfe2011-06-051-0/+2
* | grep: add --breakRené Scharfe2011-06-051-1/+3
* | grep: fix coloring of hunk marks between filesRené Scharfe2011-06-051-7/+16
|/
* Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-301-9/+43
|\
| * git-grep: do not die upon -F/-P when grep.extendedRegexp is set.Junio C Hamano2011-05-091-13/+43
| * git-grep: Bail out when -P is used with -F or -EMichał Kiedrowicz2011-05-091-1/+3
| * git-grep: Learn PCREMichał Kiedrowicz2011-05-091-0/+2
* | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-05-231-7/+1
|\ \
| * | grep: use get_pathspec() correctlyJunio C Hamano2011-05-101-7/+1
* | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-061-6/+6
|\ \ \ | |_|/ |/| |
| * | Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy2011-03-251-6/+6
* | | sparse: Fix errors and silence warningsStephen Boyd2011-04-031-3/+3
* | | Merge branch 'jr/grep-en-config'Junio C Hamano2011-04-011-0/+13
|\ \ \
| * | | grep: allow -E and -n to be turned on by default via configurationJoe Ratterman2011-03-301-0/+13
* | | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | i18n: git-grep "--open-files-in-pager" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | i18n: git-grep basic messagesÆvar Arnfjörð Bjarmason2011-03-091-16/+16
* | | | Merge branch 'maint'Junio C Hamano2011-03-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | grep: Add the option '--line-number'Joe Ratterman2011-03-281-1/+1
* | | | grep: read patterns from stdin with -f -René Scharfe2011-03-191-2/+4
* | | | Merge branch 'maint'Junio C Hamano2011-03-161-2/+1
|\ \ \ \ | |/ / /
| * | | standardize brace placement in struct definitionsJonathan Nieder2011-03-161-2/+1
| |/ /
* | | grep --no-index: honor pathspecs correctlyJunio C Hamano2011-02-161-0/+4
| |/ |/|
* | grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-031-111/+14
* | grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy2011-02-031-27/+24
* | grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy2011-02-031-1/+1
* | grep: convert to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-14/+16
|/
* thread-utils.h: simplify the inclusionJunio C Hamano2010-12-101-4/+0
* add description parameter to OPT__QUIETRené Scharfe2010-11-151-2/+2
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-1/+1
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-311-4/+2
|\