summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ab82350da2..09a7968d587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2015-01-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port autogen.sh hook creation to Apple Git
+ * 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.
+ Problem reported by Sam Steingold in:
+ http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html
+
2015-01-26 Paul Eggert <eggert@cs.ucla.edu>
* INSTALL.REPO: Mention minimum Git version.