Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » how to show all branch in git prespective history view tab(how to show all branch in git prespective history view tab)
how to show all branch in git prespective history view tab [message #1863337] Sat, 27 January 2024 11:42 Go to next message
Eclipse UserFriend
I have two local branch. Master, Kei_dev
but when my workspace is in branch kei_dev, the history view in git prespective can only show kei_dev, origin/kei_dev, origin/master, but cannot show the local branch master.

How to show all branch in git prespective history view?

https://i.postimg.cc/vmvSbh5d/20240128-egit.png
Re: how to show all branch in git prespective history view tab [message #1863338 is a reply to message #1863337] Sat, 27 January 2024 11:55 Go to previous messageGo to next message
Eclipse UserFriend
You can use the configure ref filter button and drop down menu (https://imgur.com/bDv3bcI) to configure which commits are shown.
Clicking the button toggles between showing commits reachable from HEAD and commits reachable from any tag, local or remote tracking branch.
Click "Ref filters ..." from the drop down menu (https://imgur.com/KKUQ6AH) to configure a custom filter.


[Updated on: Sat, 27 January 2024 11:56] by Moderator

Re: how to show all branch in git prespective history view tab [message #1863341 is a reply to message #1863338] Sat, 27 January 2024 12:11 Go to previous message
Eclipse UserFriend
Ok,thanks, success now, can show the local branch 'master' now

but what is the exact meaning of the choice
HEAD
ref/**/${git_branch}
ref/heads/**
ref/remotes/**
refs/tags/**
?

https://i.postimg.cc/bwh2nD6m/20240128-2-egit.jpg
Previous Topic:JGit Merge Test
Next Topic:Git connectivity via Proxy using JGit API
Goto Forum:
  


Current Time: Mon May 12 18:42:08 EDT 2025

Powered by FUDForum. Page generated in 0.04319 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top