-
Notifications
You must be signed in to change notification settings - Fork 899
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
restore exercise: git log --all behaves strange #348
Comments
More info:
But running
|
This is not due to a difference between |
After thinking hard about this and re-reading the git log docs, I arrived at the theory that this is a side-effect of the setup being scripted, which results in a git-repo where all 3 commits are made in the same second and thus have the same unix timestamp. This means that I tested this theory by adding a I don't think I will actually fix anything in the exercise, as: a) it is not actually problematic for solving the exercise and This was just weird behaviour seen and mentioned by a participant during a in-person training session, so I created the bug-report to remind myself to investigate later. Now that I have done that, I understand that this is a small corner case that few people will run into and even fewer will actually notice and be confused by, so it is not really worth annoying everyone with sleep delays in the setup. Since I am not changing anything, there is no change/PR to review, but maybe some others would like to "review" my conclusion before I close the issue? (pinging @sofusalbertsen @zanderhavgaard ) |
log --all shows commits in odd order, where the tagged commit is shown in the middle.
Investigate why, and find a fix?
The text was updated successfully, but these errors were encountered: