Stephan Dilly
|
67f3a13716
|
only show non-clean repo states (#553)
* only show repo state if not clean
|
2021-03-01 00:12:09 +01:00 |
|
Stephan Dilly
|
fa93594f03
|
cargo update
|
2021-02-28 23:42:11 +01:00 |
|
Stephan Dilly
|
f8305f3f3c
|
fix vim keys
|
2021-02-28 23:42:01 +01:00 |
|
Stephan Dilly
|
97f88a2f2f
|
rename
|
2021-02-28 19:34:45 +01:00 |
|
Stephan Dilly
|
bd54b47d19
|
rename fetch to pull
|
2021-02-28 19:25:16 +01:00 |
|
Stephan Dilly
|
39fb65b396
|
Async fetch (#552)
* async fetch
* reuse remote progress for fetch
* prvent push/fetch popup from closing too soon
|
2021-02-28 19:24:05 +01:00 |
|
Stephan Dilly
|
c96feb0fe6
|
branch merge from upstream (#384)
* better structure of all branch functions
* support and unittest fast forward merge
|
2021-02-28 01:55:35 +01:00 |
|
Stephan Dilly
|
c1565eb000
|
nightly clippy fixes
|
2021-02-27 18:16:38 +01:00 |
|
Stephan Dilly
|
4b107be7be
|
make use of clippy config
|
2021-02-27 17:49:22 +01:00 |
|
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 |
|