Commit Graph

782 Commits

Author SHA1 Message Date
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
Stephan Dilly
f119595128 fix clippy 2020-06-15 12:30:44 +02:00
dependabot-preview[bot]
2bee1f5b6d Bump serde from 1.0.111 to 1.0.112
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.112)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 12:25:13 +02:00
Stephan Dilly
9c2a31846c version bump 2020-06-15 12:18:45 +02:00
Stephan Dilly
e445933abc new demo gif 2020-06-15 12:17:28 +02:00
Stephan Dilly
b4a466876e Fix textinput cursor was not reset after msg.clear 2020-06-15 12:09:22 +02:00
Stephan Dilly
b86f3a3f40 print bundled size after build 2020-06-15 02:25:18 +02:00
Stephan Dilly
c6eb066953 cache config path call 2020-06-15 02:22:10 +02:00
Stephan Dilly
93065fb12b changelog 2020-06-15 01:39:42 +02:00
Jon Grythe Stødle
212ce86f49 Move config directory
This changes the config directory from the `dirs::cache_dir` to `dirs::config_dir`. It does however keep the cache directory as the default logging directory, as it seems a better fit.

It also adds a function, `migrate_config`, which is called at startup to move directory entries inside the "old" config directory to the "new" one (but it skips moving log files). The intention is that this function can be removed after a few releases when the likelihood of someone upgrading from 0.6.0 or earlier is fairly small.

Fixes #98
2020-06-15 01:36:13 +02:00
Stephan Dilly
602257f114 simplification and fix staging hunks in untracked file 2020-06-15 01:32:39 +02:00
Stephan Dilly
b3045b35bb rename 2020-06-14 23:37:46 +02:00
Stephan Dilly
d67a240bc7 fix reset hunk in untracked file 2020-06-14 23:34:54 +02:00
Stephan Dilly
dfe284a45b some cleanup 2020-06-14 11:27:23 +02:00
Stephan Dilly
6be72c7983 fix 2020-06-14 11:07:32 +02:00
Stephan Dilly
2db0d7fe68 new example 2020-06-14 11:05:24 +02:00
Stephan Dilly
24da2f200e
Reset individual hunks (#125)
closes #11
2020-06-14 10:46:25 +02:00
Stephan Dilly
0cdaabf9f8 clippy fix 2020-06-14 10:20:05 +02:00
Stephan Dilly
36d9d13df4 fix theme usage 2020-06-14 10:19:36 +02:00
Alistair Carscadden
fcb474b8a2 use is_char_boundary() to simplify logic 2020-06-14 09:55:54 +02:00
Alistair Carscadden
8c4d52d59e wrap TextInputComponent text 2020-06-14 09:54:50 +02:00
Stephan Dilly
7597df02cf changelog 2020-06-14 01:00:37 +02:00
Stephan Dilly
c37fd56b3c rustfmt 2020-06-14 00:57:45 +02:00
A. Carscadden
09c3fe9cbb
Add cursor to TextInputComponent for better commit message support (#117)
see #46
2020-06-14 00:56:35 +02:00
Stephan Dilly
0a541a398e more features 2020-06-13 02:16:06 +02:00
Stephan Dilly
5a6e67cc7e inspect stash commit (closes #121) 2020-06-13 02:11:16 +02:00
Stephan Dilly
d550e68747 better formatting 2020-06-13 01:54:59 +02:00
Stephan Dilly
98c8dc5d5f amend gif 2020-06-13 01:52:10 +02:00
Stephan Dilly
5185f1c4d4 support commit amend (#89) 2020-06-13 01:50:39 +02:00
Stephan Dilly
63e449fca9 indicate what branch we are on (closes #115) 2020-06-12 22:37:53 +02:00
Stephan Dilly
112b5c888c better scrolling in diff (closes #52) 2020-06-12 17:36:06 +02:00
Stephan Dilly
dd69d9b559 fix files loading text sometimes wrong (closes #119) 2020-06-12 16:59:36 +02:00
Stephan Dilly
b80df36cdf fix selection disappearing in tree sometimes (closes #120) 2020-06-12 16:39:06 +02:00
Stephan Dilly
43905cfa6b cleanup TODO 2020-06-12 15:04:52 +02:00
Stephan Dilly
6ebe717fb1 remove some duplication in reset 2020-06-12 14:41:37 +02:00
Stephan Dilly
fdd84a8692 add test for (#118) 2020-06-12 13:17:06 +02:00
Stephan Dilly
7c0fe181fb uprade libgit to fix reset of folder 2020-06-12 13:14:42 +02:00
Stephan Dilly
9301574624 fix reset file when running gitui in subfolder (closes #118) 2020-06-12 11:46:45 +02:00
Stephan Dilly
0ec7552569 right arrow in file tree convenience 2020-06-10 09:35:27 +02:00
Stephan Dilly
599aa10b52 wording 2020-06-09 20:21:11 +02:00
Stephan Dilly
d50d703a9a release image 2020-06-09 20:20:11 +02:00
Stephan Dilly
10093134f0 changelog 2020-06-09 20:14:00 +02:00
Stephan Dilly
97dc800f2c version bump 2020-06-09 18:06:56 +02:00
Stephan Dilly
5d35cb26b2 gif image 2020-06-09 18:05:28 +02:00