summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin-grep: support -c (--count).Junio C Hamano2006-05-021-1/+20
* builtin-grep: allow more than one patterns.Junio C Hamano2006-05-021-21/+51
* builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano2006-05-021-6/+22
* builtin-grep: printf %.*s length is int, not ptrdiff_t.Junio C Hamano2006-05-021-1/+1
* builtin-grep: do not use setup_revisions()Junio C Hamano2006-05-011-121/+134
* builtin-grep: support '-l' option.Junio C Hamano2006-05-011-0/+10
* builtin-grep: wildcard pathspec fixesJunio C Hamano2006-05-011-23/+62
* built-in "git grep"Junio C Hamano2006-05-014-1/+457
* Merge branch 'fix'Junio C Hamano2006-04-301-5/+4
|\
| * git-format-patch: Use rfc2822 compliant date.Huw Davies2006-04-301-5/+4
* | Merge branch 'fix'Junio C Hamano2006-04-2813-135/+178
|\ \ | |/
| * Fix trivial typo in git-log man page.Sean Estabrooks2006-04-281-4/+3
| * Properly render asciidoc "callouts" in git man pages.Sean Estabrooks2006-04-282-1/+17
| * Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks2006-04-286-108/+104
| * Update the git-branch man page to include the "-r" option,Sean Estabrooks2006-04-282-19/+40
| * annotate: display usage information if no filename was givenMatthias Kestenholz2006-04-281-3/+4
| * annotate: fix warning about uninitialized scalarMatthias Kestenholz2006-04-281-0/+3
| * git-am --resolved: more usable error message.Junio C Hamano2006-04-281-0/+7
* | Merge branch 'fix'Junio C Hamano2006-04-271-3/+3
|\ \ | |/
| * verify-pack: check integrity in a saner order.Junio C Hamano2006-04-271-3/+3
* | Merge branch 'pb/config'Junio C Hamano2006-04-274-13/+30
|\ \
| * | git-cvsserver: typofixesJunio C Hamano2006-04-251-8/+8
| * | Deprecate usage of git-var -l for getting config vars listPetr Baudis2006-04-242-4/+5
| * | git-repo-config --list supportPetr Baudis2006-04-242-2/+18
* | | Merge branch 'jc/diffstat'Junio C Hamano2006-04-271-4/+14
|\ \ \
| * | | diff --stat: show complete rewrites consistently.Junio C Hamano2006-04-251-4/+14
* | | | Fix "git help -a" terminal autosizingLinus Torvalds2006-04-272-1/+1
* | | | diff-index: fix compilation warnings.Junio C Hamano2006-04-271-1/+0
* | | | t0000-basic: more commit-tree tests.Junio C Hamano2006-04-261-0/+28
* | | | Merge branch 'fix'Junio C Hamano2006-04-266-25/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | commit-tree.c: check_valid() microoptimization.Junio C Hamano2006-04-261-6/+5
| * | | Fix filename verification when in a subdirectoryLinus Torvalds2006-04-264-18/+29
| * | | rebase: typofix.Junio C Hamano2006-04-261-1/+1
| * | | socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn2006-04-241-1/+1
* | | | commit-tree: allow generic object name for the tree as well.Junio C Hamano2006-04-261-1/+1
* | | | Makefile: remove and create xdiff library from scratch.Junio C Hamano2006-04-261-1/+1
* | | | t0000-basic: Add ls-tree recursive test back.Junio C Hamano2006-04-261-0/+21
| |/ / |/| |
* | | Merge branch 'jc/diff'Junio C Hamano2006-04-259-2136/+2111
|\ \ \
| * | | Libified diff-index: backward compatibility fix.Junio C Hamano2006-04-223-6/+12
| * | | Libify diff-index.Junio C Hamano2006-04-224-238/+231
| * | | Libify diff-files.Junio C Hamano2006-04-227-1953/+1929
* | | | Makefile: remove and create libgit.a from scratch.Junio C Hamano2006-04-251-1/+1
| |_|/ |/| |
* | | Merge branch 'fix'Junio C Hamano2006-04-245-17/+212
|\ \ \ | | |/ | |/|
| * | Document the configuration filePetr Baudis2006-04-243-14/+198
| * | Document git-var -l listing also configuration variablesPetr Baudis2006-04-241-1/+4
| * | rev-parse: better error message for ambiguous argumentsPaul Mackerras2006-04-241-2/+10
* | | Merge branch 'ar/chmod-series'Junio C Hamano2006-04-241-7/+16
|\ \ \
| * | | make update-index --chmod work with multiple files and --stdinAlex Riesen2006-04-231-7/+16
| | |/ | |/|
* | | Merge branch 'sh/daemon'Junio C Hamano2006-04-241-1/+1
|\ \ \
| * | | socksetup: don't return on set_reuse_addr() errorSerge E. Hallyn2006-04-181-1/+1