[web] master update

Richard Levitte levitte at openssl.org
Tue Sep 7 20:53:18 UTC 2021


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

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 4c6dea4a88da460e9bc58b24b13b0e4133465334
Author: Richard Levitte <levitte at openssl.org>
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 +-
 docs/sub-man7-index.html.tt | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/sub-index.html.tt b/docs/sub-index.html.tt
index b0b3bb3..f1ade79 100644
--- a/docs/sub-index.html.tt
+++ b/docs/sub-index.html.tt
@@ -31,7 +31,7 @@
 	  </footer>
 	</article>
       </div>
-      <!--#include virtual="/inc/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.shtml" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man1-index.html.tt b/docs/sub-man1-index.html.tt
index d213130..e6a4b5d 100644
--- a/docs/sub-man1-index.html.tt
+++ b/docs/sub-man1-index.html.tt
@@ -34,7 +34,7 @@
 	  </footer>
 	</article>
       </div>
-      <!--#include virtual="/inc/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.shtml" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man3-index.html.tt b/docs/sub-man3-index.html.tt
index 03aee4f..57cfd04 100644
--- a/docs/sub-man3-index.html.tt
+++ b/docs/sub-man3-index.html.tt
@@ -36,7 +36,7 @@
 	  </footer>
 	</article>
       </div>
-      <!--#include virtual="/inc/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.shtml" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man5-index.html.tt b/docs/sub-man5-index.html.tt
index 9cc6826..2517295 100644
--- a/docs/sub-man5-index.html.tt
+++ b/docs/sub-man5-index.html.tt
@@ -29,7 +29,7 @@
 	  </footer>
 	</article>
       </div>
-      <!--#include virtual="/inc/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.shtml" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->
diff --git a/docs/sub-man7-index.html.tt b/docs/sub-man7-index.html.tt
index 74c6119..799772a 100644
--- a/docs/sub-man7-index.html.tt
+++ b/docs/sub-man7-index.html.tt
@@ -29,7 +29,7 @@
 	  </footer>
 	</article>
       </div>
-      <!--#include virtual="/inc/mansidebar.shtml" -->
+      <!--#include virtual="/docs/mansidebar.html" -->
     </div>
   </div>
 <!--#include virtual="/inc/footer.shtml" -->


More information about the openssl-commits mailing list