Stephan
ce4f3af767
leave alternate screen when going into external editor ( fixes #152 )
2020-06-29 10:27:16 +02:00
Stephan Dilly
80f98d6b6d
move commit into its own mod
...
# Conflicts:
# asyncgit/src/sync/utils.rs
2020-06-29 09:47:54 +02:00
Stephan Dilly
c856c23aef
remove outdated commit method
2020-06-29 09:46:38 +02:00
Stephan Dilly
6630b7c89c
added new external editor feature in changes ( closes #46 )
2020-06-26 01:07:16 +02:00
Jon Grythe Stødle
477fdd303d
Add support for external editor
...
Adds support for editing commit messages in an external editor. It read the GIT_EDITOR, VISUAL, EDITOR environment variables in turn (in the same order git does natively) and tries to launch the specified editor. If no editor is found, it falls back to "vi" (same as git). If vi is not available, it will fail with a message.
2020-06-26 00:50:39 +02:00
Stephan Dilly
8627d940f4
steamline some more command functions
2020-06-25 19:05:59 +02:00
Stephan Dilly
df338334e1
2% optimisation in revlog where amend was still run on each event
2020-06-25 18:35:16 +02:00
Stephan Dilly
b3b7f37756
bump dep
2020-06-25 17:45:24 +02:00
Stephan Dilly
fc4c379921
bump version
2020-06-25 17:44:49 +02:00
Stephan Dilly
d760533c94
fix categories
2020-06-25 17:44:22 +02:00
Stephan Dilly
895c013d10
fixed author column width ( closes #148 )
2020-06-25 10:27:07 +02:00
Stephan Dilly
97560564c9
run hooks from workdir and not from current dir ( closes #151 )
2020-06-25 08:14:43 +02:00
Stephan Dilly
b66d385a8f
sort order
2020-06-25 07:47:10 +02:00
Stephan Dilly
1028a51652
fix invalid utf8 in commit msg also for commit details (see #150 )
2020-06-24 16:08:46 +02:00
Stephan Dilly
fab5b6ea47
display lossy commit msg when containing invalid utf8 ( closes #150 )
2020-06-24 10:11:27 +02:00
Stephan Dilly
6b52b60280
added badges
2020-06-23 12:24:57 +02:00
Stephan Dilly
e78a157937
cargo update
2020-06-23 11:08:26 +02:00
Stephan Dilly
0d84abd1c6
make draw take shared ref again
2020-06-23 11:03:02 +02:00
Stephan Dilly
19947a7ec0
fix state change bug introduced in last commit
2020-06-23 00:24:12 +02:00
Stephan Dilly
cb6fe05cd6
indicate whether input polling state in process of changing
2020-06-23 00:18:59 +02:00
Stephan Dilly
b01f716677
fix diff of commit not returning binary size
2020-06-22 22:03:45 +02:00
Stephan Dilly
a98dea7825
clippy fix
2020-06-22 20:12:19 +02:00
Stephan Dilly
9ecd911fff
update changes ( closes #141 )
2020-06-22 20:04:13 +02:00
Stephan Dilly
76e52cc7a2
show file size diff for binary files ( #141 )
2020-06-22 20:01:04 +02:00
Stephan Dilly
f287d6a351
changelog
2020-06-22 16:44:13 +02:00
Stephan Dilly
b8397ae285
make help headers more obvious ( closes #131 )
2020-06-22 16:42:16 +02:00
Stephan Dilly
afa6aad973
cleanup
2020-06-22 16:36:54 +02:00
Stephan Dilly
6199706a2f
remove one indirection
2020-06-22 12:40:54 +02:00
Stephan Dilly
86fafbd47b
clippy fixes
2020-06-22 12:32:01 +02:00
Stephan Dilly
c38240927a
more fitting bug template ( #144 )
2020-06-22 12:27:03 +02:00
Stephan Dilly
bfc97967e8
Merge branch 'master' of github.com:Extrawurst/gitui
2020-06-22 12:21:51 +02:00
Stephan Dilly
b899751c2b
share theme instead of copying it all over the place
2020-06-22 12:21:21 +02:00
dependabot-preview[bot]
510874ef7f
Bump serde from 1.0.112 to 1.0.114
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.112 to 1.0.114.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.114 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 11:35:31 +02:00
Stephan Dilly
79b8bdfae2
rename
2020-06-22 09:36:56 +02:00
Stephan Dilly
4bcfa61087
allow input polling to be paused ( #114 )
2020-06-22 09:13:37 +02:00
Stephan Dilly
598b98b2bd
Update README.md
...
Fix #143
2020-06-20 09:27:12 +02:00
Daniel Obermaier
9dcc445ab9
simple fix for arrow utf8 encoding in help window
2020-06-19 13:16:23 +02:00
Stephan Dilly
073908a522
add chat badge
2020-06-18 10:27:55 +02:00
Stephan Dilly
9b0992e7a4
improve readability (see #139 )
2020-06-17 17:05:34 +02:00
Stephan Dilly
956e4b3676
homebrew core change
2020-06-16 21:53:38 +02:00
A. Carscadden
5c29571515
update README.md ( #136 )
...
Co-authored-by: Stephan Dilly <dilly.stephan@gmail.com>
2020-06-16 21:48:52 +02:00
Dario Vladovic
35926efe5e
Use official Homebrew formula
2020-06-16 21:33:45 +02:00
Stephan Dilly
1ce204cad0
expectation management
2020-06-16 17:00:32 +02:00
Stephan Dilly
e702e23bb6
Merge branch 'master' of github.com:Extrawurst/gitui
2020-06-16 16:46:52 +02:00
Stephan Dilly
b4400dfe13
Use terminal blue as default selection background ( closes #129 )
2020-06-16 16:46:46 +02:00
dependabot-preview[bot]
ef51b1ec45
Bump rayon-core from 1.7.0 to 1.7.1
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-16 15:02:27 +02:00
dependabot-preview[bot]
119e2f026f
Bump thiserror from 1.0.19 to 1.0.20
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.19 to 1.0.20.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.19...1.0.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-16 15:01:56 +02:00
dependabot-preview[bot]
d2ab2dd3fa
Bump backtrace from 0.3.48 to 0.3.49
...
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs ) from 0.3.48 to 0.3.49.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.48...0.3.49 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-16 14:51:35 +02:00
Stephan Dilly
19db19b010
add test for untracked files in stash bug ( #130 )
2020-06-15 23:40:09 +02:00
Stephan Dilly
dd7880d650
updates
2020-06-15 12:30:48 +02:00