[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. eb126595c90ac7f6242415d
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. eb126595c90ac7f6242415dfd29d6c88a8f0f0a2 |
Date: |
Sun, 05 Aug 2012 13:52:56 +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 "gawk".
The branch, master has been updated
via eb126595c90ac7f6242415dfd29d6c88a8f0f0a2 (commit)
from f7369c4de041f3090809536aaf95f7363aac0293 (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.sv.gnu.org/cgit/gawk.git/commit/?id=eb126595c90ac7f6242415dfd29d6c88a8f0f0a2
commit eb126595c90ac7f6242415dfd29d6c88a8f0f0a2
Author: Arnold D. Robbins <address@hidden>
Date: Sun Aug 5 16:52:22 2012 +0300
More stuff in README.git.
diff --git a/ChangeLog b/ChangeLog
index 7c14773..d4dc5e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-05 Arnold D. Robbins <address@hidden>
+
+ * README.git: More stuff added.
+
2012-05-11 Arnold D. Robbins <address@hidden>
Sweeping change: Use `bool', `true', and `false' everywhere.
diff --git a/README.git b/README.git
index 9de8575..7dbc24c 100644
--- a/README.git
+++ b/README.git
@@ -1,4 +1,4 @@
-Mon Oct 24 21:50:18 IST 2011
+Sun Aug 5 16:25:58 IDT 2012
============================
If you are reading this, you have retrieved the gawk code base via
@@ -33,6 +33,15 @@ Gawk Maintainer
Here are some questions and answers related to using git compiled
by several of the gawk maintainers.
+- I don't want to mess with git. Can I just get a tarball of a branch without
+ a lot of hassle?
+
+Yes. Use something like this:
+
+ wget
http://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-BRANCH-NAME.tar.gz
+
+Put the right thing in place of BRANCH-NAME.
+
- How can I check out the GIT repository ?
Depending upon your working habits, there are several options.
@@ -232,7 +241,7 @@ Now I want to catch up with recent changes in the master
branch.
- I have made stupid changes to a file and want the original back, how ?
- svn checkout file_name.ext
+ git checkout file_name.ext
This will only work if the file was not yet committed.
If you have already committed the change and want back the
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
README.git | 13 +++++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. eb126595c90ac7f6242415dfd29d6c88a8f0f0a2,
Arnold Robbins <=