<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/git.git/Documentation, branch ms/commit-cc-option-helpstring</title>
<subtitle>github.com: git/git.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/'/>
<entry>
<title>commit -c/-C/--amend: reset timestamp and authorship to committer with --reset-author</title>
<updated>2009-11-05T00:59:15+00:00</updated>
<author>
<name>Erick Mattos</name>
<email>erick.mattos@gmail.com</email>
</author>
<published>2009-11-04T03:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=c51f6ceed6a9a436f16f8b4f17eab1a3d17cffed'/>
<id>c51f6ceed6a9a436f16f8b4f17eab1a3d17cffed</id>
<content type='text'>
When we use -c, -C, or --amend, we are trying one of two things: using the
source as a template or modifying a commit with corrections.

When these options are used, the authorship and timestamp recorded in the
newly created commit are always taken from the original commit.  This is
inconvenient when we just want to borrow the commit log message or when
our change to the code is so significant that we should take over the
authorship (with the blame for bugs we introduce, of course).

The new --reset-author option is meant to solve this need by regenerating
the timestamp and setting the committer as the new author.

Signed-off-by: Erick Mattos &lt;erick.mattos@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we use -c, -C, or --amend, we are trying one of two things: using the
source as a template or modifying a commit with corrections.

When these options are used, the authorship and timestamp recorded in the
newly created commit are always taken from the original commit.  This is
inconvenient when we just want to borrow the commit log message or when
our change to the code is so significant that we should take over the
authorship (with the blame for bugs we introduce, of course).

The new --reset-author option is meant to solve this need by regenerating
the timestamp and setting the committer as the new author.

Signed-off-by: Erick Mattos &lt;erick.mattos@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup tr/stash-format merge</title>
<updated>2009-10-31T03:18:31+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=5f809ff50921bee44bbf88c49056e7d145c0c35f'/>
<id>5f809ff50921bee44bbf88c49056e7d145c0c35f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'js/diff-verbose-submodule'</title>
<updated>2009-10-31T03:16:26+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=d39d667169fda640065d48b70288c3342bd3195d'/>
<id>d39d667169fda640065d48b70288c3342bd3195d</id>
<content type='text'>
* js/diff-verbose-submodule:
  add tests for git diff --submodule
  Add the --submodule option to the diff option family
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* js/diff-verbose-submodule:
  add tests for git diff --submodule
  Add the --submodule option to the diff option family
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jn/show-normalized-refs'</title>
<updated>2009-10-31T03:07:33+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=68d00fd83421a0494c66512e4c66829f4863693d'/>
<id>68d00fd83421a0494c66512e4c66829f4863693d</id>
<content type='text'>
* jn/show-normalized-refs:
  check-ref-format: simplify --print implementation
  git check-ref-format --print
  Add tests for git check-ref-format

Conflicts:
	Documentation/git-check-ref-format.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* jn/show-normalized-refs:
  check-ref-format: simplify --print implementation
  git check-ref-format --print
  Add tests for git check-ref-format

Conflicts:
	Documentation/git-check-ref-format.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ak/bisect-reset-to-switch'</title>
<updated>2009-10-31T03:07:00+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=4b3c1800613fcebdb3c6d7e99bfd8e670ec67248'/>
<id>4b3c1800613fcebdb3c6d7e99bfd8e670ec67248</id>
<content type='text'>
* ak/bisect-reset-to-switch:
  bisect reset: Allow resetting to any commit, not just a branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ak/bisect-reset-to-switch:
  bisect reset: Allow resetting to any commit, not just a branch
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tr/maint-roff-quote'</title>
<updated>2009-10-31T03:05:54+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=92246f6bcf41f1287009e73fc501c36ae9fdeeb4'/>
<id>92246f6bcf41f1287009e73fc501c36ae9fdeeb4</id>
<content type='text'>
* tr/maint-roff-quote:
  Quote ' as \(aq in manpages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tr/maint-roff-quote:
  Quote ' as \(aq in manpages
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ja/fetch-doc'</title>
<updated>2009-10-31T03:05:47+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=b7eb912b0d3352d43a11c79fab97cd7f92f0646e'/>
<id>b7eb912b0d3352d43a11c79fab97cd7f92f0646e</id>
<content type='text'>
* ja/fetch-doc:
  Documentation/merge-options.txt: order options in alphabetical groups
  Documentation/git-pull.txt: Add subtitles above included option files
  Documentation/fetch-options.txt: order options alphabetically
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ja/fetch-doc:
  Documentation/merge-options.txt: order options in alphabetical groups
  Documentation/git-pull.txt: Add subtitles above included option files
  Documentation/fetch-options.txt: order options alphabetically
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cb/doc-fetch-pull-merge'</title>
<updated>2009-10-31T03:05:38+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=0f06f3ff76bea09a2344adacca5bfc0d637b2086'/>
<id>0f06f3ff76bea09a2344adacca5bfc0d637b2086</id>
<content type='text'>
* cb/doc-fetch-pull-merge:
  modernize fetch/merge/pull examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cb/doc-fetch-pull-merge:
  modernize fetch/merge/pull examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2009-10-31T00:19:07+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T00:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=e7e55483439b2e1f483e3753109a433f2fba1a26'/>
<id>e7e55483439b2e1f483e3753109a433f2fba1a26</id>
<content type='text'>
* maint:
  clone: detect extra arguments
  clone: fix help on options
  push: fix typo in usage
  More precise description of 'git describe --abbrev'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  clone: detect extra arguments
  clone: fix help on options
  push: fix typo in usage
  More precise description of 'git describe --abbrev'
</pre>
</div>
</content>
</entry>
<entry>
<title>More precise description of 'git describe --abbrev'</title>
<updated>2009-10-30T21:46:17+00:00</updated>
<author>
<name>Gisle Aas</name>
<email>gisle@aas.no</email>
</author>
<published>2009-10-29T21:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=492cf3f72f9d8a0308cc42a9ffc00ef782c88a20'/>
<id>492cf3f72f9d8a0308cc42a9ffc00ef782c88a20</id>
<content type='text'>
Also adds a note about why the output in the examples might give
different output today.

Signed-off-by: Gisle Aas &lt;gisle@aas.no&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds a note about why the output in the examples might give
different output today.

Signed-off-by: Gisle Aas &lt;gisle@aas.no&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
