<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-reset.txt, branch v2.21.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.21.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.21.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2019-01-23T19:37:29Z</updated>
<entry>
<title>doc: tidy asciidoc style</title>
<updated>2019-01-23T19:37:29Z</updated>
<author>
<name>Jean-Noël Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2019-01-22T20:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba170517be039a04b1914ebe9b492d4139c707df'/>
<id>urn:sha1:ba170517be039a04b1914ebe9b492d4139c707df</id>
<content type='text'>
This mainly refers to enforcing indentation on additional lines of
items of lists.

Signed-off-by: Jean-Noël Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ma/reset-doc-rendering-fix'</title>
<updated>2018-12-01T12:41:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-12-01T12:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1efd0e8437d663fdb422a3b5aacf3adf76a7cdc5'/>
<id>urn:sha1:1efd0e8437d663fdb422a3b5aacf3adf76a7cdc5</id>
<content type='text'>
Doc updates.

* ma/reset-doc-rendering-fix:
  git-reset.txt: render literal examples as monospace
  git-reset.txt: render tables correctly under Asciidoctor
</content>
</entry>
<entry>
<title>git-reset.txt: render literal examples as monospace</title>
<updated>2018-11-29T06:44:18Z</updated>
<author>
<name>Martin Ågren</name>
<email>martin.agren@gmail.com</email>
</author>
<published>2018-11-28T19:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3006f5ee16edffe629b89b5abc062d40d13555c8'/>
<id>urn:sha1:3006f5ee16edffe629b89b5abc062d40d13555c8</id>
<content type='text'>
Large parts of this document do not use `backticks` around literal
examples such as branch names (`topic/wip`), git usages, `HEAD` and
`&lt;commit-ish&gt;` so they render as ordinary text. Fix that.

Signed-off-by: Martin Ågren &lt;martin.agren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-reset.txt: render tables correctly under Asciidoctor</title>
<updated>2018-11-29T06:44:15Z</updated>
<author>
<name>Martin Ågren</name>
<email>martin.agren@gmail.com</email>
</author>
<published>2018-11-28T19:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4724f3177ab586e47ddc83926d59dbbdc4ab2f41'/>
<id>urn:sha1:4724f3177ab586e47ddc83926d59dbbdc4ab2f41</id>
<content type='text'>
Asciidoctor removes the indentation of each line in these tables, so the
last lines of each table have a completely broken alignment.

Similar to 379805051d ("Documentation: render revisions correctly under
Asciidoctor", 2018-05-06), use an explicit literal block to indicate
that we want to keep the leading whitespace in the tables.

Because this gives us some extra indentation, we can remove the one that
we have been carrying explicitly. That is, drop the first six spaces of
indentation on each line. With Asciidoc (8.6.10), this results in
identical rendering before and after this commit, both for git-reset.1
and git-reset.html.

Reported-by: Paweł Samoraj &lt;samoraj.pawel@gmail.com&gt;
Signed-off-by: Martin Ågren &lt;martin.agren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>reset: add new reset.quiet config setting</title>
<updated>2018-10-24T02:57:07Z</updated>
<author>
<name>Ben Peart</name>
<email>benpeart@microsoft.com</email>
</author>
<published>2018-10-23T19:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4c3abd0551d8ff1c280de2bc53d6a7657b053d33'/>
<id>urn:sha1:4c3abd0551d8ff1c280de2bc53d6a7657b053d33</id>
<content type='text'>
Add a reset.quiet config setting that sets the default value of the --quiet
flag when running the reset command.  This enables users to change the
default behavior to take advantage of the performance advantages of
avoiding the scan for unstaged changes after reset.  Defaults to false.

Signed-off-by: Ben Peart &lt;benpeart@microsoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2017-06-27T17:35:49Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-06-25T10:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64127575149e35b409bc2f78962f86507346d604'/>
<id>urn:sha1:64127575149e35b409bc2f78962f86507346d604</id>
<content type='text'>
Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: git-reset: fix a trivial typo</title>
<updated>2017-06-15T20:42:58Z</updated>
<author>
<name>Štěpán Němec</name>
<email>stepnem@gmail.com</email>
</author>
<published>2017-06-14T09:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=680b469e83c23ea682786acb661ad3835f779fb8'/>
<id>urn:sha1:680b469e83c23ea682786acb661ad3835f779fb8</id>
<content type='text'>
Signed-off-by: Štěpán Němec &lt;stepnem@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>reset: add an example of how to split a commit into two</title>
<updated>2017-02-16T21:38:02Z</updated>
<author>
<name>Jacob Keller</name>
<email>jacob.keller@gmail.com</email>
</author>
<published>2017-02-16T00:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f94baa4d9395b7635768f5548d800132ff36958d'/>
<id>urn:sha1:f94baa4d9395b7635768f5548d800132ff36958d</id>
<content type='text'>
It is often useful to break a commit into multiple parts that are more
logical separations. This can be tricky to learn how to do without the
brute-force method if re-writing code or commit messages from scratch.

Add a section to the git-reset documentation which shows an example
process for how to use git add -p and git commit -c HEAD@{1} to
interactively break a commit apart and re-use the original commit
message as a starting point when making the new commit message.

Signed-off-by: Jacob Keller &lt;jacob.keller@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Revert "reset: add an example of how to split a commit into two"</title>
<updated>2017-02-16T21:35:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-02-16T21:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae86372fcd1204c9acda8ea7f91d2995bdb39ab1'/>
<id>urn:sha1:ae86372fcd1204c9acda8ea7f91d2995bdb39ab1</id>
<content type='text'>
This reverts commit 7326451bedaa67d29afe02184b166e28d9393c91; a
better rewrite will be queued separately.
</content>
</entry>
<entry>
<title>reset: add an example of how to split a commit into two</title>
<updated>2017-02-04T06:31:47Z</updated>
<author>
<name>Jacob Keller</name>
<email>jacob.keller@gmail.com</email>
</author>
<published>2017-02-03T20:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7326451bedaa67d29afe02184b166e28d9393c91'/>
<id>urn:sha1:7326451bedaa67d29afe02184b166e28d9393c91</id>
<content type='text'>
It is often useful to break a commit into multiple parts that are more
logical separations. This can be tricky to learn how to do without the
brute-force method if re-writing code or commit messages from scratch.

Add a section to the git-reset documentation which shows an example
process for how to use git add -p and git commit -c HEAD@{1} to
interactively break a commit apart and re-use the original commit
message as a starting point when making the new commit message.

Signed-off-by: Jacob Keller &lt;jacob.keller@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
