aboutsummaryrefslogtreecommitdiff
path: root/src/repo/git/checkout.rs
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-09-04 08:54:02 +0200
committerMax Audron <audron@cocaine.farm>2024-09-04 08:54:02 +0200
commitb91cf7fe0ba5472d197f65ecc307c5e7961b78b1 (patch)
treec337ced6a2cc37e15d08b2d2c4a5c1819a2da50b /src/repo/git/checkout.rs
parentrefactor tests (diff)
i do not know what i did anymore
Diffstat (limited to 'src/repo/git/checkout.rs')
-rw-r--r--src/repo/git/checkout.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo/git/checkout.rs b/src/repo/git/checkout.rs
index 418a0af..a36b152 100644
--- a/src/repo/git/checkout.rs
+++ b/src/repo/git/checkout.rs
@@ -13,7 +13,7 @@ impl Repo {
#[tracing::instrument(level = "trace", skip(progress))]
pub fn checkout(
&self,
- remote: remote::Name,
+ remote: &remote::Name,
head: Id,
progress: &mut dyn progress::DynNestedProgress,
) -> Result<(), RepoError> {
td>2024-03-02update authentikMax Audron-8/+6 2024-03-02setup gitea oidcMax Audron-5/+18 2024-02-28add giteaMax Audron-2/+39 2024-02-28remove gitlab moduleMax Audron-25/+0 2024-02-26update d3fus phone wg pubkeyMarcin Maselko-1/+1 2024-02-26added d3fus nass to wg configMarcin Maselko-0/+9 2024-02-21set minecraft memoryMax Audron-0/+1 2024-02-21add minecraft server and move palworld to games moduleMax Audron-3/+56 2024-02-21set network manually for ns serversMax Audron-0/+51 2024-02-20update nixpkgs-unstableMax Audron-3/+3 2024-02-19update d3fus fritzbox wg portMarcin Maselko-1/+1 2024-02-19add xonotic serverMax Audron-1/+10