Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mk/grep-pcre' | Junio C Hamano | 2011-05-30 | 1 | -9/+43 |
|\ | |||||
| * | git-grep: do not die upon -F/-P when grep.extendedRegexp is set. | Junio C Hamano | 2011-05-09 | 1 | -13/+43 |
| * | git-grep: Bail out when -P is used with -F or -E | Michał Kiedrowicz | 2011-05-09 | 1 | -1/+3 |
| * | git-grep: Learn PCRE | Michał Kiedrowicz | 2011-05-09 | 1 | -0/+2 |
* | | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 2011-05-23 | 1 | -7/+1 |
|\ \ | |||||
| * | | grep: use get_pathspec() correctly | Junio C Hamano | 2011-05-10 | 1 | -7/+1 |
* | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-05-06 | 1 | -6/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Improve tree_entry_interesting() handling code | Nguyễn Thái Ngọc Duy | 2011-03-25 | 1 | -6/+6 |
* | | | sparse: Fix errors and silence warnings | Stephen Boyd | 2011-04-03 | 1 | -3/+3 |
* | | | Merge branch 'jr/grep-en-config' | Junio C Hamano | 2011-04-01 | 1 | -0/+13 |
|\ \ \ | |||||
| * | | | grep: allow -E and -n to be turned on by default via configuration | Joe Ratterman | 2011-03-30 | 1 | -0/+13 |
* | | | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -17/+17 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | i18n: git-grep "--open-files-in-pager" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| * | | | i18n: git-grep basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -16/+16 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-28 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | grep: Add the option '--line-number' | Joe Ratterman | 2011-03-28 | 1 | -1/+1 |
* | | | | grep: read patterns from stdin with -f - | René Scharfe | 2011-03-19 | 1 | -2/+4 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-16 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 1 | -2/+1 |
| |/ / | |||||
* | | | grep --no-index: honor pathspecs correctly | Junio C Hamano | 2011-02-16 | 1 | -0/+4 |
| |/ |/| | |||||
* | | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -111/+14 |
* | | grep: use writable strbuf from caller for grep_tree() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -27/+24 |
* | | grep: use match_pathspec_depth() for cache/worktree grepping | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 |
* | | grep: convert to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -14/+16 |
|/ | |||||
* | thread-utils.h: simplify the inclusion | Junio C Hamano | 2010-12-10 | 1 | -4/+0 |
* | add description parameter to OPT__QUIET | René Scharfe | 2010-11-15 | 1 | -2/+2 |
* | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | Merge branch 'jn/paginate-fix' | Junio C Hamano | 2010-08-31 | 1 | -4/+2 |
|\ | |||||
| * | grep: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -4/+2 |
* | | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 2010-08-29 | 1 | -1/+1 |
* | | Merge branch 'tf/string-list-init' | Junio C Hamano | 2010-08-18 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 2010-07-05 | 1 | -1/+1 |
* | | Merge branch 'jn/grep-open' | Junio C Hamano | 2010-07-15 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | grep -O: Do not pass color sequences as filenames to pager | Nazri Ramliy | 2010-07-07 | 1 | -0/+1 |
* | | Merge branch 'jn/grep-open' | Junio C Hamano | 2010-06-30 | 1 | -26/+95 |
|\ \ | |/ | |||||
| * | Merge branch 'jp/string-list-api-cleanup' into jn/grep-open | Julian Phillips | 2010-06-27 | 1 | -3/+3 |
| |\ | |||||
| * | | grep -O: allow optional argument specifying the pager (or editor) | Johannes Schindelin | 2010-06-13 | 1 | -14/+12 |
| * | | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 2010-06-13 | 1 | -0/+73 |
| * | | Unify code paths of threaded greps | Johannes Schindelin | 2010-06-13 | 1 | -17/+5 |
| * | | grep: refactor grep_objects loop into its own function | Jonathan Nieder | 2010-06-13 | 1 | -10/+20 |
| |/ | |||||
* | | Merge branch 'rs/grep-binary' | Junio C Hamano | 2010-06-13 | 1 | -2/+6 |
|\ \ | |/ |/| | |||||
| * | grep: support NUL chars in search strings for -F | René Scharfe | 2010-05-24 | 1 | -2/+6 |
* | | Merge branch 'np/malloc-threading' | Junio C Hamano | 2010-05-21 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'rs/threaded-grep-context' | Junio C Hamano | 2010-04-03 | 1 | -2/+13 |
|\ | |||||
| * | grep: enable threading for context line printing | René Scharfe | 2010-03-15 | 1 | -2/+13 |
* | | Merge branch 'ml/color-grep' | Junio C Hamano | 2010-03-20 | 1 | -8/+28 |
|/ | |||||
* | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 2010-03-10 | 1 | -1/+2 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+1010 |