flyingbot91
85caa4a0a1
es_AR Typos fixed
2019-12-12 23:02:32 +01:00
flyingbot91
0d02559fe4
Writing typos
2019-12-11 23:37:28 +01:00
David Zampino
e512510e66
Change where HEAD points to match objective
2019-10-22 16:59:27 -05:00
Andreas Neumann (e007186)
bd98c4a6b2
increase readability of german text
2019-10-16 18:35:57 +02:00
Andreas Neumann (e007186)
8fdcdb5444
german text corrected
2019-10-16 18:30:36 +02:00
Peter Cottle
8ef76ad0ab
Merge pull request #611 from PhilipEnchin/fix-push-level
...
Disable "git fakeTeamwork" in push level (remote6)
2019-10-07 11:47:38 -07:00
Philip Enchin
2f938ffd50
Disable "git branch" and "git checkout" in source nothing level (remoteAdvanced7)
2019-10-03 14:28:30 -04:00
Philip Enchin
ca846c9d0c
Disable "git fakeTeamwork" in push level (remote6)
2019-10-03 12:47:56 -04:00
Hongarc
be3dd21a32
Merge branch 'master' into fix/command
2019-09-25 10:46:46 +07:00
hongarc
d8ea1dbb5c
fix: get ls
and cd
with right way
2019-09-25 10:31:57 +07:00
Peter Cottle
fa5638f3b8
Resolves #608 -- enforce word boundary
2019-09-25 10:40:57 +08:00
Daniel Zabari
25bc2350d2
Update index.js
...
made it clear that this is not a typo :P
2019-09-20 17:30:09 -04:00
Daniel Zabari
ec1690fdcd
Update index.js
...
this is a HUGE missed opportunity for a pun, and I think the pun fits better with the tone of the site generally
2019-09-19 14:10:35 -04:00
unknown
9e4e79323a
Change upper value in 'git-error-args-few' string to lower
2019-09-16 21:35:18 +02:00
Samuel H Leclerc
512264119d
Fixed typo in error message displayed
2019-09-15 15:27:38 +00:00
Lukas Schmid
b281d1d76c
Added support for git tag -d <tag> and fixed a bug where a duplicate tag name wouldn't show in the error-msg
2019-09-04 16:47:24 +02:00
wuzh07
b25095c2f6
fixed a typo of fetchRebase.js
...
"工们"->"我们"
2019-08-27 21:53:02 +08:00
hisbvdis
89ebecf5ce
Small mistake in previous commit
2019-06-11 22:03:15 +03:00
hisbvdis
d06fa0185d
rampup relativeRefs translate corrections
2019-06-11 10:06:35 +03:00
Lucian Condrea
6e39a45adf
add link with icon in head
2019-06-09 11:55:08 +02:00
Lucian Condrea
95e4aac541
add favicon
2019-06-09 11:51:42 +02:00
Michael Prentice
e69c566835
feat: make es_ES available from the languages menu
...
rename es_AR to argentino
but leave it as the default for Spanish
since es_ES is not fully translated
Fixes #528
2019-06-05 18:54:20 -04:00
Peter Cottle
a506d3d907
Resolves #583 -- fix function binding
2019-06-05 15:19:21 -07:00
Jacob Bundgaard
6179ccdb38
Set line height of icons bar icons
...
Fixes #581 .
2019-05-16 16:13:09 +02:00
Hongarc
ce516d9c9b
Fix resize width and height to -1
2019-04-25 11:52:37 +07:00
Hongarc
ad8d3139e0
feat: up to date dependencies
, migrate react
2019-04-25 10:11:01 +07:00
Hongarc
208a6c843a
fix: correct module instead of react
2019-04-25 10:02:00 +07:00
David Nelson
44e7596381
Support range operator in revision range (log and rev-list)
2019-04-22 15:51:34 -05:00
David Nelson
9b4b6627b6
Convert revision range processing to pipeline model
2019-04-22 15:12:00 -05:00
Hongarc
64eb8ab773
migrating old version react
to last version
2019-04-23 00:49:15 +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
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
f097d7be0e
Resolves #554
2019-03-22 14:25:23 -07:00
Prou Yann
cfa547de92
Fix: file remoteBranches.js
2019-03-12 16:47:03 +01: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
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
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
Nikita Volobuev
70fd61b684
Make button text unselectable
2019-02-19 16:44:01 +02:00