Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-29 | 3 | -5/+31 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Document git-repo-config --bool/--int options. | Andy Parkins | 2006-11-29 | 1 | -0/+6 | |
| * | | | tutorial: talk about user.name early and don't start with commit -a | Junio C Hamano | 2006-11-29 | 1 | -5/+24 | |
| * | | | git-blame: fix rev parameter handling. | Alex Riesen | 2006-11-29 | 1 | -0/+1 | |
* | | | | Merge branch 'jc/globfetch' | Junio C Hamano | 2006-11-28 | 3 | -20/+85 | |
|\ \ \ \ | ||||||
| * | | | | fetch-pack: do not barf when duplicate re patterns are given | Junio C Hamano | 2006-11-25 | 1 | -0/+25 | |
| * | | | | git-fetch: allow forcing glob pattern in refspec | Junio C Hamano | 2006-11-25 | 1 | -4/+8 | |
| * | | | | Merge branch 'master' into jc/globfetch | Junio C Hamano | 2006-11-25 | 18 | -311/+1014 | |
| |\ \ \ \ | ||||||
| * | | | | | git-fetch: allow glob pattern in refspec | Junio C Hamano | 2006-11-23 | 1 | -0/+35 | |
| * | | | | | git-fetch: fix dumb protocol transport to fetch from pack-pruned ref | Junio C Hamano | 2006-11-23 | 1 | -15/+13 | |
| * | | | | | git-fetch: reuse ls-remote result. | Junio C Hamano | 2006-11-23 | 1 | -5/+8 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-28 | 1 | -5/+5 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | git blame -C: fix output format tweaks when crossing file boundary. | Junio C Hamano | 2006-11-28 | 1 | -5/+5 | |
* | | | | | | git-svn: fix multi-init | Eric Wong | 2006-11-28 | 1 | -4/+9 | |
* | | | | | | git-svn: documentation updates | Eric Wong | 2006-11-28 | 1 | -21/+19 | |
* | | | | | | git-svn: color support for the log command | Eric Wong | 2006-11-28 | 1 | -20/+47 | |
* | | | | | | ident.c: Trim hint printed when gecos is empty. | Han-Wen Nienhuys | 2006-11-28 | 1 | -5/+10 | |
* | | | | | | Fix broken bash completion of local refs. | Shawn O. Pearce | 2006-11-28 | 1 | -18/+19 | |
* | | | | | | Teach bash how to complete long options for git-commit. | Shawn O. Pearce | 2006-11-28 | 1 | -0/+16 | |
* | | | | | | git-svn: fix output reporting from the delta fetcher | Eric Wong | 2006-11-28 | 1 | -20/+15 | |
* | | | | | | git-svn: error out when the SVN connection fails during a fetch | Eric Wong | 2006-11-28 | 1 | -1/+8 | |
* | | | | | | shortlog: remove range check | René Scharfe | 2006-11-28 | 1 | -3/+1 | |
* | | | | | | git-svn: update tests for recent changes | Eric Wong | 2006-11-27 | 4 | -2/+10 | |
* | | | | | | git-svn: enable delta transfers during fetches when using SVN:: libs | Eric Wong | 2006-11-27 | 1 | -5/+189 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | sha1_object_info(): be consistent with read_sha1_file() | Johannes Schindelin | 2006-11-27 | 1 | -15/+20 | |
* | | | | | shortlog: use pager | Johannes Schindelin | 2006-11-27 | 1 | -1/+1 | |
* | | | | | cvsimport: style fixup. | Junio C Hamano | 2006-11-27 | 1 | -84/+84 | |
* | | | | | git-svn: use ~/.subversion config files when using SVN:: libraries | Eric Wong | 2006-11-27 | 1 | -2/+4 | |
* | | | | | Teach bash about git-am/git-apply and their whitespace options. | Shawn O. Pearce | 2006-11-27 | 1 | -0/+53 | |
* | | | | | Cache the list of merge strategies and available commands during load. | Shawn O. Pearce | 2006-11-27 | 1 | -1/+19 | |
* | | | | | Support --strategy=x completion in addition to --strategy x. | Shawn O. Pearce | 2006-11-27 | 1 | -10/+20 | |
* | | | | | Teach bash about git-repo-config. | Shawn O. Pearce | 2006-11-27 | 1 | -0/+154 | |
* | | | | | Support bash completion of refs/remote. | Shawn O. Pearce | 2006-11-27 | 1 | -4/+14 | |
* | | | | | Teach bash about git log/show/whatchanged options. | Shawn O. Pearce | 2006-11-27 | 1 | -8/+26 | |
* | | | | | Teach bash how to complete git-rebase. | Shawn O. Pearce | 2006-11-27 | 1 | -6/+32 | |
* | | | | | Teach bash how to complete git-cherry-pick. | Shawn O. Pearce | 2006-11-27 | 1 | -0/+17 | |
* | | | | | Teach bash how to complete git-format-patch. | Shawn O. Pearce | 2006-11-27 | 1 | -16/+44 | |
* | | | | | Add current branch in PS1 support to git-completion.bash. | Shawn O. Pearce | 2006-11-27 | 1 | -0/+19 | |
* | | | | | Teach bash how to complete options for git-name-rev. | Shawn O. Pearce | 2006-11-27 | 1 | -0/+9 | |
* | | | | | Hide plumbing/transport commands from bash completion. | Shawn O. Pearce | 2006-11-27 | 1 | -5/+57 | |
* | | | | | Teach git-completion.bash how to complete git-merge. | Shawn O. Pearce | 2006-11-27 | 1 | -0/+30 | |
* | | | | | Update documentation to remove incorrect GIT_DIFF_OPTS example. | Sean | 2006-11-27 | 2 | -55/+34 | |
* | | | | | Merge branch 'js/shortlog' | Junio C Hamano | 2006-11-26 | 7 | -235/+384 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-shortlog: make common repository prefix configurable with .mailmap | Junio C Hamano | 2006-11-25 | 2 | -2/+24 | |
| * | | | | | git-shortlog: fix common repository prefix abbreviation. | Junio C Hamano | 2006-11-25 | 1 | -4/+9 | |
| * | | | | | builtin git-shortlog is broken | Nicolas Pitre | 2006-11-21 | 1 | -3/+5 | |
| * | | | | | shortlog: fix "-n" | Johannes Schindelin | 2006-11-21 | 1 | -6/+9 | |
| * | | | | | shortlog: handle email addresses case-insensitively | Johannes Schindelin | 2006-11-19 | 1 | -1/+7 | |
| * | | | | | shortlog: read mailmap from ./.mailmap again | Johannes Schindelin | 2006-11-19 | 2 | -42/+79 | |
| * | | | | | shortlog: do not crash on parsing "[PATCH" | Johannes Schindelin | 2006-11-19 | 1 | -7/+9 |