[WIP] Generate Copy/Open link based on the latest commit #510
+17
−1
shana
commented
Aug 19, 2016
Probably worth checking whether the branch is tracking a remote branch and whether the commit hashes match there, and then maybe checking if any commits are reachable on that tracking branch, as an optimization, before going on enumerating all the remotes branches and all the local commits. Very likely the branch has been pushed at least once so that might hit a large chunk of use cases.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes #343