<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.3.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v2.3.5</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v2.3.5'/>
<link rel='alternate' type='text/html' href='https://www.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://www.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://www.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 'jc/report-path-error-to-dir' into maint</title>
<updated>2015-03-31T21:53:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-31T21:53:08Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ab0fb57aac6c5b6f074c07c7e2729bcff58cc45d'/>
<id>urn:sha1:ab0fb57aac6c5b6f074c07c7e2729bcff58cc45d</id>
<content type='text'>
Code clean-up.

* jc/report-path-error-to-dir:
  report_path_error(): move to dir.c
</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://www.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://www.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://www.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 'sg/completion-gitcomp-nl-for-refs' into maint</title>
<updated>2015-03-28T16:33:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:33:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=4eea8e3fa0c41137d7126a0ff262eb7a85991b90'/>
<id>urn:sha1:4eea8e3fa0c41137d7126a0ff262eb7a85991b90</id>
<content type='text'>
Code clean-up.

* sg/completion-gitcomp-nl-for-refs:
  completion: use __gitcomp_nl() for completing refs
</content>
</entry>
<entry>
<title>Merge branch 'jk/simplify-csum-file-sha1fd-check' into maint</title>
<updated>2015-03-28T16:33:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:33:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a070d621ed8e84a06ca6b710560c691dbf475b4a'/>
<id>urn:sha1:a070d621ed8e84a06ca6b710560c691dbf475b4a</id>
<content type='text'>
Code simplification.

* jk/simplify-csum-file-sha1fd-check:
  sha1fd_check: die when we cannot open the file
</content>
</entry>
<entry>
<title>Merge branch 'tg/test-index-v4' into maint</title>
<updated>2015-03-28T16:33:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:33:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b265061937b2b0077a37b44a463fe60e1d55156c'/>
<id>urn:sha1:b265061937b2b0077a37b44a463fe60e1d55156c</id>
<content type='text'>
A test fix.

* tg/test-index-v4:
  t1700: make test pass with index-v4
</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://www.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>
</feed>
