...

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

Documentation: cmd/go/testdata/vcstest/git

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

View as plain text