summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | bash: Support unique completion on git-config.Shawn O. Pearce2007-02-041-38/+82
* | bash: Classify more commends out of completion.Shawn O. Pearce2007-02-041-1/+17
* | bash: Add space after unique command name is completed.Shawn O. Pearce2007-02-041-6/+20
* | bash: Complete long options to git-add.Shawn O. Pearce2007-02-041-0/+16
* | bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce2007-02-041-20/+3
* | bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce2007-02-041-3/+3
|/
* blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V2007-01-301-1/+2
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-284-14/+15
* Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King2007-01-282-0/+128
* vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard2007-01-261-24/+8
* contrib/emacs/vc-git.el: support vc-version-other-windowSam Vilain2007-01-251-1/+26
* contrib/vim: update syntax for changed commit templateJeff King2007-01-221-2/+2
* Replace "echo -n" with printf in shell scripts.Jason Riedy2007-01-151-1/+1
* git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard2007-01-091-5/+13
* git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard2007-01-061-8/+11
* git.el: Don't use --info-only when resolving a file.Alexandre Julliard2007-01-061-1/+1
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-0/+1
* vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Alexandre Julliard2006-12-221-2/+3
* vim syntax: follow recent changes to commit templateJeff King2006-12-181-2/+2
* Teach bash the new features of 'git show'.Shawn O. Pearce2006-12-151-3/+21
* Allow subcommand.color and color.subcommand color configurationAndy Parkins2006-12-131-0/+3
* 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
* 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
* git-shortlog: make common repository prefix configurable with .mailmapJunio C Hamano2006-11-251-0/+2
* shortlog: read mailmap from ./.mailmap againJohannes Schindelin2006-11-191-0/+40
* Remove more sed invocations from within bash completion.Shawn O. Pearce2006-11-051-7/+7
* Support bash completion on symmetric difference operator.Shawn O. Pearce2006-11-051-3/+8
* Take --git-dir into consideration during bash completion.Shawn O. Pearce2006-11-051-53/+70
* Bash completion support for remotes in .git/config.Shawn O. Pearce2006-11-051-5/+21
* Only load .exe suffix'd completions on Cygwin.Shawn O. Pearce2006-11-051-0/+2
* Added missing completions for show-branch and merge-base.Shawn O. Pearce2006-11-051-0/+4
* Added bash completion support for git-reset.Shawn O. Pearce2006-11-041-0/+9
* Added completion support for git-branch.exe.Shawn O. Pearce2006-11-041-0/+1
* git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard2006-11-041-1/+2
* git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard2006-11-041-1/+2
* git.el: Added a function to open the current file in another window.Alexandre Julliard2006-11-041-0/+10
* git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard2006-11-041-0/+28