summaryrefslogtreecommitdiff
path: root/contrib/emacs/git.el
AgeCommit message (Expand)Author
2008-01-07git.el: Display file types and type changes.Alexandre Julliard
2008-01-07git.el: Retrieve the permissions for up-to-date files.Alexandre Julliard
2008-01-07git.el: Support for getting diffs from inside the log-edit buffer.Alexandre Julliard
2007-12-11git.el: Added a menu for git-status-mode.Alexandre Julliard
2007-10-28git.el: Run git-gc --auto after commits.Alexandre Julliard
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard
2007-10-28git.el: Fix typo in "Reverted file" message.Alexandre Julliard
2007-09-30git.el: Reset the permission flags when changing a file state.Alexandre Julliard
2007-09-30git.el: Update a file status in the git buffer upon save.Alexandre Julliard
2007-09-30git.el: Do not print a status message on every git command.Alexandre Julliard
2007-09-30git.el: Preserve file marks when doing a full refresh.Alexandre Julliard
2007-09-14git.el: Allow the add and remove commands to be applied to ignored files.Alexandre Julliard
2007-09-14git.el: Allow selecting whether to display uptodate/unknown/ignored files.Alexandre Julliard
2007-09-14git.el: Keep the status buffer sorted by filename.Alexandre Julliard
2007-08-29git.el: Added colors for dark backgroundDavid Kågedal
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard
2007-08-13git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard
2007-08-13git.el: Add support for interactive diffs.Alexandre Julliard
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-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-04-20git.el: Add a commit description to the reflog.Alexandre Julliard
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-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-02-28git.el: Set the default commit coding system from the repository config.Alexandre Julliard
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
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-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-05git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard
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
2006-07-14Wrap long lines in docstrings in contrib/emacs/git.elJakub Narebski
2006-03-19git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard
2006-03-19git.el: Get the default user name and email from the repository config.Alexandre Julliard
2006-03-19git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard
2006-03-04git.el: Added customize support for all parameters.Alexandre Julliard
2006-03-04git.el: Added support for Signed-off-by.Alexandre Julliard