summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/vcstest/git/emptytest.txt
blob: 4526202a7bd861936ce796a6d4c0bdebadcdae50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
handle git

env GIT_AUTHOR_NAME='Russ Cox'
env GIT_AUTHOR_EMAIL='rsc@golang.org'
env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL

git init

at 2018-07-03T22:35:49-04:00
git add go.mod
git commit -m 'initial'
git branch -m master

git log --oneline
cmp stdout .git-log

-- .git-log --
7bb9146 initial
-- go.mod --
module vcs-test.golang.org/git/emptytest.git