<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-commit.txt, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-06-07T22:46:01Z</updated>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-06-07T22:46:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-07T22:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4a2b34eb0ca6ce740478bc4f57226c30cc0d25a7'/>
<id>urn:sha1:4a2b34eb0ca6ce740478bc4f57226c30cc0d25a7</id>
<content type='text'>
* maint:
  commit.txt: clarify how --author argument is used
</content>
</entry>
<entry>
<title>commit.txt: clarify how --author argument is used</title>
<updated>2010-06-07T05:13:51Z</updated>
<author>
<name>Jay Soffian</name>
<email>jaysoffian@gmail.com</email>
</author>
<published>2010-06-06T23:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3334729cf29605389b51effc1f311656f3fd8086'/>
<id>urn:sha1:3334729cf29605389b51effc1f311656f3fd8086</id>
<content type='text'>
commit --author was added by 146ea06 (git commit --author=$name: look $name up
in existing commits), but its documentation was sorely lacking compared to its
excellent commit message. This commit tries to improve the documentation.

Signed-off-by: Jay Soffian &lt;jaysoffian@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Add option to git-commit to allow empty log messages</title>
<updated>2010-04-07T22:22:57Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2010-04-06T08:40:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c9b5fde7593ac88b1c475bea51d21ba1a1d57d65'/>
<id>urn:sha1:c9b5fde7593ac88b1c475bea51d21ba1a1d57d65</id>
<content type='text'>
Change git-commit(1) to accept the --allow-empty-message option
to allow a commit with an empty message.  This is analogous to the
existing --allow-empty option which allows a commit that records
no changes.  As these are mainly for interoperating with foreign SCM
systems, and are not meant for normal use, ensure that "git commit -h"
does not talk about them.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: Fix indentation problem in git-commit(1)</title>
<updated>2010-02-20T03:03:24Z</updated>
<author>
<name>Jacob Helwig</name>
<email>jacob.helwig@gmail.com</email>
</author>
<published>2010-02-15T12:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e9e921981d10554a325f4a1e67e920947e0e4800'/>
<id>urn:sha1:e9e921981d10554a325f4a1e67e920947e0e4800</id>
<content type='text'>
Ever since the "See linkgit:git-config[1]..." paragraph was added to the
description for --untracked-files (d6293d1), the paragraphs for the
following options were indented at the same level as the "See
linkgit:git-config[1]" paragraph.  This problem showed up in the
manpages, but not in the HTML documentation.

While this does fix the alignment of the options following
--untracked-files in the manpage, the "See linkgit..." portion of the
description does not retain its previous indentation level in the
manpages, or HTML documentation.

Signed-off-by: Jacob Helwig &lt;jacob.helwig@gmail.com&gt;
Acked-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge remote branch 'remotes/trast-doc/for-next'</title>
<updated>2010-01-21T04:28:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-21T04:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=add0951ab0bee43b5f634d1be68a7a80f627c18f'/>
<id>urn:sha1:add0951ab0bee43b5f634d1be68a7a80f627c18f</id>
<content type='text'>
* remotes/trast-doc/for-next:
  Documentation: spell 'git cmd' without dash throughout
  Documentation: format full commands in typewriter font
  Documentation: warn prominently against merging with dirty trees
  Documentation/git-merge: reword references to "remote" and "pull"

Conflicts:
	Documentation/config.txt
	Documentation/git-config.txt
	Documentation/git-merge.txt
</content>
</entry>
<entry>
<title>Merge branch 'jh/commit-status'</title>
<updated>2010-01-18T00:00:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-18T00:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f8eb50f60b5c8efda3529fcf89517080c686ce0b'/>
<id>urn:sha1:f8eb50f60b5c8efda3529fcf89517080c686ce0b</id>
<content type='text'>
* jh/commit-status:
  t7502: test commit.status, --status and --no-status
  commit: support commit.status, --status, and --no-status

Conflicts:
	Documentation/git-commit.txt
	builtin-commit.c
</content>
</entry>
<entry>
<title>commit: support commit.status, --status, and --no-status</title>
<updated>2010-01-13T08:01:53Z</updated>
<author>
<name>James P. Howard, II</name>
<email>jh@jameshoward.us</email>
</author>
<published>2009-12-07T22:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bed575e4002cfa1dfa7d87b9db38e69c6f600e2e'/>
<id>urn:sha1:bed575e4002cfa1dfa7d87b9db38e69c6f600e2e</id>
<content type='text'>
A new configuration variable commit.status, and new command line
options --status, and --no-status control whether or not the git
status information is included in the commit message template
when using an editor to prepare the commit message.  It does not
affect the effects of a user's commit.template settings.

Signed-off-by: James P. Howard, II &lt;jh@jameshoward.us&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: spell 'git cmd' without dash throughout</title>
<updated>2010-01-10T12:01:28Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-01-09T23:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63'/>
<id>urn:sha1:0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63</id>
<content type='text'>
The documentation was quite inconsistent when spelling 'git cmd' if it
only refers to the program, not to some specific invocation syntax:
both 'git-cmd' and 'git cmd' spellings exist.

The current trend goes towards dashless forms, and there is precedent
in 647ac70 (git-svn.txt: stop using dash-form of commands.,
2009-07-07) to actively eliminate the dashed variants.

Replace 'git-cmd' with 'git cmd' throughout, except where git-shell,
git-cvsserver, git-upload-pack, git-receive-pack, and
git-upload-archive are concerned, because those really live in the
$PATH.
</content>
</entry>
<entry>
<title>Merge branch 'mv/commit-date'</title>
<updated>2010-01-07T23:35:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-07T23:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=762c710b3673009f3ee7b2f4f9321b68d52fca72'/>
<id>urn:sha1:762c710b3673009f3ee7b2f4f9321b68d52fca72</id>
<content type='text'>
* mv/commit-date:
  Document date formats accepted by parse_date()
  builtin-commit: add --date option
</content>
</entry>
<entry>
<title>Merge branch 'jk/1.7.0-status'</title>
<updated>2009-12-28T07:01:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-12-28T07:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c2ff10c98e22ae64d553273e6d67bb123a1c916f'/>
<id>urn:sha1:c2ff10c98e22ae64d553273e6d67bb123a1c916f</id>
<content type='text'>
* jk/1.7.0-status:
  status/commit: do not suggest "reset HEAD &lt;path&gt;" while merging
  commit/status: "git add &lt;path&gt;" is not necessarily how to resolve
  commit/status: check $GIT_DIR/MERGE_HEAD only once
  t7508-status: test all modes with color
  t7508-status: status --porcelain ignores relative paths setting
  status: reduce duplicated setup code
  status: disable color for porcelain format
  status -s: obey color.status
  builtin-commit: refactor short-status code into wt-status.c
  t7508-status.sh: Add tests for status -s
  status -s: respect the status.relativePaths option
  docs: note that status configuration affects only long format
  commit: support alternate status formats
  status: add --porcelain output format
  status: refactor format option parsing
  status: refactor short-mode printing to its own function
  status: typo fix in usage
  git status: not "commit --dry-run" anymore
  git stat -s: short status output
  git stat: the beginning of "status that is not a dry-run of commit"

Conflicts:
	t/t4034-diff-words.sh
	wt-status.c
</content>
</entry>
</feed>
