Commit Graph

2286 Commits

Author SHA1 Message Date
extrawurst
5d68ea0e39
Reset branch in branch popup (#2171)
allow triggering branch reset from branch popup. closes #2170
2024-04-07 18:12:30 +02:00
extrawurst
5053850433
Update NIGHTLIES.md
Fix links for windows
2024-03-31 12:46:15 +01:00
extrawurst
f91621be09 make necesaary sudo usage more obvious to user 2024-03-31 11:36:34 +01:00
dependabot[bot]
21491bcbca Bump openssl-sys from 0.9.101 to 0.9.102
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.101 to 0.9.102.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102)

---
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-03-29 13:50:13 +00:00
dependabot[bot]
188d00159b Bump chrono from 0.4.35 to 0.4.37
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.35...v0.4.37)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 08:36:00 +00:00
extrawurst
29fb29638f fix win msi naming 2024-03-27 18:00:47 +00:00
extrawurst
48b6c07843 some more changelog entries 2024-03-27 17:38:38 +00:00
extrawurst
44e1c56a1c
provide nightly builds (#2164)
closes #2083
2024-03-27 17:28:31 +00:00
extrawurst
2ec6d632ed encode nightly version, commit, date into binary 2024-03-27 14:24:05 +00:00
extrawurst
0966953050 fix changelog 2024-03-27 14:00:47 +00:00
Martí Homs Soler
3b7b443e2a
syntect additional file type support (#2160)
closes #2005

Co-authored-by: MHS <mhs@histolution.com>
2024-03-27 13:57:37 +00:00
extrawurst
5fafe784d1 rename artifacts for clarity (#2148) 2024-03-27 13:46:54 +00:00
extrawurst
4cc6b459cc Revert "encode nightly version, commit, date into binary"
This reverts commit 89e9f855cb.
2024-03-27 13:02:31 +00:00
extrawurst
89e9f855cb encode nightly version, commit, date into binary 2024-03-27 12:49:53 +00: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]
8272b20913 Bump clap from 4.5.3 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.4.
- [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/v4.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 15:43:46 +00:00
dependabot[bot]
ba26a1a664 Bump indexmap from 2.2.5 to 2.2.6
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.5 to 2.2.6.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.5...2.2.6)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 01:35:12 -07:00
dependabot[bot]
bb2640e893 Bump which from 6.0.0 to 6.0.1
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.0 to 6.0.1.
- [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.0...6.0.1)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-24 23:01:35 -07: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
extrawurst
3342544dfb update readme now that gpgsign is there 2024-03-24 13:24:15 -07:00
extrawurst
6515831c95 more changelog details 2024-03-24 13:13:26 -07:00
extrawurst
93959aff5d fix changelog entry 2024-03-24 13:11:15 -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
Michael
5131aba138
Make MsgPopup scrollable (#2120) 2024-03-24 12:57:59 -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
extrawurst
9c8c802b20 fix nightly clippy 2024-03-24 12:50:56 -07:00
extrawurst
76814a36e3 update yanked 2024-03-24 12:42:35 -07:00
Christoph Rüßler
7d8b7c9239
Add CONTRIBUTING.md (#2121) 2024-03-24 12:40:39 -07:00
Concelare
b15c8643c8
Git Config Commit Comments (#2145)
Closes #2136
2024-03-22 15:12:08 -07:00
extrawurst
3d06b54d2c update changelog for 0.25.2 2024-03-22 12:58:56 -07:00
extrawurst
f9ebba3043 fix another github action warning 2024-03-22 12:57:43 -07:00
extrawurst
205555916c upgrade version 2024-03-22 12:32:55 -07:00
extrawurst
3db4425b98 prepare release 2024-03-22 12:23:06 -07:00
extrawurst
a4e08834e2 preapre for release 2024-03-22 12:20:57 -07:00
extrawurst
512f2f439e changelog 2024-03-22 12:19:03 -07:00
extrawurst
bb92067b19
fixes tag annotation being broken in 0.25 (#2139)
fixes #2126
2024-03-22 12:18:05 -07:00
extrawurst
dddb35ac15 update changelog 2024-03-22 12:14:59 -07:00
martihomssoler
f40d368069 fix: 2114 2024-03-22 12:13:14 -07:00
dependabot[bot]
b7b7705df2 Bump backtrace from 0.3.69 to 0.3.70
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.69 to 0.3.70.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.69...0.3.70)

---
updated-dependencies:
- dependency-name: backtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 23:03:10 -07:00
Concelare
5dd1852dd3 Fixed:
- Cargo clippy errors

Updated:
- Ran cargo clippy --fix
- Ran cargo fmt
2024-03-21 23:01:02 -07:00
extrawurst
02dfae7bd4 cargo updates 2024-03-19 18:07:05 -07:00
extrawurst
96116ce405 cargo update 2024-03-19 18:03:30 -07:00
extrawurst
1a1c948020 todo 2024-03-19 17:56:42 -07:00
extrawurst
b43c4c05f6 update changelog 2024-03-19 17:43:38 -07:00
Trung Tran
99b9a38fb3 fix: index out of bounds when blaming a file ending with a blank line (#2130) 2024-03-20 01:37:59 +01:00
dependabot[bot]
baddec0e39 Bump bitflags from 2.4.2 to 2.5.0
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 08:52:05 +01:00
dependabot[bot]
0fba25506a Bump clap from 4.5.2 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
- [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/v4.5.2...v4.5.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 08:18:45 +01:00
extrawurst
0ab1ff8625 fix chrono deprecations 2024-03-13 11:00:31 +01:00
dependabot[bot]
2274d7c22f Bump thiserror from 1.0.57 to 1.0.58
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 09:58:29 +01:00