Commit graph

2010 commits

Author SHA1 Message Date
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
Peter Cottle
e1317b901b
Merge pull request #527 from wasd845/master
fix chinese translate
2019-01-28 08:46:45 -08:00
Bezout
7c0251fe0c pick -> Omit/Pick 2019-01-22 19:59:32 +01:00
Bezout
07fd775ce4 update french spelling 2019-01-20 09:43:37 +01:00
labixiaoshuai
2b4046c3e4
Update interactiveRebase.js
Modify zh_CN translation
2018-12-21 11:29:51 +08:00
wasd845
2aebbb3b40 fix chinese translate 2018-12-16 13:53:00 +08:00
Peter Cottle
8b71c1271e
Merge pull request #519 from Hongarc/underscore
Replace function of `underscore` with simple function
2018-12-06 11:52:40 -08:00
Hongarc
d06e024a2a fix(css): fix offset top of select level (in firefox) 2018-12-06 23:14:46 +07:00
Guodong Qu
d36619b7f6
fix a little typo in cn 2018-12-05 17:30:59 +08: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
Peter Cottle
e7c3647f10
Merge pull request #511 from Hongarc/css
Fixed some css wrong
2018-12-02 17:45:27 -08:00
Hongarc
57f84f0a36 remove forgot in 'no more native' a9dd27c 2018-12-02 20:20:33 +07:00