[gnome-continuous] Show checksum for commits in the commit log



commit b31b2fe659b8e4f815bcebc245ea653456402a8f
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Wed Feb 12 20:54:58 2014 +0100

    Show checksum for commits in the commit log
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724251

 .../partials/gnome-continuous-log.html             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extras/build.gnome.org/partials/gnome-continuous-log.html 
b/extras/build.gnome.org/partials/gnome-continuous-log.html
index 5806afc..68ad254 100644
--- a/extras/build.gnome.org/partials/gnome-continuous-log.html
+++ b/extras/build.gnome.org/partials/gnome-continuous-log.html
@@ -10,7 +10,7 @@
        <span ng-show="expand">
          <pre>{{ modified.diffstat }}</pre>
          <div ng-repeat="commit in modified.gitlog | limitTo:commitLimit">
-           <span>{{ commit.From }} : {{ commit.Subject }}</span>
+           <span>{{commit.Checksum.substring(0,8)}} {{ commit.From }} : {{ commit.Subject }}</span>
          </div>
          <div ng-if="modified.gitlog.length > commitLimit">... {{ commitLimit - modified.gitlog.length }} 
more</div>
        </span>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]