Add jump to previous / next commit in Log Dialog
View options
- Truncate descriptions
By @ch3cooli on November 25, 2012 05:21 (imported from Google Code)
With DVCS, we can present the history graph in DAG.
When there are a lot of merging, there will be a lot of lanes overlapping each other.
If someone merges a very old commit, the user has to scroll down a lot to locate the old commit from DAG.
These may make it difficult to locate the desired commit.
To make it easier to locate the desired commit from a complex and long DAG,
I suggest to add jump to previous / next commit function in Log Dialog.
Here are some criteria to search:
same author email
same committer email
merge point
parent 1
parent 2
What version of TortoiseGit and msysgit are you using? On
what operating system?
TortoiseGit 1.7.15
- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.