We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0821204 commit a17c4aaCopy full SHA for a17c4aa
1 file changed
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
@@ -1107,6 +1107,7 @@ public long getPackSize() {
1107
* @return if the client is a shallow repository, the list of edge commits
1108
* that define the client's shallow boundary. Empty set if the
1109
* client is earlier than Git 1.9, or is a full clone.
1110
+ * @since 7.7
1111
*/
1112
protected Set<ObjectId> getClientShallowCommits() {
1113
return clientShallowCommits;
0 commit comments