-S <revs-file>::
Use revs from revs-file instead of calling linkgit:git-rev-list[1].
--p, --porcelain::
+-p::
+--porcelain::
Show in a format designed for machine consumption.
--incremental::
between files for it to associate those lines with the parent
commit.
--h, --help::
+-h::
+--help::
Show help message.
--q, \--quiet::
+-q::
+--quiet::
Pass --quiet to git-fetch-pack and silence any other internally
used programs.
--v, \--verbose::
+-v::
+--verbose::
Be verbose.
--a, \--append::
+-a::
+--append::
Append ref names and object names of fetched refs to the
existing contents of `.git/FETCH_HEAD`. Without this
option old data in `.git/FETCH_HEAD` will be overwritten.
-\--upload-pack <upload-pack>::
+--upload-pack <upload-pack>::
When given, and the repository to fetch from is handled
by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
the command to specify non-default path for the command
run on the other end.
--f, \--force::
+-f::
+--force::
When `git-fetch` is used with `<rbranch>:<lbranch>`
refspec, it refuses to update the local branch
`<lbranch>` unless the remote branch `<rbranch>` it
overrides that check.
ifdef::git-pull[]
-\--no-tags::
+--no-tags::
endif::git-pull[]
ifndef::git-pull[]
--n, \--no-tags::
+-n::
+--no-tags::
endif::git-pull[]
By default, tags that point at objects that are downloaded
from the remote repository are fetched and stored locally.
This option disables this automatic tag following.
--t, \--tags::
+-t::
+--tags::
Most of the tags are fetched automatically as branch
heads are downloaded, but tags that do not point at
objects reachable from the branch heads that are being
flag lets all tags and their associated objects be
downloaded.
--k, \--keep::
+-k::
+--keep::
Keep downloaded pack.
--u, \--update-head-ok::
+-u::
+--update-head-ok::
By default `git-fetch` refuses to update the head which
corresponds to the current branch. This flag disables the
check. This is purely for the internal use for `git-pull`
implementing your own Porcelain you are not supposed to
use it.
-\--depth=<depth>::
+--depth=<depth>::
Deepen the history of a 'shallow' repository created by
`git clone` with `--depth=<depth>` option (see linkgit:git-clone[1])
by the specified number of commits.
</p>\r
</dd>\r
<dt>\r
--n, --dry-run\r
+-n\r
+</dt>\r
+<dt>\r
+--dry-run\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i, --interactive\r
+-i\r
+</dt>\r
+<dt>\r
+--interactive\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--p, --patch\r
+-p\r
+</dt>\r
+<dt>\r
+--patch\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:18 UTC\r
+Last updated 08-Jun-2008 22:46:16 UTC\r
</div>\r
</div>\r
</body>\r
and `dir/file2`) can be given to add all files in the
directory, recursively.
--n, \--dry-run::
+-n::
+--dry-run::
Don't actually add the file(s), just show if they exist.
--v, \--verbose::
+-v::
+--verbose::
Be verbose.
-f::
Allow adding otherwise ignored files.
--i, \--interactive::
+-i::
+--interactive::
Add modified contents in the working tree interactively to
the index. Optional path arguments may be supplied to limit
operation to a subset of the working tree. See ``Interactive
mode'' for details.
--p, \--patch::
+-p::
+--patch::
Similar to Interactive mode but the initial command loop is
bypassed and the 'patch' subcommand is invoked using each of
the specified filepatterns before exiting.
command line. If no paths are specified, all tracked files in the
current directory and its subdirectories are updated.
-\--refresh::
+--refresh::
Don't add the file(s), but only refresh their stat()
information in the index.
-\--ignore-errors::
+--ignore-errors::
If some files could not be added because of errors indexing
them, do not abort the operation, but continue adding the
others. The command shall still exit with non-zero status.
</p>\r
</dd>\r
<dt>\r
--s, --signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--k, --keep\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--u, --utf8\r
+-u\r
+</dt>\r
+<dt>\r
+--utf8\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--3, --3way\r
+-3\r
+</dt>\r
+<dt>\r
+--3way\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--b, --binary\r
+-b\r
+</dt>\r
+<dt>\r
+--binary\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--C<n>, -p<n>\r
+-C<n>\r
+</dt>\r
+<dt>\r
+-p<n>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i, --interactive\r
+-i\r
+</dt>\r
+<dt>\r
+--interactive\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--r, --resolved\r
+-r\r
+</dt>\r
+<dt>\r
+--resolved\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:18 UTC\r
+Last updated 08-Jun-2008 22:46:16 UTC\r
</div>\r
</div>\r
</body>\r
supply this argument, reads from the standard input. If you supply
directories, they'll be treated as Maildirs.
--s, --signoff::
+-s::
+--signoff::
Add `Signed-off-by:` line to the commit message, using
the committer identity of yourself.
--k, --keep::
+-k::
+--keep::
Pass `-k` flag to `git-mailinfo` (see linkgit:git-mailinfo[1]).
--u, --utf8::
+-u::
+--utf8::
Pass `-u` flag to `git-mailinfo` (see linkgit:git-mailinfo[1]).
The proposed commit log message taken from the e-mail
is re-coded into UTF-8 encoding (configuration variable
Pass `-n` flag to `git-mailinfo` (see
linkgit:git-mailinfo[1]).
--3, --3way::
+-3::
+--3way::
When the patch does not apply cleanly, fall back on
3-way merge, if the patch records the identity of blobs
it is supposed to apply to, and we have those blobs
available locally.
--b, --binary::
+-b::
+--binary::
Pass `--allow-binary-replacement` flag to `git-apply`
(see linkgit:git-apply[1]).
program that applies
the patch.
--C<n>, -p<n>::
+-C<n>::
+-p<n>::
These flags are passed to the `git-apply` (see linkgit:git-apply[1])
program that applies
the patch.
--i, --interactive::
+-i::
+--interactive::
Run interactively.
--skip::
Skip the current patch. This is only meaningful when
restarting an aborted patch.
--r, --resolved::
+-r::
+--resolved::
After a patch failure (e.g. attempting to apply
conflicting patch), the user has applied it by hand and
the index file stores the result of the application.
</p>\r
</dd>\r
<dt>\r
--p, --porcelain\r
+-p\r
+</dt>\r
+<dt>\r
+--porcelain\r
</dt>\r
<dd>\r
<p>\r
commit.</p>\r
</dd>\r
<dt>\r
--h, --help\r
+-h\r
+</dt>\r
+<dt>\r
+--help\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:19 UTC\r
+Last updated 08-Jun-2008 22:46:17 UTC\r
</div>\r
</div>\r
</body>\r
the information is read from the current index instead.</p>\r
</dd>\r
<dt>\r
--R, --reverse\r
+-R\r
+</dt>\r
+<dt>\r
+--reverse\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---allow-binary-replacement, --binary\r
+--allow-binary-replacement\r
+</dt>\r
+<dt>\r
+--binary\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:19 UTC\r
+Last updated 08-Jun-2008 22:46:18 UTC\r
</div>\r
</div>\r
</body>\r
When a pure mode change is encountered (which has no index information),
the information is read from the current index instead.
--R, --reverse::
+-R::
+--reverse::
Apply the patch in reverse.
--reject::
the result with this option, which would apply the
deletion part but not addition part.
---allow-binary-replacement, --binary::
+--allow-binary-replacement::
+--binary::
Historically we did not allow binary patch applied
without an explicit permission from the user, and this
flag was the way to do so. Currently we always allow binary
correctly. This option adds support for applying such patches by
working around this bug.
--v, --verbose::
+-v::
+--verbose::
Report progress to stderr. By default, only a message about the
current patch being applied will be printed. This option will cause
additional information to be reported.
</p>\r
</dd>\r
<dt>\r
---list, -l\r
+-l\r
+</dt>\r
+<dt>\r
+--list\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---verbose, -v\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:20 UTC\r
+Last updated 08-Jun-2008 22:46:19 UTC\r
</div>\r
</div>\r
</body>\r
Format of the resulting archive: 'tar' or 'zip'. The default
is 'tar'.
---list, -l::
+-l::
+--list::
Show all available formats.
---verbose, -v::
+-v::
+--verbose::
Report progress to stderr.
--prefix=<prefix>/::
</p>\r
</dd>\r
<dt>\r
--p, --porcelain\r
+-p\r
+</dt>\r
+<dt>\r
+--porcelain\r
</dt>\r
<dd>\r
<p>\r
commit.</p>\r
</dd>\r
<dt>\r
--h, --help\r
+-h\r
+</dt>\r
+<dt>\r
+--help\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--f, --show-name\r
+-f\r
+</dt>\r
+<dt>\r
+--show-name\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n, --show-number\r
+-n\r
+</dt>\r
+<dt>\r
+--show-number\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:21 UTC\r
+Last updated 08-Jun-2008 22:46:19 UTC\r
</div>\r
</div>\r
</body>\r
a certain threshold for git-blame to consider those lines
of code to have been moved.
--f, --show-name::
+-f::
+--show-name::
Show filename in the original commit. By default
filename is shown if there is any line that came from a
file with different name, due to rename detection.
--n, --show-number::
+-n::
+--show-number::
Show line number in the original commit (Default: off).
-s::
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:21 UTC\r
+Last updated 08-Jun-2008 22:46:20 UTC\r
</div>\r
</div>\r
</body>\r
-a::
List both remote-tracking branches and local branches.
--v, --verbose::
+-v::
+--verbose::
Show sha1 and commit subject line for each head.
--abbrev=<length>::
<div class="sectionbody">\r
<dl>\r
<dt>\r
--u|--index\r
+-u\r
+</dt>\r
+<dt>\r
+--index\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--q|--quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--f|--force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n|--no-create\r
+-n\r
+</dt>\r
+<dt>\r
+--no-create\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:23 UTC\r
+Last updated 08-Jun-2008 22:46:21 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--u|--index::
+-u::
+--index::
update stat information for the checked out entries in
the index file.
--q|--quiet::
+-q::
+--quiet::
be quiet if files exist or are not in the index
--f|--force::
+-f::
+--force::
forces overwrite of existing files
--a|--all::
+-a::
+--all::
checks out all files in the index. Cannot be used
together with explicit filenames.
--n|--no-create::
+-n::
+--no-create::
Don't checkout new files, only refresh files already checked
out.
</p>\r
</dd>\r
<dt>\r
--t, --track\r
+-t\r
+</dt>\r
+<dt>\r
+--track\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:24 UTC\r
+Last updated 08-Jun-2008 22:46:22 UTC\r
</div>\r
</div>\r
</body>\r
by linkgit:git-check-ref-format[1]. Some of these checks
may restrict the characters allowed in a branch name.
--t, --track::
+-t::
+--track::
When creating a new branch, set up configuration so that git-pull
will automatically retrieve data from the start point, which must be
a branch. Use this if you always pull from the same upstream branch
</p>\r
</dd>\r
<dt>\r
--e|--edit\r
+-e\r
+</dt>\r
+<dt>\r
+--edit\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--m parent-number|--mainline parent-number\r
+-m parent-number\r
+</dt>\r
+<dt>\r
+--mainline parent-number\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n|--no-commit\r
+-n\r
+</dt>\r
+<dt>\r
+--no-commit\r
</dt>\r
<dd>\r
<p>\r
effect to your working tree in a row.</p>\r
</dd>\r
<dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:25 UTC\r
+Last updated 08-Jun-2008 22:46:23 UTC\r
</div>\r
</div>\r
</body>\r
For a more complete list of ways to spell commits, see
"SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1].
--e|--edit::
+-e::
+--edit::
With this option, `git-cherry-pick` will let you edit the commit
message prior to committing.
described above, and `-r` was to disable it. Now the
default is not to do `-x` so this option is a no-op.
--m parent-number|--mainline parent-number::
+-m parent-number::
+--mainline parent-number::
Usually you cannot cherry-pick a merge because you do not know which
side of the merge should be considered the mainline. This
option specifies the parent number (starting from 1) of
the mainline and allows cherry-pick to replay the change
relative to the specified parent.
--n|--no-commit::
+-n::
+--no-commit::
Usually the command automatically creates a commit with
a commit log message stating which commit was
cherry-picked. This flag applies the change necessary
This is useful when cherry-picking more than one commits'
effect to your working tree in a row.
--s|--signoff::
+-s::
+--signoff::
Add Signed-off-by line at the end of the commit message.
<dt>\r
-n\r
</dt>\r
+<dt>\r
+--dry-run\r
+</dt>\r
<dd>\r
<p>\r
Don't actually remove anything, just show what would be done.\r
<dt>\r
-q\r
</dt>\r
+<dt>\r
+--quiet\r
+</dt>\r
<dd>\r
<p>\r
Be quiet, only report errors, but not the files that are\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:26 UTC\r
+Last updated 08-Jun-2008 22:46:23 UTC\r
</div>\r
</div>\r
</body>\r
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.
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v] [-u]\r
- [(-c | -C) <commit> | -F <file> | -m <msg> | --amend]\r
- [--allow-empty] [--no-verify] [-e] [--author <author>]\r
+<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v] [-u] [--amend]\r
+ [(-c | -C) <commit>] [-F <file> | -m <msg>]\r
+ [--allow-empty] [--no-verify] [-e] [--author=<author>]\r
[--cleanup=<mode>] [--] [[-i | -o ]<file>…]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<dl>\r
<dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--c or -C <commit>\r
+-C <commit>\r
+</dt>\r
+<dt>\r
+--reuse-message=<commit>\r
</dt>\r
<dd>\r
<p>\r
- Take existing commit object, and reuse the log message\r
+ Take an existing commit object, and reuse the log message\r
and the authorship information (including the timestamp)\r
- when creating the commit. With <em>-C</em>, the editor is not\r
- invoked; with <em>-c</em> the user can further edit the commit\r
- message.\r
+ when creating the commit.\r
+</p>\r
+</dd>\r
+<dt>\r
+-c <commit>\r
+</dt>\r
+<dt>\r
+--reedit-message=<commit>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Like <em>-C</em>, but with <em>-c</em> the editor is invoked, so that\r
+ the user can further edit the commit message.\r
</p>\r
</dd>\r
<dt>\r
-F <file>\r
</dt>\r
+<dt>\r
+--file=<file>\r
+</dt>\r
<dd>\r
<p>\r
Take the commit message from the given file. Use <em>-</em> to\r
</p>\r
</dd>\r
<dt>\r
---author <author>\r
+--author=<author>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--m <msg>|--message=<msg>\r
+-m <msg>\r
+</dt>\r
+<dt>\r
+--message=<msg>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--t <file>|--template=<file>\r
+-t <file>\r
+</dt>\r
+<dt>\r
+--template=<file>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
+-n\r
+</dt>\r
+<dt>\r
--no-verify\r
</dt>\r
<dd>\r
</p>\r
</dd>\r
<dt>\r
--e|--edit\r
+-e\r
+</dt>\r
+<dt>\r
+--edit\r
</dt>\r
<dd>\r
<p>\r
<p>but can be used to amend a merge commit.</p>\r
</dd>\r
<dt>\r
--i|--include\r
+-i\r
+</dt>\r
+<dt>\r
+--include\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--o|--only\r
+-o\r
+</dt>\r
+<dt>\r
+--only\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--u|--untracked-files\r
+-u\r
+</dt>\r
+<dt>\r
+--untracked-files\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v|--verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--q|--quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:27 UTC\r
+Last updated 08-Jun-2008 22:46:24 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-commit' [-a | --interactive] [-s] [-v] [-u]
- [(-c | -C) <commit> | -F <file> | -m <msg> | --amend]
- [--allow-empty] [--no-verify] [-e] [--author <author>]
+'git-commit' [-a | --interactive] [-s] [-v] [-u] [--amend]
+ [(-c | -C) <commit>] [-F <file> | -m <msg>]
+ [--allow-empty] [--no-verify] [-e] [--author=<author>]
[--cleanup=<mode>] [--] [[-i | -o ]<file>...]
DESCRIPTION
OPTIONS
-------
--a|--all::
+-a::
+--all::
Tell the command to automatically stage files that have
been modified and deleted, but new files you have not
told git about are not affected.
--c or -C <commit>::
- Take existing commit object, and reuse the log message
+-C <commit>::
+--reuse-message=<commit>::
+ Take an existing commit object, and reuse the log message
and the authorship information (including the timestamp)
- when creating the commit. With '-C', the editor is not
- invoked; with '-c' the user can further edit the commit
- message.
+ when creating the commit.
+
+-c <commit>::
+--reedit-message=<commit>::
+ Like '-C', but with '-c' the editor is invoked, so that
+ the user can further edit the commit message.
-F <file>::
+--file=<file>::
Take the commit message from the given file. Use '-' to
read the message from the standard input.
---author <author>::
+--author=<author>::
Override the author name used in the commit. Use
`A U Thor <author@example.com>` format.
--m <msg>|--message=<msg>::
+-m <msg>::
+--message=<msg>::
Use the given <msg> as the commit message.
--t <file>|--template=<file>::
+-t <file>::
+--template=<file>::
Use the contents of the given file as the initial version
of the commit message. The editor is invoked and you can
make subsequent changes. If a message is specified using
the `-m` or `-F` options, this option has no effect. This
overrides the `commit.template` configuration variable.
--s|--signoff::
+-s::
+--signoff::
Add Signed-off-by line at the end of the commit message.
+-n::
--no-verify::
This option bypasses the pre-commit and commit-msg hooks.
See also linkgit:githooks[5][hooks].
'whitespace' removes just leading/trailing whitespace lines
and 'strip' removes both whitespace and commentary.
--e|--edit::
+-e::
+--edit::
The message taken from file with `-F`, command line with
`-m`, and from file with `-C` are usually used as the
commit log message unmodified. This option lets you
further edit the message taken from these sources.
--amend::
-
Used to amend the tip of the current branch. Prepare the tree
object you would want to replace the latest commit as usual
(this includes the usual -i/-o and explicit paths), and the
but can be used to amend a merge commit.
--
--i|--include::
+-i::
+--include::
Before making a commit out of staged contents so far,
stage the contents of paths given on the command line
as well. This is usually not what you want unless you
are concluding a conflicted merge.
--o|--only::
+-o::
+--only::
Make a commit only from the paths specified on the
command line, disregarding any contents that have been
staged so far. This is the default mode of operation of
the last commit without committing changes that have
already been staged.
--u|--untracked-files::
+-u::
+--untracked-files::
Show all untracked files, also those in uninteresting
directories, in the "Untracked files:" section of commit
message template. Without this option only its name and
a trailing slash are displayed for each untracked
directory.
--v|--verbose::
+-v::
+--verbose::
Show unified diff between the HEAD commit and what
would be committed at the bottom of the commit message
template. Note that this diff output doesn't have its
lines prefixed with '#'.
--q|--quiet::
+-q::
+--quiet::
Suppress commit summary message.
\--::
<p>See also <a href="#FILES">[FILES]</a>.</p>\r
</dd>\r
<dt>\r
--f config-file, --file config-file\r
+-f config-file\r
+</dt>\r
+<dt>\r
+--file config-file\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--l, --list\r
+-l\r
+</dt>\r
+<dt>\r
+--list\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--z, --null\r
+-z\r
+</dt>\r
+<dt>\r
+--null\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:28 UTC\r
+Last updated 08-Jun-2008 22:46:25 UTC\r
</div>\r
</div>\r
</body>\r
+
See also <<FILES>>.
--f config-file, --file config-file::
+-f config-file::
+--file config-file::
Use the given config file instead of the one specified by GIT_CONFIG.
--remove-section::
--unset-all::
Remove all lines matching the key from config file.
--l, --list::
+-l::
+--list::
List all variables set in config file.
--bool::
in the config file will cause the value to be multiplied
by 1024, 1048576, or 1073741824 prior to output.
--z, --null::
+-z::
+--null::
For all options that output values and/or keys, always
end values with the null character (instead of a
newline). Use newline instead as a delimiter between
<dt>\r
-v\r
</dt>\r
+<dt>\r
+--verbose\r
+</dt>\r
<dd>\r
<p>\r
In addition to the number of loose objects and disk\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:28 UTC\r
+Last updated 08-Jun-2008 22:46:27 UTC\r
</div>\r
</div>\r
</body>\r
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
</p>\r
</dd>\r
<dt>\r
---version, -V\r
+-V\r
+</dt>\r
+<dt>\r
+--version\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---help, -h, -H\r
+-h\r
+</dt>\r
+<dt>\r
+-H\r
+</dt>\r
+<dt>\r
+--help\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:31 UTC\r
+Last updated 08-Jun-2008 22:46:28 UTC\r
</div>\r
</div>\r
</body>\r
Don't check for `gitcvs.enabled` in config. You also have to specify a list
of allowed directories (see below) if you want to use this option.
---version, -V::
+-V::
+--version::
Print version information and exit
---help, -h, -H::
+-h::
+-H::
+--help::
Print usage information and exit
<directory>::
</p>\r
</dd>\r
<dt>\r
---user-path, --user-path=path\r
+--user-path\r
+</dt>\r
+<dt>\r
+--user-path=path\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---user=user, --group=group\r
+--user=user\r
+</dt>\r
+<dt>\r
+--group=group\r
</dt>\r
<dd>\r
<p>\r
<tt>git-daemon</tt> if needed.</p>\r
</dd>\r
<dt>\r
---enable=service, --disable=service\r
+--enable=service\r
+</dt>\r
+<dt>\r
+--disable=service\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---allow-override=service, --forbid-override=service\r
+--allow-override=service\r
+</dt>\r
+<dt>\r
+--forbid-override=service\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:32 UTC\r
+Last updated 08-Jun-2008 22:46:31 UTC\r
</div>\r
</div>\r
</body>\r
Log to syslog instead of stderr. Note that this option does not imply
--verbose, thus by default only error conditions will be logged.
---user-path, --user-path=path::
+--user-path::
+--user-path=path::
Allow ~user notation to be used in requests. When
specified with no parameter, requests to
git://host/~alice/foo is taken as a request to access
Save the process id in 'file'. Ignored when the daemon
is run under `--inetd`.
---user=user, --group=group::
+--user=user::
+--group=group::
Change daemon's uid and gid before entering the service loop.
When only `--user` is given without `--group`, the
primary group ID for the user is used. The values of
the facility of inet daemon to achieve the same before spawning
`git-daemon` if needed.
---enable=service, --disable=service::
+--enable=service::
+--disable=service::
Enable/disable the service site-wide per default. Note
that a service disabled site-wide can still be enabled
per repository if it is marked overridable and the
repository enables the service with an configuration
item.
---allow-override=service, --forbid-override=service::
+--allow-override=service::
+--forbid-override=service::
Allow/forbid overriding the site-wide default with per
repository configuration. By default, all the services
are overridable.
leaking private tags made from the repository).\r
</p>\r
</dd>\r
+<dt>\r
+--always\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show uniquely abbreviated commit object as fallback.\r
+</p>\r
+</dd>\r
</dl>\r
</div>\r
<h2>EXAMPLES</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:33 UTC\r
+Last updated 08-Jun-2008 22:46:32 UTC\r
</div>\r
</div>\r
</body>\r
Only consider tags matching the given pattern (can be used to avoid
leaking private tags made from the repository).
+--always::
+ Show uniquely abbreviated commit object as fallback.
+
EXAMPLES
--------
omit diff output for unmerged entries and just show "Unmerged".</p>\r
</dd>\r
<dt>\r
--c,--cc\r
+-c\r
+</dt>\r
+<dt>\r
+--cc\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:33 UTC\r
+Last updated 08-Jun-2008 22:46:33 UTC\r
</div>\r
</div>\r
</body>\r
cleanly resolved paths. The option -0 can be given to
omit diff output for unmerged entries and just show "Unmerged".
--c,--cc::
+-c::
+--cc::
This compares stage 2 (our branch), stage 3 (their
branch) and the working tree file and outputs a combined
diff, similar to the way 'diff-tree' shows a merge
</p>\r
</dd>\r
<dt>\r
---quiet, \-q\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---keep, \-k\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
-\-v\r
+-v\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:38 UTC\r
+Last updated 08-Jun-2008 22:46:34 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
-\--all::
+--all::
Fetch all remote refs.
-\--quiet, \-q::
+-q::
+--quiet::
Pass '-q' flag to 'git-unpack-objects'; this makes the
cloning process less verbose.
-\--keep, \-k::
+-k::
+--keep::
Do not invoke 'git-unpack-objects' on received data, but
create a single packfile out of it instead, and store it
in the object database. If provided twice then the pack is
locked against repacking.
-\--thin::
+--thin::
Spend extra cycles to minimize the number of objects to be sent.
Use it on slower connection.
-\--include-tag::
+--include-tag::
If the remote side supports it, annotated tags objects will
be downloaded on the same connection as the other objects if
the object the tag references is downloaded. The caller must
otherwise determine the tags this option made available.
-\--upload-pack=<git-upload-pack>::
+--upload-pack=<git-upload-pack>::
Use this to specify the path to 'git-upload-pack' on the
remote side, if is not found on your $PATH.
Installations of sshd ignores the user's environment
shells by having a lean .bashrc file (they set most of
the things up in .bash_profile).
-\--exec=<git-upload-pack>::
+--exec=<git-upload-pack>::
Same as \--upload-pack=<git-upload-pack>.
-\--depth=<n>::
+--depth=<n>::
Limit fetching to ancestor-chains not longer than n.
-\--no-progress::
+--no-progress::
Do not show the progress.
-\-v::
+-v::
Run verbosely.
<host>::
<div class="sectionbody">\r
<dl>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--a, --append\r
+-a\r
+</dt>\r
+<dt>\r
+--append\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--f, --force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n, --no-tags\r
+-n\r
+</dt>\r
+<dt>\r
+--no-tags\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--t, --tags\r
+-t\r
+</dt>\r
+<dt>\r
+--tags\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--k, --keep\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--u, --update-head-ok\r
+-u\r
+</dt>\r
+<dt>\r
+--update-head-ok\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:40 UTC\r
+Last updated 08-Jun-2008 22:46:36 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
--f|--force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:40 UTC\r
+Last updated 08-Jun-2008 22:46:37 UTC\r
</div>\r
</div>\r
</body>\r
does this in the '.git-rewrite/' directory but you can override
that choice by this parameter.
--f|--force::
+-f::
+--force::
`git filter-branch` refuses to start with an existing temporary
directory or when there are already refs starting with
'refs/original/', unless forced.
</p>\r
</dd>\r
<dt>\r
---summary,--no-summary\r
+--summary\r
+</dt>\r
+<dt>\r
+--no-summary\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---file <file>, -F <file>\r
+-F <file>\r
+</dt>\r
+<dt>\r
+--file <file>\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:41 UTC\r
+Last updated 08-Jun-2008 22:46:38 UTC\r
</div>\r
</div>\r
</body>\r
Do not list one-line descriptions from the actual commits being
merged.
---summary,--no-summary::
+--summary::
+--no-summary::
Synonyms to --log and --no-log; these are deprecated and will be
removed in the future.
---file <file>, -F <file>::
+-F <file>::
+--file <file>::
Take the list of merged objects from <file> instead of
stdin.
</p>\r
</dd>\r
<dt>\r
---shell, --perl, --python, --tcl\r
+--shell\r
+</dt>\r
+<dt>\r
+--perl\r
+</dt>\r
+<dt>\r
+--python\r
+</dt>\r
+<dt>\r
+--tcl\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:41 UTC\r
+Last updated 08-Jun-2008 22:46:39 UTC\r
</div>\r
</div>\r
</body>\r
literally, in the latter case matching completely or from the
beginning up to a slash.
---shell, --perl, --python, --tcl::
+--shell::
+--perl::
+--python::
+--tcl::
If given, strings that substitute `%(fieldname)`
placeholders are quoted as string literals suitable for
the specified host language. This is meant to produce
</p>\r
</dd>\r
<dt>\r
--o|--output-directory <dir>\r
+-o <dir>\r
+</dt>\r
+<dt>\r
+--output-directory <dir>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n|--numbered\r
+-n\r
+</dt>\r
+<dt>\r
+--numbered\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--N|--no-numbered\r
+-N\r
+</dt>\r
+<dt>\r
+--no-numbered\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--k|--keep-subject\r
+-k\r
+</dt>\r
+<dt>\r
+--keep-subject\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:42 UTC\r
+Last updated 08-Jun-2008 22:46:40 UTC\r
</div>\r
</div>\r
</body>\r
-<n>::
Limits the number of patches to prepare.
--o|--output-directory <dir>::
+-o <dir>::
+--output-directory <dir>::
Use <dir> to store the resulting files, instead of the
current working directory.
--n|--numbered::
+-n::
+--numbered::
Name output in '[PATCH n/m]' format.
--N|--no-numbered::
+-N::
+--no-numbered::
Name output in '[PATCH]' format.
--start-number <n>::
without the default first line of the commit appended.
Mutually exclusive with the --stdout option.
--k|--keep-subject::
+-k::
+--keep-subject::
Do not strip/add '[PATCH]' from the first line of the
commit log message.
--s|--signoff::
+-s::
+--signoff::
Add `Signed-off-by:` line to the commit message, using
the committer identity of yourself.
</p>\r
</dd>\r
<dt>\r
--a | --text\r
+-a\r
+</dt>\r
+<dt>\r
+--text\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i | --ignore-case\r
+-i\r
+</dt>\r
+<dt>\r
+--ignore-case\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--w | --word-regexp\r
+-w\r
+</dt>\r
+<dt>\r
+--word-regexp\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v | --invert-match\r
+-v\r
+</dt>\r
+<dt>\r
+--invert-match\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--h | -H\r
+-h\r
+</dt>\r
+<dt>\r
+-H\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--E | --extended-regexp | -G | --basic-regexp\r
+-E\r
+</dt>\r
+<dt>\r
+--extended-regexp\r
+</dt>\r
+<dt>\r
+-G\r
+</dt>\r
+<dt>\r
+--basic-regexp\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--F | --fixed-strings\r
+-F\r
+</dt>\r
+<dt>\r
+--fixed-strings\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--l | --files-with-matches | --name-only | -L | --files-without-match\r
+-l\r
+</dt>\r
+<dt>\r
+--files-with-matches\r
+</dt>\r
+<dt>\r
+--name-only\r
+</dt>\r
+<dt>\r
+-L\r
+</dt>\r
+<dt>\r
+--files-without-match\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--c | --count\r
+-c\r
+</dt>\r
+<dt>\r
+--count\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---and | --or | --not | ( | )\r
+--and\r
+</dt>\r
+<dt>\r
+--or\r
+</dt>\r
+<dt>\r
+--not\r
+</dt>\r
+<dt>\r
+( … )\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:44 UTC\r
+Last updated 08-Jun-2008 22:46:41 UTC\r
</div>\r
</div>\r
</body>\r
Instead of searching in the working tree files, check
the blobs registered in the index file.
--a | --text::
+-a::
+--text::
Process binary files as if they were text.
--i | --ignore-case::
+-i::
+--ignore-case::
Ignore case differences between the patterns and the
files.
-I::
Don't match the pattern in binary files.
--w | --word-regexp::
+-w::
+--word-regexp::
Match the pattern only at word boundary (either begin at the
beginning of a line, or preceded by a non-word character; end at
the end of a line or followed by a non-word character).
--v | --invert-match::
+-v::
+--invert-match::
Select non-matching lines.
--h | -H::
+-h::
+-H::
By default, the command shows the filename for each
match. `-h` option is used to suppress this output.
`-H` is there for completeness and does not do anything
option forces paths to be output relative to the project
top directory.
--E | --extended-regexp | -G | --basic-regexp::
+-E::
+--extended-regexp::
+-G::
+--basic-regexp::
Use POSIX extended/basic regexp for patterns. Default
is to use basic regexp.
--F | --fixed-strings::
+-F::
+--fixed-strings::
Use fixed strings for patterns (don't interpret pattern
as a regex).
-n::
Prefix the line number to matching lines.
--l | --files-with-matches | --name-only | -L | --files-without-match::
+-l::
+--files-with-matches::
+--name-only::
+-L::
+--files-without-match::
Instead of showing every matched line, show only the
names of files that contain (or do not contain) matches.
For better compatibility with git-diff, --name-only is a
synonym for --files-with-matches.
--c | --count::
+-c::
+--count::
Instead of showing every matched line, show the number of
lines that match.
scripts passing user input to grep. Multiple patterns are
combined by 'or'.
---and | --or | --not | ( | )::
+--and::
+--or::
+--not::
+( ... )::
Specify how multiple patterns are combined using Boolean
expressions. `--or` is the default operator. `--and` has
higher precedence than `--or`. `-e` has to be used for all
<div class="sectionbody">\r
<dl>\r
<dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i|--info\r
+-i\r
+</dt>\r
+<dt>\r
+--info\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--m|--man\r
+-m\r
+</dt>\r
+<dt>\r
+--man\r
</dt>\r
<dd>\r
<p>\r
other display programs (see below).</p>\r
</dd>\r
<dt>\r
--w|--web\r
+-w\r
+</dt>\r
+<dt>\r
+--web\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:45 UTC\r
+Last updated 08-Jun-2008 22:46:42 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--a|--all::
+-a::
+--all::
Prints all the available commands on the standard output. This
option supersedes any other option.
--i|--info::
+-i::
+--info::
Display manual page for the command in the 'info' format. The
'info' program will be used for that purpose.
--m|--man::
+-m::
+--man::
Display manual page for the command in the 'man' format. This
option may be used to override a value set in the
'help.format' configuration variable.
but the 'man.viewer' configuration variable may be used to choose
other display programs (see below).
--w|--web::
+-w::
+--web::
Display manual page for the command in the 'web' (HTML)
format. A web browser will be used for that purpose.
+
</p>\r
</dd>\r
<dt>\r
--d, -D\r
+-d\r
+</dt>\r
+<dt>\r
+-D\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:46 UTC\r
+Last updated 08-Jun-2008 22:46:42 UTC\r
</div>\r
</div>\r
</body>\r
Report the list of objects being walked locally and the
list of objects successfully sent to the remote repository.
--d, -D::
+-d::
+-D::
Remove <ref> from remote repository. The specified branch
cannot be the remote HEAD. If -d is specified the following
other conditions must also be met:
<div class="sectionbody">\r
<dl>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:48 UTC\r
+Last updated 08-Jun-2008 22:46:43 UTC\r
</div>\r
</div>\r
</body>\r
--
--q, \--quiet::
+-q::
+--quiet::
Only print error and warning messages, all other output will be suppressed.
<div class="sectionbody">\r
<dl>\r
<dt>\r
--l|--local\r
+-l\r
+</dt>\r
+<dt>\r
+--local\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--d|--httpd\r
+-d\r
+</dt>\r
+<dt>\r
+--httpd\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--m|--module-path\r
+-m\r
+</dt>\r
+<dt>\r
+--module-path\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--p|--port\r
+-p\r
+</dt>\r
+<dt>\r
+--port\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--b|--browser\r
+-b\r
+</dt>\r
+<dt>\r
+--browser\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:48 UTC\r
+Last updated 08-Jun-2008 22:46:44 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--l|--local::
+-l::
+--local::
Only bind the web server to the local IP (127.0.0.1).
--d|--httpd::
+-d::
+--httpd::
The HTTP daemon command-line that will be executed.
Command-line options may be specified here, and the
configuration file will be added at the end of the command-line.
Currently lighttpd, apache2 and webrick are supported.
(Default: lighttpd)
--m|--module-path::
+-m::
+--module-path::
The module path (only needed if httpd is Apache).
(Default: /usr/lib/apache2/modules)
--p|--port::
+-p::
+--port::
The port number to bind the httpd to. (Default: 1234)
--b|--browser::
+-b::
+--browser::
The web browser that should be used to view the gitweb
page. This will be passed to the 'git-web--browse' helper
script along with the URL of the gitweb instance. See
limiting may be applied.</p>\r
<dl>\r
<dt>\r
--n <em>number</em>, --max-count=<em>number</em>\r
+-n <em>number</em>\r
+</dt>\r
+<dt>\r
+--max-count=<em>number</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---since=<em>date</em>, --after=<em>date</em>\r
+--since=<em>date</em>\r
+</dt>\r
+<dt>\r
+--after=<em>date</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---until=<em>date</em>, --before=<em>date</em>\r
+--until=<em>date</em>\r
+</dt>\r
+<dt>\r
+--before=<em>date</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---author=<em>pattern</em>, --committer=<em>pattern</em>\r
+--author=<em>pattern</em>\r
+</dt>\r
+<dt>\r
+--committer=<em>pattern</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i, --regexp-ignore-case\r
+-i\r
+</dt>\r
+<dt>\r
+--regexp-ignore-case\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--E, --extended-regexp\r
+-E\r
+</dt>\r
+<dt>\r
+--extended-regexp\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--F, --fixed-strings\r
+-F\r
+</dt>\r
+<dt>\r
+--fixed-strings\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--g, --walk-reflogs\r
+-g\r
+</dt>\r
+<dt>\r
+--walk-reflogs\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---dense, --sparse\r
+--dense\r
+</dt>\r
+<dt>\r
+--sparse\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:48 UTC\r
+Last updated 08-Jun-2008 22:46:44 UTC\r
</div>\r
</div>\r
</body>\r
<div class="sectionbody">\r
<dl>\r
<dt>\r
--c|--cached\r
+-c\r
+</dt>\r
+<dt>\r
+--cached\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--d|--deleted\r
+-d\r
+</dt>\r
+<dt>\r
+--deleted\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--m|--modified\r
+-m\r
+</dt>\r
+<dt>\r
+--modified\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--o|--others\r
+-o\r
+</dt>\r
+<dt>\r
+--others\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i|--ignored\r
+-i\r
+</dt>\r
+<dt>\r
+--ignored\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s|--stage\r
+-s\r
+</dt>\r
+<dt>\r
+--stage\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--u|--unmerged\r
+-u\r
+</dt>\r
+<dt>\r
+--unmerged\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--k|--killed\r
+-k\r
+</dt>\r
+<dt>\r
+--killed\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--x|--exclude=<pattern>\r
+-x <pattern>\r
+</dt>\r
+<dt>\r
+--exclude=<pattern>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--X|--exclude-from=<file>\r
+-X <file>\r
+</dt>\r
+<dt>\r
+--exclude-from=<file>\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:51 UTC\r
+Last updated 08-Jun-2008 22:46:45 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--c|--cached::
+-c::
+--cached::
Show cached files in the output (default)
--d|--deleted::
+-d::
+--deleted::
Show deleted files in the output
--m|--modified::
+-m::
+--modified::
Show modified files in the output
--o|--others::
+-o::
+--others::
Show other files in the output
--i|--ignored::
+-i::
+--ignored::
Show ignored files in the output.
Note that this also reverses any exclude list present.
--s|--stage::
+-s::
+--stage::
Show stage files in the output
--directory::
--no-empty-directory::
Do not list empty directories. Has no effect without --directory.
--u|--unmerged::
+-u::
+--unmerged::
Show unmerged files in the output (forces --stage)
--k|--killed::
+-k::
+--killed::
Show files on the filesystem that need to be removed due
to file/directory conflicts for checkout-index to
succeed.
-z::
\0 line termination on output.
--x|--exclude=<pattern>::
+-x <pattern>::
+--exclude=<pattern>::
Skips files matching pattern.
Note that pattern is a shell wildcard pattern.
--X|--exclude-from=<file>::
+-X <file>::
+--exclude-from=<file>::
exclude patterns are read from <file>; 1 per line.
--exclude-per-directory=<file>::
<div class="sectionbody">\r
<dl>\r
<dt>\r
--h|--heads, -t|--tags\r
+-h\r
+</dt>\r
+<dt>\r
+--heads\r
+</dt>\r
+<dt>\r
+-t\r
+</dt>\r
+<dt>\r
+--tags\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--u <exec>, --upload-pack=<exec>\r
+-u <exec>\r
+</dt>\r
+<dt>\r
+--upload-pack=<exec>\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:50 UTC\r
+Last updated 08-Jun-2008 22:46:47 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--h|--heads, -t|--tags::
+-h::
+--heads::
+-t::
+--tags::
Limit to only refs/heads and refs/tags, respectively.
These options are _not_ mutually exclusive; when given
both, references stored in refs/heads and refs/tags are
displayed.
--u <exec>, --upload-pack=<exec>::
+-u <exec>::
+--upload-pack=<exec>::
Specify the full path of linkgit:git-upload-pack[1] on the remote
host. This allows listing references from repositories accessed via
SSH and where the SSH daemon does not use the PATH configured by the
</p>\r
</dd>\r
<dt>\r
--n, --no-stat\r
+-n\r
+</dt>\r
+<dt>\r
+--no-stat\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---summary, --no-summary\r
+--summary\r
+</dt>\r
+<dt>\r
+--no-summary\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s <strategy>, --strategy=<strategy>\r
+-s <strategy>\r
+</dt>\r
+<dt>\r
+--strategy=<strategy>\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:55 UTC\r
+Last updated 08-Jun-2008 22:46:48 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
--n, --dry-run\r
+-n\r
+</dt>\r
+<dt>\r
+--dry-run\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:56 UTC\r
+Last updated 08-Jun-2008 22:46:50 UTC\r
</div>\r
</div>\r
</body>\r
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, \--dry-run::
+-n::
+--dry-run::
Do nothing; only show what would happen
cannot be combined with --stdin.\r
</p>\r
</dd>\r
+<dt>\r
+--no-undefined\r
+</dt>\r
+<dd>\r
+<p>\r
+ Die with error code != 0 when a reference is undefined,\r
+ instead of printing <tt>undefined</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
+--always\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show uniquely abbreviated commit object as fallback.\r
+</p>\r
+</dd>\r
</dl>\r
</div>\r
<h2>EXAMPLE</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:56 UTC\r
+Last updated 08-Jun-2008 22:46:50 UTC\r
</div>\r
</div>\r
</body>\r
of linkgit:git-describe[1] more closely. This option
cannot be combined with --stdin.
+--no-undefined::
+ Die with error code != 0 when a reference is undefined,
+ instead of printing `undefined`.
+
+--always::
+ Show uniquely abbreviated commit object as fallback.
+
EXAMPLE
-------
</p>\r
</dd>\r
<dt>\r
---window=[N], --depth=[N]\r
+--window=[N]\r
+</dt>\r
+<dt>\r
+--depth=[N]\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:57 UTC\r
+Last updated 08-Jun-2008 22:46:51 UTC\r
</div>\r
</div>\r
</body>\r
reference was included in the resulting packfile. This
can be useful to send new tags to native git clients.
---window=[N], --depth=[N]::
+--window=[N]::
+--depth=[N]::
These two options affect how the objects contained in
the pack are stored using delta compression. The
objects are first internally sorted by type, size and
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:58 UTC\r
+Last updated 08-Jun-2008 22:46:52 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
-\--all::
+--all::
The command by default packs all tags and refs that are already
packed, and leaves other refs
This option causes branch tips to be packed as well. Useful for
a repository with many branches of historical interests.
-\--no-prune::
+--no-prune::
The command usually removes loose refs under `$GIT_DIR/refs`
hierarchy after packing them. This option tells it not to.
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:59 UTC\r
+Last updated 08-Jun-2008 22:46:53 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
-\--upload-pack=<git-upload-pack>::
+--upload-pack=<git-upload-pack>::
Use this to specify the path to 'git-upload-pack' on the
remote side, if it is not found on your $PATH. Some
installations of sshd ignores the user's environment
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:00 UTC\r
+Last updated 08-Jun-2008 22:46:53 UTC\r
</div>\r
</div>\r
</body>\r
\--::
Do not interpret any more arguments as options.
-\--expire <time>::
+--expire <time>::
Only expire loose objects older than <time>.
<head>...::
</p>\r
</dd>\r
<dt>\r
--n, --no-stat\r
+-n\r
+</dt>\r
+<dt>\r
+--no-stat\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---summary, --no-summary\r
+--summary\r
+</dt>\r
+<dt>\r
+--no-summary\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s <strategy>, --strategy=<strategy>\r
+-s <strategy>\r
+</dt>\r
+<dt>\r
+--strategy=<strategy>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--a, --append\r
+-a\r
+</dt>\r
+<dt>\r
+--append\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--f, --force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--t, --tags\r
+-t\r
+</dt>\r
+<dt>\r
+--tags\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--k, --keep\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--u, --update-head-ok\r
+-u\r
+</dt>\r
+<dt>\r
+--update-head-ok\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:00 UTC\r
+Last updated 08-Jun-2008 22:46:54 UTC\r
</div>\r
</div>\r
</body>\r
:git-pull: 1
-\--rebase::
+--rebase::
Instead of a merge, perform a rebase after fetching. If
there is a remote ref for the upstream branch, and this branch
was rebased since last fetched, the rebase uses that information
published that history already. Do *not* use this option
unless you have read linkgit:git-rebase[1] carefully.
-\--no-rebase::
- Override earlier \--rebase.
+--no-rebase::
+ Override earlier --rebase.
include::fetch-options.txt[]
</p>\r
</dd>\r
<dt>\r
--f, --force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---thin, --no-thin\r
+--thin\r
+</dt>\r
+<dt>\r
+--no-thin\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:01 UTC\r
+Last updated 08-Jun-2008 22:46:55 UTC\r
</div>\r
</div>\r
</body>\r
if no explicit refspec is found (that is neither on the command line
nor in any Push line of the corresponding remotes file---see below).
-\--all::
+--all::
Instead of naming each ref to push, specifies that all
refs under `$GIT_DIR/refs/heads/` be pushed.
-\--mirror::
+--mirror::
Instead of naming each ref to push, specifies that all
refs under `$GIT_DIR/refs/heads/` and `$GIT_DIR/refs/tags/`
be mirrored to the remote repository. Newly created local
if the configuration option `remote.<remote>.mirror` is
set.
-\--dry-run::
+--dry-run::
Do everything except actually send the updates.
-\--tags::
+--tags::
All refs under `$GIT_DIR/refs/tags` are pushed, in
addition to refspecs explicitly listed on the command
line.
-\--receive-pack=<git-receive-pack>::
+--receive-pack=<git-receive-pack>::
Path to the 'git-receive-pack' program on the remote
end. Sometimes useful when pushing to a remote
repository over ssh, and you do not have the program in
a directory on the default $PATH.
-\--exec=<git-receive-pack>::
+--exec=<git-receive-pack>::
Same as \--receive-pack=<git-receive-pack>.
--f, \--force::
+-f::
+--force::
Usually, the command refuses to update a remote ref that is
not an ancestor of the local ref used to overwrite it.
This flag disables the check. This can cause the
remote repository to lose commits; use it with care.
-\--repo=<repo>::
+--repo=<repo>::
When no repository is specified the command defaults to
"origin"; this overrides it.
-\--thin, \--no-thin::
+--thin::
+--no-thin::
These options are passed to `git-send-pack`. Thin
transfer spends extra cycles to minimize the number of
objects to be sent and meant to be used on slower connection.
--v, \--verbose::
+-v::
+--verbose::
Run verbosely.
include::urls-remotes.txt[]
<div class="sectionbody">\r
<dl>\r
<dt>\r
+-n\r
+</dt>\r
+<dt>\r
--dry-run\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:01 UTC\r
+Last updated 08-Jun-2008 22:46:56 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
+
+-n::
--dry-run::
Walk through the patches in the series and warn
if we cannot find all of the necessary information to commit
</p>\r
</dd>\r
<dt>\r
--m, --merge\r
+-m\r
+</dt>\r
+<dt>\r
+--merge\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s <strategy>, --strategy=<strategy>\r
+-s <strategy>\r
+</dt>\r
+<dt>\r
+--strategy=<strategy>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i, --interactive\r
+-i\r
+</dt>\r
+<dt>\r
+--interactive\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--p, --preserve-merges\r
+-p\r
+</dt>\r
+<dt>\r
+--preserve-merges\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:02 UTC\r
+Last updated 08-Jun-2008 22:46:57 UTC\r
</div>\r
</div>\r
</body>\r
--skip::
Restart the rebasing process by skipping the current patch.
--m, \--merge::
+-m::
+--merge::
Use merging strategies to rebase. When the recursive (default) merge
strategy is used, this allows rebase to be aware of renames on the
upstream side.
--s <strategy>, \--strategy=<strategy>::
+-s <strategy>::
+--strategy=<strategy>::
Use the given merge strategy; can be supplied more than
once to specify them in the order they should be tried.
If there is no `-s` option, a built-in list of strategies
is used instead (`git-merge-recursive` when merging a single
head, `git-merge-octopus` otherwise). This implies --merge.
--v, \--verbose::
+-v::
+--verbose::
Display a diffstat of what changed upstream since the last rebase.
-C<n>::
This flag is passed to the `git-apply` program
(see linkgit:git-apply[1]) that applies the patch.
--i, \--interactive::
+-i::
+--interactive::
Make a list of the commits which are about to be rebased. Let the
user edit that list before rebasing. This mode can also be used to
split commits (see SPLITTING COMMITS below).
--p, \--preserve-merges::
+-p::
+--preserve-merges::
Instead of ignoring merges, try to recreate them. This option
only works in interactive mode.
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-remote</em>\r
+<div class="content"><em>git-remote</em> [-v | --verbose]\r
<em>git-remote</em> add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>\r
<em>git-remote</em> rm <name>\r
<em>git-remote</em> show <name>\r
<div class="sectionbody">\r
<p>Manage the set of repositories ("remotes") whose branches you track.</p>\r
</div>\r
+<h2>OPTIONS</h2>\r
+<div class="sectionbody">\r
+<dl>\r
+<dt>\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
+</dt>\r
+<dd>\r
+<p>\r
+ Be a little more verbose and show remote url after name.\r
+</p>\r
+</dd>\r
+</dl>\r
+</div>\r
<h2>COMMANDS</h2>\r
<div class="sectionbody">\r
<p>With no arguments, shows a list of existing remotes. Several\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:04 UTC\r
+Last updated 08-Jun-2008 22:46:57 UTC\r
</div>\r
</div>\r
</body>\r
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
--------
</p>\r
</dd>\r
<dt>\r
---window=[N], --depth=[N]\r
+--window=[N]\r
+</dt>\r
+<dt>\r
+--depth=[N]\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:06 UTC\r
+Last updated 08-Jun-2008 22:46:58 UTC\r
</div>\r
</div>\r
</body>\r
this repository (or a direct copy of it)
over HTTP or FTP. See gitlink:git-update-server-info[1].
---window=[N], --depth=[N]::
+--window=[N]::
+--depth=[N]::
These two options affect how the objects contained in the pack are
stored using delta compression. The objects are first internally
sorted by type, size and optionally names and compared against the
limiting may be applied.</p>\r
<dl>\r
<dt>\r
--n <em>number</em>, --max-count=<em>number</em>\r
+-n <em>number</em>\r
+</dt>\r
+<dt>\r
+--max-count=<em>number</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---since=<em>date</em>, --after=<em>date</em>\r
+--since=<em>date</em>\r
+</dt>\r
+<dt>\r
+--after=<em>date</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---until=<em>date</em>, --before=<em>date</em>\r
+--until=<em>date</em>\r
+</dt>\r
+<dt>\r
+--before=<em>date</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---max-age=<em>timestamp</em>, --min-age=<em>timestamp</em>\r
+--max-age=<em>timestamp</em>\r
+</dt>\r
+<dt>\r
+--min-age=<em>timestamp</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---author=<em>pattern</em>, --committer=<em>pattern</em>\r
+--author=<em>pattern</em>\r
+</dt>\r
+<dt>\r
+--committer=<em>pattern</em>\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--i, --regexp-ignore-case\r
+-i\r
+</dt>\r
+<dt>\r
+--regexp-ignore-case\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--E, --extended-regexp\r
+-E\r
+</dt>\r
+<dt>\r
+--extended-regexp\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--F, --fixed-strings\r
+-F\r
+</dt>\r
+<dt>\r
+--fixed-strings\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--g, --walk-reflogs\r
+-g\r
+</dt>\r
+<dt>\r
+--walk-reflogs\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---dense, --sparse\r
+--dense\r
+</dt>\r
+<dt>\r
+--sparse\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:08 UTC\r
+Last updated 08-Jun-2008 22:46:59 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---short, --short=number\r
+--short\r
+</dt>\r
+<dt>\r
+--short=number\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---since=datestring, --after=datestring\r
+--since=datestring\r
+</dt>\r
+<dt>\r
+--after=datestring\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---until=datestring, --before=datestring\r
+--until=datestring\r
+</dt>\r
+<dt>\r
+--before=datestring\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:08 UTC\r
+Last updated 08-Jun-2008 22:46:59 UTC\r
</div>\r
</div>\r
</body>\r
The parameter given must be usable as a single, valid
object name. Otherwise barf and abort.
--q, --quiet::
+-q::
+--quiet::
Only meaningful in `--verify` mode. Do not output an error
message if the first argument is not a valid object name;
instead exit with non-zero status silently.
--is-bare-repository::
When the repository is bare print "true", otherwise "false".
---short, --short=number::
+--short::
+--short=number::
Instead of outputting the full SHA1 values of object names try to
abbreviate them to a shorter unique name. When no length is specified
7 is used. The minimum length is 4.
---since=datestring, --after=datestring::
+--since=datestring::
+--after=datestring::
Parses the date string, and outputs corresponding
--max-age= parameter for git-rev-list command.
---until=datestring, --before=datestring::
+--until=datestring::
+--before=datestring::
Parses the date string, and outputs corresponding
--min-age= parameter for git-rev-list command.
</p>\r
</dd>\r
<dt>\r
--e|--edit\r
+-e\r
+</dt>\r
+<dt>\r
+--edit\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--m parent-number|--mainline parent-number\r
+-m parent-number\r
+</dt>\r
+<dt>\r
+--mainline parent-number\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n|--no-commit\r
+-n\r
+</dt>\r
+<dt>\r
+--no-commit\r
</dt>\r
<dd>\r
<p>\r
effect to your working tree in a row.</p>\r
</dd>\r
<dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:07 UTC\r
+Last updated 08-Jun-2008 22:46:58 UTC\r
</div>\r
</div>\r
</body>\r
For a more complete list of ways to spell commit names, see
"SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1].
--e|--edit::
+-e::
+--edit::
With this option, `git-revert` will let you edit the commit
message prior to committing the revert. This is the default if
you run the command from a terminal.
--m parent-number|--mainline parent-number::
+-m parent-number::
+--mainline parent-number::
Usually you cannot revert a merge because you do not know which
side of the merge should be considered the mainline. This
option specifies the parent number (starting from 1) of
With this option, `git-revert` will not start the commit
message editor.
--n|--no-commit::
+-n::
+--no-commit::
Usually the command automatically creates a commit with
a commit log message stating which commit was reverted.
This flag applies the change necessary to revert the
This is useful when reverting more than one commits'
effect to your working tree in a row.
--s|--signoff::
+-s::
+--signoff::
Add Signed-off-by line at the end of the commit message.
</p>\r
</dd>\r
<dt>\r
--n, --dry-run\r
+-n\r
+</dt>\r
+<dt>\r
+--dry-run\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:10 UTC\r
+Last updated 08-Jun-2008 22:47:00 UTC\r
</div>\r
</div>\r
</body>\r
-f::
Override the up-to-date check.
--n, \--dry-run::
+-n::
+--dry-run::
Don't actually remove any file(s). Instead, just show
if they exist in the index and would otherwise be removed
by the command.
the list of files, (useful when filenames might be mistaken
for command-line options).
-\--cached::
+--cached::
Use this option to unstage and remove paths only from the index.
Working tree files, whether modified or not, will be
left alone.
-\--ignore-unmatch::
+--ignore-unmatch::
Exit with a zero status even if no files matched.
--q, \--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.
</p>\r
</dd>\r
<dt>\r
---chain-reply-to, --no-chain-reply-to\r
+--chain-reply-to\r
+</dt>\r
+<dt>\r
+--no-chain-reply-to\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---signed-off-by-cc, --no-signed-off-by-cc\r
+--signed-off-by-cc\r
+</dt>\r
+<dt>\r
+--no-signed-off-by-cc\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---suppress-from, --no-suppress-from\r
+--suppress-from\r
+</dt>\r
+<dt>\r
+--no-suppress-from\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---thread, --no-thread\r
+--thread\r
+</dt>\r
+<dt>\r
+--no-thread\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:10 UTC\r
+Last updated 08-Jun-2008 22:47:00 UTC\r
</div>\r
</div>\r
</body>\r
Output of this command must be single email address per line.
Default is the value of 'sendemail.cccmd' configuration value.
---chain-reply-to, --no-chain-reply-to::
+--chain-reply-to::
+--no-chain-reply-to::
If this is set, each email will be sent as a reply to the previous
email sent. If disabled with "--no-chain-reply-to", all emails after
the first will be sent as replies to the first email sent. When using
Only necessary if --compose is also set. If --compose
is not set, this will be prompted for.
---signed-off-by-cc, --no-signed-off-by-cc::
+--signed-off-by-cc::
+--no-signed-off-by-cc::
If this is set, add emails found in Signed-off-by: or Cc: lines to the
cc list.
Default is the value of 'sendemail.signedoffcc' configuration value;
Only necessary if --compose is also set. If --compose
is not set, this will be prompted for.
---suppress-from, --no-suppress-from::
+--suppress-from::
+--no-suppress-from::
If this is set, do not add the From: address to the cc: list.
Default is the value of 'sendemail.suppressfrom' configuration value;
if that is unspecified, default to --no-suppress-from.
if that is unspecified, default to 'self' if --suppress-from is
specified, as well as 'sob' if --no-signed-off-cc is specified.
---thread, --no-thread::
+--thread::
+--no-thread::
If this is set, the In-Reply-To header will be set on each email sent.
If disabled with "--no-thread", no emails will have the In-Reply-To
header set.
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:10 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
-\--receive-pack=<git-receive-pack>::
+--receive-pack=<git-receive-pack>::
Path to the 'git-receive-pack' program on the remote
end. Sometimes useful when pushing to a remote
repository over ssh, and you do not have the program in
a directory on the default $PATH.
-\--exec=<git-receive-pack>::
+--exec=<git-receive-pack>::
Same as \--receive-pack=<git-receive-pack>.
-\--all::
+--all::
Instead of explicitly specifying which refs to update,
update all heads that locally exist.
-\--dry-run::
+--dry-run::
Do everything except actually send the updates.
-\--force::
+--force::
Usually, the command refuses to update a remote ref that
is not an ancestor of the local ref used to overwrite it.
This flag disables the check. What this means is that
the remote repository can lose commits; use it with
care.
-\--verbose::
+--verbose::
Run verbosely.
-\--thin::
+--thin::
Spend extra cycles to minimize the number of objects to be sent.
Use it on slower connection.
<div class="sectionbody">\r
<dl>\r
<dt>\r
--h, --help\r
+-h\r
+</dt>\r
+<dt>\r
+--help\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n, --numbered\r
+-n\r
+</dt>\r
+<dt>\r
+--numbered\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s, --summary\r
+-s\r
+</dt>\r
+<dt>\r
+--summary\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--e, --email\r
+-e\r
+</dt>\r
+<dt>\r
+--email\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:12 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--h, \--help::
+-h::
+--help::
Print a short usage message and exit.
--n, \--numbered::
+-n::
+--numbered::
Sort output according to the number of commits per author instead
of author alphabetic order.
--s, \--summary::
+-s::
+--summary::
Suppress commit description and provide a commit count summary only.
--e, \--email::
+-e::
+--email::
Show the email address of each author.
-w[<width>[,<indent1>[,<indent2>]]]::
</p>\r
</dd>\r
<dt>\r
--r|--remotes\r
+-r\r
+</dt>\r
+<dt>\r
+--remotes\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:12 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
</div>\r
</div>\r
</body>\r
branches under $GIT_DIR/refs/heads/topic, giving
`topic/*` would show all of them.
--r|--remotes::
+-r::
+--remotes::
Show the remote-tracking branches.
--a|--all::
+-a::
+--all::
Show both remote-tracking branches and local branches.
--current::
<div class="sectionbody">\r
<dl>\r
<dt>\r
--h, --head\r
+-h\r
+</dt>\r
+<dt>\r
+--head\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---tags, --heads\r
+--tags\r
+</dt>\r
+<dt>\r
+--heads\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--d, --dereference\r
+-d\r
+</dt>\r
+<dt>\r
+--dereference\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--s, --hash\r
+-s\r
+</dt>\r
+<dt>\r
+--hash\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---abbrev, --abbrev=len\r
+--abbrev\r
+</dt>\r
+<dt>\r
+--abbrev=len\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---exclude-existing, --exclude-existing=pattern\r
+--exclude-existing\r
+</dt>\r
+<dt>\r
+--exclude-existing=pattern\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:13 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--h, --head::
+-h::
+--head::
Show the HEAD reference.
---tags, --heads::
+--tags::
+--heads::
Limit to only "refs/heads" and "refs/tags", respectively. These
options are not mutually exclusive; when given both, references stored
in "refs/heads" and "refs/tags" are displayed.
--d, --dereference::
+-d::
+--dereference::
Dereference tags into object IDs as well. They will be shown with "^{}"
appended.
--s, --hash::
+-s::
+--hash::
Only show the SHA1 hash, not the reference name. When also using
--dereference the dereferenced tag will still be shown after the SHA1.
Aside from returning an error code of 1, it will also print an error
message if '--quiet' was not specified.
---abbrev, --abbrev=len::
+--abbrev::
+--abbrev=len::
Abbreviate the object name. When using `--hash`, you do
not have to say `--hash --abbrev`; `--hash=len` would do.
--q, --quiet::
+-q::
+--quiet::
Do not print any results to stdout. When combined with '--verify' this
can be used to silently check if a reference exists.
---exclude-existing, --exclude-existing=pattern::
+--exclude-existing::
+--exclude-existing=pattern::
Make git-show-ref act as a filter that reads refs from stdin of the
form "^(?:<anything>\s)?<refname>(?:\^\{\})?$" and performs the
<div class="sectionbody">\r
<dl>\r
<dt>\r
--s|--strip-comments\r
+-s\r
+</dt>\r
+<dt>\r
+--strip-comments\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:16 UTC\r
+Last updated 08-Jun-2008 22:47:02 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--s|--strip-comments::
+-s::
+--strip-comments::
In addition to empty lines, also strip lines starting with '#'.
<stream>::
<div class="sectionbody">\r
<dl>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--b, --branch\r
+-b\r
+</dt>\r
+<dt>\r
+--branch\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--n, --summary-limit\r
+-n\r
+</dt>\r
+<dt>\r
+--summary-limit\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:17 UTC\r
+Last updated 08-Jun-2008 22:47:02 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--q, --quiet::
+-q::
+--quiet::
Only print error messages.
--b, --branch::
+-b::
+--branch::
Branch of repository to add as submodule.
--cached::
commands typically use the commit found in the submodule HEAD, but
with this option, the commit stored in the index is used instead.
--n, --summary-limit::
+-n::
+--summary-limit::
This option is only valid for the summary command.
Limit the summary size (number of commits shown in total).
Giving 0 will disable the summary; a negative number means unlimited
<div class="sectionbody">\r
<dl>\r
<dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:18 UTC\r
+Last updated 08-Jun-2008 22:47:02 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--q, --quiet::
+-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.
</p>\r
</dd>\r
<dt>\r
---assume-unchanged, --no-assume-unchanged\r
+--assume-unchanged\r
+</dt>\r
+<dt>\r
+--no-assume-unchanged\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
---again, -g\r
+-g\r
+</dt>\r
+<dt>\r
+--again\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:20 UTC\r
+Last updated 08-Jun-2008 22:47:03 UTC\r
</div>\r
</div>\r
</body>\r
--chmod=(+|-)x::
Set the execute permissions on the updated files.
---assume-unchanged, --no-assume-unchanged::
+--assume-unchanged::
+--no-assume-unchanged::
When these flags are specified, the object name recorded
for the paths are not updated. Instead, these options
sets and unsets the "assume unchanged" bit for the
filesystem that has very slow lstat(2) system call
(e.g. cifs).
---again, -g::
+-g::
+--again::
Runs `git-update-index` itself on the paths whose index
entries are different from those from the `HEAD` commit.
<div class="sectionbody">\r
<dl>\r
<dt>\r
--f|--force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:22 UTC\r
+Last updated 08-Jun-2008 22:47:03 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--f|--force::
+-f::
+--force::
Update the info files from scratch.
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:22 UTC\r
+Last updated 08-Jun-2008 22:47:04 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
-\--strict::
+--strict::
Do not try <directory>/.git/ if <directory> is no git directory.
-\--timeout=<n>::
+--timeout=<n>::
Interrupt transfer after <n> seconds of inactivity.
<directory>::
<div class="sectionbody">\r
<dl>\r
<dt>\r
--b BROWSER|--browser=BROWSER\r
+-b BROWSER\r
+</dt>\r
+<dt>\r
+--browser=BROWSER\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--t BROWSER|--tool=BROWSER\r
+-t BROWSER\r
+</dt>\r
+<dt>\r
+--tool=BROWSER\r
</dt>\r
<dd>\r
<p>\r
</p>\r
</dd>\r
<dt>\r
--c CONF.VAR|--config=CONF.VAR\r
+-c CONF.VAR\r
+</dt>\r
+<dt>\r
+--config=CONF.VAR\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:24 UTC\r
+Last updated 08-Jun-2008 22:47:04 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
--b BROWSER|--browser=BROWSER::
+-b BROWSER::
+--browser=BROWSER::
Use the specified BROWSER. It must be in the list of supported
browsers.
--t BROWSER|--tool=BROWSER::
+-t BROWSER::
+--tool=BROWSER::
Same as above.
--c CONF.VAR|--config=CONF.VAR::
+-c CONF.VAR::
+--config=CONF.VAR::
CONF.VAR is looked up in the git config files. If it's set,
then its value specify the browser that should be used.
</p>\r
</dd>\r
<dt>\r
--p|--paginate\r
+-p\r
+</dt>\r
+<dt>\r
+--paginate\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:50 UTC\r
+Last updated 08-Jun-2008 22:47:05 UTC\r
</div>\r
</div>\r
</body>\r
environment variable. If no path is given 'git' will print
the current setting and then exit.
--p|--paginate::
+-p::
+--paginate::
Pipe all output into 'less' (or if set, $PAGER).
--no-pager::
frequently used options.</p>\r
<dl>\r
<dt>\r
--n <number>, --max-count=<number>\r
+-n <number>\r
+</dt>\r
+<dt>\r
+--max-count=<number>\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:25 UTC\r
+Last updated 08-Jun-2008 22:47:04 UTC\r
</div>\r
</div>\r
</body>\r
the linkgit:git-rev-list[1] command. This manual page describes only the most
frequently used options.
--n <number>, --max-count=<number>::
+-n <number>::
+--max-count=<number>::
Limits the number of commits to show.
Show a diffstat at the end of the merge. The diffstat is also
controlled by the configuration option merge.stat.
--n, \--no-stat::
+-n::
+--no-stat::
Do not show diffstat at the end of the merge.
---summary, \--no-summary::
+--summary::
+--no-summary::
Synonyms to --stat and --no-stat; these are deprecated and will be
removed in the future.
a fast-forward, only update the branch pointer. This is
the default behavior of git-merge.
--s <strategy>, \--strategy=<strategy>::
+-s <strategy>::
+--strategy=<strategy>::
Use the given merge strategy; can be supplied more than
once to specify them in the order they should be tried.
If there is no `-s` option, a built-in list of strategies
--
--n 'number', --max-count='number'::
+-n 'number'::
+--max-count='number'::
Limit the number of commits output.
Skip 'number' commits before starting to show the commit output.
---since='date', --after='date'::
+--since='date'::
+--after='date'::
Show commits more recent than a specific date.
---until='date', --before='date'::
+--until='date'::
+--before='date'::
Show commits older than a specific date.
ifdef::git-rev-list[]
---max-age='timestamp', --min-age='timestamp'::
+--max-age='timestamp'::
+--min-age='timestamp'::
Limit the commits output to specified time range.
endif::git-rev-list[]
---author='pattern', --committer='pattern'::
+--author='pattern'::
+--committer='pattern'::
Limit the commits output to ones with author/committer
header lines that match the specified pattern (regular expression).
Limit the commits output to ones with log message that
matches the specified pattern (regular expression).
--i, --regexp-ignore-case::
+-i::
+--regexp-ignore-case::
Match the regexp limiting patterns without regard to letters case.
--E, --extended-regexp::
+-E::
+--extended-regexp::
Consider the limiting patterns to be extended regular expressions
instead of the default basic regular expressions.
--F, --fixed-strings::
+-F::
+--fixed-strings::
Consider the limiting patterns to be fixed strings (don't interpret
pattern as a regular expression).
from branch A). With this option, such pairs of commits are
excluded from the output.
--g, --walk-reflogs::
+-g::
+--walk-reflogs::
Instead of walking the commit ancestry chain, walk
reflog entries from the most recent one to older ones.
Output uninteresting commits at the boundary, which are usually
not shown.
---dense, --sparse::
+--dense::
+--sparse::
When optional paths are given, the default behaviour ('--dense') is to
only output commits that changes at least one of them, and also ignore