index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | Avoid corrupting caches when network is unavailable | Dave Reisner | |
This removes the use of a tempfile entirely, and only updates the cache when `git ls-remote` succeeds. Based on a PR by polygamma: https://github.com/falconindy/asp/pull/20 | |||
2017-04-05 | remote: avoid need for awk post-processing | Dave Reisner | |
2017-04-04 | avoid leaking git output for completions | Dave Reisner | |
completions might trigger tracking of a new package. it all goes to stderr, but let's not crowd the output regardless. | |||
2017-03-12 | add ls-files subcommand, allow showing files other than PKGBUILD | Dave Reisner | |
2016-03-20 | fix some things highlighted by shellcheck | Dave Reisner | |
2014-09-12 | mildly simplify ref-fetching with git-for-each-ref | Dave Reisner | |
2014-08-30 | abstract away cache semantics | Dave Reisner | |
2014-08-20 | remove dead code | 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 | remote: remove TODO | Dave Reisner | |
If anyone really wants this, they can just run 'git fetch' in $ASPROOT. | |||
2014-08-06 | remote refs never involve our local repo name | Dave Reisner | |
Fixes GHI#2. | |||
2014-08-05 | cache even empty replies from the remote | 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-07-31 | add 'untrack' verb | Dave Reisner | |
2014-07-30 | initial commit | Dave Reisner | |