Commit Graph

84 Commits

Author SHA1 Message Date
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
Stephan Dilly
75b729cca9 improve stage_add performance by simplification 2020-04-17 15:53:13 +02:00
Stephan Dilly
90f29a0b60 added tests 2020-04-17 15:43:42 +02:00
Stephan Dilly
7a479b1896 reduce git2 features and add musl build step
fix tabs

integrate linux musl builds in CD pipeline
2020-04-16 14:05:28 +02:00
Stephan Dilly
b0b1f7d86b prep next version 2020-04-13 01:23:12 +02:00
Stephan Dilly
2a4372b248 docs 2020-04-10 19:18:58 +02:00
Stephan Dilly
ee44a44df4 prepare new version 2020-04-10 19:05:47 +02:00
Stephan Dilly
68f4a0791e upgrade git2-rs 2020-04-10 19:04:55 +02:00
Stephan Dilly
d2d69063e3 cleanup 2020-04-09 12:05:42 +02:00
Stephan Dilly
b9ac1865db support altering commit-msg on ok hook 2020-04-09 11:13:02 +02:00
Stephan Dilly
f144d97e0c fix debug state ment leftover 2020-04-09 09:36:10 +02:00
Stephan Dilly
36ff0be9d1
support hooks: post-commit,commit-msg (#15)
* support hooks: post-commit and commit-msg
* some unittests
* exclude tests on windows for now
2020-04-09 09:23:59 +02:00
Stephan Dilly
387b8748b1 better naming 2020-04-08 00:21:08 +02:00
Stephan Dilly
b71f39fbb3 Support stage/unstage hunk 2020-04-08 00:21:08 +02:00
Stephan Dilly
f74d41a445 fix committing in empty repo 2020-04-05 19:50:11 +02:00
Stephan Dilly
b4f10c06ac fix crash when unstaging file in empty repo 2020-04-05 19:30:59 +02:00
Stephan Dilly
6392778c09 fix one crash on empty repo (diffing) 2020-04-05 18:43:52 +02:00
Stephan Dilly
0657da58db unittest for commiting 2020-04-05 15:39:02 +02:00
Stephan Dilly
e457e60c27 prepare release 2020-04-03 23:37:11 +02:00
Stephan Dilly
e51609ed91 fix crash running outside of git repo 2020-04-03 23:32:17 +02:00
Stephan Dilly
73e9029df4
simplify reset_workdir (#6) 2020-03-30 19:25:52 +02:00
Stephan Dilly
8d1cc3eec6 test resetting workdir part of untracked stages file 2020-03-29 16:03:35 +02:00
Stephan Dilly
9cfc4a549a remove dbg 2020-03-28 21:03:54 +01:00
Stephan Dilly
aea8725d1a reset: simply delete files if they are new/untracked 2020-03-28 21:03:32 +01:00
Stephan Dilly
3e5bf53bb9 unneeded cargo.lock 2020-03-28 20:23:07 +01:00