summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
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
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
2010-05-24grep: support NUL chars in search strings for -FRené Scharfe
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano
2010-04-03Merge branch 'rs/threaded-grep-context'Junio C Hamano
2010-03-20Merge branch 'ml/color-grep'Junio C Hamano
2010-03-15grep: enable threading for context line printingRené Scharfe
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds