From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
All descriptions of the '--' option were the same except for that in
Documentation/git-merge-index.txt.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-merge-index.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
54160acf1b953d34c161b27aa2b320bbf61ac86e
@@ -20,7 +20,7 @@ files are passed as arguments 5, 6 and 7 OPTIONS ------- --::- Interpret all following arguments as filenames.+ Do not interpret any more arguments as options. -a:: Run merge against all files in the index that need merging.
@@ -70,6 +70,10 @@ base-name:: that are packed and not in the local object store (i.e. borrowed from an alternate).+--non-empty::+ Only create a packed archive if it would contain at+ least one object.+ Author ------ Written by Linus Torvalds <torvalds@osdl.org>
@@ -24,7 +24,7 @@ OPTIONS With this option, `git-cherry-pick` will let you edit the commit message prior committing.--r::+-r|--replay:: Usually the command appends which commit was cherry-picked after the original commit message when making a commit. This option, '--replay', causes it to
@@ -32,7 +32,7 @@ OPTIONS when you are reordering the patches in your private tree before publishing.--n::+-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
@@ -35,6 +35,12 @@ OPTIONS Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads, and $GIT_DIR/refs/tags, respectively.+--topo-order::+ By default, the branches and their commits are shown in+ reverse chronological order. This option makes them+ appear in topological order (i.e., descendant commits+ are shown before their parents).+ --more=<n>:: Usually the command stops output upon showing the commit that is the common ancestor of all the branches. This
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
-h and -t are aliases for --heads and --tags to git-ls-remote.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-ls-remote.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
763853d9c9f2b9c0f5c76138f081d13640a24666
@@ -17,7 +17,7 @@ Displays the references other repository OPTIONS ----------heads --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
@@ -60,7 +60,7 @@ the old cvs2git tool. + If you need to pass multiple options, separate them with a comma.--P:: <cvsps-output-file>+-P <cvsps-output-file>:: Instead of calling cvsps, read the provided cvsps output file. Useful for debugging or when cvsps is being handled outside cvsimport.
@@ -14,6 +14,12 @@ DESCRIPTION ----------- Downloads a remote git repository via HTTP.+OPTIONS+-------+commit-id::+ Either the hash or the filename under [URL]/refs/ to+ pull.+ -c:: Get the commit objects. -t::
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
* Added the -e option to the documentation of git-cherry-pick.
* Added the -e and --no-commit option to git-revert.
* Removed redundant case expression for -n as --no-edit (already taken by
--no-commit).
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-cherry-pick.txt | 2 +-
Documentation/git-revert.txt | 4 ++--
git-revert.sh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
d4736aca7d9e34a56c0c32130af057bc2b9f0dfa
@@ -20,7 +20,7 @@ OPTIONS <commit>:: Commit to cherry-pick.---edit::+-e|--edit:: With this option, `git-cherry-pick` will let you edit the commit message prior committing.
@@ -20,7 +20,7 @@ OPTIONS <commit>:: Commit to revert.---edit::+-e|--edit:: With this option, `git-revert` will let you edit the commit message prior committing the revert. This is the default if you run the command from a terminal.
@@ -29,7 +29,7 @@ OPTIONS With this option, `git-revert` will not start the commit message editor.--n::+-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
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
This adds documentation for the -l and -n options to git-repack.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-repack.txt | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
74b49b4c4f2e04066f36011215106627f3405338
@@ -39,6 +39,13 @@ OPTIONS After packing, if the newly created packs make some existing packs redundant, remove the redundant packs.+-l::+ Pass the `--local` option to `git pack-objects`, see+ gitlink:git-pack-objects[1].++-n::+ Do not update the server information with+ `git update-server-info`. Author ------
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
The documentation for git-prune was lacking descriptions of the head
arguments and the -- option.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-prune.txt | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
b4491eee9b9e371f4c9ea65c93be998a4f37498c
@@ -26,7 +26,15 @@ OPTIONS -n:: Do not remove anything; just report what it would remove.+--::+ Do not interpret any more arguments as options.+<head>...::+ The heads to look for unreachable objects in. This is+ relative to $GIT_DIR (e.g., "HEAD", "refs/heads/master").+ When unspecified, all heads are updated to match the+ remote repository.+ Author ------
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
The -- option has been added to the documentation of git-verify-pack.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-verify-pack.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
ab7a137fa6d4629578c0d2b580189d58d556fa13
@@ -25,6 +25,8 @@ OPTIONS -v:: After verifying the pack, show list of objects contained in the pack.+--::+ Do not interpret any more arguments as options. OUTPUT FORMAT -------------
@@ -10,26 +10,6 @@ SYNOPSIS -------- 'git-tag' [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]-OPTIONS----------a::- Make an unsigned, annotated tag object---s::- Make a GPG-signed tag, using the default e-mail address's key---u <key-id>::- Make a GPG-signed tag, using the given key---f::- Replace an existing tag with the given name (instead of failing)---d::- Delete an existing tag with the given name---m <msg>::- Use the given tag message (instead of prompting)- DESCRIPTION ----------- Adds a 'tag' reference in .git/refs/tags/
@@ -52,6 +32,26 @@ GnuPG key for signing. `-d <tag>` deletes the tag.+OPTIONS+-------+-a::+ Make an unsigned, annotated tag object++-s::+ Make a GPG-signed tag, using the default e-mail address's key++-u <key-id>::+ Make a GPG-signed tag, using the given key++-f::+ Replace an existing tag with the given name (instead of failing)++-d::+ Delete an existing tag with the given name++-m <msg>::+ Use the given tag message (instead of prompting)+ Author ------
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
The git-am script actually transform --utf8 and --keep to -u and -k when
sent to git-mailinfo.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-am.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
c11386158dd597184fbc14df5f728bddd23b3d17
@@ -28,7 +28,7 @@ OPTIONS area to store extracted patches. --utf8, --keep::- Pass `--utf8` and `--keep` flags to `git-mailinfo` (see+ Pass `-u` and `-k` flags to `git-mailinfo` (see gitlink:git-mailinfo[1]). --binary::
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
The documentation was lacking descriptions for the --signoff and --check
options to git-format-patch. It was also missing the following long
option-names: --output-directory (-o), --numbered (-n), --keep-subject
(-k), --author (-a), --date (-d), and --mbox (-m).
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-format-patch.txt | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
be287ad64c289c1e3ff43e0784392bda3bbe3557
@@ -32,23 +32,34 @@ processing with applymbox. OPTIONS ---------o <dir>::+-o|--output-directory <dir>:: Use <dir> to store the resulting files, instead of the current working directory.--n::+-n|--numbered:: Name output in '[PATCH n/m]' format.--k::+-k|--keep-subject:: Do not strip/add '[PATCH]' from the first line of the commit log message.---author, --date::+-a|--author, -d|--date:: Output From: and Date: headers for commits made by yourself as well. Usually these are output only for commits made by people other than yourself.---mbox::+-s|--signoff::+ Add `Signed-off-by:` line to the commit message, using+ the committer identity of yourself.++-c|--check::+ Display suspicious lines in the patch. The definition+ of 'suspicious lines' is currently the lines that has+ trailing whitespaces, and the lines whose indentation+ has a SP character immediately followed by a TAB+ character.++-m|--mbox:: Format the output files for closer to mbox format by adding a phony Unix "From " line, so they can be concatenated together and fed to `git-applymbox`.
From: Nikolai Weibull <hidden> Date: 2016-06-15 22:42:14
Added the following long options to documentation:
* --all
* --signoff
* --verify
* --no-verify
* --edit
Also added documentation for the -- option for terminating option parsing.
Signed-off-by: Nikolai Weibull <redacted>
---
Documentation/git-commit.txt | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
f0cc0137f124e36fd31acb8d0d543bdc84923586
@@ -22,7 +22,7 @@ information. OPTIONS ---------a::+-a|--all:: Update all paths in the index file. -c or -C <commit>::
@@ -39,23 +39,29 @@ OPTIONS -m <msg>:: Use the given <msg> as the commit message.--s::+-s|--signoff:: Add Signed-off-by line at the end of the commit message.--v::+-v|--verify:: Look for suspicious lines the commit introduces, and abort committing if there is one. The definition of 'suspicious lines' is currently the lines that has trailing whitespaces, and the lines whose indentation has a SP character immediately followed by a TAB- character.+ character. This is the default.--e::+-n|--no-verify::+ The opposite of `--verify`.++-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.+--::+ Do not interpret any more arguments as options.+ <file>...:: Update specified paths in the index file before committing.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:14
Nikolai Weibull [off-list ref] writes:
The documentation for git-prune was lacking descriptions of the head
arguments and the -- option.
+<head>...::
+ The heads to look for unreachable objects in. This is
+ relative to $GIT_DIR (e.g., "HEAD", "refs/heads/master").
+ When unspecified, all heads are updated to match the
+ remote repository.
? updated to match???
All others look very good. Thanks for taking time to do this;
very much appreciated.