diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-25 13:19:19 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-25 13:19:19 -0400 |
commit | 41b5fd7a3afa5f47c6f45ebbb42201bb45b812e4 (patch) | |
tree | d1eac7fd3a07a47bcaa37763d61f47be73970f42 /scripts/.gitignore | |
parent | ec5e6d90294f3322b7015b422db948770ecb41b6 (diff) |
Add a `vcsget` tool to download source from VCS repositories.
It would support
* cvs
* git
* svn
* bzr
* hg
But cvs support is yet to be written, and bzr support is half-way written.
Git is the only mode that I'm thoroughly confident in, the others need
testing.
Signed-off-by: Luke Shumaker <LukeShu@sbcglobal.net>
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index 9e403bfb..e59551ed 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -6,3 +6,4 @@ pkgdelta repo-add repo-elephant repo-remove +vcsget |