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-4770-gb83112af


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4770-gb83112af
Date: Fri, 8 Jul 2022 03:11:10 -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  b83112af7b45fc63b31239f40ca99c617c35c727 (commit)
       via  6477ed349723a4816ea6123dd8f8128d7a34431d (commit)
       via  381bf4c82c13e663172daa8d607ab91cd4bf919e (commit)
       via  66c36485ab9e5115789418a57d51cb301c5edd48 (commit)
      from  d2e694ad66a379fa128137d19c10b77b942972f2 (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=b83112af7b45fc63b31239f40ca99c617c35c727

commit b83112af7b45fc63b31239f40ca99c617c35c727
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 8 10:10:30 2022 +0300

    Updates to gawkworkflow.texi.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 067a4333..65c439a1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawkworkflow.texi: Some cleanups and updates.
+
 2022-07-07         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in: Additional indexing. Thanks to Antonio
diff --git a/doc/gawkworkflow.info b/doc/gawkworkflow.info
index 1173e2d9..f45f1c48 100644
--- a/doc/gawkworkflow.info
+++ b/doc/gawkworkflow.info
@@ -1,10 +1,11 @@
 This is gawkworkflow.info, produced by makeinfo version 6.8 from
 gawkworkflow.texi.
 
-Copyright (C) 2017, 2018, 2019, 2020 Free Software Foundation, Inc.
+Copyright (C) 2017, 2018, 2019, 2020, 2022 Free Software Foundation,
+Inc.
 
 
-   This is Edition 0.73 of 'Participating in 'gawk' Development'.
+   This is Edition 0.74 of 'Participating in 'gawk' Development'.
 
    Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -35,10 +36,11 @@ General Introduction
 This file describes how to participate in software development for GNU
 Awk ('gawk') (http://www.gnu.org/software/gawk).
 
-   Copyright (C) 2017, 2018, 2019, 2020 Free Software Foundation, Inc.
+   Copyright (C) 2017, 2018, 2019, 2020, 2022 Free Software Foundation,
+Inc.
 
 
-   This is Edition 0.73 of 'Participating in 'gawk' Development'.
+   This is Edition 0.74 of 'Participating in 'gawk' Development'.
 
    Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -309,7 +311,7 @@ continue to improve it, until it's ready for integration 
into 'master'.
      with pull requests from GitHub (http://github.com) or any other
      Git-based software hosting service.  You must submit patches to the
      mailing list, and be willing to sign paperwork for large patches
-     (*note Doing paperwork::.
+     (*note Doing paperwork::).
 
    The <bug-gawk@gnu.org> mailing list is not private.  Anyone may send
 mail to it, and anyone may subscribe to it.  To subscribe, go to the
@@ -1727,7 +1729,7 @@ given Git command.
      Restore the original state of the repo, especially with the
      '--hard' option.  Read up on this command, and use it carefully.
 
-'git statsh'
+'git stash'
      Save your current changes in a special place within Git.  They can
      be restored with 'git stash pop', even on a different branch.  Use
      'git stash list' to see the list of stashed changes.
@@ -1993,69 +1995,69 @@ Index
 
 
 Tag Table:
-Node: Top1121
-Node: Preface5211
-Node: Intended Audience5776
-Node: This Manual6650
-Node: Conventions8171
-Node: Acknowledgments9640
-Node: Reviewers10077
-Node: Contributing10398
-Node: Using Git13769
-Node: Push Pull14525
-Node: Repo Copies16070
-Ref: savannah-repo17053
-Ref: your-repo18087
-Ref: Repo Copies-Footnote-119782
-Node: Local Branches19839
-Ref: your-repo-221612
-Ref: Local Branches-Footnote-122694
-Node: Branches are state22752
-Node: Repo State23475
-Node: Local State25595
-Node: Remotes26259
-Node: Configuring git27573
-Ref: Configuring git-Footnote-129932
-Node: Development without commit access30101
-Node: Cloning31157
-Ref: Cloning-Footnote-132693
-Node: Switching Branches32760
-Node: Starting A New Branch33378
-Ref: Starting A New Branch-Footnote-135285
-Ref: Starting A New Branch-Footnote-235343
-Node: Undoing a change35419
-Node: Saving Without Committing36039
-Node: Updating37597
-Node: Rebasing38108
-Node: Merge Conflicts38720
-Node: Submitting Changes40930
-Ref: Submitting Changes-Footnote-143074
-Ref: Submitting Changes-Footnote-243111
-Ref: Submitting Changes-Footnote-343147
-Node: Removing Branches43193
-Node: Points to remember43729
-Node: Development with commit access45406
-Node: Initial setup46051
-Node: ssh clone46839
-Node: Developing patches47412
-Node: Developing new features48745
-Node: Developing fixes50645
-Node: General practices51728
-Node: Repo Maintenance56427
-Ref: Repo Maintenance-Footnote-159299
-Node: Development Stuff59435
-Node: Coding style59998
-Ref: Coding style-Footnote-160656
-Node: Doing paperwork60746
-Node: Tools61541
-Node: GNU Tools62123
-Node: Compilers64284
-Ref: Compilers-Footnote-166894
-Node: Debugging66932
-Node: Cheat Sheet67695
-Node: Resources71605
-Node: TODO72182
-Node: Index72402
+Node: Top1127
+Node: Preface5223
+Node: Intended Audience5788
+Node: This Manual6662
+Node: Conventions8183
+Node: Acknowledgments9652
+Node: Reviewers10089
+Node: Contributing10410
+Node: Using Git13782
+Node: Push Pull14538
+Node: Repo Copies16083
+Ref: savannah-repo17066
+Ref: your-repo18100
+Ref: Repo Copies-Footnote-119795
+Node: Local Branches19852
+Ref: your-repo-221625
+Ref: Local Branches-Footnote-122707
+Node: Branches are state22765
+Node: Repo State23488
+Node: Local State25608
+Node: Remotes26272
+Node: Configuring git27586
+Ref: Configuring git-Footnote-129945
+Node: Development without commit access30114
+Node: Cloning31170
+Ref: Cloning-Footnote-132706
+Node: Switching Branches32773
+Node: Starting A New Branch33391
+Ref: Starting A New Branch-Footnote-135298
+Ref: Starting A New Branch-Footnote-235356
+Node: Undoing a change35432
+Node: Saving Without Committing36052
+Node: Updating37610
+Node: Rebasing38121
+Node: Merge Conflicts38733
+Node: Submitting Changes40943
+Ref: Submitting Changes-Footnote-143087
+Ref: Submitting Changes-Footnote-243124
+Ref: Submitting Changes-Footnote-343160
+Node: Removing Branches43206
+Node: Points to remember43742
+Node: Development with commit access45419
+Node: Initial setup46064
+Node: ssh clone46852
+Node: Developing patches47425
+Node: Developing new features48758
+Node: Developing fixes50658
+Node: General practices51741
+Node: Repo Maintenance56440
+Ref: Repo Maintenance-Footnote-159312
+Node: Development Stuff59448
+Node: Coding style60011
+Ref: Coding style-Footnote-160669
+Node: Doing paperwork60759
+Node: Tools61554
+Node: GNU Tools62136
+Node: Compilers64297
+Ref: Compilers-Footnote-166907
+Node: Debugging66945
+Node: Cheat Sheet67708
+Node: Resources71617
+Node: TODO72194
+Node: Index72414
 
 End Tag Table
 
diff --git a/doc/gawkworkflow.texi b/doc/gawkworkflow.texi
index 77abcca9..21d7d979 100644
--- a/doc/gawkworkflow.texi
+++ b/doc/gawkworkflow.texi
@@ -28,10 +28,10 @@
 @c applies to and all the info about who's publishing this edition
 
 @c These apply across the board.
-@set UPDATE-MONTH June, 2020
+@set UPDATE-MONTH July, 2022
 
 @set TITLE Participating in @command{gawk} Development
-@set EDITION 0.73
+@set EDITION 0.74
 
 @iftex
 @set DOCUMENT booklet
@@ -144,13 +144,13 @@ Fax: +1-617-542-2652
 Email: <email>gnu@@gnu.org</email>
 URL: <ulink 
url="http://www.gnu.org";>http://www.gnu.org/</ulink></literallayout>
 
-<literallayout class="normal">Copyright &copy; 2017, 2018, 2019, 2020
+<literallayout class="normal">Copyright &copy; 2017, 2018, 2019, 2020, 2022
 Free Software Foundation, Inc.
 All Rights Reserved.</literallayout>
 @end docbook
 
 @ifnotdocbook
-Copyright @copyright{} 2017, 2018, 2019, 2020
+Copyright @copyright{} 2017, 2018, 2019, 2020, 2022
 Free Software Foundation, Inc.
 @end ifnotdocbook
 @sp 2
@@ -532,7 +532,7 @@ contributions, the @command{gawk} project will @strong{not} 
work
 with pull requests from @uref{http://github.com, GitHub} or any other
 Git-based software hosting service.  You must submit patches to the
 mailing list, and be willing to sign paperwork for large patches
-(@pxref{Doing paperwork}.
+(@pxref{Doing paperwork}).
 @end quotation
 
 The @email{bug-gawk@@gnu.org} mailing list is not private.  Anyone may
@@ -2176,7 +2176,7 @@ with respect to the original branch from which they were 
started.
 Restore the original state of the repo, especially with the
 @option{--hard} option.  Read up on this command, and use it carefully.
 
-@item git statsh
+@item git stash
 @cindex @command{git} command @subentry @code{git stash}
 Save your current changes in a special place within Git.  They can
 be restored with @samp{git stash pop}, even on a different branch.

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

Summary of changes:
 doc/ChangeLog         |   4 +
 doc/gawkworkflow.info | 402 ++++++++++++++++++++++++++++++--------------------
 doc/gawkworkflow.texi | 334 ++++++++++++++++++++++++-----------------
 3 files changed, 437 insertions(+), 303 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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