Browse Source
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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>wip-gexp-hygiene

committed by
Ludovic Courtès

1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue