Re: [git-users] Driving a little train (dot/point/circle) across the branches.

2022-01-15 Thread skybuck2000
On Saturday, January 15, 2022 at 5:29:59 PM UTC+1 Magnus Therning wrote: > > Maybe https://jonas.github.io/tig/ fits the bill. > > >From the description and visuals it seems like this may allow to drive around like a choo choo train, but with extras... not yet sure I like the extras... I ask

Re: [git-users] Driving a little train (dot/point/circle) across the branches.

2022-01-15 Thread Magnus Therning
Maybe https://jonas.github.io/tig/ fits the bill. /M skybuck2000 writes: It would be nice if there was some kind of train/vehicle/dot/point/circle that could be moved across the branches. For example on the output of git log --graph --all. By using the cursor keys the train/dot can then

[git-users] Driving a little train (dot/point/circle) across the branches.

2022-01-15 Thread skybuck2000
It would be nice if there was some kind of train/vehicle/dot/point/circle that could be moved across the branches. For example on the output of git log --graph --all. By using the cursor keys the train/dot can then be moved up,down,left,right. Left,Right to change/choose branch, Up/Down to mov

Re: [git-users] Re: Try to reproduce a sample repository according History Simplification section of git log

2022-01-15 Thread Philip Oakley
I think " The commit c was made with empty change, git commit --allow-empty!" isn't a correct reading of the docs. https://github.com/ChuckTest/git-history-test/blob/de6543aca0c16e4740a8834f4df23894bea5d776/foo As noted earlier, my reading of the text is that file foo should have changed to co

Re: [git-users] Re: Try to reproduce a sample repository according History Simplification section of git log

2022-01-15 Thread Chuck Lu
Finally, I made a sample repository https://github.com/ChuckTest/git-history-test. The commit c was made with empty change, git commit --allow-empty And the TREESAME only consider file foo, if you do not modify the content of foo and make a new commit, then it's TREESAME for file foo. The defa