<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/technical, branch v2.16.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.16.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.16.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2017-12-28T22:08:47Z</updated>
<entry>
<title>Merge branch 'jh/partial-clone-doc'</title>
<updated>2017-12-28T22:08:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f40e83d68537cd3e3eb9d94e2c7001fb3f54b67d'/>
<id>urn:sha1:f40e83d68537cd3e3eb9d94e2c7001fb3f54b67d</id>
<content type='text'>
* jh/partial-clone-doc:
  partial-clone: design doc
</content>
</entry>
<entry>
<title>partial-clone: design doc</title>
<updated>2017-12-14T21:10:57Z</updated>
<author>
<name>Jeff Hostetler</name>
<email>jeffhost@microsoft.com</email>
</author>
<published>2017-12-14T21:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=637fc4467e57872008171958eda0428818a7ee03'/>
<id>urn:sha1:637fc4467e57872008171958eda0428818a7ee03</id>
<content type='text'>
Design document for partial clone feature.

Signed-off-by: Jeff Hostetler &lt;jeffhost@microsoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>decorate: clean up and document API</title>
<updated>2017-12-08T17:16:27Z</updated>
<author>
<name>Jonathan Tan</name>
<email>jonathantanmy@google.com</email>
</author>
<published>2017-12-08T00:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ddd3e3124276133d0c7e902287ab4113f660f6d7'/>
<id>urn:sha1:ddd3e3124276133d0c7e902287ab4113f660f6d7</id>
<content type='text'>
Improve the names of the identifiers in decorate.h, document them, and
add an example of how to use these functions.

The example is compiled and run as part of the test suite.

Signed-off-by: Jonathan Tan &lt;jonathantanmy@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bw/protocol-v1'</title>
<updated>2017-12-06T17:23:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-06T17:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4c6dad0059b2b5d1ea996ccf67f93224955b07b4'/>
<id>urn:sha1:4c6dad0059b2b5d1ea996ccf67f93224955b07b4</id>
<content type='text'>
A new mechanism to upgrade the wire protocol in place is proposed
and demonstrated that it works with the older versions of Git
without harming them.

* bw/protocol-v1:
  Documentation: document Extra Parameters
  ssh: introduce a 'simple' ssh variant
  i5700: add interop test for protocol transition
  http: tell server that the client understands v1
  connect: tell server that the client understands v1
  connect: teach client to recognize v1 server response
  upload-pack, receive-pack: introduce protocol version 1
  daemon: recognize hidden request arguments
  protocol: introduce protocol extension mechanisms
  pkt-line: add packet_write function
  connect: in ref advertisement, shallows are last
</content>
</entry>
<entry>
<title>Merge branch 'bp/fsmonitor'</title>
<updated>2017-11-21T05:07:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-11-21T05:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e05336bddacb90cf243aacc0f7b7f34f900453d7'/>
<id>urn:sha1:e05336bddacb90cf243aacc0f7b7f34f900453d7</id>
<content type='text'>
We learned to talk to watchman to speed up "git status" and other
operations that need to see which paths have been modified.

* bp/fsmonitor:
  fsmonitor: preserve utf8 filenames in fsmonitor-watchman log
  fsmonitor: read entirety of watchman output
  fsmonitor: MINGW support for watchman integration
  fsmonitor: add a performance test
  fsmonitor: add a sample integration script for Watchman
  fsmonitor: add test cases for fsmonitor extension
  split-index: disable the fsmonitor extension when running the split index test
  fsmonitor: add a test tool to dump the index extension
  update-index: add fsmonitor support to update-index
  ls-files: Add support in ls-files to display the fsmonitor valid bit
  fsmonitor: add documentation for the fsmonitor extension.
  fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
  update-index: add a new --force-write-index option
  preload-index: add override to enable testing preload-index
  bswap: add 64 bit endianness helper get_be64
</content>
</entry>
<entry>
<title>status: document options to show matching ignored files</title>
<updated>2017-10-31T02:54:21Z</updated>
<author>
<name>Jameson Miller</name>
<email>jamill@microsoft.com</email>
</author>
<published>2017-10-30T17:21:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1b2bc3912a183c88ccd70050a359a2b6bbacca7d'/>
<id>urn:sha1:1b2bc3912a183c88ccd70050a359a2b6bbacca7d</id>
<content type='text'>
Signed-off-by: Jameson Miller &lt;jamill@microsoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: document Extra Parameters</title>
<updated>2017-10-17T01:51:30Z</updated>
<author>
<name>Jonathan Tan</name>
<email>jonathantanmy@google.com</email>
</author>
<published>2017-10-16T17:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6464679d9620d91b639e2681b9cc6473f3856d09'/>
<id>urn:sha1:6464679d9620d91b639e2681b9cc6473f3856d09</id>
<content type='text'>
Document the server support for Extra Parameters, additional information
that the client can send in its first message to the server during a
Git client-server interaction.

Signed-off-by: Jonathan Tan &lt;jonathantanmy@google.com&gt;
Signed-off-by: Brandon Williams &lt;bmwill@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'hn/string-list-doc'</title>
<updated>2017-10-11T05:52:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-11T05:52:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4af0500a51ccda64dc9b3d462dd15e1435077735'/>
<id>urn:sha1:4af0500a51ccda64dc9b3d462dd15e1435077735</id>
<content type='text'>
Docfix.

* hn/string-list-doc:
  api-argv-array.txt: remove broken link to string-list API
</content>
</entry>
<entry>
<title>Merge branch 'jr/hash-migration-plan-doc'</title>
<updated>2017-10-11T05:52:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-11T05:52:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=95649bc6f5de96a862bc23bde4764dee81532a41'/>
<id>urn:sha1:95649bc6f5de96a862bc23bde4764dee81532a41</id>
<content type='text'>
Lay out plans for weaning us off of SHA-1.

* jr/hash-migration-plan-doc:
  technical doc: add a design doc for hash function transition
</content>
</entry>
<entry>
<title>api-argv-array.txt: remove broken link to string-list API</title>
<updated>2017-10-06T12:16:03Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2017-10-06T03:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=204f6d69873a7a9009579a69682bfcae313af666'/>
<id>urn:sha1:204f6d69873a7a9009579a69682bfcae313af666</id>
<content type='text'>
In 4f665f2cf3 (string-list.h: move documentation from Documentation/api/
into header, 2017-09-26) the string-list API documentation was moved to
string-list.h.  The argv-array API documentation may follow a similar
course in the future.  Until then, prevent the broken link from making
it to the end-user documentation.

Signed-off-by: Todd Zullinger &lt;tmz@pobox.com&gt;
Reviewed-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
