-
Notifications
You must be signed in to change notification settings - Fork 87
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
globbed directory with --ref seems to not work #137
Comments
Reading the documentation now and testing something similar it seems like this shouldn't have worked with or without the --ref anyway so I'm closing and opening a feature enhancement issue instead. |
The error message you received regarding |
Ran into this today, does seem like a legitimate bug and no This doesn't work, based on a README example:
|
git show returns with exit code 128, in case of non-existing file. This change checks if the .fresh-order is part of the directory and only if the file is present the git show command will be invoked. Issue: freshshell#137
Seems like I've encountered a bug when trying to do this:
fresh DanielVartanov/willgit bin/\* --ref=f5403069d33dc0887267278080d74c2e6a197441 --bin
When running fresh, it errors out with "fatal: Path 'bin/.fresh-order' does not exist in 'f5403069d33dc0887267278080d74c2e6a197441'".
Removing the --ref argument makes it work.
The text was updated successfully, but these errors were encountered: