aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/git.el
Commit message (Expand)AuthorAge
...
* git.el: Allow the add and remove commands to be applied to ignored files.Alexandre Julliard2007-09-13
* git.el: Allow selecting whether to display uptodate/unknown/ignored files.Alexandre Julliard2007-09-13
* git.el: Keep the status buffer sorted by filename.Alexandre Julliard2007-09-13
* git.el: Added colors for dark backgroundDavid Kågedal2007-08-29
* git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard2007-08-22
* git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard2007-08-13
* git.el: Add support for interactive diffs.Alexandre Julliard2007-08-13
* git.el: Take into account the core.excludesfile config option.Alexandre Julliard2007-07-31
* git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard2007-07-31
* git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard2007-07-25
* git.el: Support for incremental status updates.Alexandre Julliard2007-07-24
* Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-06
* git.el: Add a commit description to the reflog.Alexandre Julliard2007-04-19
* git.el: Display some information about the HEAD commit.Alexandre Julliard2007-03-27
* git.el: Add support for commit hooks.Alexandre Julliard2007-03-19
* git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard2007-03-10
* git.el: Avoid appending a signoff line that is already present.Alexandre Julliard2007-03-10
* git.el: Set the default commit coding system from the repository config.Alexandre Julliard2007-02-28
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard2007-01-09
* git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard2007-01-06
* git.el: Don't use --info-only when resolving a file.Alexandre Julliard2007-01-06
* git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard2006-11-04
* git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard2006-11-04
* git.el: Added a function to open the current file in another window.Alexandre Julliard2006-11-04
* git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard2006-11-04
* git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard2006-10-05
* git.el: Put the git customize group in the 'tools' parent group.Alexandre Julliard2006-07-23
* git.el: Try to reuse an existing buffer when running git-status.Alexandre Julliard2006-07-23
* git.el: Prepend a slash to the file name when adding to .gitignore.Alexandre Julliard2006-07-23
* git.el: Run git-rerere on commits if the rr-cache directory exists.Alexandre Julliard2006-07-23
* Display help for Git mode after pressing `h' or `?' in *git-status*Jakub Narebski2006-07-13
* Wrap long lines in docstrings in contrib/emacs/git.elJakub Narebski2006-07-13
* git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard2006-03-19
* git.el: Get the default user name and email from the repository config.Alexandre Julliard2006-03-19
* git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard2006-03-19
* git.el: Added customize support for all parameters.Alexandre Julliard2006-03-04
* git.el: Added support for Signed-off-by.Alexandre Julliard2006-03-04
* git.el: Automatically update .gitignore status.Alexandre Julliard2006-03-04
* git.el: Set default directory before running the status mode setup hooks.Alexandre Julliard2006-03-04
* git.el: Portability fixes for XEmacs and Emacs CVS.Alexandre Julliard2006-03-04
* Add an Emacs interface in contrib.Alexandre Julliard2006-02-18