summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-10 14:43:17 +0100
committerJim Meyering <meyering@redhat.com>2008-01-10 14:43:17 +0100
commit6d80b05c5a6407ef28c994ed8d4c495ffed7188b (patch)
treec59511969fe90896d9b7b782033c3bd4a08c228e
parent424feb63014ebd6908b934d3d0d53b46a58ecebd (diff)
downloadcoreutils-6d80b05c5a6407ef28c994ed8d4c495ffed7188b.tar.xz
* README-hacking: Add Git to the list of required tools.
-rw-r--r--ChangeLog4
-rw-r--r--README-hacking1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e543ba62..16d1bcbf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-10 Jim Meyering <meyering@redhat.com>
+
+ * README-hacking: Add Git to the list of required tools.
+
2008-01-08 Paul Eggert <eggert@cs.ucla.edu>
Fix a minor race condition when using cp -p --parents.
diff --git a/README-hacking b/README-hacking
index 4998bb15f..06d97bf4a 100644
--- a/README-hacking
+++ b/README-hacking
@@ -15,6 +15,7 @@ tools we depend upon, including:
- Autoconf <http://www.gnu.org/software/autoconf/>
- Bison <http://www.gnu.org/software/bison/>
- Gettext <http://www.gnu.org/software/gettext/>
+- Git <http://git.or.cz/>
- Gperf <http://www.gnu.org/software/gperf/>
- Gzip <http://www.gnu.org/software/gzip/>
- Perl <http://www.cpan.org/>