index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
emacs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git{,-blame}.el: remove old bitrotting Emacs code
Ævar Arnfjörð Bjarmason
2018-04-16
5
-2228
/
+25
*
Replace Free Software Foundation address in license notices
Todd Zullinger
2017-11-09
2
-6
/
+4
*
emacs: make 'git-status' work with separate git dirs
Enrico Scholz
2012-11-26
1
-1
/
+1
*
Merge branch 'lm/git-blame-el'
Junio C Hamano
2012-06-25
1
-36
/
+37
|
\
|
*
git-blame.el: Do not use bare 0 to mean (point-min)
Lawrence Mitchell
2012-06-14
1
-1
/
+1
|
*
git-blame.el: Use with-current-buffer where appropriate
Lawrence Mitchell
2012-06-14
1
-37
/
+37
|
*
git-blame.el: Do not use goto-line in lisp code
Rüdiger Sonderfeld
2012-06-14
1
-1
/
+2
*
|
git-blame.el: use mapc instead of mapcar
Rüdiger Sonderfeld
2012-06-10
1
-1
/
+1
*
|
git.el: Don't use font-lock-compile-keywords
Lawrence Mitchell
2011-04-03
1
-3
/
+10
|
/
*
git-blame.el: Add (require 'format-spec)
David Kågedal
2010-11-03
1
-0
/
+1
*
git-blame.el: Change how blame information is shown.
David Kågedal
2009-09-29
1
-54
/
+102
*
git.el: Use git-add-file for unmerged files, remove git-resolve-file
Martin Nordholts
2009-09-09
1
-12
/
+1
*
git.el: Clarify documentation of git-commit-tree
David Kågedal
2009-08-06
1
-5
/
+8
*
Add a README in the contrib/emacs directory.
Alexandre Julliard
2009-02-21
1
-0
/
+39
*
git.el: Improve the confirmation message on remove and revert.
Alexandre Julliard
2009-02-21
1
-2
/
+6
*
git.el: Make sure that file lists are sorted as they are created.
Alexandre Julliard
2009-02-21
1
-13
/
+16
*
emacs: Remove the no longer maintained vc-git package.
Alexandre Julliard
2009-02-07
2
-217
/
+1
*
git.el: Add some notes about Emacs versions compatibility.
Alexandre Julliard
2009-02-07
1
-2
/
+10
*
git.el: Use integer instead of character constants in case statement.
Alexandre Julliard
2009-02-07
1
-15
/
+15
*
git.el: Set a regexp for paragraph-separate in log-edit mode.
Alexandre Julliard
2009-02-07
1
-0
/
+1
*
git.el: Make git-run-command-region display the error if any.
Alexandre Julliard
2009-02-07
1
-19
/
+19
*
git.el: Add commands for cherry-pick and revert.
Alexandre Julliard
2009-02-07
1
-0
/
+42
*
git.el: Add a command to create a new branch.
Alexandre Julliard
2009-02-07
1
-0
/
+14
*
git.el: Add a checkout command.
Alexandre Julliard
2009-02-07
1
-2
/
+31
*
git.el: Allow to commit even if there are no marked files.
Alexandre Julliard
2008-11-23
1
-23
/
+20
*
git.el: Add possibility to mark files directly in git-update-status-files.
Alexandre Julliard
2008-11-23
1
-5
/
+3
*
git.el: Add an insert file command.
Alexandre Julliard
2008-11-23
1
-0
/
+7
*
git.el: Never clear the status buffer, only update the files.
Alexandre Julliard
2008-11-21
1
-84
/
+85
*
git.el: Fix git-amend-commit to support amending an initial commit.
Alexandre Julliard
2008-11-21
1
-3
/
+7
*
git.el: Properly handle merge commits in git-amend-commit.
Alexandre Julliard
2008-11-21
1
-8
/
+9
*
git.el: Simplify handling of merge heads in the commit log-edit buffer.
Alexandre Julliard
2008-11-21
1
-8
/
+7
*
git.el: Remove the env parameter in git-call-process and git-call-process-str...
Alexandre Julliard
2008-11-21
1
-28
/
+26
*
git.el: Improve error handling for commits.
Alexandre Julliard
2008-11-21
1
-17
/
+29
*
Don't cut off last character of commit descriptions.
Nikolaj Schumacher
2008-07-22
1
-1
/
+1
*
Rename .git/rebase to .git/rebase-apply
Johannes Schindelin
2008-07-22
1
-4
/
+4
*
Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"
Johannes Schindelin
2008-07-16
1
-4
/
+4
*
Revert "git.el: Set process-environment instead of invoking env"
Karl Hasselström
2008-06-03
1
-4
/
+7
*
git.el: Set process-environment instead of invoking env
Clifford Caoile
2008-04-22
1
-7
/
+4
*
specify explicit "--pretty=medium" with `git log/show/whatchanged`
Denis Cheng
2008-03-05
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-03-01
1
-1
/
+1
|
\
|
*
git.el: find the git-status buffer whatever its name is
Rémi Vanicat
2008-03-01
1
-1
/
+1
*
|
git.el: Do not display empty directories.
Alexandre Julliard
2008-02-27
1
-1
/
+1
*
|
git.el: Set process-environment instead of invoking env
David Kågedal
2008-02-20
1
-4
/
+3
*
|
git-blame.el: show the when, who and what in the minibuffer.
Junichi Uekawa
2008-02-11
1
-1
/
+9
*
|
git.el: Better handling of subprocess errors.
Alexandre Julliard
2008-02-08
1
-37
/
+51
*
|
git.el: Check for existing buffers on revert.
Alexandre Julliard
2008-02-08
1
-0
/
+8
*
|
git.el: Added a command to amend a commit.
Alexandre Julliard
2008-02-08
1
-1
/
+73
*
|
git.el: Support for showing unknown/ignored directories.
Alexandre Julliard
2008-02-08
1
-9
/
+29
|
/
*
git.el: Make status refresh faster.
Alexandre Julliard
2008-01-09
1
-11
/
+13
*
git.el: Refresh files from their real state upon commit.
Alexandre Julliard
2008-01-09
1
-10
/
+12
[next]