GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
git-annex-registerurl(1) FreeBSD General Commands Manual git-annex-registerurl(1)

git-annex-registerurl - registers an url for a key

git annex registerurl [key url]

This plumbing-level command can be used to register urls where a key can be downloaded from.

No verification is performed of the url's contents.

Normally the key is a git-annex formatted key. However, to make it easier to use this to add urls, if the key cannot be parsed as a key, and is a valid url, an URL key is constructed from the url.

--batch
In batch input mode, lines are read from stdin, and each line should contain a key and url, separated by a single space.
For backwards compatability with old git-annex before this option was added, when no key and url pair are specified on the command line, batch input is used, the same as if the --batch option were specified. It is however recommended to use --batch.
-z
When in batch mode, the input is delimited by nulls instead of the usual newlines.
(Note that for this to be used, you have to explicitly enable batch mode with --batch)
Also the git-annex-common-options(1) can be used.

git-annex(1)

git-annex-addurl(1)

git-annex-unregisterurl(1)

Joey Hess <id@joeyh.name>

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.