From 207dd4c938830e84c9101d30edb7fe626e04bbe1 Mon Sep 17 00:00:00 2001 From: Robin Müller Date: Fri, 13 May 2022 13:46:13 +0200 Subject: Fetch: add support for shallow This adds support for shallow cloning. The CloneCommand and the FetchCommand now have the new methods setDepth, setShallowSince and addShallowExclude to tell the server that the client doesn't want to download the complete history. Bug: 475615 Change-Id: Ic80fb6efb5474543ae59be590ebe385bec21cc0d --- org.eclipse.jgit/.settings/.api_filters | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'org.eclipse.jgit/.settings') diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 6eb8bd3732..8aa84f3ac1 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -13,7 +13,13 @@ - + + + + + + + @@ -60,14 +66,6 @@ - - - - - - - - -- cgit v1.2.3