]> source.dussan.org Git - jgit.git/commit
PackBitmapIndex: clarify naming of getObject inputs 08/1192808/11
authorSam Delmerico <delmerico@google.com>
Tue, 9 Apr 2024 23:56:38 +0000 (16:56 -0700)
committerSam Delmerico <delmerico@google.com>
Fri, 12 Apr 2024 15:26:19 +0000 (08:26 -0700)
commit735dc893638531c00355c81ec87459cb2f8661e9
treec9bd20532f84babe791e32529aeadeb9c31ca613
parent718d121bb38860e66f6e34a4045aa6d5d9490e8a
PackBitmapIndex: clarify naming of getObject inputs

The documentation for the getObject function seems to be a little
outdated. This commit clarifies that this function accepts an offset
based on the ordering of objects in the pack.

Change-Id: Icffaf4fb72155c415f5fd248e721cab87a1a083e
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndex.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexBuilder.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexWriterV1.java