Stephan Dilly
7995519383
cargo update
2020-07-08 20:25:29 +02:00
dependabot-preview[bot]
d559a531b9
Bump backtrace from 0.3.49 to 0.3.50
...
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs ) from 0.3.49 to 0.3.50.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.49...0.3.50 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-08 20:17:37 +02:00
Stephan Dilly
0d09071c0a
cleanup
2020-07-08 20:05:28 +02:00
Stephan Dilly
540997c177
error if file to be opened in external editor will not be found ( #184 )
2020-07-08 19:47:25 +02:00
Stephan Dilly
abe3b48d47
add twitter badge
2020-07-08 18:52:12 +02:00
Stephan Dilly
535b0cd103
little more documentation
2020-07-08 00:00:17 +02:00
Stephan Dilly
083e06c57c
fix: in revlog dont allow arrow-right when commit-details not open
2020-07-07 13:26:08 +02:00
Stephan Dilly
23fc0d9e59
pre release
2020-07-07 13:05:09 +02:00
Stephan Dilly
a11713ee18
docs
2020-07-07 13:02:41 +02:00
Stephan Dilly
1cd74ad02e
fix messing up users terminal after opening file in vi (related to #173 )
2020-07-07 12:53:17 +02:00
Stephan Dilly
0fd8a0e7e0
update changes
2020-07-07 12:50:00 +02:00
Jon Grythe Stødle
52f31adb98
Add command to edit selected file in editor
...
Pressing `e` while looking at a file in the _Status_ view will launch an external editor with the current file opened. The editor chosen is determined by the default logic introduced in #114 .
An improvement to this in the future could be launching at the specific line at which the _Diff_ view is focused, but that seems to require a change in `FileDiff` which is a change bigger than this PR.
Fixes #166
2020-07-07 12:42:01 +02:00
Stephan Dilly
b9ec27d89c
fix newline visualization in commit msg editor ( closes #169 )
2020-07-07 12:33:32 +02:00
Stephan Dilly
26f734c57d
fixed bin file size diff on untracked files ( closes #171 )
2020-07-07 09:42:34 +02:00
Stephan Dilly
02bd22d3b3
fix crash diffing stash created on cmd line ( closes #178 )
2020-07-07 09:10:10 +02:00
Stephan Dilly
59d93d7c23
cargo update
2020-07-06 21:18:37 +02:00
Stephan Dilly
8c5b2b3774
switch deprecated transitive dependency net2
->socket2
- crossterm update ( closes #66 )
2020-07-06 21:18:14 +02:00
Stephan Dilly
e4e61d87f6
fix symbolic link
2020-07-06 20:01:15 +02:00
Stephan Dilly
dd31496da9
new version of invalidstring containing the LICENSE
2020-07-06 19:55:15 +02:00
Stephan Dilly
5c33e97a69
add missing license file
2020-07-06 19:46:08 +02:00
Stephan Dilly
0856a0914b
cargo update
2020-07-06 09:16:13 +02:00
dependabot-preview[bot]
2719694b8e
Bump chrono from 0.4.11 to 0.4.12
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.11...v0.4.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:51:44 +02:00
Stephan Dilly
2c53c09487
make release
2020-07-06 08:35:05 +02:00
Stephan Dilly
4351b891a9
missing changelog entry
2020-07-04 23:07:39 +02:00
Stephan Dilly
05c2e2ab49
prepare for release
2020-07-04 20:35:55 +02:00
Stephan Dilly
de7f48f88e
show placeholder popup when waiting for external editor #157
2020-07-04 20:22:55 +02:00
Stephan Dilly
7016f17a34
typo
2020-07-04 18:18:38 +02:00
Stephan Dilly
a33db8d3de
cache branchname lookup ( closes #159 )
2020-07-04 18:12:54 +02:00
Stephan Dilly
715c1794d6
fix clippy for when pprof is off
2020-07-04 16:54:30 +02:00
Stephan Dilly
8f1a1a008a
fix windows pprof build
2020-07-04 16:24:51 +02:00
Stephan Dilly
972f071fe4
visuals in changelog
2020-07-04 16:07:32 +02:00
Stephan Dilly
e63ae022f6
dont use pprof on windows
2020-07-04 15:59:32 +02:00
Stephan Dilly
23d61b4ab2
fix link for CI
2020-07-04 15:47:06 +02:00
Stephan Dilly
bfda870933
fix panic when cursor is OOB after closing editor with shorter msg
2020-07-04 15:44:24 +02:00
Stephan Dilly
756c124b68
hide cursor again after external editor closes ( fixes #168 )
2020-07-04 15:40:52 +02:00
Stephan Dilly
313f5586b0
todo
2020-07-04 15:38:46 +02:00
Stephan Dilly
60759d7bec
open external editor from commit popup
...
this puts all commit logic into one 'view' and allows editing amend commit messages in the external editor aswell.
2020-07-04 15:36:12 +02:00
Stephan Dilly
0a24c2c9b0
add profiling feature
2020-07-04 14:59:30 +02:00
Stephan Dilly
b782472a63
more fancy spinner, cleanup tabs
2020-07-04 12:55:40 +02:00
Stephan Dilly
a34bab22fa
show untracked files in stash commit details ( closes #130 )
2020-07-02 12:55:17 +02:00
Stephan Dilly
e803cb3afe
unneeded clones
2020-07-02 12:24:02 +02:00
Mehran Kordi
ea244b8cfa
fixed issue with utracked files.
2020-07-02 11:58:11 +02:00
dependabot-preview[bot]
dd459ecb8a
Bump unicode-width from 0.1.7 to 0.1.8
...
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width ) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/unicode-rs/unicode-width/releases )
- [Commits](https://github.com/unicode-rs/unicode-width/commits/v0.1.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 01:03:56 +02:00
Dario Vladovic
0e3dfa4c42
Add CD action to update Homebrew formula
2020-06-30 18:03:36 +02:00
Stephan Dilly
c97335435a
cleanup
2020-06-30 09:51:05 +02:00
Stephan Dilly
b5fd133b04
update changelog ( #144 )
2020-06-30 09:49:43 +02:00
Stephan Dilly
c784c9e9b3
safety first
2020-06-30 09:49:27 +02:00
Agung Baptiso Sorlawan
3ec47ced67
Fix scrolling issues in staged/unstaged section ( fixes #144 ) ( #162 )
2020-06-30 09:45:18 +02:00
Stephan Dilly
923bed9abf
use condvar/mutex to not busywait when suspending input polling ( closes #153 )
2020-06-30 09:33:22 +02:00
Stephan Dilly
a4de701415
move input into app so start/stop polling is less awkward
2020-06-29 20:00:47 +02:00