URI: 
       Refer to mage instead of make in comment regarding commitHash - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 7118f89cf35246767e26dcb5e747469ffa61f473
   DIR parent e6dd312812c7c711986af2d60f2999d116b82ea0
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Tue,  9 Feb 2021 09:57:18 -0700
       
       Refer to mage instead of make in comment regarding commitHash
       
       Diffstat:
         M common/hugo/hugo.go                 |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go
       @@ -34,8 +34,8 @@ const (
        )
        
        var (
       -        // commitHash contains the current Git revision. Use make to build to make
       -        // sure this gets set.
       +        // commitHash contains the current Git revision.
       +        // Use mage to build to make sure this gets set.
                commitHash string
        
                // buildDate contains the date of the current build.