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
dependabot[bot]
423b5ff3d1
Bump git2 from 0.18.3 to 0.19.0
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.18.3 to 0.19.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0 )
---
updated-dependencies:
- dependency-name: git2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 12:45:18 +02:00
extrawurst
7f161d61cd
release prep
2024-06-02 14:24:02 +02:00
extrawurst
93fee307d6
version bump
2024-05-16 19:14:32 +02:00
Christoph Rüßler
a92be3be9d
Get default fetch remote from configuration ( #2204 )
...
fixes #1093
2024-05-16 12:03:55 +02:00
extrawurst
6e12c1e974
fix clippy and nightly build
2024-05-16 11:11:05 +02:00
dependabot[bot]
5ad54ee675
Bump unicode-truncate from 0.2.0 to 1.0.0
...
Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate ) from 0.2.0 to 1.0.0.
- [Release notes](https://github.com/Aetf/unicode-truncate/releases )
- [Changelog](https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Aetf/unicode-truncate/compare/v0.2.0...v1.0.0 )
---
updated-dependencies:
- dependency-name: unicode-truncate
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:32:22 +02:00
dependabot[bot]
c2d23da543
Bump serial_test from 3.0.0 to 3.1.1
...
Bumps [serial_test](https://github.com/palfrey/serial_test ) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v3.0.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:32:12 +02:00
dependabot[bot]
d6ab75399b
Bump ssh-key from 0.6.5 to 0.6.6
...
Bumps [ssh-key](https://github.com/RustCrypto/SSH ) from 0.6.5 to 0.6.6.
- [Commits](https://github.com/RustCrypto/SSH/compare/ssh-key/v0.6.5...ssh-key/v0.6.6 )
---
updated-dependencies:
- dependency-name: ssh-key
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 08:10:11 +02:00
extrawurst
09a2f70c89
Release prep ( #2183 )
2024-04-14 20:31:05 +02:00
Christoph Rüßler
b08eddb45b
Get default push remote from configuration ( #2156 )
2024-04-14 12:12:09 +02:00
Antonio Yang
945ec45027
sign with ssh key in disc ( #2175 )
2024-04-10 11:53:23 +02:00
Concelare
92e0face1e
add tests for commitChar filtering ( #2151 )
...
adds missing tests for b15c8643c8
(see #2145 )
2024-03-26 15:50:13 +00:00
dependabot[bot]
9d94b9f600
Bump rayon from 1.9.0 to 1.10.0
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.9.0...rayon-core-v1.10.0 )
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-24 22:57:48 -07:00
ZingyAwesome
ef6abbba0f
Fix typo in commit.rs ( #2150 )
2024-03-24 15:14:07 -07:00
Hendrik Maus
5b3e2c9ae3
Support git commit signing using OpenPGP ( #1544 )
...
* Support git commit signing using OpenPGP
* workaround for amending signed commits
* workaround for rewording signed commits
* support signing initial commit
* return both signature and signature_field value from sign
---------
Co-authored-by: Utkarsh Gupta <utkarshgupta137@gmail.com>
2024-03-24 13:08:28 -07:00
extrawurst
540a95c160
fix failing to commit since b15c864
...
(if it would not find core.commitComment config)
2024-03-24 12:54:00 -07:00
Concelare
b15c8643c8
Git Config Commit Comments ( #2145 )
...
Closes #2136
2024-03-22 15:12:08 -07:00
extrawurst
3db4425b98
prepare release
2024-03-22 12:23:06 -07:00
Juan
43af49bab4
Remove unused clippy warning suppression (missing_const_for_fn) ( #2115 )
2024-03-07 20:08:28 +01:00
dependabot[bot]
7de1adc476
Bump rayon from 1.8.1 to 1.9.0
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.8.1 to 1.9.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.1...rayon-core-v1.9.0 )
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 14:00:23 +01:00
Anas
c629070ea5
fix: fix typos ( #2092 )
2024-02-21 21:27:33 +01:00
extrawurst
9f0ef851b2
Prep release 25 ( #2082 )
2024-02-21 11:27:45 +01:00
extrawurst
2bbaa6f3a1
fix a bunch more typos
2024-02-20 19:51:05 +01:00
extrawurst
5dad9f4adb
cancel commit search ( #2078 )
...
closes #1860
Co-authored-by: StemCll <lydjotj6f@mozmail.com>
2024-02-20 19:07:25 +01:00
extrawurst
762b889b48
better theme file handling ( #2077 )
...
* better theme file handling
* print all possible err of loading theme
closes #2007
2024-02-20 18:52:35 +01:00
extrawurst
acf4661c1e
fix nighty and raise msrv
2024-02-19 11:36:38 +01:00
Joshix-1
7335cd1c5d
fix sorting of commits in diff view ( #1747 )
2024-02-12 20:33:46 +01:00
extrawurst
673edd8f2d
cargo updates ( #1856 )
...
closes #1781
2024-02-12 11:53:22 +01:00
dependabot[bot]
e34a4f82ea
Bump rayon-core from 1.12.0 to 1.12.1
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.12.0 to 1.12.1.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.12.0...rayon-core-v1.12.1 )
---
updated-dependencies:
- dependency-name: rayon-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 14:48:31 +01:00
extrawurst
e7c61ffc89
Support prepare commit hook ( #1978 )
2023-12-16 00:07:54 +01:00
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
extrawurst
83df6ddbc8
test that proved hook has access to PATH ( #1967 )
2023-12-02 13:21:33 +01:00
extrawurst
c39eb93736
fix ci
2023-11-28 09:24:58 +01:00
extrawurst
bcf9bac934
simplify implementation
2023-11-27 16:21:04 +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
253a18f62a
search message body/summary separately
...
closes #1875
2023-09-04 22:24:20 +02:00
extrawurst
0e1d83fb02
Parallelize log search ( #1874 )
2023-09-04 20:55:17 +02:00
extrawurst
ecb793206d
seems useless, lets remove
2023-09-04 09:46:08 +02:00
extrawurst
11b9e8193c
prepare for release
2023-09-03 18:52:33 +02:00
extrawurst
42043bda6f
make update_progress simpler
2023-09-03 18:34:09 +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
0c591dfea4
Fix branch switch with slash ( #1857 )
2023-08-29 16:39:58 +02:00
extrawurst
15e9222f51
refactoring commit filter ( #1843 )
2023-08-27 16:38:20 +02:00