From d9d782110a25eeed271169a2f35ef6ee294452c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 26 Sep 2015 15:17:45 +0200 Subject: git-r3.eclass: Improve the comments a bit --- eclass/git-r3.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 79aa844054f..2a609670516 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -585,7 +585,7 @@ git-r3_fetch() { # regular branch fetch_l=${remote_ref} else - # tag or commit... + # tag or commit id... # let ls-remote figure it out local tagref=$(git ls-remote "${r}" "refs/tags/${remote_ref}") @@ -594,8 +594,8 @@ git-r3_fetch() { # tag fetch_l=refs/tags/${remote_ref} else - # commit - # so we need to fetch the branch + # commit id + # so we need to fetch the whole branch if [[ ${branch} ]]; then fetch_l=${branch} else @@ -697,7 +697,7 @@ git-r3_fetch() { [[ ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI" # submodules can reference commits in any branch - # always use the 'clone' mode to accomodate that, bug #503332 + # always use the 'mirror' mode to accomodate that, bug #503332 local EGIT_CLONE_TYPE=mirror # recursively fetch submodules -- cgit v1.2.1