[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: branch master updated: git: Add ssh authentication support.
From: |
Marius Bakke |
Subject: |
Re: branch master updated: git: Add ssh authentication support. |
Date: |
Thu, 06 Feb 2020 17:03:14 +0100 |
User-agent: |
Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) |
Hi Mathieu,
address@hidden writes:
> @@ -276,12 +286,17 @@ When RECURSIVE? is true, check out submodules as well,
> if any."
> (with-libgit2
> (let* ((cache-exists? (openable-repository? cache-directory))
> (repository (if cache-exists?
> - (repository-open cache-directory)
> + (repository-open (pk cache-directory))
Was this intended?
signature.asc
Description: PGP signature
- Re: branch master updated: git: Add ssh authentication support.,
Marius Bakke <=