summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2007-02-12blameview: Move the commit info to a pane below the blame window.Aneesh Kumar K.V1-7/+26
2007-02-12import-tars: brown paper bag fix for file mode.Michael Loeffler1-3/+1
2007-02-11bash: Hide git-fast-import.Shawn O. Pearce1-0/+1
2007-02-09remove mailmap.linuxNicolas Pitre1-42/+0
2007-02-09git-blame.el: Autoupdate while editingDavid Kågedal1-9/+86
2007-02-09git-blame.el: Doc fixes and cleanupDavid Kågedal1-4/+10
2007-02-09git-blame.el: blame unsaved changesDavid Kågedal1-21/+44
2007-02-09git-blame.el: improve color handlingDavid Kågedal1-14/+10
2007-02-09Handle uncommitted changes and cache descriptionsDavid Kågedal1-6/+20
2007-02-09git-blame: Change installation instructionsJakub Narebski1-4/+19
2007-02-09git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski1-3/+72
2007-02-08Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano1-0/+105
2007-02-08tar archive frontend for fast-import.Shawn O. Pearce1-0/+105
2007-02-06Remove contrib/colordiffJunio C Hamano2-198/+0
2007-02-05bash: Complete git-remote subcommands.Shawn O. Pearce1-0/+28
2007-02-05bash: Support git-rebase -m continuation completion.Shawn O. Pearce1-1/+1
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal1-0/+180
2007-02-05Add hg-to-git conversion utility.Stelian Pop2-0/+254
2007-02-05blameview: Support browsable functionality to blameview.Aneesh Kumar K.V1-3/+20
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce1-0/+31
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce1-1/+1
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce1-0/+1
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce1-0/+14
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce1-0/+1
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce1-0/+8
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce1-1/+3
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce1-99/+91
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce1-38/+82
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce1-1/+17
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce1-6/+20
2007-02-04bash: Complete long options to git-add.Shawn O. Pearce1-0/+16
2007-02-04bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce1-20/+3
2007-02-04bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce1-3/+3
2007-01-30blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V1-1/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince4-14/+15
2007-01-28Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King2-0/+128
2007-01-26vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard1-24/+8
2007-01-25contrib/emacs/vc-git.el: support vc-version-other-windowSam Vilain1-1/+26
2007-01-22contrib/vim: update syntax for changed commit templateJeff King1-2/+2
2007-01-15Replace "echo -n" with printf in shell scripts.Jason Riedy1-1/+1
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard1-5/+13
2007-01-06git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard1-8/+11
2007-01-06git.el: Don't use --info-only when resolving a file.Alexandre Julliard1-1/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano1-0/+1
2006-12-22vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Alexandre Julliard1-2/+3
2006-12-18vim syntax: follow recent changes to commit templateJeff King1-2/+2
2006-12-15Teach bash the new features of 'git show'.Shawn O. Pearce1-3/+21
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins1-0/+3
2006-11-28Fix broken bash completion of local refs.Shawn O. Pearce1-18/+19
2006-11-28Teach bash how to complete long options for git-commit.Shawn O. Pearce1-0/+16