-
Notifications
You must be signed in to change notification settings - Fork 0
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
What does commit history look like? #21
Comments
One goal of this project is indeed to avoid squashing the entire history of the upstream repo during pulls, and perhaps even during clones. However, the goal for the resulting history is more like that of git-subrepo, so all commits in the main repo ultimately have the same root. See for example this scenario showing the histories in both the main repo and the upstream repo: git-subrepo-ng/features/push_after_pull.feature Lines 27 to 56 in 284e961
|
You mentioned two design goals that really appeal to me, over regular git-subrepo:
Sounds like what you're working on might make people in this issue happy: ingydotnet/git-subrepo#246
Do you have any additional details (or example commit messages) showing what your version is doing (or will do) differently on that end?
My personal goal (as mentioned in my comment on the above link) would be something that looks like a merge commit from an orphaned branch:
The text was updated successfully, but these errors were encountered: