extrawurst
efa8450bcc
bump filetreelist
2024-09-28 12:52:54 +03:00
Fabio Valentini
2c1fce4b48
filetreelist: exclude demo.gif from published crates ( #2369 )
...
This reduces download size for the crate from ~900 kB to ~10 kB.
2024-09-28 12:52:12 +03:00
dependabot[bot]
6b588b4d45
Bump thiserror from 1.0.63 to 1.0.64 ( #2367 )
2024-09-24 10:10:23 +03:00
extrawurst
11a0b9b0b7
fix create-remote
2024-09-18 23:47:12 +02:00
extrawurst
7a51dbec4d
some comments
2024-09-18 16:52:25 +02:00
extrawurst
4bb9fc8790
cleanup changelog
2024-09-18 16:47:17 +02:00
Robin
d4f9400e04
Remotes popup ( #2350 )
...
Co-authored-by: extrawurst <mail@rusticorn.com>
Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
2024-09-18 16:31:21 +02:00
extrawurst
2cbeeeda95
rename section for consistency
2024-09-18 16:01:31 +02:00
dependabot[bot]
dd1efee5cf
Bump unicode-segmentation from 1.11.0 to 1.12.0
...
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation ) from 1.11.0 to 1.12.0.
- [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: unicode-segmentation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 13:38:42 +02:00
dependabot[bot]
02fa24e2f8
Bump pretty_assertions from 1.4.0 to 1.4.1
...
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions ) from 1.4.0 to 1.4.1.
- [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.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: pretty_assertions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 13:38:30 +02:00
extrawurst
9dd3cf30e1
fix crashes for multiline textboxes
...
for zero width or height terminals
2024-09-17 20:48:04 +02:00
dependabot[bot]
ab75103d00
Bump serde from 1.0.204 to 1.0.210
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.204 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.210 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 13:14:04 +02:00
extrawurst
b5d527bd97
update crossterm and ratatui
2024-09-17 13:13:09 +02:00
extrawurst
3a86cb5ca7
fix warning of yanked release
2024-09-17 12:34:10 +02:00
dependabot[bot]
7a37730076
Bump indexmap from 2.2.6 to 2.5.0
...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap ) from 2.2.6 to 2.5.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.6...2.5.0 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 12:24:35 +02:00
extrawurst
f27b58114a
fix warning
2024-09-17 12:02:25 +02:00
dependabot[bot]
314b1bd867
Bump tui-textarea from 0.5.2 to 0.5.3
...
Bumps [tui-textarea](https://github.com/rhysd/tui-textarea ) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/rhysd/tui-textarea/releases )
- [Changelog](https://github.com/rhysd/tui-textarea/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rhysd/tui-textarea/compare/v0.5.2...v0.5.3 )
---
updated-dependencies:
- dependency-name: tui-textarea
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 11:59:31 +02:00
dependabot[bot]
1580defa29
Bump which from 6.0.2 to 6.0.3
...
Bumps [which](https://github.com/harryfei/which-rs ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/harryfei/which-rs/releases )
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3 )
---
updated-dependencies:
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 11:58:51 +02:00
dependabot[bot]
ea94d3a731
Bump once_cell from 1.19.0 to 1.20.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 11:55:11 +02:00
dependabot[bot]
b958eaeddd
Bump anyhow from 1.0.86 to 1.0.89
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.86 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 11:55:00 +02:00
Christoph Rüßler
2b8ef40289
Fix log crashing in subdirectories ( #2301 )
...
* Fix log crashing in subdirectories
Replace `gix::open` by `gix::discover`. `gix::open` errors when the
passed directory is not a git repository.
* Add test for AsyncLog in sub-directory
* Respect env variables when discovering repo
---------
Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
2024-09-17 11:37:52 +02:00
extrawurst
0f5cf893f7
fix fmt
2024-09-11 22:24:32 +02:00
extrawurst
134ef734a4
clippy fix
2024-09-11 21:30:34 +02:00
extrawurst
0a5e2ef1ed
gix update
2024-09-11 21:27:14 +02:00
extrawurst
7ad8265c54
git2-hooks version bump
2024-08-24 12:20:17 +08:00
Yerke Tulibergenov
4cb9500cd9
Use default shell instead of bash on Unix-like OS
2024-08-23 18:57:46 +08:00
dependabot[bot]
63a91fd281
Bump tempfile from 3.10.1 to 3.12.0
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.10.1 to 3.12.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [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>
2024-08-08 01:12:38 +08:00
extrawurst
6c9bb9f616
update binary sizes (closing #2330 )
2024-08-08 01:11:51 +08:00
dependabot[bot]
61e52d9bfa
Bump which from 6.0.1 to 6.0.2
...
Bumps [which](https://github.com/harryfei/which-rs ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/harryfei/which-rs/releases )
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.1...6.0.2 )
---
updated-dependencies:
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 00:38:10 +08:00
dependabot[bot]
0289c82e4e
Bump tui-textarea from 0.5.1 to 0.5.2
...
Bumps [tui-textarea](https://github.com/rhysd/tui-textarea ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/rhysd/tui-textarea/releases )
- [Changelog](https://github.com/rhysd/tui-textarea/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rhysd/tui-textarea/compare/v0.5.1...v0.5.2 )
---
updated-dependencies:
- dependency-name: tui-textarea
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 00:34:02 +08:00
dependabot[bot]
4ef633a75a
Bump env_logger from 0.11.4 to 0.11.5
...
Bumps [env_logger](https://github.com/rust-cli/env_logger ) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 14:35:24 +07:00
dependabot[bot]
9ecc207270
Bump clap from 4.5.10 to 4.5.11
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.10 to 4.5.11.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.10...clap_complete-v4.5.11 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 14:35:07 +07:00
extrawurst
b89672b134
rust 1.80 clippy fixes
2024-07-26 13:24:52 +07:00
extrawurst
ce923e6fe4
supply libgit2 with flag to respect env variables ( #2299 )
...
closes #2298
2024-07-25 11:16:01 +07:00
dependabot[bot]
7fec560942
Bump clap from 4.5.9 to 4.5.10
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.9 to 4.5.10.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...v4.5.10 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 10:53:06 +07:00
dependabot[bot]
32fbea2870
Bump env_logger from 0.11.3 to 0.11.4
...
Bumps [env_logger](https://github.com/rust-cli/env_logger ) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 10:52:53 +07:00
dependabot[bot]
8e00264943
Bump gix from 0.63.0 to 0.64.0
...
Bumps [gix](https://github.com/Byron/gitoxide ) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/Byron/gitoxide/releases )
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Byron/gitoxide/compare/gix-v0.63.0...gix-v0.64.0 )
---
updated-dependencies:
- dependency-name: gix
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 10:52:29 +07:00
dependabot[bot]
0cb5b781a2
Bump openssl-sys from 0.9.102 to 0.9.103
...
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl ) from 0.9.102 to 0.9.103.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.102...openssl-sys-v0.9.103 )
---
updated-dependencies:
- dependency-name: openssl-sys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 12:23:44 +07:00
dependabot[bot]
341c796ff8
Bump gix-path from 0.10.8 to 0.10.9
...
Bumps [gix-path](https://github.com/Byron/gitoxide ) from 0.10.8 to 0.10.9.
- [Release notes](https://github.com/Byron/gitoxide/releases )
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Byron/gitoxide/compare/gix-path-v0.10.8...gix-path-v0.10.9 )
---
updated-dependencies:
- dependency-name: gix-path
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-19 12:06:29 +07:00
dependabot[bot]
ef45704a3c
Bump thiserror from 1.0.62 to 1.0.63
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.62 to 1.0.63.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-19 11:52:41 +07:00
dependabot[bot]
d7aa8c8924
Bump tui-textarea from 0.5.0 to 0.5.1
...
Bumps [tui-textarea](https://github.com/rhysd/tui-textarea ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/rhysd/tui-textarea/releases )
- [Changelog](https://github.com/rhysd/tui-textarea/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rhysd/tui-textarea/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: tui-textarea
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 12:57:26 +07:00
dependabot[bot]
bf4079a8a7
Bump thiserror from 1.0.61 to 1.0.62
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-14 12:11:36 +07:00
extrawurst
d3786992ba
cargo update
2024-07-09 09:06:56 +02:00
extrawurst
51ce196d45
missing lock file changes
2024-07-09 09:04:18 +02:00
extrawurst
017ca45aed
cargo updates
2024-07-08 23:40:44 +02:00
Christoph Rüßler
d30de223fe
Add LogWalkerWithoutFilter, using gitoxide ( #2275 )
...
* Add LogWalkerWithoutFilter, using gitoxide
* Use feature revision for gix
---------
Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
2024-07-08 09:25:44 +02:00
extrawurst
95bbbda9af
ratatui update
2024-07-08 08:52:39 +02:00
dependabot[bot]
72b954a1a5
Bump serde from 1.0.202 to 1.0.204
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.202 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.204 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 08:30:37 +02:00
dependabot[bot]
6ec7eea02b
Bump clap from 4.5.7 to 4.5.8
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.7 to 4.5.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.7...v4.5.8 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 08:32:17 +02:00
dependabot[bot]
3229c5d5ed
Bump log from 0.4.21 to 0.4.22
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22 )
---
updated-dependencies:
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 09:16:28 +02:00