summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys2006-11-281-5/+10
* Fix broken bash completion of local refs.Shawn O. Pearce2006-11-281-18/+19
* Teach bash how to complete long options for git-commit.Shawn O. Pearce2006-11-281-0/+16
* git-svn: fix output reporting from the delta fetcherEric Wong2006-11-281-20/+15
* git-svn: error out when the SVN connection fails during a fetchEric Wong2006-11-281-1/+8
* shortlog: remove range checkRené Scharfe2006-11-281-3/+1
* git-svn: update tests for recent changesEric Wong2006-11-274-2/+10
* git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong2006-11-271-5/+189
* sha1_object_info(): be consistent with read_sha1_file()Johannes Schindelin2006-11-271-15/+20
* shortlog: use pagerJohannes Schindelin2006-11-271-1/+1
* cvsimport: style fixup.Junio C Hamano2006-11-271-84/+84
* git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong2006-11-271-2/+4
* Teach bash about git-am/git-apply and their whitespace options.Shawn O. Pearce2006-11-271-0/+53
* Cache the list of merge strategies and available commands during load.Shawn O. Pearce2006-11-271-1/+19
* Support --strategy=x completion in addition to --strategy x.Shawn O. Pearce2006-11-271-10/+20
* Teach bash about git-repo-config.Shawn O. Pearce2006-11-271-0/+154
* Support bash completion of refs/remote.Shawn O. Pearce2006-11-271-4/+14
* Teach bash about git log/show/whatchanged options.Shawn O. Pearce2006-11-271-8/+26
* Teach bash how to complete git-rebase.Shawn O. Pearce2006-11-271-6/+32
* Teach bash how to complete git-cherry-pick.Shawn O. Pearce2006-11-271-0/+17
* Teach bash how to complete git-format-patch.Shawn O. Pearce2006-11-271-16/+44
* Add current branch in PS1 support to git-completion.bash.Shawn O. Pearce2006-11-271-0/+19
* Teach bash how to complete options for git-name-rev.Shawn O. Pearce2006-11-271-0/+9
* Hide plumbing/transport commands from bash completion.Shawn O. Pearce2006-11-271-5/+57
* Teach git-completion.bash how to complete git-merge.Shawn O. Pearce2006-11-271-0/+30
* Update documentation to remove incorrect GIT_DIFF_OPTS example.Sean2006-11-272-55/+34
* Merge branch 'js/shortlog'Junio C Hamano2006-11-267-235/+384
|\
| * git-shortlog: make common repository prefix configurable with .mailmapJunio C Hamano2006-11-252-2/+24
| * git-shortlog: fix common repository prefix abbreviation.Junio C Hamano2006-11-251-4/+9
| * builtin git-shortlog is brokenNicolas Pitre2006-11-211-3/+5
| * shortlog: fix "-n"Johannes Schindelin2006-11-211-6/+9
| * shortlog: handle email addresses case-insensitivelyJohannes Schindelin2006-11-191-1/+7
| * shortlog: read mailmap from ./.mailmap againJohannes Schindelin2006-11-192-42/+79
| * shortlog: do not crash on parsing "[PATCH"Johannes Schindelin2006-11-191-7/+9
| * Build in shortlogJohannes Schindelin2006-11-196-235/+307
* | Merge branch 'jc/push-delete-ref'Junio C Hamano2006-11-264-23/+84
|\ \
| * | Allow git push to delete remote ref.Junio C Hamano2006-11-244-23/+84
* | | Merge branch 'jc/merge'Junio C Hamano2006-11-2615-2510/+96
|\ \ \
| * | | git-merge: do not leak rev-parse output used for checking internally.Junio C Hamano2006-11-261-1/+1
| * | | git-merge: tighten error checking.Junio C Hamano2006-11-261-3/+3
| * | | merge: allow merging into a yet-to-be-born branch.Junio C Hamano2006-11-211-0/+18
| * | | git-merge: make it usable as the first class UIJunio C Hamano2006-11-212-12/+67
| * | | remove merge-recursive-oldJunio C Hamano2006-11-2114-2497/+10
* | | | Merge branch 'jc/pack-peeled'Junio C Hamano2006-11-264-31/+150
|\ \ \ \
| * | | | Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-214-55/+77
| * | | | Store peeled refs in packed-refs file.Junio C Hamano2006-11-194-20/+117
| | |_|/ | |/| |
* | | | grep: do not skip unmerged entries when grepping in the working tree.Junio C Hamano2006-11-261-4/+21
* | | | git-tag: allow empty tag message if -m is given explicitly.Han-Wen Nienhuys2006-11-261-2/+9
* | | | Merge branch 'jn/web'Junio C Hamano2006-11-251-28/+54
|\ \ \ \
| * | | | gitweb: Make project description in projects list link to summary viewJakub Narebski2006-11-251-5/+8