Luigi Clemente
bacf81f6d6
Improve UI selection and command bar ( #1299 )
...
* Added new color for commands bar
* Made commit list item and file tree item fill the entire row
2022-08-30 14:03:35 +02:00
extrawurst
8c32ec53ee
pretty_assertions migrated away from ansi-termi
...
this closes #1290
2022-08-30 13:46:06 +02:00
extrawurst
ef3ece552d
PoC list submodules ( #1090 )
2022-08-27 17:55:06 +02:00
extrawurst
d040b33559
fix changelog
2022-08-17 20:05:01 +02:00
extrawurst
02f1555103
update changelog
2022-08-17 19:53:00 +02:00
JayceFayne
d4949a676b
support copy to clipboard on wayland ( #1233 )
2022-08-17 19:46:56 +02:00
extrawurst
8986f70a89
missing changelog
2022-08-17 18:31:49 +02:00
extrawurst
7d9e6f8c4d
prepare for release 0.21
2022-08-17 17:30:11 +02:00
extrawurst
594dd12864
fix
2022-08-17 16:56:54 +02:00
extrawurst
fa8d8aff62
update changelog
2022-08-17 16:38:46 +02:00
extrawurst
cce49a34b7
Revert "Change diff renamed files ( #1040 )"
...
This reverts commit 5f466ff983
.
2022-04-24 22:30:40 +02:00
Luka Markušić
638d7c2648
Sort fuzzy_matcher results based on score ( #1183 )
...
Co-authored-by: Stephan D <776816+extrawurst@users.noreply.github.com>
2022-04-24 20:11:26 +02:00
Gleb Davydov
5f466ff983
Change diff renamed files ( #1040 )
2022-04-24 19:25:50 +02:00
splitDEV
13afbf6bba
Add support for GIT_DIR and GIT_WORK_TREE environment variables ( #1191 )
...
* Use git env variables for git dir and git workdir
* Add changes to CHANGELOG.md
* Fix indentation
* Add link to PR
Co-authored-by: Stephan D <776816+extrawurst@users.noreply.github.com>
2022-04-24 19:12:00 +02:00
extrawurst
da531c61f6
added faq page
2022-04-24 18:58:50 +02:00
Stephan D
02efae1499
Fix stashlist after marked drop ( #1207 )
2022-04-23 19:01:15 +02:00
extrawurst
96aa346292
fix a bunch of links
2022-04-23 18:39:33 +02:00
Philippe Eberli
b18cabf4d3
Fix URL to issue 846
2022-04-17 16:44:36 +01:00
Stephan D
2a578889f3
switch focus to index after staging last file ( #1170 )
2022-03-10 00:50:37 +01:00
extrawurst
970931abfc
update changelog
2022-02-22 01:06:11 +01:00
Stephan Dilly
86798008ed
update changelog
2022-02-06 22:16:19 +01:00
Stephan Dilly
750b45a6c4
fix changelog
2022-01-31 09:48:53 +01:00
Fernando Silva
2745d9f860
fix: blame tabs indentation
2022-01-31 09:47:56 +01:00
Stephan Dilly
9ace5357e1
cleanup
2022-01-31 00:40:22 +01:00
Stephan Dilly
1013d3fa24
update changelog
2022-01-30 23:03:58 +01:00
Stephan Dilly
e18aa48aea
fix issue with taglist component without remotes ( #1112 )
2022-01-27 21:56:54 +01:00
Stephan Dilly
11c055220d
changelog
2022-01-26 10:01:55 +01:00
Stephan Dilly
6cf39a88f5
Fix 1102 performance reg ( #1103 )
2022-01-26 00:30:19 +01:00
Stephan Dilly
160bc6b99d
prep for release 0.20
2022-01-25 19:52:51 +01:00
Stephan Dilly
317b245ba0
fix credential.helper config usage inside repo ( #1091 )
2022-01-24 00:36:58 +01:00
Stephan Dilly
12fbfa0946
prepare for v0.20 release
2022-01-22 01:27:20 +01:00
Stephan Dilly
0874f33eb3
update changelog
2022-01-22 01:21:21 +01:00
Stephan Dilly
435de9cda3
support hookspath ( #1054 )
2022-01-17 15:06:54 +01:00
Stephan Dilly
b51734cce8
changelog gif
2022-01-16 23:04:31 +01:00
Stephan Dilly
13b6b2fdc6
support deleting tag on remote ( #1079 )
2022-01-16 22:56:39 +01:00
Stephan Dilly
3fdf5ba618
update changelog
2022-01-12 12:49:32 +01:00
Stephan Dilly
b6429bc330
do not allow pull on local-only branch ( #1067 )
2022-01-09 16:31:20 +01:00
Stephan Dilly
1fd81b463e
revert commit gif
2022-01-08 00:12:13 +01:00
Stephan Dilly
d5d36de01e
implement reverting commit from revlog ( #1057 )
2021-12-29 16:40:22 +01:00
uniqueNullptr2
e7f15ae457
Disable fetch,pull,push when no remote defined ( #1051 )
2021-12-25 21:37:30 +01:00
Stephan Dilly
cef0de4f0e
changelog
2021-12-15 15:34:50 +01:00
Christian Zangl
70ce3f88d6
add gg/G to vim config ( #1041 )
...
see #1039
2021-12-12 18:14:02 +01:00
Martin Kühl
5550415e3c
cred: check pushurl before checking url ( #967 )
...
* cred: check pushurl before checking url
if a remote has both a pushurl and a url, need_username_password should check the pushurl before checking the url since we might not need credentials for the former
2021-12-09 22:47:27 +01:00
Stephan Dilly
6249491484
keep commit msg on hook-fail ( #1036 )
...
fixes #1035
2021-12-09 21:12:31 +01:00
Stephan Dilly
cd639b29c0
release 0.19 ( #1033 )
2021-12-08 23:24:01 +01:00
Stephan Dilly
006cdd6373
support bare repos ( #1028 )
2021-12-05 00:35:45 +01:00
Stephan Dilly
ecabee02da
allow opening file selected in tree ( #989 )
2021-12-02 08:24:13 +01:00
Stephan Dilly
36699a0a36
git2rs upgrade ( #1025 )
...
closes #881
2021-12-01 19:32:48 +01:00
Stephan Dilly
a847ea2a92
specify changelog better
2021-11-28 14:29:01 +01:00
Stephan Dilly
9038b1d07d
pull gets tags on current branch ( closes #1013 )
2021-11-28 13:37:36 +01:00