diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-03-11 21:16:32 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-03-12 09:45:41 -0400 |
commit | 82951aafc58d0ea4529387bd180d28a664506743 (patch) | |
tree | 6c2a289ead565689b39584bd6a3218ee0d5a7554 /remote.inc.sh | |
parent | 291ebc3c5ff22c62b035a457b750de226724ceac (diff) | |
download | asp32-82951aafc58d0ea4529387bd180d28a664506743.tar.xz |
add ls-files subcommand, allow showing files other than PKGBUILD
Diffstat (limited to 'remote.inc.sh')
-rw-r--r-- | remote.inc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.inc.sh b/remote.inc.sh index 826ab37..8b9674b 100644 --- a/remote.inc.sh +++ b/remote.inc.sh @@ -1,6 +1,7 @@ __remote_refcache_update() { local remote=$1 cachefile=$ASPCACHE/remote-$remote + # shellcheck disable=SC2064 trap "rm -f '$cachefile~'" RETURN git ls-remote "$remote" 'refs/heads/packages/*' | |