Re: subtree merging fails

2017-02-08 Thread Stavros Liaskos
@Samuel Lijin I tried now and I get: "merge: branch_name
- not something we can merge". Maybe that is something easy to fix but currently I am using a workaround script so I am not putting any more effort at this at the moment. @David Aguilar That's true but the trailing slash is already there.

subtree merging fails

2017-02-07 Thread Stavros Liaskos
Following the instructions here: https://git-scm.com/book/en/v1/Git-Tools-Subtree-Merging will lead to an error. In particular, if the subtree is merged and then updated, this command that is supposed to update the local subtree fails with a fatal: refusing to merge unrelated histories error. $

subtree merging fails

2017-02-06 Thread Stavros Liaskos
Hi, Please check this issue for a description of the bug: https://github.com/git/git-scm.com/issues/896#issuecomment-277587626 Regards, Stavros