You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/14 08:01:30 UTC

[GitHub] [incubator-devlake] mindlesscloud opened a new pull request, #2187: fix: gitextractor does not collect remote branch

mindlesscloud opened a new pull request, #2187:
URL: https://github.com/apache/incubator-devlake/pull/2187

   # Summary
   
   fix #2186 [Bug] [gitextractor] gitextractor does not collect remote branches.
   
   The method `func (v *Reference) IsBranch() bool` would return `true` only if the branch is a local one. To fix it, we brought in another method `func (v *Reference) IsRemote() bool`, as the name indicated, it tells us whether the branch is remote
   
   ### Does this close any open issues?
   close #2186 
   
   ### Screenshots
   ![image](https://user-images.githubusercontent.com/8455907/173523450-298aee56-5693-4a42-a654-95b3ea2ab97c.png)
   ### Other Information
   Any other information that is important to this PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 merged pull request #2187: fix: gitextractor does not collect remote branch

Posted by GitBox <gi...@apache.org>.
warren830 merged PR #2187:
URL: https://github.com/apache/incubator-devlake/pull/2187


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org