pcottle.learnGitBranching/src/js/git
David Nelson b9f8e19162 Implement log using RevisionRange
This changes the implementation of the "log" command to use the RevisionRange
functionality. RevisionRange sorts the results in order of reverse create time,
to match real git. This is a change from the previous implementation of log,
which essentially produced a breadth-first ordering.
2019-04-19 01:58:53 -05:00
..
commands.js Implement log using RevisionRange 2019-04-19 01:58:53 -05:00
gitShim.js temporary UNSTABLE since codemod went nuts 2015-04-20 17:05:21 +10:00
headless.js Add tests for currently supported log arguments 2019-04-19 01:57:58 -05:00
index.js Implement log using RevisionRange 2019-04-19 01:58:53 -05:00