Commit graph

986 commits

Author SHA1 Message Date
Hongarc
58f2dc4156 Use Object.assign instead of module assign 2019-04-22 06:42:33 +07: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
Peter Cottle
48f38817f5
Merge pull request #564 from Hongarc/unused
chore: use `every` instead of `uniq`
2019-04-21 12:52:37 -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
39457f14ba remove unused underscore 2019-04-13 09:37:25 +07:00
Hongarc
638a711c4d use every instead of _.uniq
Array.every is better for check all pass
2019-04-13 09:31:07 +07:00
Victor Lopez Romero
e26044e0a9 Add configuration for Galician language
Add translations for intro1

Add translations for intro2

Fix intro

Add translations for intro3

Add translations for intro4

Fix intro - rebasing

Add translations for rampup1

Add translations for level index

add dialog translations

Fix dialogs

add transations over rebase module

rebase

add advances transations

Add Strings file in intl

Fix hit message

Add translations to mixed module

Fix mixed

Add rampup1

Add rampup2

Add rampup3

Add rampup4

Add translations to move1

Add move2

Add remote1

Add remote6

Add fakeTeamwork

Add fetch file

Add fetchArgs

fetch rebase

Tracking

source nothing

Remote branches

push many features

Merge many feautures

Pull

Pull args

push args

Push args2

Fix erratas
2019-03-11 19:01:46 +01:00
Rocky Gray
904a2c5fbf Refactor show commands to extract keys from the object
fixes #541
2019-03-01 17:50:13 -05:00
MichaWiedenmann
a5a2d149e9
Update German translation
Update translation of "Show Goal" and "Hide Goal".
2019-02-26 21:48:06 +01:00
Bezout
07fd775ce4 update french spelling 2019-01-20 09:43:37 +01:00
Hongarc
70b7a72bd7 Use Object.values instead of _.each : 96ddb50 2018-12-05 12:18:56 +07:00
Hongarc
e6d7edd130 Create simple debounce and throttle instead of _. 2018-12-05 12:08:41 +07:00
Hongarc
57f84f0a36 remove forgot in 'no more native' a9dd27c 2018-12-02 20:20:33 +07:00
Peter Cottle
95d5a02170
Merge pull request #510 from Hongarc/args
Fix space-group in <vcs> <command>
2018-12-01 10:23:00 -08:00
Hongarc
d8c2aed4bc No join, no split 2018-12-01 23:43:31 +07:00
Hongarc
d088643f2e Fix space-group in <vcs> <command> 2018-12-01 23:11:29 +07:00
Hongarc
27ef578b2e Remove 16 underscore requires 2018-12-01 13:04:24 +07:00
Hongarc
9365454cf3 Use 'Array.prototype.includes' instead of '_.include' 2018-12-01 12:51:15 +07:00
Hongarc
96ddb5041a Use 'Object.values' and 'Object.keys' instead of '_.each(object)' 2018-12-01 12:34:23 +07:00
Hongarc
bd8009386d Use 'Array.prototype.forEach' instead of '_.each' and '_.forEach' 2018-12-01 11:28:04 +07:00
Hongarc
d87fd095c0 Use 'Object.values' and 'Object.keys' to get list 'keys' and 'values' 2018-12-01 08:51:03 +07:00
Hongarc
e17d974b55 Use 'util/escapeString' instead of _.escape 2018-12-01 08:40:56 +07:00
Hongarc
ce61c97cf0 Replace '_.keys' to 'Object.prototype.keys' 2018-12-01 08:34:39 +07:00
Hongarc
dddf063146 Replace '_.filter' to 'Array.prototype.filter' 2018-12-01 08:27:01 +07:00
Hongarc
e324e51587 Replace '_.reduce' to 'Array.prototype.reduce' 2018-12-01 08:22:40 +07:00
Hongarc
7af2db3da5 Replace '_.map' to 'Array.prototype.map' 2018-12-01 08:20:42 +07:00
Hongarc
0134bf9870 Replace some '_.each' with 'Array.prototype.forEach' 2018-12-01 08:05:27 +07:00
Hongarc
489a4b9095 change '_.clone(..args)' to 'Object.assign({}, ..args)' 2018-12-01 06:37:25 +07:00
Hongarc
052aa1e299 change '_.extend' to 'Object.assign' 2018-12-01 06:07:06 +07:00
Peter Cottle
7ae05ce932
Merge pull request #507 from Hongarc/object-assign
Remove module object-assign
2018-11-30 12:23:04 -08:00
Hongarc
41bb6d1bd7 Fix more typo, ' and some word 2018-11-30 22:11:38 +07:00
Hongarc
4c92196559 Remove module object-assign 2018-11-30 20:21:13 +07:00
Hongarc
694f414e22 Fixed typos in comments and strings 2018-11-29 01:38:01 +07:00
Hongarc
5e8d83536e Fixed typos in comments and strings 2018-11-28 23:25:18 +07:00
Peter Cottle
1ed0d31586 Resolves #497 -- fix unescaping random content from terminal (more) 2018-11-14 19:22:19 -08:00
Peter Cottle
51205e416b
Merge pull request #493 from PanAeon/feature/generate-alternate-urls
Generate alternate url for different locales so search engine could find them all.
2018-10-24 08:52:11 -07:00
PanAeon
9d14feb1b3 Requested changes - removed underscore and sorted out duplicates in locales 2018-10-24 11:12:48 +01:00
PanAeon
ff37a369da Small fix - replace regex with string split 2018-10-22 17:55:54 +01:00
PanAeon
d26d9c4674 Set html lang, remove unused import 2018-10-22 17:41:48 +01:00
PanAeon
89f3a5177b Generate alternate url for different locales so search engine could find them all. 2018-10-22 16:47:20 +01:00
PanAeon
d828f0e0a0 Set html lang and meta http-equiv="content-language" attr on language change. 2018-10-22 14:21:02 +01:00
Peter Cottle
c801f9ed46 Resolves #488 -- make https-y things links in the console 2018-10-19 15:08:14 +09:00
moskdev
5e3012cca5 Typo fix 2018-10-17 22:10:02 +03:00
Peter Cottle
780f53e226 Resolves #486 -- easier to understand button labels when interactive rebasing 2018-09-30 21:47:09 -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
561835bca6 Resolves #479 -- switch to https for everything 2018-08-28 13:01:17 -07:00