diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-27 14:37:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-27 14:37:37 -0800 |
commit | 7e157b25446c5dc11201db4dff256cf7cc2f1611 (patch) | |
tree | 6f0a95017261aa1b2b1927f57aadb230d1e2f3c7 | |
parent | a56eab8259568ea1389e972623e46359e73c0233 (diff) | |
download | emacs-7e157b25446c5dc11201db4dff256cf7cc2f1611.tar.gz |
Fix inaccuracies in my recent ChangeLog entry.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog index 09a7968d587..68a734135ac 100644 --- 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 |