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