aboutsummaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAge
* sparse: Fix errors and silence warningsStephen Boyd2011-04-03
* Merge branch 'jr/grep-en-config'Junio C Hamano2011-04-01
|\
| * grep: allow -E and -n to be turned on by default via configurationJoe Ratterman2011-03-30
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\ \ | |/ |/|
| * i18n: git-grep "--open-files-in-pager" messageÆvar Arnfjörð Bjarmason2011-03-09
| * i18n: git-grep basic messagesÆvar Arnfjörð Bjarmason2011-03-09
* | Merge branch 'maint'Junio C Hamano2011-03-28
|\ \
| * | grep: Add the option '--line-number'Joe Ratterman2011-03-28
* | | grep: read patterns from stdin with -f -René Scharfe2011-03-19
* | | Merge branch 'maint'Junio C Hamano2011-03-16
|\ \ \ | |/ /
| * | standardize brace placement in struct definitionsJonathan Nieder2011-03-16
| |/
* | grep --no-index: honor pathspecs correctlyJunio C Hamano2011-02-16
* | grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-03
* | grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy2011-02-03
* | grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy2011-02-03
* | grep: convert to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
|/
* thread-utils.h: simplify the inclusionJunio C Hamano2010-12-10
* add description parameter to OPT__QUIETRené Scharfe2010-11-15
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-08
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-31
|\
| * grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-11
* | object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-29
* | Merge branch 'tf/string-list-init'Junio C Hamano2010-08-18
|\ \ | |/ |/|
| * string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* | Merge branch 'jn/grep-open'Junio C Hamano2010-07-15
|\ \ | |/ |/|
| * grep -O: Do not pass color sequences as filenames to pagerNazri Ramliy2010-07-07
* | Merge branch 'jn/grep-open'Junio C Hamano2010-06-30
|\ \ | |/
| * Merge branch 'jp/string-list-api-cleanup' into jn/grep-openJulian Phillips2010-06-27
| |\
| * | grep -O: allow optional argument specifying the pager (or editor)Johannes Schindelin2010-06-13
| * | grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-13
| * | Unify code paths of threaded grepsJohannes Schindelin2010-06-13
| * | grep: refactor grep_objects loop into its own functionJonathan Nieder2010-06-13
| |/
* | Merge branch 'rs/grep-binary'Junio C Hamano2010-06-13
|\ \ | |/ |/|
| * grep: support NUL chars in search strings for -FRené Scharfe2010-05-24
* | Merge branch 'np/malloc-threading'Junio C Hamano2010-05-21
|/
* Merge branch 'rs/threaded-grep-context'Junio C Hamano2010-04-03
|\
| * grep: enable threading for context line printingRené Scharfe2010-03-15
* | Merge branch 'ml/color-grep'Junio C Hamano2010-03-20
|/
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-10
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22