diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-07-31 21:07:41 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-07-31 21:07:41 -0400 |
commit | 60fe3079670b07187d6db2b7d952500c24b19db0 (patch) | |
tree | 90947c2ce7d5966f42f5562f747cc9b53ab18900 /asp.in | |
parent | 92df942545fb2536b42b7c63f45d3293db326754 (diff) | |
download | asp32-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.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -264,6 +264,9 @@ case $action in usage exit 0 ;; + checkout) + map package_checkout "$@" + ;; '') log_fatal 'no action specified (use -h for help)' ;; |