Alexandru Macovei
|
6b5745f6c2
|
Fix Clippy Lints (#1390)
* apply latest nigtly clippy lints
* temporarily disable const fn lints due to nigh false positive count on nightly
|
2022-10-19 13:45:12 +02:00 |
|
Stephan Dilly
|
13b6b2fdc6
|
support deleting tag on remote (#1079)
|
2022-01-16 22:56:39 +01:00 |
|
Stephan Dilly
|
006cdd6373
|
support bare repos (#1028)
|
2021-12-05 00:35:45 +01:00 |
|
Stephan Dilly
|
c6abbaf4d4
|
fix hirarchical branch names (#931)
|
2021-10-06 10:50:57 +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
|
a8654329ec
|
allow rebase of a branch (#816)
|
2021-08-26 20:31:37 +02:00 |
|
jedel1043
|
13a0f4e9e2
|
Display mark for remote branches with tracking branches (#861)
|
2021-08-20 13:03:02 +02:00 |
|
Stephan Dilly
|
dad8e8d43d
|
cargo fmt: use hardtabs
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
|
2021-08-17 14:24:25 +02:00 |
|
zcorniere
|
56502ad3fd
|
ability to delete remote branch (#838)
* added ability to delete remote branch (closes #622)
|
2021-08-15 17:44:55 +02:00 |
|
Stephan Dilly
|
d42b00389c
|
check branch name validity while typing (#842)
closes #559
|
2021-08-15 15:14:35 +02:00 |
|
Stephan Dilly
|
65524edf0b
|
allow walking repo including all available refs
|
2021-05-30 12:03:03 +02:00 |
|
Stephan Dilly
|
680b178a37
|
make revlog sorted by time
|
2021-05-29 15:42:17 +02:00 |
|
Stephan Dilly
|
8767642f93
|
allow pull that creates conflicts now
|
2021-05-12 15:24:35 +02:00 |
|
Stephan Dilly
|
f35ce0cbf4
|
support doing merge commit (#701)
|
2021-05-12 11:20:39 +02:00 |
|
Stephan Dilly
|
f0a367c3f5
|
more linting (#647)
|
2021-04-17 23:17:19 +02:00 |
|
Stephan Dilly
|
53b2c79877
|
even more clippy restrtictions (#646)
* even more clippy restrtictions
|
2021-04-17 18:55:59 +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
|
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
|
a2ca58a3f6
|
use branches upstream remote if it is already tracked (#598)
closes #597
|
2021-03-20 18:47:53 +01:00 |
|
Stephan Dilly
|
e9b296ac62
|
add remote name per branch
|
2021-03-20 17:58:03 +01:00 |
|
Stephan Dilly
|
e08f357f57
|
nightly clippy fix
|
2021-03-12 13:37:05 +01:00 |
|
Stephan Dilly
|
18c31dc6e0
|
unittest to make sure rebase merge multiple commits also works
|
2021-03-12 12:12:14 +01:00 |
|
Stephan Dilly
|
6430484a97
|
fix detached head after rebase merge
|
2021-03-12 12:04:37 +01:00 |
|
Stephan Dilly
|
bfa240115c
|
support rebase merge (conflict free only) (#567)
|
2021-03-11 11:49:04 +01:00 |
|
Stephan Dilly
|
6e5db96c19
|
support discard selected lines (#571)
|
2021-03-08 18:00:30 +01:00 |
|
Stephan Dilly
|
51c9085d7c
|
user confirm merge (#565)
|
2021-03-03 22:06:41 +01:00 |
|
Stephan Dilly
|
1714fbad49
|
support conflict-free merge-commit (#561)
* support conflict-free merge-commit
|
2021-03-02 12:49:12 +01:00 |
|
Stephan Dilly
|
39fb65b396
|
Async fetch (#552)
* async fetch
* reuse remote progress for fetch
* prvent push/fetch popup from closing too soon
|
2021-02-28 19:24:05 +01:00 |
|
Stephan Dilly
|
c96feb0fe6
|
branch merge from upstream (#384)
* better structure of all branch functions
* support and unittest fast forward merge
|
2021-02-28 01:55:35 +01:00 |
|