-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed #509 #511
base: master
Are you sure you want to change the base?
Fixed #509 #511
Conversation
…t on click methods to fix bug and make code more efficient
…h branch labels are blue
…branches from command line. Clarified some comments.
Thanks, @MarthanielX -- lots of good work here. I've got some questions before merging. Most notably, something minor and wacky happened in the encoding of these files; it looks like Windows inserted CRLF line terminators on a bunch of files, making it appear as though every line in the file changed (which makes it hard to read the diffs). Take a look at these pages for advice: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration Can you clean that up, and then I'll take another look? Right now, when I click on any of the commits in the pull request, GitHub shows the entire file as having changed. |
… local ("nodes") icon. Improved functionality in CellLabel and its subclasses constructers and cleaned out the prints in CellLabel.
Local Branch and Remote-Tracking Branch labels above the index, the commit to focus in the graph, and which branch labels are blue are now updating correctly. In detached HEAD state, no branch labels are highlighted in blue and the buttons aren't clickable.