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
Stephan Dilly
4d05dea4a6
update changelog
2021-11-23 22:16:15 +01:00
Stephan Dilly
21a10a618a
screencast
2021-11-22 00:04:18 +01:00
Stephan Dilly
ab908f83df
contributors
2021-11-21 22:16:42 +01:00
Stephan Dilly
d617ba76fa
simplify key bindings file handling ( #946 )
2021-11-21 22:10:37 +01:00
Curiosidad-Racional
38cf196b62
File find popup up/down keys resolves #977 ( #993 )
2021-11-21 20:10:14 +01:00
Stephan Dilly
cd3989238b
changelog update
2021-11-20 18:54:24 +01:00
Stephan Dilly
a55dcf62a3
blame: fixup windows paths ( #984 )
...
closes #981
2021-11-12 15:52:29 +01:00
Stephan Dilly
3c8eb7e049
improve files in diff speed ( #979 )
...
closes #976
2021-11-11 13:36:17 +01:00
Jakub Jirutka
fa7cd37ca7
Make gh-emoji optional
...
gh-emoji crate includes *images* of GitHub's emoji - this is quite a big
dependency. It increases the binary size by 1 MiB; that's +25 % when
building v0.18.0 on Alpine Linux with build flags to optimize size.
I consider it an unnecessary bloat that should be optional.
2021-11-10 18:07:48 +01:00
Stephan Dilly
18e61efae6
fix changelog format
2021-10-24 19:57:35 +02:00
Stephan Dilly
389bd75d46
honor options in stage_all
command (see #933 )
2021-10-23 15:34:49 +02:00
Stephan Dilly
5c661be159
support home/end keys in branchlist ( fixes #957 )
2021-10-23 14:39:02 +02:00
Gleb Davydov
899168e1ce
Add highlighting for matches in fuzzy finder ( #947 )
...
closes #893
2021-10-15 17:23:57 +02:00
R0nd
153c79a828
support pull from remote ( #945 )
...
closes #920
2021-10-13 15:34:58 +02:00
dm9pZCAq
31f677187b
add trace-libgit feature ( #905 )
2021-10-13 15:32:17 +02:00
Stephan Dilly
d1dcdab288
version bumps
2021-10-11 11:25:50 +02:00
Stephan Dilly
39400aac92
pending merge: more obvious repo state visualization ( #943 )
...
fixes #925
2021-10-11 11:08:34 +02:00
Alessandro Menezes
6ae5b5e2b2
Add specific key bindings to stage / unstage items ( #930 )
...
* Add specific key bindings to stage / unstage items
Feature requested by Issue #909 .
* Updating Help popup with stage / unstage keys
* Merging staging and unstaging into a single `stage_unstage_item` key
* Add/remove hunk now use the `stage_unstage_item` key
2021-10-10 02:58:21 +02:00
Alessandro Menezes
d84120a895
Switch to status tab after merge / rebase with conflicts ( #932 )
2021-10-07 09:33:30 +02:00
Stephan Dilly
c6abbaf4d4
fix hirarchical branch names ( #931 )
2021-10-06 10:50:57 +02:00
R0nd
48f9331b0d
Use git_message_prettify ( #924 )
2021-09-30 23:20:43 +02:00
Stephan Dilly
5f34e9cc07
updated changelog
2021-09-29 18:59:25 +02:00
Scott Reeves
07f5d69a48
Improve contrast in branch popup for selected branch
2021-09-29 16:36:10 +02:00
Stephan Dilly
d541d0d9f8
make fetch more error resilient ( #915 )
...
fixing #911
2021-09-24 13:01:55 +02:00
Stephan Dilly
33344e93e2
add keybinding notes to changelog
2021-09-10 10:17:33 +02:00
Stephan Dilly
7dd6b4e8d8
fix release date
2021-09-10 10:03:56 +02:00
Stephan Dilly
22037f8991
prepare for release
2021-09-09 11:34:01 +02:00
Stephan Dilly
417db6ed6c
changelog
2021-09-09 11:04:33 +02:00
Stephan Dilly
f27227af41
Conflict free rebase ( #896 )
...
* unittest for rebasing with conflicts
* hide branchlist after rebase
2021-09-07 00:04:54 +02:00
Stephan Dilly
bf56d3bff2
changelog
2021-09-06 23:09:19 +02:00
Stephan Dilly
6d6f60349a
More fuzzy finder ( #892 )
...
* allow selecting entries in fuzzy finder
* fix fuzzy finder also in files popup
* changelog
2021-09-04 23:56:34 +02:00
Stephan Dilly
6f2157c1d8
missing changelog ( closes #889 )
2021-09-02 18:55:20 +02:00