summaryrefslogtreecommitdiff
path: root/contrib/emacs
AgeCommit message (Expand)Author
2007-08-01git.el: Take into account the core.excludesfile config option.Alexandre Julliard
2007-08-01git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard
2007-07-16contrib/emacs/Makefile: Also install .el files.David Kastrup
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-07-12Add missing functions to contrib/emacs/vc-git.elDavid Kastrup
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-04-20git.el: Add a commit description to the reflog.Alexandre Julliard
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05DESTDIR support for git/contrib/emacsVille Skyttä
2007-04-01git-blame.el: pick a set of random colors for each git-blame turnXavier Maillard
2007-04-01git-blame.el: separate git-blame-mode to ease maintenanceXavier Maillard
2007-03-27git.el: Display some information about the HEAD commit.Alexandre Julliard
2007-03-19git.el: Add support for commit hooks.Alexandre Julliard
2007-03-11Merge branch 'maint'Junio C Hamano
2007-03-11git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard
2007-03-11git.el: Avoid appending a signoff line that is already present.Alexandre Julliard
2007-03-05contrib/emacs: Use non-interactive function to byte-compile filesXavier Maillard
2007-02-28git.el: Set the default commit coding system from the repository config.Alexandre Julliard
2007-02-09git-blame.el: Autoupdate while editingDavid Kågedal
2007-02-09git-blame.el: Doc fixes and cleanupDavid Kågedal
2007-02-09git-blame.el: blame unsaved changesDavid Kågedal
2007-02-09git-blame.el: improve color handlingDavid Kågedal
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-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
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-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-23vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Alexandre Julliard
2006-11-04git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard
2006-11-04git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard
2006-11-04git.el: Added a function to open the current file in another window.Alexandre Julliard
2006-11-04git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard
2006-10-23ignore-errors requires clKarl Hasselström
2006-10-22git-vc: better installation instructionsKarl Hasselström
2006-10-05vc-git.el: Switch to using git-blame instead of git-annotate.Alexandre Julliard
2006-10-05git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard
2006-08-17Be nicer if git executable is not installedVille Skyttä
2006-07-26Merge branch 'pb/configure'Junio C Hamano
2006-07-24git.el: Put the git customize group in the 'tools' parent group.Alexandre Julliard
2006-07-24git.el: Try to reuse an existing buffer when running git-status.Alexandre Julliard
2006-07-24git.el: Prepend a slash to the file name when adding to .gitignore.Alexandre Julliard
2006-07-24git.el: Run git-rerere on commits if the rr-cache directory exists.Alexandre Julliard
2006-07-14Display help for Git mode after pressing `h' or `?' in *git-status*Jakub Narebski