[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Ken Hornstein |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. d9bed5c7b73965ffdc48176825690b94f096ec3b |
Date: |
Tue, 22 Feb 2011 01:45:02 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via d9bed5c7b73965ffdc48176825690b94f096ec3b (commit)
from c6abf17d7aceffcce6ff2a871cc4d95bc31fc5bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=d9bed5c7b73965ffdc48176825690b94f096ec3b
commit d9bed5c7b73965ffdc48176825690b94f096ec3b
Author: Ken Hornstein <address@hidden>
Date: Mon Feb 21 20:44:30 2011 -0500
Updated the developer README with a few notes about the git conversion.
Signed-off-by: Ken Hornstein <address@hidden>
diff --git a/docs/README.developers b/docs/README.developers
index abfb3e5..f026c74 100644
--- a/docs/README.developers
+++ b/docs/README.developers
@@ -25,8 +25,8 @@ of the users (and the configure script) it is an output file
from the point of
view of the developers (and the autoconf script).
Note that the automatically generated autoconf files (such as config.h.in,
-stamp-h.in, and configure), are NOT kept in CVS. Thus, when you check out
-a CVS tree, you need to run the autogen.sh script before you can build
+stamp-h.in, and configure), are NOT kept in git. Thus, when you check out
+a git tree, you need to run the autogen.sh script before you can build
anything:
% ./autogen.sh
@@ -119,6 +119,18 @@ zotnet/tws/ (deprecated, now in sbr/)
away completely.
+---
+git
+---
+
+As of December 2010, nmh has switched to using git for revision control
+instead of CVS. While the topic of git is beyond the scope of this FAQ,
+to get started with git & nmh, you can run the following command to checkout
+the nmh repository:
+
+ % git clone git://git.savannah.nongnu.org/nmh.git
+
+
-------------------------------------------------------
nmh-local functions to use in preference to OS versions
-------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
docs/README.developers | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. d9bed5c7b73965ffdc48176825690b94f096ec3b,
Ken Hornstein <=