Skip to content
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

Change some flags (breaking) #300

Merged
merged 3 commits into from
Nov 9, 2020
Merged

Commits on Nov 9, 2020

  1. Make the --root flag required, no default

    BREAKING CHANGE
    
    The default of $HOME has caused problems for people playing with
    git-sync, so this change makes it a required argument.
    thockin committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    af2ae5b View commit details
    Browse the repository at this point in the history
  2. Don't allow --dest to start with a dot

    BREAKING CHANGE
    
    It's useful to reserve names that start with a dot.
    thockin committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    0e80245 View commit details
    Browse the repository at this point in the history
  3. Fix SSH docs to use 2 dashes

    thockin committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a2fa689 View commit details
    Browse the repository at this point in the history