[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] git-download: Fix 'git-predicate' to use absolute paths.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] git-download: Fix 'git-predicate' to use absolute paths. |
Date: |
Tue, 30 May 2017 16:50:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Christopher Baines <address@hidden> skribis:
> git ls-files will return paths relative to the repository directory. This
> commit prepends the repository directory to those paths when calling lstat,
> such that 'git-predicate' works if the current working directory is not the
> repository directory.
>
> * guix/git-download.scm (git-predicate): Prepend repository directory to the
> file path when calling lstat.
Good catch! Applied, thanks.
Ludo’.