summaryrefslogtreecommitdiff
path: root/asp.in
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-07-31 21:07:41 -0400
committerDave Reisner <dreisner@archlinux.org>2014-07-31 21:07:41 -0400
commit60fe3079670b07187d6db2b7d952500c24b19db0 (patch)
tree90947c2ce7d5966f42f5562f747cc9b53ab18900 /asp.in
parent92df942545fb2536b42b7c63f45d3293db326754 (diff)
downloadasp32-60fe3079670b07187d6db2b7d952500c24b19db0.tar.xz
add checkout verb, to make bite-sized git repos
This allows you to create a repo as a child of asp's, which you can modify as you wish, and continue to pull changes from after calling 'abs update'. One might create a new remote for this repo in which to publish their own downstream branch.
Diffstat (limited to 'asp.in')
-rw-r--r--asp.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/asp.in b/asp.in
index fcf16b0..0797bc9 100644
--- a/asp.in
+++ b/asp.in
@@ -264,6 +264,9 @@ case $action in
usage
exit 0
;;
+ checkout)
+ map package_checkout "$@"
+ ;;
'')
log_fatal 'no action specified (use -h for help)'
;;