Skip to content

Commit

Permalink
Update manpages to reflect new short and long option aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Jonas Fonseca authored and Junio C Hamano committed Oct 30, 2007
1 parent c3428da commit e0e6c09
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ OPTIONS
and `dir/file2`) can be given to add all files in the
directory, recursively.

-n::
-n, \--dry-run::
Don't actually add the file(s), just show if they exist.

-v::
-v, \--verbose::
Be verbose.

-f::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OPTIONS
-a::
List both remote-tracking branches and local branches.

-v::
-v, --verbose::
Show sha1 and commit subject line for each head.

--abbrev=<length>::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-mv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ OPTIONS
condition. An error happens when a source is neither existing nor
controlled by GIT, or when it would overwrite an existing
file unless '-f' is given.
-n::
-n, \--dry-run::
Do nothing; only show what would happen


Expand Down
4 changes: 2 additions & 2 deletions Documentation/git-rm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OPTIONS
-f::
Override the up-to-date check.

-n::
-n, \--dry-run::
Don't actually remove the file(s), just show if they exist in
the index.

Expand All @@ -51,7 +51,7 @@ OPTIONS
\--ignore-unmatch::
Exit with a zero status even if no files matched.

\--quiet::
-q, \--quiet::
git-rm normally outputs one line (in the form of an "rm" command)
for each file removed. This option suppresses that output.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-symbolic-ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a regular file whose contents is `ref: refs/heads/master`.
OPTIONS
-------

-q::
-q, --quiet::
Do not issue an error message if the <name> is not a
symbolic ref but a detached HEAD; instead exit with
non-zero status silently.
Expand Down

0 comments on commit e0e6c09

Please sign in to comment.