<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-commit.txt, branch v2.45.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.45.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.45.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2024-03-13T17:43:32Z</updated>
<entry>
<title>status: allow --untracked=false and friends</title>
<updated>2024-03-13T17:43:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-03-13T17:32:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f66e1a071bd66e64160d9e73428d6cd7bdcff84e'/>
<id>urn:sha1:f66e1a071bd66e64160d9e73428d6cd7bdcff84e</id>
<content type='text'>
It is natural to expect that the "--untracked" option and the
status.showuntrackedFiles configuration variable to take a Boolean
value ("do you want me to show untracked files?"), but the current
code takes nothing but "no" as "no, please do not show any".

Allow the usual Boolean values to be given, and treat 'true' as
"normal", and 'false' as "no".

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: correct the 50 characters soft limit</title>
<updated>2023-09-28T17:49:23Z</updated>
<author>
<name>谢致邦 (XIE Zhibang)</name>
<email>Yeking@Red54.com</email>
</author>
<published>2023-09-28T09:59:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c2c349a15c0430a2ef9f858d69d095a00693379c'/>
<id>urn:sha1:c2c349a15c0430a2ef9f858d69d095a00693379c</id>
<content type='text'>
The soft limit of the first line of the commit message should be
"no more than 50 characters" or "50 characters or less", but not
"less than 50 character".

Signed-off-by: 谢致邦 (XIE Zhibang) &lt;Yeking@Red54.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: add CONFIGURATION sections that map to a built-in</title>
<updated>2022-09-07T16:46:06Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2022-09-07T08:27:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=16f6b0d1aa598d665ada827cf89bda2112853680'/>
<id>urn:sha1:16f6b0d1aa598d665ada827cf89bda2112853680</id>
<content type='text'>
Add a CONFIGURATION section to the documentation of various built-ins,
for those cases where the relevant config/NAME.txt describes
configuration that is only used by the relevant built-in documented in
git-NAME.txt. Subsequent commits will handle more complex cases.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Reviewed-by: Matheus Tavares &lt;matheus.bernardino@usp.br&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<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>
</feed>
