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
git-sync --fetch is a no-op #256
Conversation
|
Webrevs
|
@edvbld This change can now be integrated. The commit message will be:
Since the source branch of this PR was last updated there has been 1 commit pushed to the
Since there are no conflicts, your changes will automatically be rebased on top of the above commits when integrating. If you prefer to do this manually, please merge
|
/integrate |
Mailing list message from Erik Helin on skara-dev: Changeset: 47f068b git-sync --fetch is a no-op Reviewed-by: rwestberg ! cli/src/main/java/org/openjdk/skara/cli/GitSync.java |
Hi all,
please review this smallp patch that just removes the
--fetch
option fromgit-sync
. The option is not needed sincegit-sync
always implicitly does a fetch, so there is no point in providing this flag.Thanks,
Erik
Progress
Approvers