Commit graph

2665 commits

Author SHA1 Message Date
Hongarc
edd0363392 Update package 2019-04-22 07:14:07 +07:00
Hongarc
10bcc0a02f Remove all white space at end of line 2019-04-22 06:44:05 +07:00
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
Peter Cottle
637eb9a091
Merge pull request #563 from eatdrinksleepcode/no-range-operator
Explicitly fail when unsupported range operator is specified
2019-04-21 12:51:41 -07:00
Peter Cottle
49521fb4f0
Merge pull request #566 from Hongarc/prs-welcome
chore: add PRs wellcome to `README.md`
2019-04-19 10:10:50 -07:00
Hongarc
ff2adc0690
chore: add PRs wellcome to README.md 2019-04-19 20:19:16 +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
Peter Cottle
f178f6c118
Merge pull request #560 from Hongarc/patch-4
remove Node.js v7 in travis-ci
2019-04-10 16:08:51 -07:00
Hongarc
428be3e2f8
remove Node.js v7 in travis-ci
This project uses `contributor-faces`, it includes `gh-got`.

And `gh-got` require Node v8 so `travis-ci` will have the error.

So I have 2 option:

- Remove Nodejs v7 in `.travis.yml`
- Or install `contributor-faces` in your machine(require Node >= 8) and sometime run `contributor-faces .` in your project to update list contributor.
2019-04-10 23:18:01 +07:00
Peter Cottle
306c256bfb
Merge pull request #558 from Hongarc/patch-2
fix(readme): hide comment in README.md
2019-04-10 09:00:02 -07:00
Peter Cottle
95270f90ec
Merge pull request #559 from Hongarc/patch-3
chore(deps): `contributor-faces` to `devDepen`
2019-04-10 08:59:08 -07:00
Hongarc
0a9fe8a89f
chore(readme): remove blamk line
This line will be removed by `contributor-faces`
2019-04-10 11:23:38 +07:00
Hongarc
135730b662
chore(deps): contributor-faces to devDepen
`contributor-faces` is a package to build `README.md`, not require in code so we need to change it from `dependencies` to `devDependencies`
2019-04-10 11:20:25 +07:00
Hongarc
a44b5d5af5
fix(readme): hide comment in README.md 2019-04-10 10:31:36 +07:00
Peter Cottle
8c3966ed48 Resolves #557 -- add contributor faces 2019-04-09 17:25:01 -07:00
Peter Cottle
380ad90ec8
Merge pull request #555 from Hongarc/patch-1
Update `grunt` version
2019-04-05 12:12:14 -07:00
Hongarc
699898debf
Update grunt version
Fix error can't find `grunt`
2019-04-06 00:26:15 +07:00
Peter Cottle
f097d7be0e Resolves #554 2019-03-22 14:25:23 -07:00
Peter Cottle
a8a7fac39b
Merge pull request #553 from toofff/fix-file-remote-branches
Fix: file remoteBranches.js
2019-03-12 18:05:47 -07:00
Prou Yann
cfa547de92 Fix: file remoteBranches.js 2019-03-12 16:47:03 +01:00
Peter Cottle
5626054b8a
Merge pull request #552 from viticlick/gl-language
Add configuration for Galician language
2019-03-11 18:37:11 -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
Peter Cottle
1471f08c99
Merge pull request #550 from grocky/fix-#541
Refactor show commands to extract keys from the object
2019-03-01 20:07:04 -08:00
Rocky Gray
904a2c5fbf Refactor show commands to extract keys from the object
fixes #541
2019-03-01 17:50:13 -05:00
Peter Cottle
94aac00f3b
Merge pull request #549 from jankeromnes/master
Print helpful welcome message in Gitpod
2019-03-01 06:44:47 -08:00
Jan Keromnes
a7b537787c Print helpful welcome message in Gitpod 2019-02-28 11:47:39 +00:00
Peter Cottle
379d7abb57
Merge pull request #548 from jankeromnes/patch-1
Use 'grunt fastBuild' in Gitpod to build the app faster
2019-02-27 10:18:30 -08:00
Peter Cottle
d2e4fa9d71 whitespace for travis 2019-02-27 10:13:27 -08:00
Peter Cottle
1eb1facce3
Merge pull request #547 from MichaWiedenmann/patch-1
Update German translation
2019-02-27 09:56:14 -08:00
Jan Keromnes
21d8bf2858
Use 'grunt fastBuild' in Gitpod to build the app faster 2019-02-27 08:59:21 +01:00
MichaWiedenmann
a5a2d149e9
Update German translation
Update translation of "Show Goal" and "Hide Goal".
2019-02-26 21:48:06 +01:00
Peter Cottle
db0022391f
Merge pull request #546 from jankeromnes/master
Make contributions easier
2019-02-26 10:30:17 -08:00
Jan Keromnes
8ea87eb55d Make contributions easier 2019-02-26 16:07:08 +00:00
Peter Cottle
f01fd9a4d4
Merge pull request #544 from bwl21/bwl21/543
see #543 refined explanation of git describe
2019-02-25 18:27:35 -08:00
Peter Cottle
3a2092b0e8
Merge pull request #545 from mrclrchtr/patch-1
German translation fix
2019-02-25 18:26:55 -08:00
Marcel Richter
79c8b1551c
German translation fix 2019-02-25 17:46:21 +01:00
Bernhard Weichel
9a7a4d4c46 see #543 improved git describe 2019-02-25 15:59:26 +00:00
Peter Cottle
e4fd206551 Resolves #540 2019-02-20 14:14:24 -08:00
Peter Cottle
8fdc28983e
Merge pull request #542 from nikitavbv/fixBtnSelect
Make button text unselectable
2019-02-19 17:48:31 -08:00
Nikita Volobuev
70fd61b684 Make button text unselectable 2019-02-19 16:44:01 +02:00
Peter Cottle
e1317b901b
Merge pull request #527 from wasd845/master
fix chinese translate
2019-01-28 08:46:45 -08:00
Peter Cottle
4719a96456
Merge pull request #538 from LeBezout/fix-toggle-button-helperText
A little change in "helperText" of the "pick" button (rebase -i)
2019-01-22 16:13:39 -08:00
Bezout
7c0251fe0c pick -> Omit/Pick 2019-01-22 19:59:32 +01:00