Tommy Nguyen
|
f1a4a7e1ff
|
synchronize deps
|
2018-08-19 23:34:58 -04:00 |
|
Tommy Nguyen
|
108815c790
|
Add missing brace
|
2018-08-19 23:31:26 -04:00 |
|
remyabel
|
5c65066cbb
|
Merge branch 'master' into 157_remove_bom
|
2018-08-19 23:29:47 -04:00 |
|
Jesse Duffield
|
64cf8f5b10
|
update dependencies
|
2018-08-20 13:25:33 +10:00 |
|
Jesse Duffield
|
5fcbe4ff8a
|
Merge pull request #191 from jesseduffield/hotfix/174-language-not-found
174: Use fallback language if language not detected on startup
|
2018-08-20 13:23:26 +10:00 |
|
Jesse Duffield
|
fa8248bd70
|
use fallback language if language not detected on startup
|
2018-08-20 13:20:59 +10:00 |
|
Jesse Duffield
|
65c5a6014b
|
Merge pull request #185 from antham/add-tests
Add test to utils package
|
2018-08-20 09:24:54 +10:00 |
|
Anthony HAMON
|
fc126a1718
|
remove test
|
2018-08-19 21:39:23 +02:00 |
|
Anthony HAMON
|
bb86a3ff7c
|
update github template
|
2018-08-19 20:21:19 +02:00 |
|
Anthony HAMON
|
bbf7a9d790
|
add various badges
* golangci (https://golangci.com)
* circleci (https://circleci.com/)
* codecov.io (https://codecov.io)
* godoc
* tag release
|
2018-08-19 20:21:19 +02:00 |
|
Anthony HAMON
|
fbfa48f0fc
|
update circleci
* define release worflow when a tag is created
* add dep install
* run tests with coverage
* add goreleaser
|
2018-08-19 20:21:14 +02:00 |
|
Tommy Nguyen
|
e8b12a086c
|
Fix ineffectual assignment
|
2018-08-19 08:52:08 -04:00 |
|
Tommy Nguyen
|
766197de9d
|
NormalizeLinefeeds removes rather than converts Window/Mac style lf's
|
2018-08-19 08:48:03 -04:00 |
|
Jesse Duffield
|
1e44001910
|
Merge branch 'master' into feature/auto-updates
|
2018-08-19 21:36:40 +10:00 |
|
Jesse Duffield
|
317926c808
|
fix golangci lint
|
2018-08-19 21:34:24 +10:00 |
|
Jesse Duffield
|
4d2346f80a
|
popup force push confirmation panel if the local branch has diverged from the upstream branch
|
2018-08-19 21:28:13 +10:00 |
|
Tommy Nguyen
|
d2bdac29aa
|
Merge branch 'master' into 157_remove_bom
|
2018-08-19 07:22:48 -04:00 |
|
Tommy Nguyen
|
cea736e6e9
|
Factor out into NormalizeLinefeeds; add tests
|
2018-08-19 07:20:50 -04:00 |
|
Jesse Duffield
|
e6712832b5
|
Merge pull request #187 from jesseduffield/hotfix/177-fix-gitignore
177: Fix ignore feature
|
2018-08-19 20:42:51 +10:00 |
|
Jesse Duffield
|
aa4d739577
|
fix ignore feature
|
2018-08-19 20:41:04 +10:00 |
|
Jesse Duffield
|
51558f51ab
|
Merge pull request #186 from jesseduffield/hotfix/169-more-filenames-with-spaces
Handle filenames with spaces better
|
2018-08-19 20:19:53 +10:00 |
|
Jesse Duffield
|
35884f81e9
|
handle filenames with spaces better
|
2018-08-19 20:13:29 +10:00 |
|
Jesse Duffield
|
2008607108
|
remove VERSION file
|
2018-08-19 20:04:57 +10:00 |
|
Jesse Duffield
|
21be9fb3b1
|
bump version to v0.1.72
|
2018-08-19 19:48:31 +10:00 |
|
Jesse Duffield
|
80fac559c2
|
revert changes to ldflags
|
2018-08-19 19:48:21 +10:00 |
|
Jesse Duffield
|
e6a6301144
|
bump version to v0.1.71
|
2018-08-19 19:47:04 +10:00 |
|
Jesse Duffield
|
c5d4024d58
|
compare error message rather than error itself on no-commits error
|
2018-08-19 18:51:42 +10:00 |
|
Anthony HAMON
|
f91b4067f4
|
add test to utils package
|
2018-08-19 10:37:03 +02:00 |
|
Tommy Nguyen
|
b46d174f70
|
view_helpers.go: don't ignore return value
|
2018-08-19 02:21:33 -04:00 |
|
Tommy Nguyen
|
cdc6d45fa4
|
view_helpers.go: replace \r with \r\n
|
2018-08-19 02:19:19 -04:00 |
|
Jesse Duffield
|
81b07daa01
|
Merge branch 'hotfix/167-ambiguous-name-in-diff'
|
2018-08-19 15:06:06 +10:00 |
|
Jesse Duffield
|
93266cc2a4
|
support forked branches when getting project root
|
2018-08-19 15:05:36 +10:00 |
|
Jesse Duffield
|
60fc24eada
|
Merge pull request #172 from jesseduffield/hotfix/167-ambiguous-name-in-diff
167: Support File names that match Branch names
|
2018-08-19 14:53:14 +10:00 |
|
Jesse Duffield
|
6978785ccf
|
add user email and config to test repo generators
|
2018-08-19 14:52:08 +10:00 |
|
Jesse Duffield
|
cd9eada0c6
|
add test for variety of potential git diff situations
|
2018-08-19 14:48:39 +10:00 |
|
Jesse Duffield
|
7b3679d546
|
Merge pull request #181 from glvr182/feature/ignore-unused
Cleaned the gitignore and added the linux binary
|
2018-08-19 13:26:35 +10:00 |
|
Jesse Duffield
|
c8e63894b4
|
Merge pull request #182 from glvr182/feature/docs-images
Feature/docs images
|
2018-08-19 13:25:23 +10:00 |
|
Jesse Duffield
|
af93d04479
|
Merge pull request #183 from mjarkk/master
Removed logrus logger import from i18n
|
2018-08-19 13:23:29 +10:00 |
|
Mark Kopenga
|
29f2bdbba3
|
removed logrus logger import
|
2018-08-18 14:03:20 +02:00 |
|
Mark Kopenga
|
c90e865e34
|
Merge pull request #10 from jesseduffield/master
Updated to latest master
|
2018-08-18 14:00:41 +02:00 |
|
Jesse Duffield
|
b104dccab2
|
Merge pull request #163 from dawidd6/translation/pl
Add Polish translation
|
2018-08-18 21:08:56 +10:00 |
|
Glenn Vriesman
|
2dbd5be24e
|
Removed duplicates
|
2018-08-18 13:04:44 +02:00 |
|
Glenn Vriesman
|
0a4cf6a544
|
Docs: Fixed typo
|
2018-08-18 12:56:15 +02:00 |
|
Glenn Vriesman
|
5f5e275a0e
|
Docs: Made commit-diffs example a local file
|
2018-08-18 12:55:13 +02:00 |
|
Glenn Vriesman
|
7b85d146af
|
Docs: Made resolving merge conflicts a local file
|
2018-08-18 12:53:26 +02:00 |
|
Glenn Vriesman
|
fd01cdb137
|
Docs: Made the example gif a local file
|
2018-08-18 12:51:15 +02:00 |
|
Glenn Vriesman
|
9e8dc37308
|
Docs: Moved slack image to docs/resources
|
2018-08-18 12:46:50 +02:00 |
|
Jesse Duffield
|
08666889f4
|
improve remove file logic
|
2018-08-18 20:14:44 +10:00 |
|
Jesse Duffield
|
13ac1d151a
|
WIP updater package
|
2018-08-18 19:54:44 +10:00 |
|
Glenn Vriesman
|
c091401571
|
Cleaned the gitignore and added the linux binary
|
2018-08-18 11:49:37 +02:00 |
|