gitHistoryVSCode
gitHistoryVSCode copied to clipboard
group commits by date
Can you add setting to group commits by date? Sample:
------------------------------ 2017-03-14
commit1....................................[copy hash]
commit2....................................[copy hash]
------------------------------ 2017-03-13
commit3....................................[copy hash]
------------------------------ 2017-03-10
commit4....................................[copy hash]
commit5....................................[copy hash]
commit6....................................[copy hash]
commit7....................................[copy hash]
------------------------------------
Git did not return ordered log => you can just check if date of next commit != date of previous commit => + group date In result we can got duplicates of groups, but this is not a problem. Anyway groups will help to find required date commits.
thank you.
It would be nice like github commit history @ole1986