extrawurst
521ab91309
git2-hooks: allows customizing what places to look for hooks ( #1975 )
...
* allows customizing what places to look for hooks
2023-12-08 14:33:22 +01:00
extrawurst
a6416b914d
Cleanup hooks ( #1972 )
...
* cleanup errors
* cleaner repo structure
* added docs
2023-12-07 17:22:07 +01:00
extrawurst
d4dd58f6ca
move git hooks support into separate crate ( #1971 )
...
* unique error type name
* git2 dependency future
* return hook out/err separately
2023-12-07 16:28:52 +01:00
dependabot[bot]
d576405223
Bump url from 2.4.1 to 2.5.0
...
Bumps [url](https://github.com/servo/rust-url ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/servo/rust-url/releases )
- [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: url
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 09:27:05 +01:00
dependabot[bot]
0bd5b9958e
Bump rayon from 1.7.0 to 1.8.0
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.7.0 to 1.8.0.
- [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.8.0 )
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 12:34:32 +02:00
extrawurst
8768611876
prepare release
2023-09-09 10:59:21 +02:00
extrawurst
0e1d83fb02
Parallelize log search ( #1874 )
2023-09-04 20:55:17 +02:00
extrawurst
11b9e8193c
prepare for release
2023-09-03 18:52:33 +02:00
extrawurst
52dfefe624
Revert "parallelize log search"
...
This reverts commit ebe41e8a75 .
2023-09-03 18:30:34 +02:00
extrawurst
ebe41e8a75
parallelize log search
...
* will consume all cores now and got faster in all my benchmarks
* setting progress via asyncjob now makes sure to only set it if it has changed and return whether that is the case to simplify sending progress notifications only in case progress actually changed
2023-08-31 12:09:13 +02:00
extrawurst
85ab9d47ad
prepare release
2023-08-30 15:55:26 +02:00
extrawurst
33ac5b97ae
prep for release
2023-08-27 15:30:15 +02:00
extrawurst
9a7c2199a7
make commit filtering an async job ( #1842 )
2023-08-27 15:14:10 +02:00
extrawurst
3c5131ad27
commit log filtering ( #1800 )
2023-08-18 17:19:18 +02:00
extrawurst
a87f66c131
switch back to dirs ( #1783 )
...
* switch back to `dirs`
2023-07-30 10:44:49 +02:00
dependabot[bot]
c2435c2752
Bump pretty_assertions from 1.3.0 to 1.4.0
...
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases )
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: pretty_assertions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 11:11:00 +02:00
extrawurst
0ca82aba46
bump versions
2023-06-19 15:58:19 +02:00
dependabot[bot]
4f10dfb185
Bump url from 2.3.1 to 2.4.0
...
Bumps [url](https://github.com/servo/rust-url ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/servo/rust-url/releases )
- [Commits](https://github.com/servo/rust-url/compare/v2.3.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: url
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 14:41:59 +02:00
dependabot[bot]
b15d24caf8
Bump shellexpand from 3.0.0 to 3.1.0
...
Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand ) from 3.0.0 to 3.1.0.
- [Release notes](https://gitlab.com/ijackson/rust-shellexpand/tags )
- [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.0.0...shellexpand-3.1.0 )
---
updated-dependencies:
- dependency-name: shellexpand
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 07:59:37 +02:00
extrawurst
76258fbb93
bump git2-rs
2023-04-03 12:17:55 +02:00
dependabot[bot]
3ceeb33c25
Bump rayon-core from 1.10.2 to 1.11.0
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.10.2 to 1.11.0.
- [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.10.2...rayon-core-v1.11.0 )
---
updated-dependencies:
- dependency-name: rayon-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 07:19:28 +01:00
dependabot[bot]
fa551878a8
Bump tempfile from 3.3.0 to 3.4.0
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases )
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS )
- [Commits](https://github.com/Stebalien/tempfile/commits )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 10:32:55 +01:00
dependabot[bot]
582b660bf7
Bump rayon-core from 1.10.1 to 1.10.2
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.10.1 to 1.10.2.
- [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.10.1...rayon-core-v1.10.2 )
---
updated-dependencies:
- dependency-name: rayon-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 09:40:34 +01:00
dependabot[bot]
a5128b94dd
Bump serial_test from 0.10.0 to 1.0.0
...
Bumps [serial_test](https://github.com/palfrey/serial_test ) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v0.10.0...v1.0.0 )
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 11:59:27 +01:00
dependabot[bot]
c7356ae3de
Bump git2 from 0.15.0 to 0.16.0
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.15.0...git2-curl-0.16.0 )
---
updated-dependencies:
- dependency-name: git2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 09:09:00 +01:00
extrawurst
81645a61d4
cargo update
2022-12-20 15:22:45 +01:00
extrawurst
55a006a4a0
update env_logger
2022-12-10 11:32:43 +01:00
dependabot[bot]
71ea7fb89d
Bump shellexpand from 2.1.2 to 3.0.0
...
Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand ) from 2.1.2 to 3.0.0.
- [Release notes](https://gitlab.com/ijackson/rust-shellexpand/tags )
- [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand/2.1.2...shellexpand-3.0.0 )
---
updated-dependencies:
- dependency-name: shellexpand
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 07:35:48 +01:00
extrawurst
4ef9659138
prep release
2022-11-22 11:07:41 +01:00
extrawurst
5495e9bec3
fix building asyncgit alone
2022-11-19 17:48:56 +01:00
extrawurst
425e9f091c
bump versions (prepare for release)
2022-11-19 17:44:05 +01:00
extrawurst
16a537c102
Persist all options ( #1342 )
...
closes #1340
2022-09-20 08:23:04 +02:00
Jakub Jirutka
f69460cccf
Allow to build without vendored openssl, allow to build syntect with regex-onig ( #1323 )
...
* allow to build syntect with regex-onig
Syntect supports two regex engines:
* regex-fancy: a pure-rust regex engine based on the fancy-regex
* regex-onig: a regex engine based on the oniguruma C library
From the syntect's Readme:
> The advantage of fancy-regex is that it does not require the onig
> crate which requires building and linking the Oniguruma C library.
> Many users experience difficulty building the onig crate, especially
> on Windows and Webassembly.
> As far as our tests can tell this new engine is just as correct, but
> it hasn't been tested as extensively in production. It also currently
> seems to be about half the speed of the default Oniguruma engine
Oniguruma engine is faster than the fancy-regex engine and the syntect
project chose the latter as the default only to avoid difficulties with
linking Oniguruma (C library) on some platforms. This is not an issue
for linux distributions - linking against system-provided shared
library is preferred to bundled libraries.
Moreover, gitui built with Oniguruma instead of fancy-regex is by 25%
smaller.
This commit adds two cargo features, regex-fancy and regex-onig, to
enable respective syntect features. The former is enabled by default.
* allow to build without vendored openssl
Vendoring (bundling) openssl library is very bad for security and
Linux distributions forbid it. The aim of this change is to simplify
packaging gitui in linux distros.
Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
2022-09-18 15:02:01 +02:00
dependabot[bot]
1020346217
Bump url from 2.2.2 to 2.3.0
...
Bumps [url](https://github.com/servo/rust-url ) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/servo/rust-url/releases )
- [Commits](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0 )
---
updated-dependencies:
- dependency-name: url
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 06:51:31 +02:00
extrawurst
986d34a5ac
support opening submodule ( #1298 )
2022-08-31 10:51:08 +02:00
extrawurst
8c32ec53ee
pretty_assertions migrated away from ansi-termi
...
this closes #1290
2022-08-30 13:46:06 +02:00
dependabot[bot]
d6a84c1bd2
Bump easy-cast from 0.4.4 to 0.5.0
...
Bumps [easy-cast](https://github.com/kas-gui/easy-cast ) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/kas-gui/easy-cast/releases )
- [Changelog](https://github.com/kas-gui/easy-cast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kas-gui/easy-cast/compare/0.4.4...0.5.0 )
---
updated-dependencies:
- dependency-name: easy-cast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 08:49:51 +02:00
Stephan D
4a0e58ae15
msrv 160 ( #1279 )
...
* bump edition
* msrv 160
* upgrade clap and more deps
2022-08-17 16:30:54 +02:00
extrawurst
b0eaca72cb
cargup update
2022-02-25 21:04:07 +01:00
dependabot[bot]
02170ee280
Bump serial_test from 0.5.1 to 0.6.0
...
Bumps [serial_test](https://github.com/palfrey/serial_test ) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v0.5.1...v0.6.0 )
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 01:04:41 +01:00
extrawurst
77472d086f
change author name
2022-02-21 23:33:07 +01:00
Stephan Dilly
f2b09d39c6
clippy nightly fixes
2022-01-30 19:28:45 +01:00
Stephan Dilly
bfba218fb4
bump versions
2022-01-26 00:35:05 +01:00
Stephan Dilly
12fbfa0946
prepare for v0.20 release
2022-01-22 01:27:20 +01:00
Stephan Dilly
435de9cda3
support hookspath ( #1054 )
2022-01-17 15:06:54 +01:00
Stephan Dilly
cd639b29c0
release 0.19 ( #1033 )
2021-12-08 23:24:01 +01:00
Stephan Dilly
26318c10e9
cargo updates
2021-11-28 14:41:23 +01:00
Stephan Dilly
444e14631d
cargo-sort
2021-11-28 13:38:48 +01:00
dm9pZCAq
31f677187b
add trace-libgit feature ( #905 )
2021-10-13 15:32:17 +02:00
Stephan Dilly
d1dcdab288
version bumps
2021-10-11 11:25:50 +02:00