Just noticed this weird "indent" in the commit history. Thought maybe I had a problem locally, but this seems like it's actually in master.
Seems like there's a split in the commit history as of a few days ago with a "Merge pull request #17", causing the commit history to indent for 3 years worth of commits going back as far as Nov 14 2021.
Maybe this is business as usual, it just seemed odd:
I find if I checkout fe7560fe6, which is the last commit from Aug
9 2024, just before that weird "parallelogram knuckle" in the
commit history occurs, then commit history goes back to normal,
e.g.
git checkout fe7560fe6
gitk <-- shows a normal
commit history
Like I said, not sure if that's a problem or not, but if it is,
seems like it might not be too late to fix it; there's only been
~10 commits since that merge.
--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/e00ba4fa-4d5d-4de2-8b34-212c0cbd553f%40seriss.com.
-- Greg Ercolano, er...@seriss.com Seriss Corporation Tel: +1 626-576-0010 ext.8 Cel: +1 310-266-8906 Skype: ercolano77 Rush Render Queue: http://seriss.com/rush/ 1A2 KSU Phone Systems: http://seriss.com/1a2-ksu/ Optical Printer Control: http://seriss.com/opcs/
Just noticed this weird "indent" in the commit history. Thought maybe I had a problem locally, but this seems like it's actually in master.
Seems like there's a split in the commit history as of a few days ago with a "Merge pull request #17", causing the commit history to indent for 3 years worth of commits going back as far as Nov 14 2021.
Maybe this is business as usual, it just seemed odd: ...