Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Reverse revision commit ordering
Rūdolfs Ošiņš committed 2 years ago
commit b797c6a3f728ed9b716a8bdb8066160adc1a3e51
parent cdd0b9c7b654666918105386a6f78bfd981b20fe
1 file changed +1 -1
modified src/views/projects/Cob/Revision.svelte
@@ -295,7 +295,7 @@
          </Authorship>
          {#if response?.commits}
            <div class="commits txt-tiny">
-
              {#each response.commits as commit, i}
+
              {#each response.commits.reverse() as commit, i}
                <div class="commit-event">
                  <span>
                    <span class="commit-pointer">╰─</span>