Commit Graph

209 Commits

Author SHA1 Message Date
Stephan Dilly
8a3930c315 changelog 2021-05-24 10:38:53 +02:00
Stephan Dilly
bf148c54d5 update changelog 2021-05-22 00:53:44 +02:00
Stephan Dilly
0dddc3f66e changelog updated 2021-05-21 17:53:26 +02:00
Stephan Dilly
715f825f3a update changelog 2021-05-16 22:07:33 +02:00
Stephan Dilly
9117a1a5b7 no file contents
changelog
2021-05-16 14:13:49 +02:00
Stephan Dilly
cb52f3fc77 changelog gif 2021-05-12 15:42:03 +02:00
Stephan Dilly
017701ffac update changelog 2021-05-12 15:29:56 +02:00
Stephan Dilly
bc7cef747c update changelog 2021-05-11 09:57:55 +02:00
Stephan Dilly
4cebb41cf4
Fix 682 smarter times in log (#683) 2021-05-06 14:11:15 +02:00
Stephan Dilly
62c824a51c update changelog and fix clippy warnings 2021-04-30 15:27:01 +02:00
Stephan Dilly
2a544857d8 blame gif 2021-04-27 15:36:55 +02:00
Stephan Dilly
01678d2d4b prep release 2021-04-27 15:07:20 +02:00
Stephan Dilly
fe3e2deb74 update changelog 2021-04-26 14:51:09 +02:00
Stephan Dilly
3bc21767cb update changelog 2021-04-26 11:35:43 +02:00
Stephan Dilly
2df83dfb88 add another PR to changelog 2021-04-25 14:20:26 +02:00
Stephan Dilly
2e357e506c update changelog 2021-04-25 14:19:52 +02:00
Stephan Dilly
95c41dbf45
limit log message to first line of commit msg (#662) 2021-04-24 14:55:26 +02:00
Stephan Dilly
f081cbeb17 fix debug print when adding afile to ignore 2021-04-23 18:10:06 +02:00
Stephan Dilly
38203b5421 update changelog 2021-04-21 15:21:24 +02:00
Stephan Dilly
f7a17fa3bb fix empty branch list enter key still accepted and panics 2021-04-14 22:08:36 +02:00
Stephan Dilly
ee5b9d9f4e
Fix exit on fetching a branch that has no upstream/remote (#638)
* do not assume remote/upstream of a branch anymore
2021-04-12 16:47:08 +02:00
Stephan Dilly
5eaafb0267 version bump 2021-04-11 22:52:59 +02:00
Stephan Dilly
7bc3ee1dd3 reorder 2021-04-11 17:55:57 +02:00
Stephan Dilly
f284aca6b0 gif of stash_pop 2021-04-11 17:32:16 +02:00
Stephan Dilly
50d863aa1c update changelog 2021-04-11 13:21:24 +02:00
Stephan Dilly
0a608ae65e
Fix 624 pull offline (#625)
* fix pull being blocked if it fails
* update changelog
2021-04-07 10:57:03 +02:00
Stephan Dilly
f390fe8ded readme/changelog 2021-04-06 18:58:13 +02:00
Stephan Dilly
b5f1e76455
Remote branches (#618)
* allow checking out remote branch
* set tracking branch on checking out remote
* fix unittests by making branch list stable sorted by name
2021-04-06 18:16:08 +02:00
Stephan Dilly
6e231ad63c update changelog 2021-04-03 13:19:48 +02:00
Stephan Dilly
a2661a1309 update changelog 2021-03-21 18:43:01 +01:00
Stephan Dilly
a2ca58a3f6
use branches upstream remote if it is already tracked (#598)
closes #597
2021-03-20 18:47:53 +01:00
Stephan Dilly
38f9ab461c link blog post 2021-03-15 12:06:21 +01:00
Stephan Dilly
f232ed8107 prepare 0.13 release 2021-03-14 12:58:58 +01:00
Stephan Dilly
70d4c5b1d5 bump versions 2021-03-14 12:48:22 +01:00
Stephan Dilly
969065e006 one more gif 2021-03-14 12:46:19 +01:00
Stephan Dilly
37415259b1 cleanup commands in status/diff (closes #572) 2021-03-14 12:33:55 +01:00
Stephan Dilly
39442ba6c2
Fix 586 deadlock pull creds (#587)
* fix deadlock when closing credentials input without completing
* fix same deadlock in push/push-tags
2021-03-13 20:31:32 +01:00
Stephan Dilly
7e191d3ee5 changelog gif 2021-03-13 13:55:44 +01:00
Stephan Dilly
7937b80483
Fix 583 fix diff line selection (#585)
Preserve line selection after staging/unstaging/discard (closes #583)
2021-03-12 23:57:31 +01:00
Stephan Dilly
bfa240115c
support rebase merge (conflict free only) (#567) 2021-03-11 11:49:04 +01:00
Stephan Dilly
b5ef9b10f1
Stage/unstage lines (#575) 2021-03-10 22:27:02 +01:00
Stephan Dilly
9fed464f99 changelog 2021-03-09 14:22:21 +01:00
Stephan Dilly
6e5db96c19
support discard selected lines (#571) 2021-03-08 18:00:30 +01:00
Stephan Dilly
f1fcd341c6
add support for pushing tags (#569) 2021-03-05 17:49:40 +01:00
Stephan Dilly
f84f6f458f bump version 2021-03-03 22:13:06 +01:00
Stephan Dilly
9d3fafaf00 cleanup 2021-03-03 22:12:05 +01:00
Stephan Dilly
51c9085d7c
user confirm merge (#565) 2021-03-03 22:06:41 +01:00
Stephan Dilly
a427874137 update changelog and readme 2021-03-02 12:52:02 +01:00
Stephan Dilly
ee9ae4b2fd
changelog update (#556)
+ small renaming
2021-03-01 14:20:47 +01:00
Stephan Dilly
8d4c1ca26e
don't close branchlist every time (#550)
* do not close branchlist after branch rename 
* do not close branchlist after deleting a branch
* closes #543
2021-02-25 15:54:18 +01:00