Skip to content

Small cleanups #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 22, 2020
Merged

Small cleanups #392

merged 3 commits into from
Jun 22, 2020

Conversation

derrickstolee
Copy link
Contributor

  1. @ForNeVeR reported a doc bug with the main branch which doesn't exist in microsoft/vfsforgit.
  2. @sluongng pointed out that checkout.optimizeNewBranch doesn't exist anymore. Resolves Remove checkout.optimizeNewBranch #388.
  3. @nikola-sh requested that core.autocrlf and core.safecrlf be optional. Resolves Scalar forces autocrlf=false and safecrlf=false for cloned repo #391.

@@ -18,7 +18,7 @@ Creating a new Scalar clone using the GVFS Protocol
---------------------------------------------------

The `clone` verb creates a local enlistment of a remote repository using the
[GVFS protocol](https://github.com/microsoft//VFSForGit/blob/main/Protocol.md).
[GVFS protocol](https://github.com/microsoft//VFSForGit/blob/HEAD/Protocol.md).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry to bother you again, but could you fix a double slash here, too? // seems a bit untidy. Here, and in the index.md too.

@dscho
Copy link
Member

dscho commented Jun 22, 2020

The commit message of the third commit refers to a non-existing auto.crlf setting, but I think it is obvious enough that core.*crlf was meant.

@derrickstolee derrickstolee merged commit e6af600 into microsoft:main Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scalar forces autocrlf=false and safecrlf=false for cloned repo Remove checkout.optimizeNewBranch
3 participants