kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 390 forks source link

Support show multiple commits as one diff view #497

Open watergear opened 8 years ago

watergear commented 8 years ago

Sometimes we need to review series of commits from someone in a period of time.

image

We have to do such like: 1) Show each commit one by one in a period of time. E.g run Git: View Commits from Selected Lines, and then multiple commits are showed in indiviual views.

image image

2) Show total difference between two commits at the begin and end time. E.g press Alt+` and run diff start end, and then one commit is showed in panel view.

image image But there are maybe some unexpected difference (do not from the specific commits) are show to us. The hello2.txt is unexpected for us.


Need to provide a command to show all difference as only ONE diff view from specific commits. We suppose to see: image image