git-lfs/t/cmd
brian m. carlson 9e006ac4e2
Rename default branch in tests to "main"
Currently, our default branch in tests is "master".  This is the Git
default, but the Git default will likely change in the future, so it
makes sense to update our testsuite to be explicit about the branch
name.  We'll ensure this continues by building against older versions of
Git as well as newer versions.

We use "main" for the new branch name, since that's the proposed value
upstream.

This commit was made entirely by automated means using the following
command:

  git grep -l master t | xargs sed -i -e 's/master/main/g'
2020-07-08 15:38:17 +00:00
..
util Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
git-credential-lfsnoop.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
git-credential-lfstest.go t/cmd: make credential helper produce useful errors 2019-09-09 14:07:37 +00:00
lfs-askpass.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-ssh-echo.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-ssh-proxy-test.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfstest-count-tests.go Log test server stderr to log 2019-03-27 17:18:20 +00:00
lfstest-customadapter.go lfsapi: add Access param to DoWithAuth() 2018-09-28 14:16:55 -07:00
lfstest-gitserver.go fix upload retry 'file already closed' issue' 2020-02-26 11:13:54 +08:00
lfstest-realpath.go t/cmd: mark lfstest-realpath as being a test tool 2019-10-01 14:29:32 +00:00
lfstest-standalonecustomadapter.go tq: pass custom transfer adapter args to the shell 2018-09-14 23:52:38 +00:00
lfstest-testutils.go t: move testutils.go to cmd sub-package 2018-07-13 12:54:18 -05:00