Skip to content
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

When other branches get far ahead of your current one, your current branch is not displayed #420

Closed
hirden opened this issue Aug 5, 2014 · 9 comments · Fixed by #776
Closed

Comments

@hirden
Copy link

hirden commented Aug 5, 2014

When you are on a branch which then get passed in commits by another remote, your current "branch track" is not displayed.
ungit issue

@Ajedi32
Copy link
Contributor

Ajedi32 commented Aug 5, 2014

...scroll down? 😜

@hirden
Copy link
Author

hirden commented Aug 5, 2014

Well yes :P , it pops up when I scroll down, but the dotted line should, I assume, always be shown?

@hirden
Copy link
Author

hirden commented Aug 7, 2014

Also, should not your current branch be the focus of the view?

@hirden hirden closed this as completed Aug 7, 2014
@hirden hirden reopened this Aug 7, 2014
@Ajedi32
Copy link
Contributor

Ajedi32 commented Aug 7, 2014

I'd expect a view similar to what you get in the command line with git log --all --oneline --graph --decorate. Either way, the nonexistent "staging commit" should probably always be at the top of the screen.

@FredrikNoren
Copy link
Owner

Hm yeah that's a bit ugly, you're right it should always be shown.

@jamesjnadeau
Copy link
Contributor

This happens to me a lot, I"m ok with scrolling, but I'm going to try and look into seeing if we can detect this case, then make the interface load up what it needs to display properly.

@FredrikNoren
Copy link
Owner

@jamesjnadeau I've been toying with an idea of "collapsing" the commits, so that it would just show one ball with a number on it instead of all of them

@jamesjnadeau
Copy link
Contributor

I like that idea, but would require more work :)

@daedalus28
Copy link
Contributor

I know this is an old ticket, but I wanted to bring this up as I have a use case where scrolling isn't really viable. In my project I have some branches that are very far behind and when switching to them (using the fancy new branch picker dropdown 😄), I can't see the current commit to merge in the latest version of the main branch. These branches are few months behind and there are so many commits to scroll though that I really can't find it and have to jump to the command line to make it work.

The commit collapsing idea is cool, but even a "jump to" or just "load n more months of history" command would do it.

jung-kim added a commit that referenced this issue Aug 30, 2016
Active branch focused git.log() result.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants