Commit graph

8 commits

Author SHA1 Message Date
David Nelson
8529a3aac7 Implement rev-list
This commit introduces the RevisionRange, which more closely follows real git
in terms of identifying a range of revisions than the current implementation of
log. RevisionRange is being used in the new rev-list command first because it
is easy to test for ordering. A future commit will replace the existing
implementation of log with RevisionRange.
2019-04-19 01:58:34 -05:00
David Nelson
6e5d6a64e9 Add tests for currently supported log arguments 2019-04-19 01:57:58 -05:00
Hongarc
41bb6d1bd7 Fix more typo, ' and some word 2018-11-30 22:11:38 +07:00
Peter Cottle
0e61b0ce5f handle the ' too 2018-09-28 20:35:53 -05:00
Peter Cottle
e8d3bf8667 Resolves #483 case sensitivity 2018-09-28 20:30:06 -05:00
Peter Cottle
9a58c59705 one more test for #201 2016-09-25 13:51:23 -07:00
Peter Cottle
32c80bdb87 Resolves #201 -- allow dashes and slashes in branch names 2016-09-25 13:49:46 -07:00
Roman
e068203893 Move tests to the root 2016-02-15 01:10:25 +05:00
Renamed from src/js/__tests__/git.spec.js (Browse further)