The branch master has been updated
  discards  4c6dea4a88da460e9bc58b24b13b0e4133465334 (commit)
       via  79ff40e1b146b57350bbcafa7f245eb8254436b4 (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 (4c6dea4a88da460e9bc58b24b13b0e4133465334)
            \
             N -- N -- N (79ff40e1b146b57350bbcafa7f245eb8254436b4)

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.


- Log -----------------------------------------------------------------
commit 79ff40e1b146b57350bbcafa7f245eb8254436b4
Author: Richard Levitte <[email protected]>
Date:   Tue Sep 7 22:38:28 2021 +0200

    Correct mansidebar.html reference

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

Summary of changes:
 docs/sub-index.html.tt      | 2 +-
 docs/sub-man1-index.html.tt | 2 +-
 docs/sub-man3-index.html.tt | 2 +-
 docs/sub-man5-index.html.tt | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/sub-index.html.tt b/docs/sub-index.html.tt
index f1ade79..0b02457 100644
--- a/docs/sub-index.html.tt
+++ b/docs/sub-index.html.tt
@@ -31,7 +31,7 @@
          </footer>
        </article>
       </div>
-      <!--#include virtual="/docs/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.html" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man1-index.html.tt b/docs/sub-man1-index.html.tt
index e6a4b5d..2894fcf 100644
--- a/docs/sub-man1-index.html.tt
+++ b/docs/sub-man1-index.html.tt
@@ -34,7 +34,7 @@
          </footer>
        </article>
       </div>
-      <!--#include virtual="/docs/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.html" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man3-index.html.tt b/docs/sub-man3-index.html.tt
index 57cfd04..48b21c7 100644
--- a/docs/sub-man3-index.html.tt
+++ b/docs/sub-man3-index.html.tt
@@ -36,7 +36,7 @@
          </footer>
        </article>
       </div>
-      <!--#include virtual="/docs/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.html" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man5-index.html.tt b/docs/sub-man5-index.html.tt
index 2517295..28ebb0f 100644
--- a/docs/sub-man5-index.html.tt
+++ b/docs/sub-man5-index.html.tt
@@ -29,7 +29,7 @@
          </footer>
        </article>
       </div>
-      <!--#include virtual="/docs/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.html" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->

Reply via email to