Text file src/cmd/go/testdata/vcstest/git/emptytest.txt

     1  handle git
     2  
     3  env GIT_AUTHOR_NAME='Russ Cox'
     4  env GIT_AUTHOR_EMAIL='rsc@golang.org'
     5  env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
     6  env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
     7  
     8  git init
     9  
    10  at 2018-07-03T22:35:49-04:00
    11  git add go.mod
    12  git commit -m 'initial'
    13  git branch -m master
    14  
    15  git log --oneline
    16  cmp stdout .git-log
    17  
    18  -- .git-log --
    19  7bb9146 initial
    20  -- go.mod --
    21  module vcs-test.golang.org/git/emptytest.git
    22  

View as plain text