Commit Graph

462 Commits

Author SHA1 Message Date
Stephan Dilly
f03a1ac611 make msgbox error msgs only for now 2020-05-20 11:29:11 +02:00
Stephan Dilly
25c07a839c warn if commit fails (like when no name is set) (#74) 2020-05-20 11:26:56 +02:00
Stephan Dilly
28550f7262 update changelog 2020-05-20 09:56:02 +02:00
Stephan Dilly
7c8b7bf998 fix missing commit in single commit repo (#75) 2020-05-20 09:54:40 +02:00
Stephan Dilly
c17c927298 cargo update 2020-05-20 08:57:09 +02:00
Stephan Dilly
da2ef9370b fix tab rendering style for light theme 2020-05-20 08:46:23 +02:00
Stephan Dilly
984a805f33 missing changelog 2020-05-20 08:44:10 +02:00
Stephan Dilly
6c87fb478d rustfmt fix 2020-05-20 00:16:45 +02:00
Stephan Dilly
c86a51cba8 allow style to be readable on light themes aswell 2020-05-20 00:11:52 +02:00
Stephan Dilly
8ae3caa1b2 clippy fix 2020-05-19 23:55:10 +02:00
Stephan Dilly
0d1e709abf diff hunk marker returns
revert to old style
renames
some more style adjustments to the old
2020-05-19 23:54:10 +02:00
Stephan Dilly
1c03458de7 merge uses 2020-05-19 23:11:28 +02:00
Stephan Dilly
8a1c03f97d one less public symbol 2020-05-19 23:02:47 +02:00
Stephan Dilly
6c733ef82c remove necesity of a public custom Color type ColorDef 2020-05-19 21:44:31 +02:00
Stephan Dilly
5f8c333a24 pass theme as ref where possible 2020-05-19 20:38:56 +02:00
Mehran Kordi
4ec1a4e94b
Implement color themes #65 (closes #28) 2020-05-19 20:19:30 +02:00
Stephan Dilly
e73cdb67bc stop status from adding commands when not active 2020-05-19 18:16:05 +02:00
Stephan Dilly
dd49d68eab better scrolling in log view (#52) 2020-05-19 10:59:40 +02:00
Stephan Dilly
d43a7ad255 prep new release 2020-05-18 22:44:09 +02:00
Stephan Dilly
6d60f5b478 document min. rust version (closes #69) 2020-05-18 19:03:58 +02:00
dependabot-preview[bot]
5973a78f90 Bump thiserror from 1.0.17 to 1.0.18
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.17 to 1.0.18.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.17...1.0.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 15:44:45 +02:00
dependabot-preview[bot]
7ced688c12 Bump simplelog from 0.7.6 to 0.8.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.6 to 0.8.0.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.6...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 14:30:44 +02:00
Stephan Dilly
5a28c7b15b more doc 2020-05-16 23:27:02 +02:00
Stephan Dilly
78b31d046b fix crash in help popup (closes #63) 2020-05-16 23:26:53 +02:00
Stephan Dilly
e59200ceea try fix CD 2020-05-16 20:35:42 +02:00
Stephan Dilly
6723789189 bump version once more, have to yank 0.2.4 of asyncgit 2020-05-16 20:21:08 +02:00
Stephan Dilly
df413b5913 Merge branch 'master' of github.com:Extrawurst/gitui 2020-05-16 20:19:02 +02:00
Stephan Dilly
86c7e649f2 prep release 2020-05-16 20:18:33 +02:00
Stephan Dilly
8b096fb9e1
support multiple tags per commit (#62)
* support multiple tags per commit
* update changelog
* make sure clippy works in CI
2020-05-16 20:14:27 +02:00
Stephan Dilly
3375128d91 remove limitation 2020-05-16 19:15:46 +02:00
Stephan Dilly
694cfd50fe more info 2020-05-16 19:11:41 +02:00
Mehran Kordi
19a0cb2db6
Implement git hook support on windows
closes #14
2020-05-16 19:08:44 +02:00
Stephan Dilly
7761336963
Update FUNDING.yml 2020-05-16 01:06:07 +02:00
Stephan Dilly
213fe34cbd added funding file 2020-05-16 01:01:41 +02:00
Stephan Dilly
a5d5b3b916 allow longer messages in log view 2020-05-15 18:55:18 +02:00
Stephan Dilly
f8294dcb7b cleanup some result return types 2020-05-15 18:23:07 +02:00
Stephan Dilly
11f78a4091 link profile 2020-05-15 15:20:10 +02:00
Stephan Dilly
f6b1984017 update changelog 2020-05-15 15:19:06 +02:00
Mehran Kordi
03505b9eb6
Replace unwrap calls in asyncgit with error handling - closes #53 2020-05-15 15:15:26 +02:00
Stephan Dilly
f2dd2b64b7 make space between commands use default bg (#28) 2020-05-14 17:38:25 +02:00
Stephan Dilly
b76a990948 update changelog 2020-05-14 16:23:05 +02:00
Stephan Dilly
43712a1a3e better error msg when run outside of a git repo (closese #56) 2020-05-14 14:24:04 +02:00
Stephan Dilly
479e776f30 Merge branch 'master' of github.com:Extrawurst/gitui 2020-05-14 13:55:46 +02:00
Stephan Dilly
478d321f26 fix typo 2020-05-14 13:55:38 +02:00
dependabot-preview[bot]
748f064733 Bump backtrace from 0.3.47 to 0.3.48
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.47 to 0.3.48.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.47...0.3.48)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-14 13:46:06 +02:00
Stephan Dilly
8597f025a5 link formatting 2020-05-13 18:21:57 +02:00
Stephan Dilly
52d5b6d655 use links in changelog 2020-05-13 18:20:16 +02:00
Stephan Dilly
7144c7c2a5 put test back into normal CI 2020-05-13 18:18:22 +02:00
Stephan Dilly
1fa15fd49a add a decent changelog plus automation 2020-05-13 18:18:22 +02:00
Stephan Dilly
e7f0db2941 simplify ctrl+c handling, its done first so no one can block it 2020-05-13 16:47:39 +02:00