Dawid Dziurla
91f6630907
README: remove codecov badge
2020-03-22 21:32:06 +11:00
Dawid Dziurla
60085cf679
workflows: use get-tag action
2020-03-22 21:31:53 +11:00
Dawid Dziurla
389480b8fc
goreleaser: ignore arm64 build for freebsd
2020-03-22 21:31:37 +11:00
Dawid Dziurla
b5c4f78e9d
Remove redundant semicolon
2020-03-21 12:55:44 +11:00
Dawid Dziurla
59b0e2d70a
Add GOBIN to PATH
2020-03-21 12:55:44 +11:00
Dawid Dziurla
39bd1a4628
Wording
2020-03-21 12:55:44 +11:00
Dawid Dziurla
1c1445c896
Cache builds
2020-03-21 12:55:44 +11:00
Dawid Dziurla
1e8ade2431
Use setup-go Action instead of container
2020-03-21 12:55:44 +11:00
Dawid Dziurla
a990fbc3eb
Don't run codecov or golangci Actions
2020-03-21 12:55:44 +11:00
Dawid Dziurla
e5574e7fe5
Continue if lint step fails
2020-03-21 12:55:44 +11:00
Dawid Dziurla
6c8a924fad
Run 4 builds in parallel
2020-03-21 12:55:44 +11:00
Dawid Dziurla
64706257ca
Add golangci-lint Action
2020-03-21 12:55:44 +11:00
Dawid Dziurla
6183d92315
Fix typo in script name
2020-03-21 12:55:44 +11:00
Dawid Dziurla
31823a7405
Modify CI badge in README
2020-03-21 12:55:44 +11:00
Dawid Dziurla
85ddd623f6
Add CI workflow
2020-03-21 12:55:44 +11:00
Dawid Dziurla
9212dda9c3
Add CD workflow
2020-03-21 12:55:44 +11:00
Dawid Dziurla
93d7b37c8d
Remove homebrew workflow
...
Will be integrated with another
2020-03-21 12:55:44 +11:00
Dawid Dziurla
8470bcd71d
Remove circleci config
2020-03-21 12:55:44 +11:00
Jesse Duffield
3aab37611a
show status of selected cherry picked commits
2020-03-19 21:42:21 +11:00
Jesse Duffield
8fbcc36331
allow resetting cherry picked commits selection
2020-03-19 21:42:21 +11:00
Jesse Duffield
dadb646252
fix branch building
2020-03-19 12:04:17 +11:00
Jesse Duffield
0227b93409
fix branch parser
2020-03-18 23:26:02 +11:00
Jesse Duffield
b0ec0821d5
fix docs
2020-03-18 22:50:35 +11:00
hitsuji_no_shippo
13a7806cac
add opne menu keybindings in docs
2020-03-18 22:50:35 +11:00
hitsuji_no_shippo
41c76fb748
add close menu keybindings in docs
2020-03-18 22:50:35 +11:00
hitsuji_no_shippo
ac0c3b9f92
fix search keybindings in docs
2020-03-18 22:50:35 +11:00
Jesse Duffield
1be0ff8da7
better upstream tracking and allow renaming a branch
2020-03-18 21:29:06 +11:00
hitsuji_no_shippo
2169b5109f
add search keybings in docs
2020-03-11 19:43:22 +11:00
hitsuji_no_shippo
4a2292a53c
fix keybindings of main panel in docs
2020-03-11 19:43:22 +11:00
Jesse Duffield
7df4b736cf
be a bit more lenient
2020-03-09 12:41:41 +11:00
Jesse Duffield
e47ad846c4
big golangci-lint cleanup
2020-03-09 12:23:13 +11:00
Jesse Duffield
8f68ac2129
case insensitive search
...
By default, search is now case insensitive.
If you include uppercase characters in your search string, the search
will become case sensitive. This means there is no way to do a case-
insensitive search of all-lowercase strings. We could add more support
for this but we'll wait until we come across the use case
2020-03-09 11:17:50 +11:00
Dawid Dziurla
1ea2825a54
add homebrew bump formula workflow
2020-03-08 20:13:16 +11:00
Jesse Duffield
19146d61b1
use selected branch as base when creating a new branch
2020-03-08 18:44:15 +11:00
skwerlman
e541b809ce
update tests to match changed command
2020-03-06 09:25:31 +11:00
skwerlman
6ca08c6519
make branches and files non-ambiguous for git-log
...
fixes #694
2020-03-06 09:25:31 +11:00
Dawid Dziurla
b43540820b
Merge pull request #695 from chenrui333/go-1.14
...
Bump golang to v1.14
2020-03-04 16:38:56 +01:00
Rui Chen
3d57da71eb
Add gox to vendor list
2020-03-04 10:32:07 -05:00
Rui Chen
0130fd3666
go mod vendor
2020-03-03 18:16:09 -05:00
Rui Chen
395afc4a8d
Bump golang to v1.14
2020-03-03 18:14:49 -05:00
Jesse Duffield
31e201ca52
allow configuring side panel width
2020-03-04 00:12:23 +11:00
Jesse Duffield
0abd7ad6be
update config
2020-03-04 00:12:23 +11:00
Jesse Duffield
b3522c48d9
refactor
2020-03-04 00:12:23 +11:00
Jesse Duffield
0fc58a7986
fix test
2020-03-04 00:12:23 +11:00
Jesse Duffield
54241d8ab9
more generic way of supporting custom pagers
2020-03-04 00:12:23 +11:00
Jesse Duffield
355f1615ab
supporing custom pagers step 1
2020-03-04 00:12:23 +11:00
Jesse Duffield
113252b0ae
bump gocui
2020-03-04 00:12:23 +11:00
Jesse Duffield
1cd7d14029
Update README.md
2020-03-04 00:11:32 +11:00
Jesse Duffield
87c2fb6a4a
Update Custom_Pagers.md
2020-03-04 00:06:49 +11:00
Jesse Duffield
9912998bb7
Create Custom_Pagers.md
2020-03-03 23:07:12 +11:00