summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-13Always rely on git for versioningv4Dave Reisner
2018-09-13Fix some shellcheck warningsDave Reisner
2018-09-13Use --shared instead of --local for clonesDave Reisner
2018-09-13Revert "Avoid hardlinks when cloning across filesystems"Dave Reisner
2018-09-12Avoid hardlinks when cloning across filesystemsDave Reisner
2018-09-08prepare v3v3Dave Reisner
2018-08-19Use --local when creating a git clone for checkoutDave Reisner
2018-08-19Avoid cd, references to $startdirDave Reisner
2018-04-04simplify quiet_gitDave Reisner
2018-04-04urlencode query param in archweb requestsAndreas Grapentin
2018-02-10avoid coloring when parsing output of 'git branch'Dave Reisner
2017-11-26archweb: use jq's -e flag to indicate not-found as failureDave Reisner
2017-11-18Avoid corrupting caches when network is unavailableDave Reisner
2017-08-20Bump version to v2v2Dave Reisner
2017-08-20Use https as the default git transportDave Reisner
2017-08-20simplify subtree decision makingDave Reisner
2017-07-08add set-git-protocol commandDave Reisner
2017-07-08avoid the need to maintain a separate list of actionsDave Reisner
2017-07-07fully qualify remote ref to avoid ambiguityDave Reisner
2017-07-07ensure package_resolve returns an error on failed lookupDave Reisner
2017-06-19alphabetize action list, usage, manpageDave Reisner
2017-06-18package: prefer tar over bsdtarDave Reisner
2017-05-30hide git repo prefix in list-{all,local} outputDave Reisner
2017-05-23always preserve exit statuses on returnDave Reisner
2017-05-14declare victory: asp replaces abs, not just attempts toDave Reisner
2017-05-09Merge pull request #11 from pouar/fixDave Reisner
2017-05-09fix manpagePouar
2017-04-13bump version to v1v1Dave Reisner
2017-04-13Ensure we do proper versioning in the script and manpageDave Reisner
2017-04-06man: fix URL to svn-to-git reposDave Reisner
2017-04-06make ASPCACHE dir creation fatalDave Reisner
2017-04-05add syntax check testDave Reisner
2017-04-05remote: avoid need for awk post-processingDave Reisner
2017-04-05quote $subtree expansionDave Reisner
2017-04-04avoid leaking git output for completionsDave Reisner
2017-04-04add ls-files to shell completionDave Reisner
2017-04-03lazily initialize ASPROOT if it doesn't yet existDave Reisner
2017-03-31assorted cleanupDave Reisner
2017-03-25Merge pull request #10 from gubiq/patch-1Dave Reisner
2017-03-25Update README.mdBjörn Fries
2017-03-25fix defaulting expansion in ASPROOT definitionDave Reisner
2017-03-25Handle split packagesDave Reisner
2017-03-25move default ASPROOT to XDG_CACHE_HOME or similarDave Reisner
2017-03-25improve manual, add ls-files and extra arg to showDave Reisner
2017-03-25avoid variable pollution when using params by refDave Reisner
2017-03-25gc: merge prune and gc into single stepDave Reisner
2017-03-12support showing files from repos dirDave Reisner
2017-03-12fix argc value in __require_argcDave Reisner
2017-03-12dump stderr when calling ls-files through completionDave Reisner
2017-03-12add ls-files subcommand, allow showing files other than PKGBUILDDave Reisner