Commit graph

946 commits

Author SHA1 Message Date
extrawurst
66af52ae70 rust 1.84 update 2025-01-09 17:38:44 +01:00
extrawurst
640bf333fc
Fix ci (#2447) 2024-12-10 09:44:01 +01:00
Nicholas R. Smith
94924db632
Support "Copy Path" operation in WSL (#2413) 2024-11-02 18:54:33 +01:00
extrawurst
603116f491
ratatui update (#2403) 2024-10-23 09:34:24 +02:00
Antonio Yang
b4c0244a2a
Bump struct-patch from 0.4.1 to 0.8.6 (#2386) 2024-10-21 09:20:17 +02:00
extrawurst
1866bf5f89 spaces to tabs 2024-10-18 18:14:21 +02:00
wugeer
fb1ba7c0b9
feat: help popup display viewing progress (#2388) 2024-10-18 18:07:35 +02: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
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
9dd3cf30e1 fix crashes for multiline textboxes
for zero width or height terminals
2024-09-17 20:48:04 +02:00
extrawurst
b5d527bd97 update crossterm and ratatui 2024-09-17 13:13:09 +02:00
extrawurst
f27b58114a fix warning 2024-09-17 12:02:25 +02:00
extrawurst
0f5cf893f7 fix fmt 2024-09-11 22:24:32 +02:00
extrawurst
b89672b134 rust 1.80 clippy fixes 2024-07-26 13:24:52 +07:00
extrawurst
95bbbda9af ratatui update 2024-07-08 08:52:39 +02:00
extrawurst
038c4a50d1 fix new rust warnings 2024-06-14 21:40:46 +02:00
extrawurst
ff59eb6c10 unittest more of the color formats
* to ensure noticing if breaking changes happen
* document breaking change in changelog
2024-05-22 17:41:35 +02:00
extrawurst
3dca5feeec
ratatui 0.25 update (#2101)
fixes #2098
2024-05-16 17:07:30 +02:00
Bryan Behrenshausen
fa2515343b
add : to signoff trailer (#2197)
fixes #2196
2024-05-16 13:57:51 +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
Christoph Rüßler
b08eddb45b
Get default push remote from configuration (#2156) 2024-04-14 12:12:09 +02:00
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
2ec6d632ed encode nightly version, commit, date into binary 2024-03-27 14:24:05 +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
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
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
9c8c802b20 fix nightly clippy 2024-03-24 12:50:56 -07:00
Concelare
b15c8643c8
Git Config Commit Comments (#2145)
Closes #2136
2024-03-22 15:12:08 -07:00
extrawurst
bb92067b19
fixes tag annotation being broken in 0.25 (#2139)
fixes #2126
2024-03-22 12:18:05 -07:00
martihomssoler
f40d368069 fix: 2114 2024-03-22 12:13:14 -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
1a1c948020 todo 2024-03-19 17:56:42 -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
extrawurst
0ab1ff8625 fix chrono deprecations 2024-03-13 11:00:31 +01:00
Juan
43af49bab4
Remove unused clippy warning suppression (missing_const_for_fn) (#2115) 2024-03-07 20:08:28 +01:00
Anas
c629070ea5
fix: fix typos (#2092) 2024-02-21 21:27:33 +01:00
Sainath Singineedi
fa051eff5a
feat: add branch name validation on renaming (#2081)
Closes #2062 

---------

Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
2024-02-21 00:09:53 +01:00
extrawurst
a50a478c1a do not panic if invalid repo
fixes #2064
2024-02-20 22:14:48 +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
2b39c6465a ratatui 0.24 update 2024-02-20 15:41:31 +01:00
extrawurst
45c34e5675
fix infinite spinner (#2075)
af9da95 introduced pending work to always be true
2024-02-20 11:56:37 +01:00
extrawurst
e2590f79bd
better default for single line textinput size (#2070) 2024-02-20 09:43:15 +01:00
extrawurst
90a109b1dd allow fetch in both tabs of branch list 2024-02-19 22:16:42 +01:00
extrawurst
f0f90a88f1 print theme path in error message too 2024-02-19 21:35:26 +01:00