summaryrefslogtreecommitdiff
path: root/contrib/emacs/git.el
Commit message (Expand)AuthorAgeFilesLines
* git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard2006-11-041-1/+2
* git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard2006-11-041-1/+2
* git.el: Added a function to open the current file in another window.Alexandre Julliard2006-11-041-0/+10
* git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard2006-11-041-0/+28
* git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard2006-10-051-2/+2
* git.el: Put the git customize group in the 'tools' parent group.Alexandre Julliard2006-07-231-1/+2
* git.el: Try to reuse an existing buffer when running git-status.Alexandre Julliard2006-07-231-1/+23
* git.el: Prepend a slash to the file name when adding to .gitignore.Alexandre Julliard2006-07-231-1/+1
* git.el: Run git-rerere on commits if the rr-cache directory exists.Alexandre Julliard2006-07-231-0/+2
* Display help for Git mode after pressing `h' or `?' in *git-status*Jakub Narebski2006-07-131-0/+7
* Wrap long lines in docstrings in contrib/emacs/git.elJakub Narebski2006-07-131-3/+7
* git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard2006-03-191-0/+11
* git.el: Get the default user name and email from the repository config.Alexandre Julliard2006-03-191-2/+9
* git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard2006-03-191-16/+13
* git.el: Added customize support for all parameters.Alexandre Julliard2006-03-041-31/+54
* git.el: Added support for Signed-off-by.Alexandre Julliard2006-03-041-5/+11
* git.el: Automatically update .gitignore status.Alexandre Julliard2006-03-041-3/+8
* git.el: Set default directory before running the status mode setup hooks.Alexandre Julliard2006-03-041-1/+2
* git.el: Portability fixes for XEmacs and Emacs CVS.Alexandre Julliard2006-03-041-4/+10
* Add an Emacs interface in contrib.Alexandre Julliard2006-02-181-0/+956