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
extrawurst
1cb821cd51
fix ci
2024-02-19 21:32:08 +01:00
extrawurst
cae864a188
fix nigtly
2024-02-19 21:24:09 +01:00
extrawurst
e22cc70a7d
moving popups in its own module ( #2066 )
2024-02-19 17:18:30 +01:00
Trung Tran
af9da95178
add syntax highlighting for blame view ( #745 )
2024-02-19 17:15:03 +01:00
extrawurst
ab95b98ef8
allow pushing to empty repo ( #2063 )
...
closes #1919
2024-02-19 15:46:39 +01:00
extrawurst
be10d9096a
print theme loading errors into log ( #2056 )
2024-02-19 12:52:17 +01:00
extrawurst
acf4661c1e
fix nighty and raise msrv
2024-02-19 11:36:38 +01:00
extrawurst
f1da79b4b2
fix panics not shown on cli ( closes #2049 )
2024-02-18 14:01:44 +01:00
extrawurst
f4a7034a9a
allow customizing color of focused title bar
2024-02-18 13:54:55 +01:00
extrawurst
825935ba4f
Multiline TextEdit cleanups ( #2053 )
...
* change commit default binding
* animated gif of multiline text edit
* update changelog
* fix style of default text
* textinput should not need to know about its users
* fix branch create popup
2024-02-18 12:44:44 +01:00
pm100
b9a2e131f2
tui textarea ( #2051 )
2024-02-18 10:24:18 +01:00
extrawurst
89ce540653
fix all places of single line textinput
2024-02-15 21:47:03 +01:00
Joshix-1
7335cd1c5d
fix sorting of commits in diff view ( #1747 )
2024-02-12 20:33:46 +01:00
dependabot[bot]
61ee3fd695
updates and fixes
2024-02-12 12:55:10 +01:00