Skip to content
Snippets Groups Projects
Select Git revision
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
26 results

git-gui

  • Shawn O. Pearce's avatar
    d0752429
    git-gui: Added menu command to visualize all branches. · d0752429
    Shawn O. Pearce authored
    
    Sometimes its useful to start gitk with the --all option, to view all of
    the known branches and tags within this repository.  Rather than making
    the user startup gitk and then edit the view we can pass the option along
    for them.
    
    This also makes it slightly more explicit, that when gitk starts up by
    default its showing the current branch and not everything.  Yes gitk
    isn't showing that to the user, but the fact that the user had to make
    a decision between seeing this current branch or all branches will
    hopefully make them study gitk's display before jumping to a conclusion.
    
    Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
    d0752429
    History
    git-gui: Added menu command to visualize all branches.
    Shawn O. Pearce authored
    
    Sometimes its useful to start gitk with the --all option, to view all of
    the known branches and tags within this repository.  Rather than making
    the user startup gitk and then edit the view we can pass the option along
    for them.
    
    This also makes it slightly more explicit, that when gitk starts up by
    default its showing the current branch and not everything.  Yes gitk
    isn't showing that to the user, but the fact that the user had to make
    a decision between seeing this current branch or all branches will
    hopefully make them study gitk's display before jumping to a conclusion.
    
    Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>