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

git xcp archive : commit of release can't add when any changes are not found in master branch. #7

Open
metasmile opened this issue Apr 6, 2016 · 0 comments

Comments

@metasmile
Copy link
Owner

Should fix when output following msg :

Squash commit -- not updating HEAD
Automatic merge went well; stopped before committing as requested

In this case, no more additional commits has not been added when any changes are not found in current working tree (in this case, master).
So then, handle like this:

git commit --allow-empty -m '[Release {TARGET}/{VERSION}]'
@metasmile metasmile added the bug label Apr 6, 2016
@metasmile metasmile changed the title gix xcp archive : commit of release can't add when no changes are not found in master branch. git xcp archive : commit of release can't add when no changes are not found in master branch. Apr 6, 2016
@metasmile metasmile changed the title git xcp archive : commit of release can't add when no changes are not found in master branch. git xcp archive : commit of release can't add when any changes are not found in master branch. Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant