aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/grep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-14Merge branch 'jk/grep-binary-attribute'Junio C Hamano1-144/+33
2012-02-07drop odd return value semantics from userdiff_configJeff King1-5/+2
2012-02-02grep: pre-load userdiff drivers when threadedJeff King1-4/+6
2012-02-02convert git-grep to use grep_source interfaceJeff King1-119/+23
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King1-23/+6
2012-02-02grep: make locking flag globalJeff King1-2/+2
2012-01-23grep: fix -l/-L interaction with decoration linesAlbert Yale1-2/+3
2011-12-16grep: disable threading in non-worktree caseThomas Rast1-18/+18
2011-12-16grep: enable threading with -p and -W using lazy attribute lookupThomas Rast1-4/+9
2011-12-05Merge branch 'nd/misc-cleanups'Junio C Hamano1-5/+6
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy1-4/+5
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy1-1/+1
2011-10-26builtin/grep: simplify lock_and_read_sha1_file()Junio C Hamano1-7/+3
2011-10-26builtin/grep: make lock/unlock into static inline functionsJunio C Hamano1-5/+23
2011-10-26git grep: be careful to use mutexes only when they are initializedJohannes Schindelin1-4/+5
2011-10-15Merge branch 'jc/grep-untracked-exclude'Junio C Hamano1-1/+1
2011-10-15Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano1-1/+1
2011-10-13Merge branch 'jc/grep-untracked-exclude'Junio C Hamano1-7/+17
2011-10-13Merge branch 'bw/grep-no-index-no-exclude'Junio C Hamano1-3/+3
2011-10-05Merge branch 'nm/grep-object-sha1-lock'Junio C Hamano1-0/+3
2011-10-04Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano1-10/+20
2011-08-28Merge branch 'jk/color-and-pager'Junio C Hamano1-3/+1
2011-08-19want_color: automatically fallback to color.uiJeff King1-2/+0
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King1-1/+1
2011-08-01grep: long context optionsRené Scharfe1-4/+4
2011-08-01grep: add option to show whole function as contextRené Scharfe1-1/+4
2011-06-05grep: add --headingRené Scharfe1-0/+2
2011-06-05grep: add --breakRené Scharfe1-1/+3
2011-06-05grep: fix coloring of hunk marks between filesRené Scharfe1-7/+16
2011-05-30Merge branch 'mk/grep-pcre'Junio C Hamano1-9/+43
2011-05-23Merge branch 'jc/magic-pathspec'Junio C Hamano1-7/+1
2011-05-10grep: use get_pathspec() correctlyJunio C Hamano1-7/+1
2011-05-09git-grep: do not die upon -F/-P when grep.extendedRegexp is set.Junio C Hamano1-13/+43
2011-05-09git-grep: Bail out when -P is used with -F or -EMichał Kiedrowicz1-1/+3
2011-05-09git-grep: Learn PCREMichał Kiedrowicz1-0/+2
2011-05-06Merge branch 'nd/struct-pathspec'Junio C Hamano1-6/+6
2011-04-03sparse: Fix errors and silence warningsStephen Boyd1-3/+3
2011-04-01Merge branch 'jr/grep-en-config'Junio C Hamano1-0/+13
2011-04-01Merge branch 'ab/i18n-st'Junio C Hamano1-17/+17
2011-03-30grep: allow -E and -n to be turned on by default via configurationJoe Ratterman1-0/+13
2011-03-28Merge branch 'maint'Junio C Hamano1-1/+1
2011-03-28grep: Add the option '--line-number'Joe Ratterman1-1/+1
2011-03-25Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy1-6/+6
2011-03-19grep: read patterns from stdin with -f -René Scharfe1-2/+4
2011-03-16Merge branch 'maint'Junio C Hamano1-2/+1
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-2/+1
2011-03-09i18n: git-grep "--open-files-in-pager" messageÆvar Arnfjörð Bjarmason1-1/+1
2011-03-09i18n: git-grep basic messagesÆvar Arnfjörð Bjarmason1-16/+16
2011-02-16grep --no-index: honor pathspecs correctlyJunio C Hamano1-0/+4
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy1-111/+14