<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/technical/commit-graph.txt, branch v2.45.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.45.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.45.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2023-10-09T19:06:24Z</updated>
<entry>
<title>documentation: fix typos</title>
<updated>2023-10-09T19:06:24Z</updated>
<author>
<name>Elijah Newren</name>
<email>newren@gmail.com</email>
</author>
<published>2023-10-08T06:45:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=384f7d17d2f0d0ca689d8dda16f752c75a8ac634'/>
<id>urn:sha1:384f7d17d2f0d0ca689d8dda16f752c75a8ac634</id>
<content type='text'>
Diff best viewed with --color-diff.

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>doc: use 'object database' not ODB or abbreviation</title>
<updated>2022-10-30T23:58:46Z</updated>
<author>
<name>Philip Oakley</name>
<email>philipoakley@iee.email</email>
</author>
<published>2022-10-29T16:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fa8e8d5b31f2accfe956e9fd0f67ccb90586ed65'/>
<id>urn:sha1:fa8e8d5b31f2accfe956e9fd0f67ccb90586ed65</id>
<content type='text'>
The abbreviation 'ODB' is used in the technical documentation
sections for commit-graph and parallel-checkout, along with an
'odb' option in `git-pack-redundant`, without expansion.

Use 'object database' in full, in those entries. The text has not
been reflowed to keep the changes minimal.

While in the glossary for `object` terms, add the common`oid`
abbreviation to its entry.

Signed-off-by: Philip Oakley &lt;philipoakley@iee.email&gt;
Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
</content>
</entry>
<entry>
<title>doc: use "commit-graph" hyphenation consistently</title>
<updated>2022-10-30T23:58:40Z</updated>
<author>
<name>Philip Oakley</name>
<email>philipoakley@iee.email</email>
</author>
<published>2022-10-29T16:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=776ba91a5e3349479139e9a51a135d4bc838b613'/>
<id>urn:sha1:776ba91a5e3349479139e9a51a135d4bc838b613</id>
<content type='text'>
Note, historical release notes have not been updated.

Signed-off-by: Philip Oakley &lt;philipoakley@iee.email&gt;
Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
</content>
</entry>
<entry>
<title>Documentation: clean up various typos in technical docs</title>
<updated>2022-09-21T17:28:36Z</updated>
<author>
<name>Jacob Stopak</name>
<email>jacob@initialcommit.io</email>
</author>
<published>2022-09-20T02:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bbb0c357b81d86dfd0b843cabe6c8fe29ced9ebd'/>
<id>urn:sha1:bbb0c357b81d86dfd0b843cabe6c8fe29ced9ebd</id>
<content type='text'>
Used GNU "aspell check &lt;filename&gt;" to review various technical
documentation files with the default aspell dictionary. Ignored
false-positives between american and british english.

Signed-off-by: Jacob Stopak &lt;jacob@initialcommit.io&gt;
Reviewed-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: add corrected commit date info</title>
<updated>2021-01-19T00:21:18Z</updated>
<author>
<name>Abhishek Kumar</name>
<email>abhishekkumar8222@gmail.com</email>
</author>
<published>2021-01-16T18:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5a3b130cad0d5c770f766e3af6d32b41766374c0'/>
<id>urn:sha1:5a3b130cad0d5c770f766e3af6d32b41766374c0</id>
<content type='text'>
With generation data chunk and corrected commit dates implemented, let's
update the technical documentation for commit-graph.

Signed-off-by: Abhishek Kumar &lt;abhishekkumar8222@gmail.com&gt;
Reviewed-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Reviewed-by: Derrick Stolee &lt;dstolee@microsoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: commit-graph: fix some whitespace in the diagram</title>
<updated>2020-08-13T18:06:04Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2020-08-13T14:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6dfefe70a9482f44be729a54735d025c241a1821'/>
<id>urn:sha1:6dfefe70a9482f44be729a54735d025c241a1821</id>
<content type='text'>
In the merge diagram, some whitespace is missing which
makes it a bit confusing, fix that.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/lore-is-the-archive'</title>
<updated>2019-12-06T23:09:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-12-06T23:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3'/>
<id>urn:sha1:3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3</id>
<content type='text'>
Doc update for the mailing list archiving and nntp service.

* jk/lore-is-the-archive:
  doc: replace public-inbox links with lore.kernel.org
  doc: recommend lore.kernel.org over public-inbox.org
</content>
</entry>
<entry>
<title>doc: replace public-inbox links with lore.kernel.org</title>
<updated>2019-11-30T17:12:26Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2019-11-27T12:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3eae30e4649dd3174fdce7a92115c972763baa5b'/>
<id>urn:sha1:3eae30e4649dd3174fdce7a92115c972763baa5b</id>
<content type='text'>
Since we're now recommending lore.kernel.org (and because the
public-inbox.org domain might eventually go away), let's update our
internal references to use it, too. That future-proofs our references,
and sets the example we want people to follow.

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>Documentation: fix a bunch of typos, both old and new</title>
<updated>2019-11-07T04:42:00Z</updated>
<author>
<name>Elijah Newren</name>
<email>newren@gmail.com</email>
</author>
<published>2019-11-05T17:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=031fd4b93b8182761948aa348565118955f48307'/>
<id>urn:sha1:031fd4b93b8182761948aa348565118955f48307</id>
<content type='text'>
Reported-by: Jens Schleusener &lt;Jens.Schleusener@fossies.org&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>commit-graph: create options for split files</title>
<updated>2019-06-20T03:46:26Z</updated>
<author>
<name>Derrick Stolee</name>
<email>dstolee@microsoft.com</email>
</author>
<published>2019-06-18T18:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c2bc6e6ab0ade70c475a73d06326e677e70840d2'/>
<id>urn:sha1:c2bc6e6ab0ade70c475a73d06326e677e70840d2</id>
<content type='text'>
The split commit-graph feature is now fully implemented, but needs
some more run-time configurability. Allow direct callers to 'git
commit-graph write --split' to specify the values used in the
merge strategy and the expire time.

Update the documentation to specify these values.

Signed-off-by: Derrick Stolee &lt;dstolee@microsoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
