gnucash-docs maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 30 09:44:08 EDT 2018


  discards  https://github.com/Gnucash/gnucash-docs/commit/5d3e6dac (commit)
Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/94f1bc12 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/9b6b811d (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/3f2a8c29 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/8ffc1515 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (https://github.com/Gnucash/gnucash-docs/commit/5d3e6dac)
            \
             N -- N -- N (https://github.com/Gnucash/gnucash-docs/commit/94f1bc12)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.



commit 94f1bc12a3344224194cb6db1f331af6db1edc4e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 30 14:58:30 2018 +0200

    Add travis continuous integration to docs
    
    That way all PR's we receive will automatically be checked with xmllint.
    This may simplify contribution for people not comfortable with build tools.

commit 9b6b811df1f1fb2cb5818bcaa824f3c7f8a852f0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat May 12 21:56:07 2018 +0800

    Document Filter/Closing transactions feature

commit 3f2a8c29abd5169d3af2eac3a325ff3f6c08e11e
Author: David T <sunfish62 at yahoo.com>
Date:   Fri Aug 24 11:59:27 2018 -0400

    Bug 791169 - Add Reconciliation definition to glossary

commit 8ffc1515cb0d5a6bc218fa6c6dd795d6bbc97d2f
Merge: 94744d9 f4a58ba
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 30 15:39:17 2018 +0200

    Merge branch 'maint-progress' of https://github.com/christopherlam/gnucash-docs into maint



Summary of changes:
 .travis.yml                     | 15 +++++++++++++++
 guide/C/gnc-glossary.xml        | 12 ++++++++++++
 help/C/Help_ch_Reports.xml      | 11 +++++++++++
 util/ci/afterfailure            | 17 +++++++++++++++++
 util/ci/commonbuild             | 22 ++++++++++++++++++++++
 util/ci/ubuntu-14.04-docker     |  7 +++++++
 util/ci/ubuntu-14.04-testscript |  6 ++++++
 7 files changed, 90 insertions(+)
 create mode 100644 .travis.yml
 create mode 100755 util/ci/afterfailure
 create mode 100644 util/ci/commonbuild
 create mode 100644 util/ci/ubuntu-14.04-docker
 create mode 100644 util/ci/ubuntu-14.04-testscript



More information about the gnucash-patches mailing list