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

repo.sync returns error when it has nothing to stash and apply #18

Closed
Mrono opened this issue Mar 27, 2014 · 1 comment
Closed

repo.sync returns error when it has nothing to stash and apply #18

Mrono opened this issue Mar 27, 2014 · 1 comment

Comments

@Mrono
Copy link

Mrono commented Mar 27, 2014

If I have a clean repo, nothing to stash and run a sync, I get '{"killed":false,"code":1,"signal":null}'. If I make a 'change' and run it again it completes normally

@Mrono
Copy link
Author

Mrono commented Mar 27, 2014

On more investigation, stash save doesn't stash untracked files without -u, but the repo still reports clean: false which is causing the error.

save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]

notatestuser added a commit that referenced this issue Apr 1, 2014
#18 Adding stashing for untracked files
@Mrono Mrono closed this as completed Apr 10, 2014
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

No branches or pull requests

1 participant