summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3240240)
raw | patch | inline | side by side (parent: 3240240)
author | Stephan Beyer <s-beyer@gmx.net> | |
Sun, 8 Jun 2008 01:36:10 +0000 (03:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 8 Jun 2008 20:46:38 +0000 (13:46 -0700) |
Namely:
git-clean.txt: --dry-run --quiet
git-count-objects.txt: --verbose
git-quiltimport.txt: -n
git-remote.txt: -v --verbose
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clean.txt: --dry-run --quiet
git-count-objects.txt: --verbose
git-quiltimport.txt: -n
git-remote.txt: -v --verbose
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index deebf3b315cd7e119fd70c500400181137843652..37a82ee4b8ed2dc939e56140821a42d452e1b4b5 100644 (file)
git-clean will refuse to run unless given -f or -n.
-n::
+--dry-run::
Don't actually remove anything, just show what would be done.
-q::
+--quiet::
Be quiet, only report errors, but not the files that are
successfully removed.
index e1219b3167a791062ba56c057a9a2e92c840b649..1ba85a259a2d8896b5634f3496542b5561dbf2de 100644 (file)
OPTIONS
-------
-v::
+--verbose::
In addition to the number of loose objects and disk
space consumed, it reports the number of in-pack
objects, number of packs, and number of objects that can be
index d0bc182c7454b828fdc6e429c9b9d350fb9a93c9..0600379394ee7c2b00743379170b9a4718bf7db6 100644 (file)
OPTIONS
-------
+
+-n::
--dry-run::
Walk through the patches in the series and warn
if we cannot find all of the necessary information to commit
index e97dc0929678dfec9266d12e02e7ddf3c29bb797..782b0554cfcd279f45aa4e9164749152615fa160 100644 (file)
SYNOPSIS
--------
[verse]
-'git-remote'
+'git-remote' [-v | --verbose]
'git-remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
'git-remote' rm <name>
'git-remote' show <name>
Manage the set of repositories ("remotes") whose branches you track.
+OPTIONS
+-------
+
+-v::
+--verbose::
+ Be a little more verbose and show remote url after name.
+
+
COMMANDS
--------