remote-helper: Eagerly set remote tracking HEAD
1 failed
(1 total)
View logs
modified crates/radicle-remote-helper/src/fetch.rs
@@ -1,9 +1,10 @@
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,6 +37,12 @@ pub(super) enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,6 +52,8 @@ pub(super) fn run<G: GitService>(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -87,5 +96,56 @@ pub(super) fn run<G: GitService>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified crates/radicle-remote-helper/src/main.rs
@@ -348,6 +348,8 @@ fn run_loop<R: BufRead, W: Write, G: service::GitService, N: service::NodeSessio
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|