Change the repository.PullNotes command to remove a redundant call to "ls-remote"
Open
clean up
- Dominant language
- Go
- Stars
- 5.3k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
As noted by @linquize [here](https://github.com/google/git-appraise/commit/d9f03ea9eaa7a36b7d3116a7a48cc88e8dbb164c#commitcomment-15085557), the call to "ls-remote" in the PullNotes method is redundant; it follows a fetch of the remote refs, so they can just be listed locally instead of calling out to the remote repo again.
Contributor guide
Assessment
This issue has not been assessed yet.