Commit graph

16 commits

Author SHA1 Message Date
Peter Cottle
c765e476d5 Add test coverage for #734 2020-09-16 11:59:52 -07:00
hongarc
17e4f195e5 chore(jasmine): fix test in travis-ci
auto detect language
2020-03-15 11:06:03 +07:00
hongarc
edfd052c4c chore: use gulp instead of grunt 2020-03-15 03:54:56 +07:00
Peter Cottle
496579b717 Test coverage for deleting tags, PR #599 2019-09-04 22:02:20 -07:00
David Nelson
44e7596381 Support range operator in revision range (log and rev-list) 2019-04-22 15:51:34 -05:00
Peter Cottle
06e0f29acf
Merge pull request #565 from eatdrinksleepcode/revision-range
More robust support for revision ranges
2019-04-21 12:57:44 -07:00
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
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
David Nelson
d4a2fbb2de Explicitly fail when unsupported range operator is specified 2019-04-18 14:54:18 -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)