<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/technical, branch v2.4.7</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.7</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-06-25T18:02:14Z</updated>
<entry>
<title>Merge branch 'sb/pack-protocol-mention-smart-http' into maint</title>
<updated>2015-06-25T18:02:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-25T18:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=68538cf9545ff853518b29fcac8e6bbe00a97f56'/>
<id>urn:sha1:68538cf9545ff853518b29fcac8e6bbe00a97f56</id>
<content type='text'>
Doc updates.

* sb/pack-protocol-mention-smart-http:
  Documentation/technical/pack-protocol: mention http as possible protocol
</content>
</entry>
<entry>
<title>Merge branch 'ps/doc-packfile-vs-pack-file' into maint</title>
<updated>2015-06-05T19:00:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e41f8d98e37643909e22317f2ffdd940b953af55'/>
<id>urn:sha1:e41f8d98e37643909e22317f2ffdd940b953af55</id>
<content type='text'>
Doc consistency updates.

* ps/doc-packfile-vs-pack-file:
  doc: fix inconsistent spelling of "packfile"
  pack-protocol.txt: fix insconsistent spelling of "packfile"
  git-unpack-objects.txt: fix inconsistent spelling of "packfile"
  git-verify-pack.txt: fix inconsistent spelling of "packfile"
</content>
</entry>
<entry>
<title>Documentation/technical/pack-protocol: mention http as possible protocol</title>
<updated>2015-06-02T21:59:59Z</updated>
<author>
<name>Stefan Beller</name>
<email>sbeller@google.com</email>
</author>
<published>2015-06-02T00:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=055c7e9fc64cfb1afa8952ce795fcf76514379ca'/>
<id>urn:sha1:055c7e9fc64cfb1afa8952ce795fcf76514379ca</id>
<content type='text'>
Signed-off-by: Stefan Beller &lt;sbeller@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: fix inconsistent spelling of "packfile"</title>
<updated>2015-05-22T16:00:17Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-05-22T06:22:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bbf431c9ae291f670445ae6cbb15ae3a570c0d45'/>
<id>urn:sha1:bbf431c9ae291f670445ae6cbb15ae3a570c0d45</id>
<content type='text'>
Fix remaining instances where "pack-file" is used instead of
"packfile". Some places remain where we still use "pack-file",
This is the case when we explicitly refer to a file with a
".pack" extension as opposed to a data source providing a pack
data stream.

Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>pack-protocol.txt: fix insconsistent spelling of "packfile"</title>
<updated>2015-05-17T18:25:00Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-05-17T06:56:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3890dae97014c2d8da06e26c0e43f12284ac3bdc'/>
<id>urn:sha1:3890dae97014c2d8da06e26c0e43f12284ac3bdc</id>
<content type='text'>
Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jn/doc-api-errors'</title>
<updated>2015-03-28T16:26:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-28T16:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cf98c423b571e4afbd78fda3e65d03ed9bdd34fc'/>
<id>urn:sha1:cf98c423b571e4afbd78fda3e65d03ed9bdd34fc</id>
<content type='text'>
* jn/doc-api-errors:
  api-error-handling doc: typofix
</content>
</entry>
<entry>
<title>api-error-handling doc: typofix</title>
<updated>2015-03-28T16:24:55Z</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=39d5bef5c1ceb82845af50a513660f24c77e3ce0'/>
<id>urn:sha1:39d5bef5c1ceb82845af50a513660f24c77e3ce0</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>Merge branch 'jk/strbuf-doc-to-header'</title>
<updated>2015-02-25T23:40:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-25T23:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e2a318f796fa22f71051f48b712da3884cbc9374'/>
<id>urn:sha1:e2a318f796fa22f71051f48b712da3884cbc9374</id>
<content type='text'>
The strbuf API was explained between the API documentation and in
the header file.  Move missing bits to strbuf.h so that programmers
can check only one place for all necessary information.

* jk/strbuf-doc-to-header:
  strbuf.h: group documentation for trim functions
  strbuf.h: drop boilerplate descriptions of strbuf_split_*
  strbuf.h: reorganize api function grouping headers
  strbuf.h: format asciidoc code blocks as 4-space indent
  strbuf.h: drop asciidoc list formatting from API docs
  strbuf.h: unify documentation comments beginnings
  strbuf.h: integrate api-strbuf.txt documentation
</content>
</entry>
<entry>
<title>Merge branch 'jn/doc-api-errors'</title>
<updated>2015-02-25T23:40:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-25T23:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=32464d36bfeedb282321c0f20a84a2ce6878795c'/>
<id>urn:sha1:32464d36bfeedb282321c0f20a84a2ce6878795c</id>
<content type='text'>
The error handling functions and conventions are now documented in
the API manual.

* jn/doc-api-errors:
  doc: document error handling functions and conventions
</content>
</entry>
<entry>
<title>Merge branch 'sb/atomic-push'</title>
<updated>2015-02-11T21:43:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-02-11T21:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=39fa6112ec8492f9300765e1f71e7c8ecfafc713'/>
<id>urn:sha1:39fa6112ec8492f9300765e1f71e7c8ecfafc713</id>
<content type='text'>
"git push" has been taught a "--atomic" option that makes push to
update more than one ref an "all-or-none" affair.

* sb/atomic-push:
  Document receive.advertiseatomic
  t5543-atomic-push.sh: add basic tests for atomic pushes
  push.c: add an --atomic argument
  send-pack.c: add --atomic command line argument
  send-pack: rename ref_update_to_be_sent to check_to_send_update
  receive-pack.c: negotiate atomic push support
  receive-pack.c: add execute_commands_atomic function
  receive-pack.c: move transaction handling in a central place
  receive-pack.c: move iterating over all commands outside execute_commands
  receive-pack.c: die instead of error in case of possible future bug
  receive-pack.c: shorten the execute_commands loop over all commands
</content>
</entry>
</feed>
