<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/technical, branch v2.33.6</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.33.6</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.33.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2021-08-05T15:57:39Z</updated>
<entry>
<title>directory-rename-detection.txt: small updates due to merge-ort optimizations</title>
<updated>2021-08-05T15:57:39Z</updated>
<author>
<name>Elijah Newren</name>
<email>newren@gmail.com</email>
</author>
<published>2021-08-04T23:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b378df72ed147d346503341db06771c52cd2dbb8'/>
<id>urn:sha1:b378df72ed147d346503341db06771c52cd2dbb8</id>
<content type='text'>
In commit 0c4fd732f0 ("Move computation of dir_rename_count from
merge-ort to diffcore-rename", 2021-02-27), much of the logic for
computing directory renames moved into diffcore-rename.
directory-rename-detection.txt had claims that all of that logic was
found in merge-recursive.  Update the documentation.

Acked-by: Derrick Stolee &lt;dstolee@microsoft.com&gt;
Acked-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Elijah Newren &lt;newren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ar/typofix'</title>
<updated>2021-07-08T20:14:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-07-08T20:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a515f26eac9f581bf5acc389ac881a6a56bc6ef8'/>
<id>urn:sha1:a515f26eac9f581bf5acc389ac881a6a56bc6ef8</id>
<content type='text'>
Typofixes.

* ar/typofix:
  *: fix typos which duplicate a word
</content>
</entry>
<entry>
<title>Merge branch 'js/trace2-discard-event-docfix'</title>
<updated>2021-07-08T20:14:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-07-08T20:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5'/>
<id>urn:sha1:9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5</id>
<content type='text'>
Docfix.

* js/trace2-discard-event-docfix:
  docs: fix api-trace2 doc for "too_many_files" event
</content>
</entry>
<entry>
<title>Merge branch 'tk/partial-clone-repack-doc'</title>
<updated>2021-07-08T20:14:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-07-08T20:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=40098093c6386db465174ef93b997b7e7ad3f18a'/>
<id>urn:sha1:40098093c6386db465174ef93b997b7e7ad3f18a</id>
<content type='text'>
Docfix.

* tk/partial-clone-repack-doc:
  Remove warning that repack only works on non-promisor packfiles
</content>
</entry>
<entry>
<title>Merge branch 'en/ort-perf-batch-11'</title>
<updated>2021-06-14T04:33:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-06-14T04:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=169914ede2aa205c5500c7be0501889a8962dc24'/>
<id>urn:sha1:169914ede2aa205c5500c7be0501889a8962dc24</id>
<content type='text'>
Optimize out repeated rename detection in a sequence of mergy
operations.

* en/ort-perf-batch-11:
  merge-ort, diffcore-rename: employ cached renames when possible
  merge-ort: handle interactions of caching and rename/rename(1to1) cases
  merge-ort: add helper functions for using cached renames
  merge-ort: preserve cached renames for the appropriate side
  merge-ort: avoid accidental API mis-use
  merge-ort: add code to check for whether cached renames can be reused
  merge-ort: populate caches of rename detection results
  merge-ort: add data structures for in-memory caching of rename detection
  t6429: testcases for remembering renames
  fast-rebase: write conflict state to working tree, index, and HEAD
  fast-rebase: change assert() to BUG()
  Documentation/technical: describe remembering renames optimization
  t6423: rename file within directory that other side renamed
</content>
</entry>
<entry>
<title>*: fix typos which duplicate a word</title>
<updated>2021-06-14T01:16:06Z</updated>
<author>
<name>Andrei Rybak</name>
<email>rybak.a.v@gmail.com</email>
</author>
<published>2021-06-11T11:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=abcb66c614c574cfa1afccb230bf22cbde4d5557'/>
<id>urn:sha1:abcb66c614c574cfa1afccb230bf22cbde4d5557</id>
<content type='text'>
Fix typos in documentation, code comments, and RelNotes which repeat
various words.  In trivial cases, just delete the duplicated word and
rewrap text, if needed.  Reword the affected sentence in
Documentation/RelNotes/1.8.4.txt for it to make sense.

Signed-off-by: Andrei Rybak &lt;rybak.a.v@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tl/fix-packfile-uri-doc'</title>
<updated>2021-06-10T03:04:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-06-10T03:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3'/>
<id>urn:sha1:8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3</id>
<content type='text'>
Doc fix.

* tl/fix-packfile-uri-doc:
  packfile-uri.txt: fix blobPackfileUri description
</content>
</entry>
<entry>
<title>docs: fix api-trace2 doc for "too_many_files" event</title>
<updated>2021-06-04T03:11:16Z</updated>
<author>
<name>Josh Steadmon</name>
<email>steadmon@google.com</email>
</author>
<published>2021-06-04T02:41:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7ba68e0cf1df53e56ec96cb20d02d971db45a4b7'/>
<id>urn:sha1:7ba68e0cf1df53e56ec96cb20d02d971db45a4b7</id>
<content type='text'>
In 87db61a (trace2: write discard message to sentinel files,
2019-10-04), we added a new "too_many_files" event for when trace2
logging would create too many files in an output directory.
Unfortunately, the api-trace2 doc described a "discard" event instead.
Fix the doc to use the correct event name.

Signed-off-by: Josh Steadmon &lt;steadmon@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Remove warning that repack only works on non-promisor packfiles</title>
<updated>2021-06-04T00:45:47Z</updated>
<author>
<name>Tao Klerks</name>
<email>tao@klerks.biz</email>
</author>
<published>2021-06-02T11:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ace6d8e3d66b3559addd2988d5c0eb97d255db95'/>
<id>urn:sha1:ace6d8e3d66b3559addd2988d5c0eb97d255db95</id>
<content type='text'>
The git-repack doc clearly states that it *does* operate on promisor
packfiles (in a separate partition), with "-a" specified. Presumably
the statements here are outdated, as they feature from the first doc
in 2017 (and the repack support was added in 2018)

Signed-off-by: Tao Klerks &lt;tao@klerks.biz&gt;
Reviewed-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Acked-by: Jonathan Tan &lt;jonathantanmy@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>packfile-uri.txt: fix blobPackfileUri description</title>
<updated>2021-05-25T00:31:06Z</updated>
<author>
<name>Teng Long</name>
<email>dyroneteng@gmail.com</email>
</author>
<published>2021-05-13T07:15:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3127ff90ea359c5be0d61c2885b3f0f74d602faf'/>
<id>urn:sha1:3127ff90ea359c5be0d61c2885b3f0f74d602faf</id>
<content type='text'>
Fix the 'uploadpack.blobPackfileUri' description in packfile-uri.txt
and the correct format also can be seen in t5702.

Signed-off-by: Teng Long &lt;dyroneteng@gmail.com&gt;
Reviewed-by: Jonathan Tan &lt;jonathantanmy@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
