From: Jonathan Tan Date: Fri, 21 Sep 2018 18:22:37 +0000 (-0700) Subject: connected: document connectivity in partial clones X-Git-Tag: v2.20.0-rc0~159^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4937291b45800372c2c34855a6a36d5d2a77af2c?hp=4937291b45800372c2c34855a6a36d5d2a77af2c connected: document connectivity in partial clones In acb0c57260 ("fetch: support filters", 2017-12-08), check_connected() was extended to allow objects to either be promised to be available (if the repository is a partial clone) or to be present; previously, this function required the latter. However, this change was not reflected in the documentation of that function. Update the documentation accordingly. Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano ---