Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-28grep -P: add tests for matching ^ and $Michał Kiedrowicz
2012-01-23grep: fix -l/-L interaction with decoration linesAlbert Yale
2011-12-13grep: load funcname patterns for -WThomas Rast
2011-10-05Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano
2011-08-02grep: add option to show whole function as contextRené Scharfe
2011-06-30Merge branch 'rs/grep-color'Junio C Hamano
2011-06-21t7810: avoid unportable use of "echo"Junio C Hamano
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-30git-grep: Fix problems with recently added testsMichał Kiedrowicz
2011-05-23git-grep: Update tests (mainly for -P)Michał Kiedrowicz
2011-05-16git-grep: update tests now regexp type is "last one wins"Junio C Hamano
2011-05-10git-grep: Bail out when -P is used with -F or -EMichał Kiedrowicz
2011-05-10grep: Add basic testsMichał Kiedrowicz
2011-03-31grep: allow -E and -n to be turned on by default via configurationJoe Ratterman
2011-03-20grep: read patterns from stdin with -f -René Scharfe
2011-02-04t7810: overlapping pathspecs and depth limitNguyễn Thái Ngọc Duy
2010-11-25Merge branch 'en/and-cascade-tests'Junio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-09-30Merge branch 'jc/grep-header-all-match-fix'Junio C Hamano
2010-09-13log --author: take union of multiple "author" requestsJunio C Hamano
2010-07-21Convert "! git" to "test_must_fail git"Jared Hance
2010-06-30Merge branch 'jn/grep-open'Junio C Hamano
2010-06-13grep: Add the option '--open-files-in-pager'Johannes Schindelin