URI: 
       snap: Add git to snap package for GitInfo - 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 a3a3f5b86114213a23337499551f000662b26022
   DIR parent 404e2994e51756378c63c27ca8930029732d2776
  HTML Author: Guy Halse <guy@tenet.ac.za>
       Date:   Mon, 25 Sep 2017 13:51:00 +0200
       
       snap: Add git to snap package for GitInfo
       
       Add git into the staged packages, so that the git binary is available
       and hugo --enableGitInfo works for users of the snap package.
       
       Fixes gohugoio/hugo#3896
       
       Diffstat:
         M snapcraft.yaml                      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/snapcraft.yaml b/snapcraft.yaml
       @@ -22,6 +22,7 @@ parts:
              - git
              - make
            stage-packages:
       +      - git
              - python-pygments
            prepare: |
              export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go