Age | Commit message (Expand) | Author | Files | Lines |
2007-03-10 | Merge branch 'maint' | Junio C Hamano | 1 | -24/+65 |
2007-03-10 | git.el: Retrieve commit log information from .dotest directory. | Alexandre Julliard | 1 | -24/+53 |
2007-03-10 | git.el: Avoid appending a signoff line that is already present. | Alexandre Julliard | 1 | -6/+18 |
2007-03-05 | contrib/emacs: Use non-interactive function to byte-compile files | Xavier Maillard | 1 | -2/+2 |
2007-02-28 | git.el: Set the default commit coding system from the repository config. | Alexandre Julliard | 1 | -6/+18 |
2007-02-09 | git-blame.el: Autoupdate while editing | David Kågedal | 1 | -9/+86 |
2007-02-09 | git-blame.el: Doc fixes and cleanup | David Kågedal | 1 | -4/+10 |
2007-02-09 | git-blame.el: blame unsaved changes | David Kågedal | 1 | -21/+44 |
2007-02-09 | git-blame.el: improve color handling | David Kågedal | 1 | -14/+10 |
2007-02-09 | Handle uncommitted changes and cache descriptions | David Kågedal | 1 | -6/+20 |
2007-02-09 | git-blame: Change installation instructions | Jakub Narebski | 1 | -4/+19 |
2007-02-09 | git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate | Jakub Narebski | 1 | -3/+72 |
2007-02-05 | git-blame: an Emacs minor mode to view file with git-blame output. | David Kågedal | 1 | -0/+180 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -4/+4 |
2007-01-26 | vc-git.el: Take into account the destination name in vc-checkout. | Alexandre Julliard | 1 | -24/+8 |
2007-01-25 | contrib/emacs/vc-git.el: support vc-version-other-window | Sam Vilain | 1 | -1/+26 |
2007-01-09 | git.el: Define the propertize function if needed, for XEmacs compatibility. | Alexandre Julliard | 1 | -5/+13 |
2007-01-06 | git.el: Avoid setting font lock keywords before entering log-edit mode. | Alexandre Julliard | 1 | -8/+11 |
2007-01-06 | git.el: Don't use --info-only when resolving a file. | Alexandre Julliard | 1 | -1/+1 |
2006-12-22 | vc-git: Ignore errors caused by a non-existent directory in vc-git-registered. | Alexandre Julliard | 1 | -2/+3 |
2006-11-04 | git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m... | Alexandre Julliard | 1 | -1/+2 |
2006-11-04 | git.el: Move point after the log message header when entering log-edit mode. | Alexandre Julliard | 1 | -1/+2 |
2006-11-04 | git.el: Added a function to open the current file in another window. | Alexandre Julliard | 1 | -0/+10 |
2006-11-04 | git.el: Added functions for moving to the next/prev unmerged file. | Alexandre Julliard | 1 | -0/+28 |
2006-10-23 | ignore-errors requires cl | Karl Hasselström | 1 | -0/+2 |
2006-10-22 | git-vc: better installation instructions | Karl Hasselström | 1 | -1/+4 |
2006-10-05 | vc-git.el: Switch to using git-blame instead of git-annotate. | Alexandre Julliard | 1 | -2/+2 |
2006-10-05 | git.el: Fixed inverted "renamed from/to" message. | Alexandre Julliard | 1 | -2/+2 |
2006-08-16 | Be nicer if git executable is not installed | Ville Skyttä | 1 | -1/+1 |
2006-07-26 | Merge branch 'pb/configure' | Junio C Hamano | 1 | -2/+2 |
2006-07-23 | git.el: Put the git customize group in the 'tools' parent group. | Alexandre Julliard | 1 | -1/+2 |
2006-07-23 | git.el: Try to reuse an existing buffer when running git-status. | Alexandre Julliard | 1 | -1/+23 |
2006-07-23 | git.el: Prepend a slash to the file name when adding to .gitignore. | Alexandre Julliard | 1 | -1/+1 |
2006-07-23 | git.el: Run git-rerere on commits if the rr-cache directory exists. | Alexandre Julliard | 1 | -0/+2 |
2006-07-13 | Display help for Git mode after pressing `h' or `?' in *git-status* | Jakub Narebski | 1 | -0/+7 |
2006-07-13 | Wrap long lines in docstrings in contrib/emacs/git.el | Jakub Narebski | 1 | -3/+7 |
2006-07-05 | Fix print-log and diff compatibility with recent vc versions | Ville Skytt,Ad(B | 1 | -6/+7 |
2006-06-29 | Allow INSTALL, bindir, mandir to be set in main Makefile | Jakub Narebski | 1 | -2/+2 |
2006-03-19 | git.el: Added a function to diff against the other heads in a merge. | Alexandre Julliard | 1 | -0/+11 |
2006-03-19 | git.el: Get the default user name and email from the repository config. | Alexandre Julliard | 1 | -2/+9 |
2006-03-19 | git.el: More robust handling of subprocess errors when returning strings. | Alexandre Julliard | 1 | -16/+13 |
2006-03-05 | contrib/emacs/Makefile: Provide tool for byte-compiling files. | Mark Wooding | 2 | -0/+21 |
2006-03-04 | git.el: Added customize support for all parameters. | Alexandre Julliard | 1 | -31/+54 |
2006-03-04 | git.el: Added support for Signed-off-by. | Alexandre Julliard | 1 | -5/+11 |
2006-03-04 | git.el: Automatically update .gitignore status. | Alexandre Julliard | 1 | -3/+8 |
2006-03-04 | git.el: Set default directory before running the status mode setup hooks. | Alexandre Julliard | 1 | -1/+2 |
2006-03-04 | git.el: Portability fixes for XEmacs and Emacs CVS. | Alexandre Julliard | 1 | -4/+10 |
2006-03-04 | contrib/emacs: Add an Emacs VC backend. | Alexandre Julliard | 1 | -0/+135 |
2006-02-18 | Add an Emacs interface in contrib. | Alexandre Julliard | 1 | -0/+956 |