summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-02-09Handle uncommitted changes and cache descriptionsDavid Kågedal
2007-02-09git-blame: Change installation instructionsJakub Narebski
2007-02-09git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski
2007-02-08Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-02-08tar archive frontend for fast-import.Shawn O. Pearce
2007-02-07Remove contrib/colordiffJunio C Hamano
2007-02-06bash: Complete git-remote subcommands.Shawn O. Pearce
2007-02-06bash: Support git-rebase -m continuation completion.Shawn O. Pearce
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal
2007-02-05Add hg-to-git conversion utility.Stelian Pop
2007-02-05blameview: Support browsable functionality to blameview.Aneesh Kumar K.V
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce
2007-02-04bash: Complete long options to git-add.Shawn O. Pearce
2007-02-04bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce
2007-02-04bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce
2007-01-30blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-28Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King
2007-01-26vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard
2007-01-26contrib/emacs/vc-git.el: support vc-version-other-windowSam Vilain
2007-01-23contrib/vim: update syntax for changed commit templateJeff King
2007-01-16Replace "echo -n" with printf in shell scripts.Jason Riedy
2007-01-10git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard
2007-01-06git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard
2007-01-06git.el: Don't use --info-only when resolving a file.Alexandre Julliard
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-23vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Alexandre Julliard
2006-12-18vim syntax: follow recent changes to commit templateJeff King
2006-12-16Teach bash the new features of 'git show'.Shawn O. Pearce
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-11-28Fix broken bash completion of local refs.Shawn O. Pearce
2006-11-28Teach bash how to complete long options for git-commit.Shawn O. Pearce
2006-11-27Teach bash about git-am/git-apply and their whitespace options.Shawn O. Pearce
2006-11-27Cache the list of merge strategies and available commands during load.Shawn O. Pearce
2006-11-27Support --strategy=x completion in addition to --strategy x.Shawn O. Pearce
2006-11-27Teach bash about git-repo-config.Shawn O. Pearce
2006-11-27Support bash completion of refs/remote.Shawn O. Pearce
2006-11-27Teach bash about git log/show/whatchanged options.Shawn O. Pearce
2006-11-27Teach bash how to complete git-rebase.Shawn O. Pearce
2006-11-27Teach bash how to complete git-cherry-pick.Shawn O. Pearce