The dreaded whitespace commit

This fixes trailing whitespace in the manpage; nothing else.
This commit is contained in:
Richard Hartmann 2013-07-11 14:11:47 +02:00 committed by Joey Hess
parent d9d862c77b
commit 78c8e0b2a9

View file

@ -246,7 +246,7 @@ subdirectories).
* initremote name [param=value ...] * initremote name [param=value ...]
Creates a new special remote, and adds it to `.git/config`. Creates a new special remote, and adds it to `.git/config`.
The remote's configuration is specified by the parameters. Different The remote's configuration is specified by the parameters. Different
types of special remotes need different configuration values. The types of special remotes need different configuration values. The
command will prompt for parameters as needed. command will prompt for parameters as needed.
@ -270,14 +270,14 @@ subdirectories).
Enables use of an existing special remote in the current repository, Enables use of an existing special remote in the current repository,
which may be a different repository than the one in which it was which may be a different repository than the one in which it was
originally created with the initremote command. originally created with the initremote command.
The name of the remote is the same name used when origianlly The name of the remote is the same name used when origianlly
creating that remote with "initremote". Run "git annex enableremote" creating that remote with "initremote". Run "git annex enableremote"
with no parameters to get a list of special remote names. with no parameters to get a list of special remote names.
Some special remotes may need parameters to be specified every time. Some special remotes may need parameters to be specified every time.
For example, the directory special remote requires a directory= parameter. For example, the directory special remote requires a directory= parameter.
This command can also be used to modify the configuration of an existing This command can also be used to modify the configuration of an existing
special remote, by specifying new values for parameters that were originally 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 set when using initremote. For example, to add a new gpg key to the keys
@ -347,7 +347,7 @@ subdirectories).
* indirect * indirect
Switches a repository back from direct mode to the default, indirect mode. 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. As part of the switch from direct mode, any changed files will be committed.
# REPOSITORY MAINTENANCE COMMANDS # REPOSITORY MAINTENANCE COMMANDS
@ -372,7 +372,7 @@ subdirectories).
started a configurable time after the last incremental fsck was started. started a configurable time after the last incremental fsck was started.
Once the current incremental fsck has completely finished, it causes Once the current incremental fsck has completely finished, it causes
a new one to start. a new one to start.
Maybe you'd like to run a fsck for 5 hours at night, picking up each 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 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, 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. This plumbing-level command is used by the assistant to transfer data.
* rekey [file key ...] * rekey [file key ...]
This plumbing-level command is similar to migrate, but you specify This plumbing-level command is similar to migrate, but you specify
both the file, and the new key to use for it. both the file, and the new key to use for it.
@ -683,7 +683,7 @@ subdirectories).
* --untrust=repository * --untrust=repository
Overrides trust settings for a repository. May be specified more than once. Overrides trust settings for a repository. May be specified more than once.
The repository should be specified using the name of a configured remote, The repository should be specified using the name of a configured remote,
or the UUID or description of a repository. 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 Matches only files whose content is smaller than, or larger than the
specified size. specified size.
The size can be specified with any commonly used units, for example, The size can be specified with any commonly used units, for example,
"0.5 gb" or "100 KiloBytes" "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: For example, this makes two copies be needed for wav files:
*.wav annex.numcopies=2 *.wav annex.numcopies=2
Note that setting numcopies to 0 is very unsafe. Note that setting numcopies to 0 is very unsafe.
# FILES # FILES