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
2011-05-06Merge branch 'nd/struct-pathspec'Junio C Hamano
2011-04-03sparse: Fix errors and silence warningsStephen Boyd
2011-04-02Merge branch 'jr/grep-en-config'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-31grep: allow -E and -n to be turned on by default via configurationJoe Ratterman
2011-03-29Merge branch 'maint'Junio C Hamano
2011-03-29grep: Add the option '--line-number'Joe Ratterman
2011-03-25Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy
2011-03-20grep: read patterns from stdin with -f -René Scharfe
2011-03-17Merge branch 'maint'Junio C Hamano
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
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
2011-02-17grep --no-index: honor pathspecs correctlyJunio C Hamano
2011-02-04grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy
2011-02-04grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy
2011-02-04grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy
2011-02-04grep: convert to use struct pathspecNguyễn Thái Ngọc Duy
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-09-01Merge 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-16grep: enable threading for context line printingRené Scharfe
2010-03-11Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds