aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/emacs/git.el
AgeCommit message (Expand)AuthorFilesLines
2018-04-16git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason1-1704/+6
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-3/+2
2012-11-26emacs: make 'git-status' work with separate git dirsEnrico Scholz1-1/+1
2011-04-03git.el: Don't use font-lock-compile-keywordsLawrence Mitchell1-3/+10
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts1-12/+1
2009-08-06git.el: Clarify documentation of git-commit-treeDavid Kågedal1-5/+8
2009-02-21git.el: Improve the confirmation message on remove and revert.Alexandre Julliard1-2/+6
2009-02-21git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard1-13/+16
2009-02-07git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard1-2/+10
2009-02-07git.el: Use integer instead of character constants in case statement.Alexandre Julliard1-15/+15
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard1-0/+1
2009-02-07git.el: Make git-run-command-region display the error if any.Alexandre Julliard1-19/+19
2009-02-07git.el: Add commands for cherry-pick and revert.Alexandre Julliard1-0/+42
2009-02-07git.el: Add a command to create a new branch.Alexandre Julliard1-0/+14
2009-02-07git.el: Add a checkout command.Alexandre Julliard1-2/+31
2008-11-23git.el: Allow to commit even if there are no marked files.Alexandre Julliard1-23/+20
2008-11-23git.el: Add possibility to mark files directly in git-update-status-files.Alexandre Julliard1-5/+3
2008-11-23git.el: Add an insert file command.Alexandre Julliard1-0/+7
2008-11-21git.el: Never clear the status buffer, only update the files.Alexandre Julliard1-84/+85
2008-11-21git.el: Fix git-amend-commit to support amending an initial commit.Alexandre Julliard1-3/+7
2008-11-21git.el: Properly handle merge commits in git-amend-commit.Alexandre Julliard1-8/+9
2008-11-21git.el: Simplify handling of merge heads in the commit log-edit buffer.Alexandre Julliard1-8/+7
2008-11-21git.el: Remove the env parameter in git-call-process and git-call-process-str...Alexandre Julliard1-28/+26
2008-11-21git.el: Improve error handling for commits.Alexandre Julliard1-17/+29
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin1-4/+4
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin1-4/+4
2008-06-02Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström1-4/+7
2008-04-21git.el: Set process-environment instead of invoking envClifford Caoile1-7/+4
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng1-1/+1
2008-02-29Merge branch 'maint'Junio C Hamano1-1/+1
2008-02-29git.el: find the git-status buffer whatever its name isRémi Vanicat1-1/+1
2008-02-27git.el: Do not display empty directories.Alexandre Julliard1-1/+1
2008-02-20git.el: Set process-environment instead of invoking envDavid Kågedal1-4/+3
2008-02-08git.el: Better handling of subprocess errors.Alexandre Julliard1-37/+51
2008-02-08git.el: Check for existing buffers on revert.Alexandre Julliard1-0/+8
2008-02-08git.el: Added a command to amend a commit.Alexandre Julliard1-1/+73
2008-02-08git.el: Support for showing unknown/ignored directories.Alexandre Julliard1-9/+29
2008-01-08git.el: Make status refresh faster.Alexandre Julliard1-11/+13
2008-01-08git.el: Refresh files from their real state upon commit.Alexandre Julliard1-10/+12
2008-01-08git.el: Make sure we never insert the same file twice.Alexandre Julliard1-3/+3
2008-01-06git.el: Display file types and type changes.Alexandre Julliard1-3/+31
2008-01-06git.el: Retrieve the permissions for up-to-date files.Alexandre Julliard1-2/+18
2008-01-06git.el: Support for getting diffs from inside the log-edit buffer.Alexandre Julliard1-2/+12
2007-12-11git.el: Added a menu for git-status-mode.Alexandre Julliard1-1/+42
2007-10-28git.el: Run git-gc --auto after commits.Alexandre Julliard1-0/+1
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard1-2/+5
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard1-1/+1
2007-10-28git.el: Fix typo in "Reverted file" message.Alexandre Julliard1-1/+1
2007-09-29git.el: Reset the permission flags when changing a file state.Alexandre Julliard1-17/+11
2007-09-29git.el: Update a file status in the git buffer upon save.Alexandre Julliard1-2/+16
2007-09-29git.el: Do not print a status message on every git command.Alexandre Julliard1-29/+41
2007-09-29git.el: Preserve file marks when doing a full refresh.Alexandre Julliard1-12/+28
2007-09-13git.el: Allow the add and remove commands to be applied to ignored files.Alexandre Julliard1-2/+2
2007-09-13git.el: Allow selecting whether to display uptodate/unknown/ignored files.Alexandre Julliard1-15/+77
2007-09-13git.el: Keep the status buffer sorted by filename.Alexandre Julliard1-38/+65
2007-08-29git.el: Added colors for dark backgroundDavid Kågedal1-9/+18
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard1-3/+5
2007-08-13git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard1-4/+6
2007-08-13git.el: Add support for interactive diffs.Alexandre Julliard1-1/+7
2007-07-31git.el: Take into account the core.excludesfile config option.Alexandre Julliard1-5/+15
2007-07-31git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard1-1/+1
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard1-1/+1
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard1-111/+113
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin1-2/+1
2007-04-19git.el: Add a commit description to the reflog.Alexandre Julliard1-14/+28
2007-03-27git.el: Display some information about the HEAD commit.Alexandre Julliard1-2/+20
2007-03-19git.el: Add support for commit hooks.Alexandre Julliard1-24/+57
2007-03-10git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard1-24/+53
2007-03-10git.el: Avoid appending a signoff line that is already present.Alexandre Julliard1-6/+18
2007-02-28git.el: Set the default commit coding system from the repository config.Alexandre Julliard1-6/+18
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-4/+4
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard1-5/+13
2007-01-06git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard1-8/+11
2007-01-06git.el: Don't use --info-only when resolving a file.Alexandre Julliard1-1/+1
2006-11-04git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard1-1/+2
2006-11-04git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard1-1/+2
2006-11-04git.el: Added a function to open the current file in another window.Alexandre Julliard1-0/+10
2006-11-04git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard1-0/+28
2006-10-05git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard1-2/+2
2006-07-23git.el: Put the git customize group in the 'tools' parent group.Alexandre Julliard1-1/+2
2006-07-23git.el: Try to reuse an existing buffer when running git-status.Alexandre Julliard1-1/+23
2006-07-23git.el: Prepend a slash to the file name when adding to .gitignore.Alexandre Julliard1-1/+1
2006-07-23git.el: Run git-rerere on commits if the rr-cache directory exists.Alexandre Julliard1-0/+2
2006-07-13Display help for Git mode after pressing `h' or `?' in *git-status*Jakub Narebski1-0/+7
2006-07-13Wrap long lines in docstrings in contrib/emacs/git.elJakub Narebski1-3/+7
2006-03-19git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard1-0/+11
2006-03-19git.el: Get the default user name and email from the repository config.Alexandre Julliard1-2/+9
2006-03-19git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard1-16/+13
2006-03-04git.el: Added customize support for all parameters.Alexandre Julliard1-31/+54
2006-03-04git.el: Added support for Signed-off-by.Alexandre Julliard1-5/+11
2006-03-04git.el: Automatically update .gitignore status.Alexandre Julliard1-3/+8
2006-03-04git.el: Set default directory before running the status mode setup hooks.Alexandre Julliard1-1/+2
2006-03-04git.el: Portability fixes for XEmacs and Emacs CVS.Alexandre Julliard1-4/+10
2006-02-18Add an Emacs interface in contrib.Alexandre Julliard1-0/+956