<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-commit.txt, branch v2.4.9</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.9</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.9'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-06-16T21:33:49Z</updated>
<entry>
<title>Merge branch 'mc/commit-doc-grammofix' into maint</title>
<updated>2015-06-16T21:33:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=afd647c55f19b34c1c605f099720dcec49c4e24a'/>
<id>urn:sha1:afd647c55f19b34c1c605f099720dcec49c4e24a</id>
<content type='text'>
Doc grammar fix.

* mc/commit-doc-grammofix:
  Documentation/git-commit: grammofix
</content>
</entry>
<entry>
<title>Documentation/git-commit: grammofix</title>
<updated>2015-05-20T04:20:58Z</updated>
<author>
<name>Michael Coleman</name>
<email>michael.karl.coleman@gmail.com</email>
</author>
<published>2015-05-20T02:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f'/>
<id>urn:sha1:5c2a581dc9c7ce61c0dfbbdc56fc951aa0b8288f</id>
<content type='text'>
Signed-off-by: Michael Coleman &lt;michael.karl.coleman@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: clarify how "git commit" cleans up the edited log message</title>
<updated>2015-04-27T18:32:55Z</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>iveqy@iveqy.com</email>
</author>
<published>2015-04-25T05:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9a35c14d64c3f76f99dd2853077e27cde2a30db7'/>
<id>urn:sha1:9a35c14d64c3f76f99dd2853077e27cde2a30db7</id>
<content type='text'>
The `-v` shows a unified diff in the editor to edit the commit
message to help the user to describe the change.  The diff is
stripped and will not become a part of the commit message.

Add a note about this with the `-v` description and slightly modify
the description for the default `--cleanup` mode.

Signed-off-by: Fredrik Gustafsson &lt;iveqy@iveqy.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nd/config-doc-camelCase'</title>
<updated>2015-03-23T18:28:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:28:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aa65b8602584fa91558b528527ff9008c1cceb69'/>
<id>urn:sha1:aa65b8602584fa91558b528527ff9008c1cceb69</id>
<content type='text'>
Documentation updates.

* nd/config-doc-camelCase:
  *config.txt: stick to camelCase naming convention
</content>
</entry>
<entry>
<title>*config.txt: stick to camelCase naming convention</title>
<updated>2015-03-14T05:13:46Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2015-03-11T20:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=da0005b8853137c91e44867d899910d5c7eb4425'/>
<id>urn:sha1:da0005b8853137c91e44867d899910d5c7eb4425</id>
<content type='text'>
This should improve readability. Compare "thislongname" and
"thisLongName". The following keys are left in unchanged. We can
decide what to do with them later.

 - am.keepcr
 - core.autocrlf .safecrlf .trustctime
 - diff.dirstat .noprefix
 - gitcvs.usecrlfattr
 - gui.blamehistoryctx .trustmtime
 - pull.twohead
 - receive.autogc
 - sendemail.signedoffbycc .smtpsslcertpath .suppresscc

Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>commit/status: show the index-worktree diff with -v -v</title>
<updated>2015-03-06T18:51:48Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2015-03-06T09:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=40555000935147f56896e75b919b25f1f2d23aca'/>
<id>urn:sha1:40555000935147f56896e75b919b25f1f2d23aca</id>
<content type='text'>
git commit and git status in long format show the diff between HEAD
and the index when given -v. This allows previewing a commit to be made.

They also list tracked files with unstaged changes, but without a diff.

Introduce '-v -v' which shows the diff between the index and the
worktree in addition to the HEAD index diff. This allows a review of unstaged
changes which might be missing from the commit.

In the case of '-v -v', additonal header lines

Changes to be committed:

and

Changes not staged for commit:

are inserted before the diffs, which are equal to those in the status
part; the latter preceded by 50*"-" to make it stick out more.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-commit-only'</title>
<updated>2014-11-18T18:19:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-11-18T18:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0cfd333d0bf89c0562f46a76b4ffea2a537cb01f'/>
<id>urn:sha1:0cfd333d0bf89c0562f46a76b4ffea2a537cb01f</id>
<content type='text'>
* jc/doc-commit-only:
  Documentation/git-commit: clarify that --only/--include records the working tree contents
</content>
</entry>
<entry>
<title>Documentation/git-commit: clarify that --only/--include records the working tree contents</title>
<updated>2014-11-07T19:57:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-11-07T19:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d956a20a69bc5aca954994ba0a33338ec5b1cc99'/>
<id>urn:sha1:d956a20a69bc5aca954994ba0a33338ec5b1cc99</id>
<content type='text'>
With the original phrasing, it is possible to misunderstand as if
the contents in the index for only the specified paths are made into
the new commit.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/rev-parse-argh-dashed-multi-words'</title>
<updated>2014-04-08T18:59:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-08T18:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b5a52fa6c694c891a259233b29eb0ef4a47db57b'/>
<id>urn:sha1:b5a52fa6c694c891a259233b29eb0ef4a47db57b</id>
<content type='text'>
Make sure that the help text given to describe the "&lt;param&gt;" part
of the "git cmd --option=&lt;param&gt;" does not contain SP or _,
e.g. "--gpg-sign=&lt;key-id&gt;" option for "git commit" is not spelled
as "--gpg-sign=&lt;key id&gt;".

* jc/rev-parse-argh-dashed-multi-words:
  parse-options: make sure argh string does not have SP or _
  update-index: teach --cacheinfo a new syntax "mode,sha1,path"
  parse-options: multi-word argh should use dash to separate words
</content>
</entry>
<entry>
<title>Merge branch 'nd/commit-editor-cleanup'</title>
<updated>2014-03-25T18:07:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-03-25T18:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=46c0f913a49218a8a94d30c5a2df792a16aab827'/>
<id>urn:sha1:46c0f913a49218a8a94d30c5a2df792a16aab827</id>
<content type='text'>
"git commit --cleanup=&lt;mode&gt;" learned a new mode, scissors.

* nd/commit-editor-cleanup:
  commit: add --cleanup=scissors
  wt-status.c: move cut-line print code out to wt_status_add_cut_line
  wt-status.c: make cut_line[] const to shrink .data section a bit
</content>
</entry>
</feed>
