index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-19 | move svn2git remote to git.archlinux.org | Dave Reisner | |
2016-06-18 | add argc checks for commands | Dave Reisner | |
2016-06-15 | allow prefix matching for actions | Dave Reisner | |
This offers some command line convenience, allowing the user only specify an action prefix as long as it can be resolved without ambiguitiy. For example, as of this commit, 'asp up' would then translate to 'asp update', and 'asp d' would be an error (as 'difflog' and 'disk-usage' are both candidates). | |||
2016-03-20 | fix some things highlighted by shellcheck | Dave Reisner | |
2014-11-21 | remove legacy repo migration code | Dave Reisner | |
2014-09-11 | re-point local tracking branches on 'asp update' | Dave Reisner | |
This ensures that 'git pull' works in a checked-out repo after an update. https://bbs.archlinux.org/viewtopic.php?pid=1455457#p1455457 | |||
2014-08-29 | add 'show' verb, to display a PKGBUILD for a package | Dave Reisner | |
2014-08-21 | move logic out of action parsing | Dave Reisner | |
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-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-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-04 | Break out a util.inc.sh | Dave Reisner | |
2014-08-01 | minor naming tweaks, remove useless rm -rf | 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 | 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-30 | initial commit | Dave Reisner | |