aboutsummaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-03
|\
| * grep: pass -I (ignore binary) down to external grepJunio C Hamano2009-02-02
* | grep: grep cache entries if they are "assume unchanged"Nguyễn Thái Ngọc Duy2008-12-27
* | grep: support --no-ext-grep to test builtin grepNguyễn Thái Ngọc Duy2008-12-27
* | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-01
|/
* Merge branch 'nd/worktree' into maintJunio C Hamano2008-09-03
|\
| * grep: fix worktree setupNguyễn Thái Ngọc Duy2008-08-28
* | 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
|/
* Merge branch 'maint'Junio C Hamano2008-07-20
|\
| * fix usage string for git grepJonathan Nieder2008-07-20
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \ | |/ |/|
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | Fix buffer overflow in git-grepDmitry Potapov2008-07-16
|/
* add NO_EXTERNAL_GREP build optionJeff King2008-03-13
* Teach git-grep --name-only as synonym for -lShawn O. Pearce2008-02-20
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano2007-12-05
* grep -An -Bm: fix invocation of external grep commandJunio C Hamano2007-11-17
* grep with unmerged indexJunio C Hamano2007-11-05
* Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano2007-09-14
* sscanf/strtoul: parse integers robustlyJim Meyering2007-04-11
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-21
* git-grep: don't use sscanfJim Meyering2007-03-14
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* Don't build external_grep if its not usedShawn O. Pearce2007-03-07
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* grep: do not skip unmerged entries when grepping in the working tree.Junio C Hamano2006-11-26
* grep --all-matchJunio C Hamano2006-09-27
* grep: free expressions and patterns when done.Junio C Hamano2006-09-27
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-20
* Add "-h/-H" parsing to "git grep"Linus Torvalds2006-09-14
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* builtin-grep.c: remove unused debugging piece.Junio C Hamano2006-08-23
* builtin-grep: remove unused debugging cruft.Junio C Hamano2006-08-16
* builtin-grep.c cleanupDavid Rientjes2006-08-14
* git-grep: show pathnames relative to the current directoryJunio C Hamano2006-08-11
* Fix "grep -w"Junio C Hamano2006-08-06
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* git-grep: boolean expression on pattern matching.Junio C Hamano2006-07-05
* git-grep: use a bit more specific error messages.Junio C Hamano2006-07-04
* git-grep: fix exit code when we use external grep.Junio C Hamano2006-07-04
* git-grep: fix parsing of pathspec separator '--'Junio C Hamano2006-07-04