Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update manpages to reflect new short and long option aliases
author
Jonas Fonseca
<fonseca@diku.dk>
Sun, 14 Oct 2007 14:10:42 +0000
(16:10 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 30 Oct 2007 04:03:31 +0000
(21:03 -0700)
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-add.txt
patch
|
blob
|
history
Documentation/git-branch.txt
patch
|
blob
|
history
Documentation/git-mv.txt
patch
|
blob
|
history
Documentation/git-rm.txt
patch
|
blob
|
history
Documentation/git-symbolic-ref.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
c3428da
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index 2fe73555559d5a31a7122c9e5ebb039db9428dbc..963e1ab1e2b7437a32f0aff97dda8dae3c4f47a0 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/git-add.txt
@@
-50,10
+50,10
@@
OPTIONS
and `dir/file2`) can be given to add all files in the
directory, recursively.
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.
Don't actually add the file(s), just show if they exist.
--v::
+-v
, \--verbose
::
Be verbose.
-f::
Be verbose.
-f::
diff --git
a/Documentation/git-branch.txt
b/Documentation/git-branch.txt
index b7285bcdbc80a2aa574fa13050c00f1ce9975419..5e81aa4ee15af50bd47aa9b26ffd566328f3c35e 100644
(file)
--- a/
Documentation/git-branch.txt
+++ b/
Documentation/git-branch.txt
@@
-85,7
+85,7
@@
OPTIONS
-a::
List both remote-tracking branches and local branches.
-a::
List both remote-tracking branches and local branches.
--v::
+-v
, --verbose
::
Show sha1 and commit subject line for each head.
--abbrev=<length>::
Show sha1 and commit subject line for each head.
--abbrev=<length>::
diff --git
a/Documentation/git-mv.txt
b/Documentation/git-mv.txt
index 2c9cf743c7a097ab955938d023e347e866fbc13e..3b8ca76dff5efb3b5a9f07b459889333518f04ed 100644
(file)
--- a/
Documentation/git-mv.txt
+++ b/
Documentation/git-mv.txt
@@
-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.
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
Do nothing; only show what would happen
diff --git
a/Documentation/git-rm.txt
b/Documentation/git-rm.txt
index be61a821642ada0a0e8e3303aa81463c716fd970..48c1d97f93220ed4d71d3e95e7d75025d77f153d 100644
(file)
--- a/
Documentation/git-rm.txt
+++ b/
Documentation/git-rm.txt
@@
-30,7
+30,7
@@
OPTIONS
-f::
Override the up-to-date check.
-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.
Don't actually remove the file(s), just show if they exist in
the index.
@@
-51,7
+51,7
@@
OPTIONS
\--ignore-unmatch::
Exit with a zero status even if no files matched.
\--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.
git-rm normally outputs one line (in the form of an "rm" command)
for each file removed. This option suppresses that output.
diff --git
a/Documentation/git-symbolic-ref.txt
b/Documentation/git-symbolic-ref.txt
index a88f7228605ee35002573123f3dbe63c3e405dc6..694cabab2453ab19cfa4e4fd5eaa186f9b2fa9ba 100644
(file)
--- a/
Documentation/git-symbolic-ref.txt
+++ b/
Documentation/git-symbolic-ref.txt
@@
-26,7
+26,7
@@
a regular file whose contents is `ref: refs/heads/master`.
OPTIONS
-------
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.
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.