summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
2011-10-05Merge branch 'nm/grep-object-sha1-lock'Junio 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
2011-02-03grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy
2011-02-03grep: convert to use struct pathspecNguyễn Thái Ngọc Duy
2010-12-10thread-utils.h: simplify the inclusionJunio C Hamano
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-08-31Merge branch 'jn/paginate-fix'Junio C Hamano
2010-08-30object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina
2010-08-18Merge branch 'tf/string-list-init'Junio C Hamano
2010-08-11grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-07-15Merge branch 'jn/grep-open'Junio C Hamano
2010-07-07grep -O: Do not pass color sequences as filenames to pagerNazri Ramliy
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-30Merge branch 'jn/grep-open'Junio C Hamano
2010-06-27Merge branch 'jp/string-list-api-cleanup' into jn/grep-openJulian Phillips
2010-06-13Merge branch 'rs/grep-binary'Junio C Hamano
2010-06-13grep -O: allow optional argument specifying the pager (or editor)Johannes Schindelin
2010-06-13grep: Add the option '--open-files-in-pager'Johannes Schindelin
2010-06-13Unify code paths of threaded grepsJohannes Schindelin
2010-06-13grep: refactor grep_objects loop into its own functionJonathan Nieder