]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix inaccuracies in my recent ChangeLog entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jan 2015 22:37:37 +0000 (14:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jan 2015 22:37:37 +0000 (14:37 -0800)
ChangeLog

index 09a7968d58784757a52c5c55b2297d30fe9faa1f..68a734135ac1a17ecccf22d4d0cf7aab832e89be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,10 @@
 2015-01-27  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Port autogen.sh hook creation to Apple Git
+       Port autogen.sh hook creation to private templates
        * autogen.sh: Do not assume that the hook samples exist.
-       This ports to git version 1.9.3 (Apple Git-50).
-       For some reason Apple decided to populate the git hooks directory
-       in a different way from the way that standard Git does it.
-       The downside is that patch applications won't be checked on Apple,
-       but that's better than autogen.sh failing.
+       This ports to developers who override templatedir in their Git
+       configuration.  The downside is that patch applications won't be
+       checked, but that's better than autogen.sh failing.
        Problem reported by Sam Steingold in:
        http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html