Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-18 | cleanup local tracking branches when untracking | Dave Reisner | |
Also, make both package_untrack and remote_untrack robust against partially existing branches. | |||
2014-08-17 | bash-completion: add list-local to verb list | Dave Reisner | |
2014-08-17 | add LICENSE file to repo | Dave Reisner | |
2014-08-17 | fix manpage installation | Dave Reisner | |
2014-08-16 | remotes: move refcaching to disk | Dave Reisner | |
This speeds up a lot of operations substantially, at the cost of occasionally being wrong for a little while when new packages are added/removed from the repositories. Mostly, this is for the sake of the completions. | |||
2014-08-16 | fix borky Makefile | Dave Reisner | |
2014-08-16 | util: fix map return status | Dave Reisner | |
Simplify this while we're at it -- we don't care for the error count. | |||
2014-08-16 | add bash-completion | Dave Reisner | |
2014-08-08 | remote: remove TODO | Dave Reisner | |
If anyone really wants this, they can just run 'git fetch' in $ASPROOT. | |||
2014-08-08 | asp: die on passing invalid internal type | Dave Reisner | |
2014-08-07 | asp: add checkout to usage | Dave Reisner | |
Fixes GHI#3. | |||
2014-08-06 | remote refs never involve our local repo name | Dave Reisner | |
Fixes GHI#2. | |||
2014-08-06 | fix warnings when exporting a checked out branch | Dave Reisner | |
Explicitly refer to the remote branch. | |||
2014-08-05 | cache even empty replies from the remote | Dave Reisner | |
2014-08-04 | Break out a util.inc.sh | Dave Reisner | |
2014-08-02 | remote: cache contents of remotes | Dave Reisner | |
2014-08-02 | remote: use show-ref instead of rev-parse | Dave Reisner | |
2014-08-02 | remote: avoid need for command substitution | Dave Reisner | |
2014-08-01 | minor naming tweaks, remove useless rm -rf | Dave Reisner | |
2014-08-01 | fix typo in manpage | Dave Reisner | |
2014-07-31 | add checkout verb, to make bite-sized git repos | Dave Reisner | |
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. | |||
2014-07-31 | add hack to migrate bare repos to repos con arboles | Dave Reisner | |
2014-07-31 | report a useful error when no args are passed | Dave Reisner | |
2014-07-31 | removed implemented TODO | Dave Reisner | |
2014-07-31 | measure usage based on the full size of the dir | Dave Reisner | |
No need to arbitrarily restrict this to the objects. | |||
2014-07-31 | add 'untrack' verb | Dave Reisner | |
2014-07-31 | install manpage | Dave Reisner | |
2014-07-31 | remove uninstall target | Dave Reisner | |
2014-07-31 | clarify what asp stores locally | Dave Reisner | |
2014-07-30 | apply silent rule to manpage creation | Dave Reisner | |
2014-07-30 | initial commit | Dave Reisner | |