Currently the commit history displays in a manner equivalent to git log --all
, where commits from all refs are shown. For people with e.g. a large number of remote branches that they don’t want to include by default, it would be nice to be able to select which refs you want to include in the commit history either by selecting specific refs to include or to exclude (or ideally either option).
Feature request: limit refs included in log
vluft
#1
2 Likes
chuckiesmals
#2
Yes, I’d settle for just showing the currently checked out branch’s commits.
It’s interesting how GitKraken defaults to the ‘git log -all’ behavior, but gitk doesn’t. And I can’t seem to find a way to configure either one. While you can get both in Tower. GitKraken and Tower are so slow though!
I’d also like to limit searching to a branch. Working on a large team where people have so many experimental branches, it’s unwieldly!
2 Likes