<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.1.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.1.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2014-09-30T05:15:00Z</updated>
<entry>
<title>Git 2.1.2</title>
<updated>2014-09-30T05:15:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-30T05:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=80b616d04b8f5a15b5d5587d67baf6e2e28c9f87'/>
<id>urn:sha1:80b616d04b8f5a15b5d5587d67baf6e2e28c9f87</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/send-pack-many-refspecs' into maint</title>
<updated>2014-09-30T05:08:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-30T05:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=060517093ecfdf39e89edc79678ce1ba9ff52ec5'/>
<id>urn:sha1:060517093ecfdf39e89edc79678ce1ba9ff52ec5</id>
<content type='text'>
"git push" over HTTP transport had an artificial limit on number of
refs that can be pushed imposed by the command line length.

* jk/send-pack-many-refspecs:
  send-pack: take refspecs over stdin
</content>
</entry>
<entry>
<title>Merge branch 'so/rebase-doc' into maint</title>
<updated>2014-09-30T05:08:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-30T05:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e7867e80f00bf54634a2e15abd762ac615c5b791'/>
<id>urn:sha1:e7867e80f00bf54634a2e15abd762ac615c5b791</id>
<content type='text'>
* so/rebase-doc:
  Documentation/git-rebase.txt: &lt;upstream&gt; must be given to specify &lt;branch&gt;
  Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op
</content>
</entry>
<entry>
<title>Git 2.1.1</title>
<updated>2014-09-19T21:21:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-19T21:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=349cb5096397d9d1da33f2d046fa7e192e6214e7'/>
<id>urn:sha1:349cb5096397d9d1da33f2d046fa7e192e6214e7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sp/pack-protocol-doc-on-shallow' into maint</title>
<updated>2014-09-19T21:05:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-19T21:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f7153344cf2b4fac1ca900ed485de9282a66d6e9'/>
<id>urn:sha1:f7153344cf2b4fac1ca900ed485de9282a66d6e9</id>
<content type='text'>
* sp/pack-protocol-doc-on-shallow:
  Document LF appearing in shallow command during send-pack/receive-pack
</content>
</entry>
<entry>
<title>Merge branch 'jk/command-line-config-empty-string' into maint</title>
<updated>2014-09-19T21:05:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-09-19T21:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=04cd47f553796263451c946061e175d847f388c3'/>
<id>urn:sha1:04cd47f553796263451c946061e175d847f388c3</id>
<content type='text'>
* jk/command-line-config-empty-string:
  config: teach "git -c" to recognize an empty string

Conflicts:
	config.c
</content>
</entry>
<entry>
<title>Documentation/git-rebase.txt: &lt;upstream&gt; must be given to specify &lt;branch&gt;</title>
<updated>2014-09-16T18:27:12Z</updated>
<author>
<name>Sergey Organov</name>
<email>sorganov@gmail.com</email>
</author>
<published>2014-08-29T13:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=95c68267ff84c02a97d0f2c18b4b4fbfee7a7fca'/>
<id>urn:sha1:95c68267ff84c02a97d0f2c18b4b4fbfee7a7fca</id>
<content type='text'>
Current syntax description makes one wonder if there is any
syntactic way to distinguish between &lt;branch&gt; and &lt;upstream&gt; so that
one can specify &lt;branch&gt; but not &lt;upstream&gt;, but that is not the
case.

Make it explicit that these arguments are positional, i.e. the
earlier ones cannot be omitted if you want to give later ones.

Signed-off-by: Sergey Organov &lt;sorganov@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Document LF appearing in shallow command during send-pack/receive-pack</title>
<updated>2014-08-28T22:13:55Z</updated>
<author>
<name>Shawn Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2014-08-27T20:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2'/>
<id>urn:sha1:5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2</id>
<content type='text'>
The implementation sends an LF, but the protocol documentation was
missing this detail.

Signed-off-by: Shawn Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>send-pack: take refspecs over stdin</title>
<updated>2014-08-26T19:58:02Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2014-08-21T12:21:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=26be19ba8d8d2e7e3e288b395e7156d5b7af5140'/>
<id>urn:sha1:26be19ba8d8d2e7e3e288b395e7156d5b7af5140</id>
<content type='text'>
Pushing a large number of refs works over most transports,
because we implement send-pack as an internal function.
However, it can sometimes fail when pushing over http,
because we have to spawn "git send-pack --stateless-rpc" to
do the heavy lifting, and we pass each refspec on the
command line. This can cause us to overflow the OS limits on
the size of the command line for a large push.

We can solve this by giving send-pack a --stdin option and
using it from remote-curl.  We already dealt with this on
the fetch-pack side in 078b895 (fetch-pack: new --stdin
option to read refs from stdin, 2012-04-02). The stdin
option (and in particular, its use of packet-lines for
stateless-rpc input) is modeled after that solution.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.1</title>
<updated>2014-08-15T22:09:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-08-15T22:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6c4ab27f2378ce67940b4496365043119d7ffff2'/>
<id>urn:sha1:6c4ab27f2378ce67940b4496365043119d7ffff2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
