Commit Graph

108 Commits

Author SHA1 Message Date
Stephan Dilly
38413d069e consistent log:: usage 2020-05-23 23:31:15 +02:00
Stephan Dilly
ad092823ff deny panics 2020-05-23 17:17:39 +02:00
Mehran Kordi
4c17660956
anyhow integration (closes #77) 2020-05-23 17:12:38 +02:00
Stephan Dilly
2497c4fe9e fix performance regression in revlog 2020-05-22 22:41:17 +02:00
Stephan Dilly
572be62b5f cleanup having two AsyncStatus 2020-05-22 14:58:59 +02:00
Stephan Dilly
e271defc63 cleanup 2020-05-22 14:45:24 +02:00
Stephan Dilly
3b4a5b14d3 some clippy cargo fixes 2020-05-22 12:25:42 +02:00
Stephan Dilly
3c5e86eee9
stashing support (#70) 2020-05-21 15:46:38 +02:00
Stephan Dilly
f894ffb295 clippy fix 2020-05-20 18:11:48 +02:00
Stephan Dilly
51b14400db log tab refreshes when head changes (closes #78) 2020-05-20 18:11:04 +02:00
Stephan Dilly
cdbed764ed version bump 2020-05-20 12:01:46 +02:00
Stephan Dilly
1c03458de7 merge uses 2020-05-19 23:11:28 +02:00
Stephan Dilly
d43a7ad255 prep new release 2020-05-18 22:44:09 +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
Mehran Kordi
19a0cb2db6
Implement git hook support on windows
closes #14
2020-05-16 19:08:44 +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
Mehran Kordi
03505b9eb6
Replace unwrap calls in asyncgit with error handling - closes #53 2020-05-15 15:15:26 +02:00
Stephan Dilly
3611a43b3e bumop version 2020-05-12 14:12:01 +02:00
Stephan Dilly
5f08bd61e6 next version 2020-05-10 14:25:44 +02:00
Stephan Dilly
16aa6f7c50 support showing tags in log, speed up log by cloning less (#47) 2020-05-10 14:23:24 +02:00
Stephan Dilly
f3a67e878f dont show weird 'no text file' when diffing binary
cleanup
2020-05-07 17:00:17 +02:00
Stephan Dilly
0e8d0e7f01 version bump 2020-05-05 13:55:41 +02:00
Stephan Dilly
871f2cf2c3 commit error handling 2020-05-05 13:54:43 +02:00
Stephan Dilly
1db1f00302
Log view (#41) 2020-05-05 13:47:21 +02:00
Stephan Dilly
4df7704ef5 clippy fixes 2020-05-02 16:58:13 +02:00
Stephan Dilly
7407d46557 fix diff binary file once more 2020-05-02 14:13:01 +02:00
Stephan Dilly
c0b48b8a51 fix "file not found" diff on binary files 2020-05-02 13:13:16 +02:00
Stephan Dilly
8f6a7bd330 fix rare showing of wrong diff 2020-05-01 22:24:18 +02:00
Stephan Dilly
87a37b9d89 raise version 2020-04-29 23:36:31 +02:00
Stephan Dilly
12cef5fccd also use status fetching for spinner state 2020-04-29 23:33:44 +02:00
Stephan Dilly
f502c81187 spinner showing pending background work 2020-04-29 23:23:08 +02:00
Stephan Dilly
d48fdd2774 fix folder indenting when a file starting exactly like the folder exists next to it 2020-04-28 17:55:08 +02:00
Stephan Dilly
cbb1930fc2 prepare next version 2020-04-28 15:52:05 +02:00
Stephan Dilly
513486af9c cleanup tests 2020-04-28 15:43:11 +02:00
Stephan Dilly
1ca04496cb Add folder actions unstage/stage/reset 2020-04-28 15:43:11 +02:00
dependabot-preview[bot]
353971459c
Bump git2 from 0.13.4 to 0.13.5
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.4 to 0.13.5.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.4...0.13.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-28 09:16:23 +00:00
Stephan Dilly
b0fdf5049c
Switch to a tree view for changed files list (#37) 2020-04-28 11:15:05 +02:00
dependabot-preview[bot]
2311098a17 Bump git2 from 0.13.3 to 0.13.4
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.3...0.13.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-24 14:19:41 +02:00
dependabot-preview[bot]
cc19fca630 Bump git2 from 0.13.2 to 0.13.3
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.2...0.13.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-23 14:45:55 +02:00
Stephan Dilly
466de64acc bump asyncgit 2020-04-21 19:40:45 +02:00
Stephan Dilly
53e4533c74 fix diff of newfile when cwd in subdir (fixes #25) 2020-04-18 18:53:15 +02:00
Stephan Dilly
e4b00adede next asyncgit release 2020-04-18 11:26:25 +02:00
Stephan Dilly
73c650174f fix staging removed files (fixes #24) 2020-04-18 11:25:03 +02:00
Stephan Dilly
6fa620eccd more docs 2020-04-17 23:11:48 +02:00
Stephan Dilly
9a9fba433d version bump 2020-04-17 16:10:49 +02:00
Stephan Dilly
33836c591d always update status, not only when last update arrives 2020-04-17 16:09:31 +02:00