diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 38943 -> 38933 bytes | |||
-rw-r--r-- | eclass/git-r3.eclass | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex beb8d74f2eff..a077d3f6777a 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index a08845364296..de89fdc3a223 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -682,6 +682,8 @@ git-r3_fetch() { # and HEAD in case we need the default branch # (we keep it in refs/git-r3 since otherwise --prune interferes) "+HEAD:refs/git-r3/HEAD" + # fetch the specifc commit_ref to deal with orphan commits + "${remote_ref}" ) else # single or shallow local fetch_l fetch_r |