summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince4-14/+15
2007-01-28Add a sample program 'blameview' to show how to use git-blame --incrementalLibravatar Jeff King2-0/+128
2007-01-26vc-git.el: Take into account the destination name in vc-checkout.Libravatar Alexandre Julliard1-24/+8
2007-01-25contrib/emacs/vc-git.el: support vc-version-other-windowLibravatar Sam Vilain1-1/+26
2007-01-22contrib/vim: update syntax for changed commit templateLibravatar Jeff King1-2/+2
2007-01-15Replace "echo -n" with printf in shell scripts.Libravatar Jason Riedy1-1/+1
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Libravatar Alexandre Julliard1-5/+13
2007-01-06git.el: Avoid setting font lock keywords before entering log-edit mode.Libravatar Alexandre Julliard1-8/+11
2007-01-06git.el: Don't use --info-only when resolving a file.Libravatar Alexandre Julliard1-1/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Libravatar Junio C Hamano1-0/+1
2006-12-22vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Libravatar Alexandre Julliard1-2/+3
2006-12-18vim syntax: follow recent changes to commit templateLibravatar Jeff King1-2/+2
2006-12-15Teach bash the new features of 'git show'.Libravatar Shawn O. Pearce1-3/+21
2006-12-13Allow subcommand.color and color.subcommand color configurationLibravatar Andy Parkins1-0/+3
2006-11-28Fix broken bash completion of local refs.Libravatar Shawn O. Pearce1-18/+19
2006-11-28Teach bash how to complete long options for git-commit.Libravatar Shawn O. Pearce1-0/+16
2006-11-27Teach bash about git-am/git-apply and their whitespace options.Libravatar Shawn O. Pearce1-0/+53
2006-11-27Cache the list of merge strategies and available commands during load.Libravatar Shawn O. Pearce1-1/+19
2006-11-27Support --strategy=x completion in addition to --strategy x.Libravatar Shawn O. Pearce1-10/+20
2006-11-27Teach bash about git-repo-config.Libravatar Shawn O. Pearce1-0/+154
2006-11-27Support bash completion of refs/remote.Libravatar Shawn O. Pearce1-4/+14
2006-11-27Teach bash about git log/show/whatchanged options.Libravatar Shawn O. Pearce1-8/+26
2006-11-27Teach bash how to complete git-rebase.Libravatar Shawn O. Pearce1-6/+32
2006-11-27Teach bash how to complete git-cherry-pick.Libravatar Shawn O. Pearce1-0/+17
2006-11-27Teach bash how to complete git-format-patch.Libravatar Shawn O. Pearce1-16/+44
2006-11-27Add current branch in PS1 support to git-completion.bash.Libravatar Shawn O. Pearce1-0/+19
2006-11-27Teach bash how to complete options for git-name-rev.Libravatar Shawn O. Pearce1-0/+9
2006-11-27Hide plumbing/transport commands from bash completion.Libravatar Shawn O. Pearce1-5/+57
2006-11-27Teach git-completion.bash how to complete git-merge.Libravatar Shawn O. Pearce1-0/+30
2006-11-25git-shortlog: make common repository prefix configurable with .mailmapLibravatar Junio C Hamano1-0/+2
2006-11-19shortlog: read mailmap from ./.mailmap againLibravatar Johannes Schindelin1-0/+40
2006-11-05Remove more sed invocations from within bash completion.Libravatar Shawn O. Pearce1-7/+7
2006-11-05Support bash completion on symmetric difference operator.Libravatar Shawn O. Pearce1-3/+8
2006-11-05Take --git-dir into consideration during bash completion.Libravatar Shawn O. Pearce1-53/+70
2006-11-05Bash completion support for remotes in .git/config.Libravatar Shawn O. Pearce1-5/+21
2006-11-05Only load .exe suffix'd completions on Cygwin.Libravatar Shawn O. Pearce1-0/+2
2006-11-05Added missing completions for show-branch and merge-base.Libravatar Shawn O. Pearce1-0/+4
2006-11-04Added bash completion support for git-reset.Libravatar Shawn O. Pearce1-0/+9
2006-11-04Added completion support for git-branch.exe.Libravatar Shawn O. Pearce1-0/+1
2006-11-04git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Libravatar Alexandre Julliard1-1/+2
2006-11-04git.el: Move point after the log message header when entering log-edit mode.Libravatar Alexandre Julliard1-1/+2
2006-11-04git.el: Added a function to open the current file in another window.Libravatar Alexandre Julliard1-0/+10
2006-11-04git.el: Added functions for moving to the next/prev unmerged file.Libravatar Alexandre Julliard1-0/+28
2006-10-28Bash completion support for aliasesLibravatar Dennis Stosberg1-2/+27
2006-10-23ignore-errors requires clLibravatar Karl Hasselström1-0/+2
2006-10-22git-vc: better installation instructionsLibravatar Karl Hasselström1-1/+4
2006-10-05vc-git.el: Switch to using git-blame instead of git-annotate.Libravatar Alexandre Julliard1-2/+2
2006-10-05git.el: Fixed inverted "renamed from/to" message.Libravatar Alexandre Julliard1-2/+2
2006-09-28Contributed bash completion support for core Git tools.Libravatar Junio C Hamano1-0/+324
2006-09-13contrib/vim: add syntax highlighting file for commitsLibravatar Jeff King2-0/+26