summaryrefslogtreecommitdiff
path: root/contrib/emacs/git.el
Commit message (Expand)AuthorAgeFilesLines
* git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason2018-04-161-1704/+6
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-3/+2
* emacs: make 'git-status' work with separate git dirsEnrico Scholz2012-11-261-1/+1
* git.el: Don't use font-lock-compile-keywordsLawrence Mitchell2011-04-031-3/+10
* git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts2009-09-091-12/+1
* git.el: Clarify documentation of git-commit-treeDavid Kågedal2009-08-061-5/+8
* git.el: Improve the confirmation message on remove and revert.Alexandre Julliard2009-02-211-2/+6
* git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard2009-02-211-13/+16
* git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard2009-02-071-2/+10
* git.el: Use integer instead of character constants in case statement.Alexandre Julliard2009-02-071-15/+15
* git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard2009-02-071-0/+1
* git.el: Make git-run-command-region display the error if any.Alexandre Julliard2009-02-071-19/+19
* git.el: Add commands for cherry-pick and revert.Alexandre Julliard2009-02-071-0/+42
* git.el: Add a command to create a new branch.Alexandre Julliard2009-02-071-0/+14
* git.el: Add a checkout command.Alexandre Julliard2009-02-071-2/+31
* git.el: Allow to commit even if there are no marked files.Alexandre Julliard2008-11-231-23/+20
* git.el: Add possibility to mark files directly in git-update-status-files.Alexandre Julliard2008-11-231-5/+3
* git.el: Add an insert file command.Alexandre Julliard2008-11-231-0/+7
* git.el: Never clear the status buffer, only update the files.Alexandre Julliard2008-11-211-84/+85
* git.el: Fix git-amend-commit to support amending an initial commit.Alexandre Julliard2008-11-211-3/+7
* git.el: Properly handle merge commits in git-amend-commit.Alexandre Julliard2008-11-211-8/+9
* git.el: Simplify handling of merge heads in the commit log-edit buffer.Alexandre Julliard2008-11-211-8/+7
* git.el: Remove the env parameter in git-call-process and git-call-process-str...Alexandre Julliard2008-11-211-28/+26
* git.el: Improve error handling for commits.Alexandre Julliard2008-11-211-17/+29
* Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-211-4/+4
* Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-151-4/+4
* Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström2008-06-021-4/+7
* git.el: Set process-environment instead of invoking envClifford Caoile2008-04-211-7/+4
* specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2008-03-051-1/+1
* Merge branch 'maint'Junio C Hamano2008-02-291-1/+1
|\
| * git.el: find the git-status buffer whatever its name isRémi Vanicat2008-02-291-1/+1
* | git.el: Do not display empty directories.Alexandre Julliard2008-02-271-1/+1
* | git.el: Set process-environment instead of invoking envDavid Kågedal2008-02-201-4/+3
* | git.el: Better handling of subprocess errors.Alexandre Julliard2008-02-081-37/+51
* | git.el: Check for existing buffers on revert.Alexandre Julliard2008-02-081-0/+8
* | git.el: Added a command to amend a commit.Alexandre Julliard2008-02-081-1/+73
* | git.el: Support for showing unknown/ignored directories.Alexandre Julliard2008-02-081-9/+29
|/
* git.el: Make status refresh faster.Alexandre Julliard2008-01-081-11/+13
* git.el: Refresh files from their real state upon commit.Alexandre Julliard2008-01-081-10/+12
* git.el: Make sure we never insert the same file twice.Alexandre Julliard2008-01-081-3/+3
* git.el: Display file types and type changes.Alexandre Julliard2008-01-061-3/+31
* git.el: Retrieve the permissions for up-to-date files.Alexandre Julliard2008-01-061-2/+18
* git.el: Support for getting diffs from inside the log-edit buffer.Alexandre Julliard2008-01-061-2/+12
* git.el: Added a menu for git-status-mode.Alexandre Julliard2007-12-111-1/+42
* git.el: Run git-gc --auto after commits.Alexandre Julliard2007-10-281-0/+1
* git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard2007-10-281-2/+5
* git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard2007-10-281-1/+1
* git.el: Fix typo in "Reverted file" message.Alexandre Julliard2007-10-281-1/+1
* git.el: Reset the permission flags when changing a file state.Alexandre Julliard2007-09-291-17/+11
* git.el: Update a file status in the git buffer upon save.Alexandre Julliard2007-09-291-2/+16