<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-commit.txt, branch gitk-resize-error</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitk-resize-error</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitk-resize-error'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2021-10-29T18:22:56Z</updated>
<entry>
<title>Document positive variant of commit and merge option "--no-verify"</title>
<updated>2021-10-29T18:22:56Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2021-10-29T13:45:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fa21296b58e5b2c865a3974e5f03b65f4026c510'/>
<id>urn:sha1:fa21296b58e5b2c865a3974e5f03b65f4026c510</id>
<content type='text'>
This documents "--verify" option of the commands. It can be used to re-enable
the hooks disabled by an earlier "--no-verify" in command-line.

Signed-off-by: Alexander Riesen &lt;raa.lkml@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: fix typo in the --patch option of the commit command</title>
<updated>2021-06-28T20:08:25Z</updated>
<author>
<name>Beshr Kayali</name>
<email>me@beshr.com</email>
</author>
<published>2021-06-28T19:37:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9fffc385830a3abc54e76473e9332166942e116e'/>
<id>urn:sha1:9fffc385830a3abc54e76473e9332166942e116e</id>
<content type='text'>
Typofix (chose -&gt; choose) in the documentation of the patch option
under the commit command.

Signed-off-by: Beshr Kayali &lt;me@beshr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'zh/commit-trailer'</title>
<updated>2021-04-07T23:54:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-04-07T23:54:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=68e15e0c231bfa50e254fc87d054649161a7e301'/>
<id>urn:sha1:68e15e0c231bfa50e254fc87d054649161a7e301</id>
<content type='text'>
"git commit" learned "--trailer &lt;key&gt;[=&lt;value&gt;]" option; together
with the interpret-trailers command, this will make it easier to
support custom trailers.

* zh/commit-trailer:
  commit: add --trailer option
</content>
</entry>
<entry>
<title>commit: add --trailer option</title>
<updated>2021-03-23T17:31:38Z</updated>
<author>
<name>ZheNing Hu</name>
<email>adlternative@gmail.com</email>
</author>
<published>2021-03-23T13:55:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2daae3d1d1bf513f1e1c00f1e4df75e1cb500e0f'/>
<id>urn:sha1:2daae3d1d1bf513f1e1c00f1e4df75e1cb500e0f</id>
<content type='text'>
Historically, Git has supported the 'Signed-off-by' commit trailer
using the '--signoff' and the '-s' option from the command line.
But users may need to provide other trailer information from the
command line such as "Helped-by", "Reported-by", "Mentored-by",

Now implement a new `--trailer &lt;token&gt;[(=|:)&lt;value&gt;]` option to pass
other trailers to `interpret-trailers` and insert them into commit
messages.

Signed-off-by: ZheNing Hu &lt;adlternative@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc/git-commit: add documentation for fixup=[amend|reword] options</title>
<updated>2021-03-15T21:29:36Z</updated>
<author>
<name>Charvi Mendiratta</name>
<email>charvi077@gmail.com</email>
</author>
<published>2021-03-15T07:54:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=00ea64ed7a0ee5ef0901b1eeb5add6954925590f'/>
<id>urn:sha1:00ea64ed7a0ee5ef0901b1eeb5add6954925590f</id>
<content type='text'>
Mentored-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Mentored-by: Phillip Wood &lt;phillip.wood@dunelm.org.uk&gt;
Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Helped-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Charvi Mendiratta &lt;charvi077@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: preparatory clean-up of description on the sign-off option</title>
<updated>2020-10-20T18:57:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-20T01:03:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ae2e0ab6c544675256091a6bde5975407b0fab05'/>
<id>urn:sha1:ae2e0ab6c544675256091a6bde5975407b0fab05</id>
<content type='text'>
Almost identical text on the signed-off-by trailer appears in the
documentation for "git commit" and "git merge" and its friends.

Introduce a new signoff-option.txt file to be shared.  A couple of
things of note are:

 - The short-form "-s" is available only in "git commit", but not in
   commands that are friends of "git merge", as it is used as a
   short-hand for "--strategy".

 - The original lacks description on the negated "--no-signoff" form
   on "git commit" side, but it equally is applicable.  It however
   was unclear in the original text that not adding a Signed-off-by
   trailer is the default, so rephrase to explain it as a way to
   countermand a --signoff option that appeared earlier on the same
   command line.

This is in preparation to apply a further clarification on what
exactly the Signed-off-by trailer means.

Suggested-by: Philippe Blain &lt;levraiphilippeblain@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Reviewed-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Reviewed-by: Bradley M. Kuhn &lt;bkuhn@sfconservancy.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: reword commit --no-gpg-sign</title>
<updated>2020-04-03T18:37:22Z</updated>
<author>
<name>Đoàn Trần Công Danh</name>
<email>congdanhqx@gmail.com</email>
</author>
<published>2020-04-03T10:28:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9da37fe11e039eef68f2a67c7a0fa86165a5c653'/>
<id>urn:sha1:9da37fe11e039eef68f2a67c7a0fa86165a5c653</id>
<content type='text'>
Merge with --gpg-sign option, and clarify that --no-gpg-sign also
override earlier --gpg-sign.

Signed-off-by: Đoàn Trần Công Danh &lt;congdanhqx@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: provide guidance on user.name format</title>
<updated>2020-01-22T20:27:08Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2020-01-22T03:45:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=69e104d70e29060742c75ccdcb6653e23c65f3c3'/>
<id>urn:sha1:69e104d70e29060742c75ccdcb6653e23c65f3c3</id>
<content type='text'>
It's a frequent misconception that the user.name variable controls
authentication in some way, and as a result, beginning users frequently
attempt to change it when they're having authentication troubles.
Document that the convention is that this variable represents some form
of a human's personal name, although that is not required.  In addition,
address concerns about whether Unicode is supported.

Use the term "personal name" as this is likely to draw the intended
contrast, be applicable across cultures which may have different naming
conventions, and be easily understandable to people who do not speak
English as their first language.  Indicate that "some form" is
conventionally used, as people may use a nickname or preferred name
instead of a full legal name.

Point users who may be confused about authentication to an appropriate
configuration option instead.  Provide a shortened form of this
information in the configuration option description.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: expand on possible and recommended user config options</title>
<updated>2020-01-22T20:27:08Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2020-01-22T03:45:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=813f6025a5094bc27df879eb0152441c4157c47e'/>
<id>urn:sha1:813f6025a5094bc27df879eb0152441c4157c47e</id>
<content type='text'>
In the section on setting author and committer information, we omit the
author.* and committer.* variables, so mention them for completeness.
In addition, guide users to the typical case: simply setting user.name
and user.email, which are recommended if one does not need complex
configuration.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: move author and committer information to git-commit(1)</title>
<updated>2020-01-22T20:27:08Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2020-01-22T03:45:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bc94e5862aed854c77d4f96da9447161ce84a824'/>
<id>urn:sha1:bc94e5862aed854c77d4f96da9447161ce84a824</id>
<content type='text'>
While at one time it made perfect sense to store information about
configuring author and committer information in the documentation for
git commit-tree, in modern Git that operation is seldom used.  Most
users will use git commit and expect to find comprehensive documentation
about its use in the manual page for that command.

Considering that there is significant confusion about how one is to use
the user.name and user.email variables, let's put as much documentation
as possible into an obvious place where users will be more likely to
find it.

In addition, expand the environment variables section to describe their
use more fully.  Even though we now describe all of the options there
and in the configuration settings documentation, preserve the existing
text in git-commit.txt so that people can easily reason about the
ordering of the various options they can use.  Explain the use of the
author.* and committer.* options as well.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
