Browse Source

Merge branch 'stable-4.7' into stable-4.8

* stable-4.7:
  ObjectChecker#getGitsubmodules: Fix malformed javadoc

Change-Id: I51ddd8fa1c2fbcabfb010bc4662d2c925563b55a
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-4.8
David Pursehouse 6 years ago
parent
commit
f6eb785551
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java

4
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java

@ -1209,11 +1209,11 @@ public class ObjectChecker {
}
/**
* Get the list of".gitmodules" files found in the pack. For each, report
* Get the list of ".gitmodules" files found in the pack. For each, report
* its blob id (e.g. to validate its contents) and the tree where it was
* found (e.g. to check if it is in the root)
*
* @return List of pairs of ids <tree, blob>
* @return List of pairs of ids {@literal <tree, blob>}.
*
* @since 4.7.5
*/

Loading…
Cancel
Save