gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, master, updated. gawk-4.1.0-4783-gdd9fc807


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4783-gdd9fc807
Date: Wed, 13 Jul 2022 15:31:37 -0400 (EDT)

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  dd9fc807eea3e60c358795e1ca343b1cfcd3a65c (commit)
      from  6089ba6ae9e5e7204ae1e3610a5b594fe8f29b4d (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=dd9fc807eea3e60c358795e1ca343b1cfcd3a65c

commit dd9fc807eea3e60c358795e1ca343b1cfcd3a65c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Jul 13 22:31:21 2022 +0300

    Add a new helper file.

diff --git a/helpers/ChangeLog b/helpers/ChangeLog
index 3b94b48b..264efef4 100644
--- a/helpers/ChangeLog
+++ b/helpers/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * pull-all.sh: New file.
+
 2022-04-21         Arnold D. Robbins     <arnold@skeeve.com>
 
        * testdfa.c: Several general improvements and additions to sync
diff --git a/helpers/pull-all.sh b/helpers/pull-all.sh
new file mode 100755
index 00000000..e948e473
--- /dev/null
+++ b/helpers/pull-all.sh
@@ -0,0 +1,8 @@
+#! /bin/bash
+
+for i in $( git branch | awk '{ print $NF }')
+do
+       git checkout $i && git pull
+done
+
+git checkout master

-----------------------------------------------------------------------

Summary of changes:
 helpers/ChangeLog   | 4 ++++
 helpers/pull-all.sh | 8 ++++++++
 2 files changed, 12 insertions(+)
 create mode 100755 helpers/pull-all.sh


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]