summaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano2012-09-181-0/+4
|\
| * grep: show --debug output only onceMichael J Gruber2012-09-141-0/+1
| * grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-141-0/+3
| * Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-5/+2
| |\
* | \ Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-45/+45
|\ \ \
| * | | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-1/+1
| * | | i18n: grep: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-45/+45
| * | | Merge branch 'mm/verify-filename-fix'Junio C Hamano2012-06-281-1/+1
| |\ \ \
* | | | | grep: add a grep.patternType configuration settingJ Smith2012-08-031-40/+72
* | | | | Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-111-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy2012-06-181-1/+1
* | | | Merge branch 'rs/maint-grep-F'Junio C Hamano2012-05-251-5/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | grep: stop leaking line strings with -fRené Scharfe2012-05-211-5/+2
* | | Merge branch 'rs/no-no-no-parseopt'Junio C Hamano2012-03-011-3/+2
|\ \ \
| * | | parse-options: remove PARSE_OPT_NEGHELPrs/no-no-no-parseoptRené Scharfe2012-02-281-2/+2
* | | | Merge branch 'jk/grep-binary-attribute'Junio C Hamano2012-02-141-144/+33
|\ \ \ \
| * | | | grep: pre-load userdiff drivers when threadedjk/grep-binary-attributeJeff King2012-02-021-4/+6
| * | | | convert git-grep to use grep_source interfaceJeff King2012-02-021-119/+23
| * | | | grep: move sha1-reading mutex into low-level codeJeff King2012-02-021-23/+6
| * | | | grep: make locking flag globalJeff King2012-02-021-2/+2
| | |_|/ | |/| |
* | | | drop odd return value semantics from userdiff_configjk/userdiff-config-simplifyJeff King2012-02-071-5/+2
* | | | grep: fix -l/-L interaction with decoration linestr/grep-l-with-decorationAlbert Yale2012-01-231-2/+3
|/ / /
* | | 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