You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we need to review series of commits from someone in a period of time.
We have to do such like:
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.
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.
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:
The text was updated successfully, but these errors were encountered:
watergear
changed the title
Support show multiple commits as one diff
Support show multiple commits as one diff view
Sep 30, 2016
Sometimes we need to review series of commits from someone in a period of time.
We have to do such like:
E.g
run
Git: View Commits from Selected Lines
, and then multiple commits are showed in indiviual views.E.g
press
Alt+`
and rundiff start end
, and then one commit is showed in panel view.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:
The text was updated successfully, but these errors were encountered: