<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/git.git/Documentation, branch jm/relnotes-2.15-typofix</title>
<subtitle>github.com: git/git.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/'/>
<entry>
<title>fix typos in 2.15.0 release notes</title>
<updated>2017-11-06T02:34:26+00:00</updated>
<author>
<name>Jean Carlo Machado</name>
<email>contato@jeancarlomachado.com.br</email>
</author>
<published>2017-11-04T12:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=8684dde10d482550afa9a2fb5df07171185c2b88'/>
<id>8684dde10d482550afa9a2fb5df07171185c2b88</id>
<content type='text'>
Signed-off-by: Jean Carlo Machado &lt;contato@jeancarlomachado.com.br&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>
Signed-off-by: Jean Carlo Machado &lt;contato@jeancarlomachado.com.br&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Hopefully final batch before 2.15</title>
<updated>2017-10-28T01:20:30+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-28T01:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=2f899857a9f425cb59f8a15c2ea7a52100c51a23'/>
<id>2f899857a9f425cb59f8a15c2ea7a52100c51a23</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sg/rev-list-doc-reorder-fix'</title>
<updated>2017-10-28T01:18:42+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-28T01:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=d8f3074c48d95877a4e82a4683b20319f2cb2328'/>
<id>d8f3074c48d95877a4e82a4683b20319f2cb2328</id>
<content type='text'>
Doc flow fix.

* sg/rev-list-doc-reorder-fix:
  rev-list-options.txt: use correct directional reference
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc flow fix.

* sg/rev-list-doc-reorder-fix:
  rev-list-options.txt: use correct directional reference
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sb/rev-parse-show-superproject-root'</title>
<updated>2017-10-28T01:18:40+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-28T01:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=986ffdc83ea3f975aacf2c2f3b6c6ac569b13780'/>
<id>986ffdc83ea3f975aacf2c2f3b6c6ac569b13780</id>
<content type='text'>
Doc markup fix.

* sb/rev-parse-show-superproject-root:
  docs: fix formatting of rev-parse's --show-superproject-working-tree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc markup fix.

* sb/rev-parse-show-superproject-root:
  docs: fix formatting of rev-parse's --show-superproject-working-tree
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'np/config-path-doc'</title>
<updated>2017-10-28T01:18:39+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-28T01:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=2d8f12d28273487b620cbd796560bc284feeffda'/>
<id>2d8f12d28273487b620cbd796560bc284feeffda</id>
<content type='text'>
Doc update.

* np/config-path-doc:
  config doc: clarify "git config --path" example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc update.

* np/config-path-doc:
  config doc: clarify "git config --path" example
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix formatting of rev-parse's --show-superproject-working-tree</title>
<updated>2017-10-27T01:31:46+00:00</updated>
<author>
<name>Sebastian Schuberth</name>
<email>sschuberth@gmail.com</email>
</author>
<published>2017-10-26T11:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=e38c681fb7b9d9571cbcb441125759ffc4977ee2'/>
<id>e38c681fb7b9d9571cbcb441125759ffc4977ee2</id>
<content type='text'>
Signed-off-by: Sebastian Schuberth &lt;sschuberth@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>
Signed-off-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rev-list-options.txt: use correct directional reference</title>
<updated>2017-10-27T01:29:38+00:00</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder.dev@gmail.com</email>
</author>
<published>2017-10-26T15:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=4f851dc88357ce45f01d1539d7df33736731ecec'/>
<id>4f851dc88357ce45f01d1539d7df33736731ecec</id>
<content type='text'>
The descriptions of the options '--parents', '--children' and
'--graph' say "see 'History Simplification' below", although the
referred section is in fact above the description of these options.

Send readers in the right direction by saying "above" instead of
"below".

Signed-off-by: SZEDER Gábor &lt;szeder.dev@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>
The descriptions of the options '--parents', '--children' and
'--graph' say "see 'History Simplification' below", although the
referred section is in fact above the description of these options.

Send readers in the right direction by saying "above" instead of
"below".

Signed-off-by: SZEDER Gábor &lt;szeder.dev@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with 2.14.3</title>
<updated>2017-10-23T05:54:30+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-23T05:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=c52ca88430e6ec7c834af38720295070d8a1e330'/>
<id>c52ca88430e6ec7c834af38720295070d8a1e330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Git 2.14.3</title>
<updated>2017-10-23T05:44:17+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-23T05:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=fc849d8d6b90e5c1e0c37bc0d60dd92b2fe7347f'/>
<id>fc849d8d6b90e5c1e0c37bc0d60dd92b2fe7347f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc/fetch-refspec-doc-update' into maint</title>
<updated>2017-10-23T05:39:08+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-23T05:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=9fc7bc656858ef1b2d8f18856af59e23cda489d8'/>
<id>9fc7bc656858ef1b2d8f18856af59e23cda489d8</id>
<content type='text'>
"git fetch &lt;there&gt; &lt;src&gt;:&lt;dst&gt;" allows an object name on the &lt;src&gt;
side when the other side accepts such a request since Git v2.5, but
the documentation was left stale.

* jc/fetch-refspec-doc-update:
  fetch doc: src side of refspec could be full SHA-1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"git fetch &lt;there&gt; &lt;src&gt;:&lt;dst&gt;" allows an object name on the &lt;src&gt;
side when the other side accepts such a request since Git v2.5, but
the documentation was left stale.

* jc/fetch-refspec-doc-update:
  fetch doc: src side of refspec could be full SHA-1
</pre>
</div>
</content>
</entry>
</feed>
