Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to clone package repo instead of downloading a tarball #150

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MadeOfMagicAndWires
Copy link

@MadeOfMagicAndWires MadeOfMagicAndWires commented May 21, 2016

Added a new option that works like -G, but except makes a (shallow) clone/pull of a package's AUR repository instead of downloading the snapshot tarball.

This allows users to easily update a locally cloned package, without having to remove the previous copy first and doesn't keep any tarball clutter around, like with -G.

Currently using the -C flag (for clone), but that and the documentation can certainly be changed if needed.

- Add -C option (-C because clone)
- Handle -C option, git cloning the package AUR repo instead of
  downloading and extracting a tarball

Signed-off-by: Joost Bremmer <toost.b@gmail.com>
- Add -C documentation to the man-page

Signed-off-by: Joost Bremmer <toost.b@gmail.com>
Signed-off-by: Joost Bremmer <toost.b@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant