Commit Graph

2 Commits

Author SHA1 Message Date
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
Patrick Lühne
36926752c7
Test submodule.recurse option
This unit test demonstrates an issue that’s present for users of the Git
configuration option submodule.recurse. When set to true, Git LFS
reproducibly fails with error messages from Git child processes claiming
that the command-line option --super-prefix isn’t supported by Git
commands including git version, git config, and git rev-parse.
2020-03-10 01:37:20 +01:00