Phil Beauvoir

Results 793 comments of Phil Beauvoir

There's a new GitHub branch called "branching" here now. This has the basic UI of a branches table in the History view. Selecting a branch updates the history view. At...

@jbsarrodie Some good ideas there. Let's try some of these out. I'd like to take one task at a time and then proceed to the others. ### Display the branches...

> Should switch to another branch force a commit or reset? If not, Git stashing has to used. This complicates the state machine for published branches since ahead of remote...

> I have a Class for this. If I do some cleanup and merge it to the branching branch, I can send you a pull request. I'm working on one...

I've committed some more code. This provides the basic Branch view and selection in the History View. I've added a `BranchStatus` class with a bunch of static methods for branch...

Assuming we have a local branch then we will have a Ref for it. Changing the prefix of that branch name to refs/remotes/origin/* then we can query JGit if there...

The next step is to go through the code and change where we have assumed that the current branch is "master". There are several places that make this assumption. We...

> The next step is to go through the code and change where we have assumed that the current branch is "master". There are several places that make this assumption....

Latest commits have done: - Disable actions in History View if selected branch != current checked out branch - Show current checked out branch in Collaboration View, Dialogs, and Properties...

Thanks for reporting. Authentication is something we want to take a look at. For now it's only working with username and password.