aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-07-11 14:11:47 +0200
committerGravatar Joey Hess <joey@kitenet.net>2013-07-11 10:45:02 -0400
commitea78749ef58afe2122a9fea4c75528f3f7ffd683 (patch)
tree28e3dfbf5278e4182b47e4b0068501231d62b1db /doc/git-annex.mdwn
parent794bdaf111c3dce624b81f79e346ee02ba369ba3 (diff)
The dreaded whitespace commit
This fixes trailing whitespace in the manpage; nothing else.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 5c364bd57..d741b4f64 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -246,7 +246,7 @@ subdirectories).
* initremote name [param=value ...]
Creates a new special remote, and adds it to `.git/config`.
-
+
The remote's configuration is specified by the parameters. Different
types of special remotes need different configuration values. The
command will prompt for parameters as needed.
@@ -270,14 +270,14 @@ subdirectories).
Enables use of an existing special remote in the current repository,
which may be a different repository than the one in which it was
originally created with the initremote command.
-
+
The name of the remote is the same name used when origianlly
creating that remote with "initremote". Run "git annex enableremote"
with no parameters to get a list of special remote names.
Some special remotes may need parameters to be specified every time.
For example, the directory special remote requires a directory= parameter.
-
+
This command can also be used to modify the configuration of an existing
special remote, by specifying new values for parameters that were originally
set when using initremote. For example, to add a new gpg key to the keys
@@ -347,7 +347,7 @@ subdirectories).
* indirect
Switches a repository back from direct mode to the default, indirect mode.
-
+
As part of the switch from direct mode, any changed files will be committed.
# REPOSITORY MAINTENANCE COMMANDS
@@ -372,7 +372,7 @@ subdirectories).
started a configurable time after the last incremental fsck was started.
Once the current incremental fsck has completely finished, it causes
a new one to start.
-
+
Maybe you'd like to run a fsck for 5 hours at night, picking up each
night where it left off. You'd like this to continue until all files
have been fscked. And once it's done, you'd like a new fsck pass to start,
@@ -576,7 +576,7 @@ subdirectories).
This plumbing-level command is used by the assistant to transfer data.
* rekey [file key ...]
-
+
This plumbing-level command is similar to migrate, but you specify
both the file, and the new key to use for it.
@@ -683,7 +683,7 @@ subdirectories).
* --untrust=repository
Overrides trust settings for a repository. May be specified more than once.
-
+
The repository should be specified using the name of a configured remote,
or the UUID or description of a repository.
@@ -792,7 +792,7 @@ file contents are present at either of two repositories.
Matches only files whose content is smaller than, or larger than the
specified size.
-
+
The size can be specified with any commonly used units, for example,
"0.5 gb" or "100 KiloBytes"
@@ -1132,7 +1132,7 @@ any value set using `annex.numcopies` in `.git/config`.
For example, this makes two copies be needed for wav files:
*.wav annex.numcopies=2
-
+
Note that setting numcopies to 0 is very unsafe.
# FILES