<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.3.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.5</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-31T21:57:10Z</updated>
<entry>
<title>Git 2.3.5</title>
<updated>2015-03-31T21:57:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-31T21:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=52735a689270bb1de94eb3de198594b36caed9bb'/>
<id>urn:sha1:52735a689270bb1de94eb3de198594b36caed9bb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ss/pull-rebase-preserve' into maint</title>
<updated>2015-03-31T21:54:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-31T21:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ad00aebfe93b3fc79c5ed54569f1603b8030783a'/>
<id>urn:sha1:ad00aebfe93b3fc79c5ed54569f1603b8030783a</id>
<content type='text'>
* ss/pull-rebase-preserve:
  docs: clarify what git-rebase's "-p" / "--preserve-merges" does
  docs: clarify "preserve" option wording for git-pull
</content>
</entry>
<entry>
<title>Merge branch 'ph/push-doc-cas' into maint</title>
<updated>2015-03-31T21:52:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-31T21:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a78fc4af8246e06de4fc10f685a84778cf33aa12'/>
<id>urn:sha1:a78fc4af8246e06de4fc10f685a84778cf33aa12</id>
<content type='text'>
* ph/push-doc-cas:
  git-push.txt: clean up force-with-lease wording
</content>
</entry>
<entry>
<title>docs: clarify what git-rebase's "-p" / "--preserve-merges" does</title>
<updated>2015-03-30T20:44:29Z</updated>
<author>
<name>Sebastian Schuberth</name>
<email>sschuberth@gmail.com</email>
</author>
<published>2015-03-30T09:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d50d31e8808261eccfa6bde826e5e63368e29573'/>
<id>urn:sha1:d50d31e8808261eccfa6bde826e5e63368e29573</id>
<content type='text'>
Ignoring a merge can be read as ignoring the changes a merge commit
introduces altogether, as if the entire side branch the merge commit
merged was removed from the history.  But that is not what happens
if "-p" is not specified.  What happens is that the individual
commits a merge commit introduces are replayed in order, and only
any possible merge conflict resolutions or manual amendments to the
merge commit are ignored.

Get this straight in the docs.

Also, do not say that merge commits are *tried* to be recreated. As that is
true almost everywhere it is better left unsaid.

Signed-off-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 2.3.5</title>
<updated>2015-03-28T16:36:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:36:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2c97724d5ea59677b18b7a1cc50a250b6ff459e5'/>
<id>urn:sha1:2c97724d5ea59677b18b7a1cc50a250b6ff459e5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nd/doc-git-index-version' into maint</title>
<updated>2015-03-28T16:33:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2217579cde1d3a96446f8435f6fb4a89925d599a'/>
<id>urn:sha1:2217579cde1d3a96446f8435f6fb4a89925d599a</id>
<content type='text'>
Doc clean-up.

* nd/doc-git-index-version:
  git.txt: list index versions in plain English
</content>
</entry>
<entry>
<title>Merge branch 'jc/submitting-patches-mention-send-email' into maint</title>
<updated>2015-03-28T16:33:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a5d31548544a709b18926220867fe1c1995fa9c3'/>
<id>urn:sha1:a5d31548544a709b18926220867fe1c1995fa9c3</id>
<content type='text'>
Recommend format-patch and send-email for those who want to submit
patches to this project.

* jc/submitting-patches-mention-send-email:
  SubmittingPatches: encourage users to use format-patch and send-email
</content>
</entry>
<entry>
<title>Merge branch 'jk/prune-with-corrupt-refs' into maint</title>
<updated>2015-03-28T16:33:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9f389aa4920f147a6314719741b47074b2e4b727'/>
<id>urn:sha1:9f389aa4920f147a6314719741b47074b2e4b727</id>
<content type='text'>
"git prune" used to largely ignore broken refs when deciding which
objects are still being used, which could spread an existing small
damage and make it a larger one.

* jk/prune-with-corrupt-refs:
  refs.c: drop curate_packed_refs
  repack: turn on "ref paranoia" when doing a destructive repack
  prune: turn on ref_paranoia flag
  refs: introduce a "ref paranoia" flag
  t5312: test object deletion code paths in a corrupted repository
</content>
</entry>
<entry>
<title>2.3.2 release notes: typofix</title>
<updated>2015-03-28T16:29:29Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2015-03-26T20:29:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b37996e251872891f71b833c425acd05cf263547'/>
<id>urn:sha1:b37996e251872891f71b833c425acd05cf263547</id>
<content type='text'>
Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: clarify "preserve" option wording for git-pull</title>
<updated>2015-03-26T20:19:26Z</updated>
<author>
<name>Sebastian Schuberth</name>
<email>sschuberth@gmail.com</email>
</author>
<published>2015-03-26T20:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=129260cbd42f2a9fb40055ac6ed32c7b75a5ec05'/>
<id>urn:sha1:129260cbd42f2a9fb40055ac6ed32c7b75a5ec05</id>
<content type='text'>
The "also" sounds as if "preserve" does a rebase as an additional
step that "true" would not do, but that is not the case.  Clarify
this by omitting "also", and rewording the sentence a bit.

Signed-off-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
