diff options
Diffstat (limited to 'third_party/git/contrib/emacs/git.el')
-rw-r--r-- | third_party/git/contrib/emacs/git.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/git/contrib/emacs/git.el b/third_party/git/contrib/emacs/git.el new file mode 100644 index 000000000000..03f926281fb1 --- /dev/null +++ b/third_party/git/contrib/emacs/git.el @@ -0,0 +1,6 @@ +(error "git.el no longer ships with git. It's recommended to +replace its use with Magit, or simply delete references to git.el +in your initialization file(s). See contrib/emacs/README in git's +sources (https://github.com/git/git/blob/master/contrib/emacs/README) +for suggested alternatives and for why this happened. Emacs's own +VC mode and Magit are viable alternatives.") |