Commit Graph

1201 Commits

Author SHA1 Message Date
Antonio Yang
754e88087c
Update Readme (#551) 2021-02-25 17:31:36 +01:00
Stephan Dilly
8d4c1ca26e
don't close branchlist every time (#550)
* do not close branchlist after branch rename 
* do not close branchlist after deleting a branch
* closes #543
2021-02-25 15:54:18 +01:00
Stephan Dilly
dc3775caa2 mark breaking change more clearly 2021-02-25 15:11:42 +01:00
Stephan Dilly
e948ca850e added changelog
see #549
2021-02-25 15:09:13 +01:00
Antonio Yang
7b94358d11
Fix vim default config (#549) 2021-02-25 14:59:45 +01:00
Stephan Dilly
06622008da fix regression in async diff (introduced in 546c7f3) 2021-02-24 22:15:10 +01:00
Stephan Dilly
6482c81382 support left arrow to go back grom commit details (closes #418) 2021-02-24 22:12:23 +01:00
Stephan Dilly
546c7f3072
fix some potentials for errors to bubble up (#547)
* fix some potentials for errors to bubble up (#490)
* fix async diff failing panic
2021-02-24 21:54:27 +01:00
Stephan Dilly
4a0e671197 cleanup changelog 2021-02-24 11:40:28 +01:00
Stephan Dilly
bde8eb8a7b Revert "Support mouse scrolling (#306)"
This reverts commit 457f644f30.
2021-02-24 11:38:30 +01:00
Stephan Dilly
59acccc484 split up stuff into new remote mod 2021-02-24 11:32:38 +01:00
Stephan Dilly
a53ec16161
prefer 'origin' as default remote if it exists (#544)
closes #494
2021-02-24 11:04:01 +01:00
dependabot-preview[bot]
db52248782 Bump textwrap from 0.13.3 to 0.13.4
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgeisler/textwrap/compare/0.13.3...0.13.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-24 10:50:24 +01:00
Stephan Dilly
8b449f5d9e clear commit msg after doing a commit 2021-02-24 10:21:10 +01:00
Stephan Dilly
1b8b58a31c
fix missing paging support in branch list (#539)
closes #519
2021-02-23 19:07:01 +01:00
Stephan Dilly
e3bb51b277 show branchname in commit mssage box (closes #529) 2021-02-23 16:50:36 +01:00
Stephan Dilly
5cf9986df9
actually commit the temp files for flaky/failing unittest (#535)
* actually commit the temp files (#534)
* make check for commit id more explicit
* fix last assert checking against wrong id
2021-02-23 15:04:40 +01:00
Stephan Dilly
5244751e9e
check if we can_push before trying (#533)
closes #531
2021-02-23 12:32:32 +01:00
dependabot-preview[bot]
cc9ecb34a2 Bump pprof from 0.4.0 to 0.4.2
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/tikv/pprof-rs/releases)
- [Commits](https://github.com/tikv/pprof-rs/compare/v0.4.0...v0.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-23 12:25:25 +01:00
Stephan Dilly
5f9f87746e ignore flaky randomly failing test 2021-02-23 12:12:55 +01:00
dependabot-preview[bot]
0736daa645 Bump url from 2.2.0 to 2.2.1
Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-23 12:07:05 +01:00
Stephan Dilly
f556bb94e9 update changelog 2021-02-23 11:56:54 +01:00
Stephan Dilly
388a6e62fb keep uncommitted msg around.
when adding *amend* this got broken because in that case we want to clear out the msg when it was not confirmed
2021-02-23 11:54:53 +01:00
dependabot-preview[bot]
b552873d95 Bump textwrap from 0.13.2 to 0.13.3
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgeisler/textwrap/compare/0.13.2...0.13.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-23 11:53:31 +01:00
dependabot-preview[bot]
f536532394 Bump thiserror from 1.0.23 to 1.0.24
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.23 to 1.0.24.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.23...1.0.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-23 11:34:16 +01:00
Stephan Dilly
318498c8ee more clippy fixes 2021-02-23 11:33:24 +01:00
Stephan Dilly
a11da53bda update changelog 2021-02-23 11:12:55 +01:00
Richard Menzies
457f644f30
Support mouse scrolling (#306)
Linked to #226
2021-02-23 11:03:50 +01:00
Richard Menzies
6c974ee1d3
Support force push (#421) 2021-02-23 11:02:16 +01:00
Richard Menzies
301a3a1b87
Fix build (#525) 2021-02-23 10:59:10 +01:00
remique
b5411e28a5
Set MacOS config directory to ~/.config (#379) 2021-02-16 22:52:32 +01:00
Stephan Dilly
be3a33e862 fix formating for rust 1.50 2021-02-11 17:56:04 +01:00
Richard Menzies
a2a6754990 Change test_invisable_newline to test_invisible_newline 2021-02-09 09:31:48 +01:00
Richard Menzies
d39c282be7 Run cargo update, fix cargo audit 2021-02-09 09:31:13 +01:00
Christoph Rüßler
fe0c2f558c
Use get_entry instead of get_str (#269) 2021-02-04 19:22:08 +01:00
David Karrick
530e077fe7
Allow user to set theme with flag (#481)
closes #480
2021-01-27 22:24:27 +01:00
dependabot-preview[bot]
ffdee44105 Bump log from 0.4.13 to 0.4.14
Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.13...0.4.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-27 21:59:15 +01:00
dependabot-preview[bot]
832712e889 Bump git2 from 0.13.15 to 0.13.17
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.15 to 0.13.17.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.15...0.13.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-27 21:50:29 +01:00
dependabot-preview[bot]
325d74204a Bump anyhow from 1.0.37 to 1.0.38
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.38.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.38)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-26 14:01:30 +01:00
dependabot-preview[bot]
0cbfa13ba5 Bump tempfile from 3.1.0 to 3.2.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-26 14:01:14 +01:00
dependabot-preview[bot]
5a300caa38 Bump log from 0.4.11 to 0.4.13
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-26 14:00:56 +01:00
dependabot-preview[bot]
916010d52e Bump serde from 1.0.120 to 1.0.123
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.120 to 1.0.123.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.120...v1.0.123)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-26 14:00:41 +01:00
Stephan Dilly
a3f6d84353
Update stale.yml 2021-01-24 16:16:00 +01:00
dependabot-preview[bot]
5d6a91e03c Bump serde from 1.0.118 to 1.0.120
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.120.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.120)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-22 09:25:24 +01:00
dependabot-preview[bot]
56b76c1e7d Bump backtrace from 0.3.55 to 0.3.56
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.55 to 0.3.56.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.55...0.3.56)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-22 09:15:21 +01:00
Stephan Dilly
02990204e1 fix crash when no remote called 'origin' present (#486) 2021-01-12 16:17:14 +01:00
Stephan Dilly
c0f9d3e93e roadmap to 1.0 2021-01-11 17:26:18 +01:00
dependabot-preview[bot]
2481be7a87 Bump tui from 0.13.0 to 0.14.0
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/fdehau/tui-rs/releases)
- [Changelog](https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fdehau/tui-rs/compare/v0.13.0...v0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 12:44:27 +01:00
dependabot-preview[bot]
cd4ed7705c Bump textwrap from 0.13.1 to 0.13.2
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgeisler/textwrap/compare/0.13.1...0.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 11:57:08 +01:00
dependabot-preview[bot]
441ca7b3b2 Bump pprof from 0.3.21 to 0.4.0
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.3.21 to 0.4.0.
- [Release notes](https://github.com/tikv/pprof-rs/releases)
- [Commits](https://github.com/tikv/pprof-rs/compare/v0.3.21...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 11:56:18 +01:00