From 1ca76ee10dcc9c5b0ef3f91b4c1c3dae639c8256 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 8 Jul 2021 23:15:14 +0100 Subject: [PATCH] Fixed bug: entries in trees are sorted alphabetically, and subtrees don't come before blobs --- index.html | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 5e57151..476d72d 100644 --- a/index.html +++ b/index.html @@ -1173,30 +1173,36 @@ This is done by creating a tree object

}); -

In the contents of a tree, subdirectories (trees) are listed before files (blobs); - within each group the entries are ordered alphabetically.

+

In the contents of a tree, the entries are ordered alphabetically.