From 60fe3079670b07187d6db2b7d952500c24b19db0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 31 Jul 2014 21:07:41 -0400 Subject: 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. --- asp.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asp.in') 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)' ;; -- cgit v1.2.3-54-g00ecf