| { | ||
| "git": { | ||
| "sha1": "50d6af4292f09e16e137ed1a892f78ec565a79ef" | ||
| "sha1": "83c2217149f45bcb5efdd7418eb452e3807a76ae" | ||
| }, | ||
| "path_in_vcs": "cli" | ||
| } |
+1
-1
@@ -565,3 +565,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "lfsx" | ||
| version = "1.6.3" | ||
| version = "1.6.4" | ||
| dependencies = [ | ||
@@ -568,0 +568,0 @@ "anyhow", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "lfsx" | ||
| version = "1.6.3" | ||
| version = "1.6.4" | ||
| authors = ["FerrLabs"] | ||
@@ -19,0 +19,0 @@ build = false |
+1
-1
| { | ||
| "name": "@ferrlabs/lfsx", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "Command line companion for the LFSX Git LFS server", | ||
@@ -5,0 +5,0 @@ "type": "module", |
| { | ||
| "name": "@ferrlabs/lfsx-darwin-arm64", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "lfsx macOS arm64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-darwin-x64", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "lfsx macOS x64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-linux-arm64", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "lfsx Linux arm64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-linux-x64", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "lfsx Linux x64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-win32-x64", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "lfsx Windows x64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
+2
-2
@@ -48,3 +48,3 @@ use anyhow::{Context, Result}; | ||
| Ok(response) => report.fail(format!( | ||
| "/ready answered {} — the volume is missing, full or read only", | ||
| "/ready answered {}: the volume is missing, full or read only", | ||
| response.status() | ||
@@ -95,3 +95,3 @@ )), | ||
| Some(advertised) => report.fail(format!( | ||
| "the server advertises transfers at {advertised} but was reached at {} — \ | ||
| "the server advertises transfers at {advertised} but was reached at {}: \ | ||
| negotiation will keep succeeding and every transfer will fail. Set LFSX_PUBLIC_URL \ | ||
@@ -98,0 +98,0 @@ to the URL clients actually use", |
+1
-1
@@ -12,3 +12,3 @@ use std::process::Command; | ||
| "this is a shallow clone, so it does not know every object the repository references. \ | ||
| Collecting from here would sweep objects that are still in use — run it from a full clone" | ||
| Collecting from here would sweep objects that are still in use: run it from a full clone" | ||
| ); | ||
@@ -15,0 +15,0 @@ } |
+2
-2
@@ -104,3 +104,3 @@ mod client; | ||
| if refused > 0 { | ||
| format!(" — {refused} refused, see the server log") | ||
| format!(", {refused} refused, see the server log") | ||
| } else { | ||
@@ -158,3 +158,3 @@ String::new() | ||
| println!( | ||
| "part of the repository could not be listed — this audit is not a clean bill" | ||
| "part of the repository could not be listed: this audit is not a clean bill" | ||
| ); | ||
@@ -161,0 +161,0 @@ } |
Sorry, the diff of this file is not supported yet