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

Blame
    • Shawn O. Pearce's avatar
      53f7a33b
      git-gui: Include the Tcl/Tk version in the about dialog. · 53f7a33b
      Shawn O. Pearce authored
      
      Users may need to know what version of Tcl they are running git-gui
      under, in case there is an interesting interface quirk or other
      compatability problem we don't know about right now that we may
      need to explore (and maybe fix).  Since its simple enough to show
      a line with this version data we should do so.
      
      We also try to reduce the amount of text shown as often the Tcl and Tk
      version numbers will be identical; when this happens we should only show
      the one version number.
      
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      53f7a33b
      History
      git-gui: Include the Tcl/Tk version in the about dialog.
      Shawn O. Pearce authored
      
      Users may need to know what version of Tcl they are running git-gui
      under, in case there is an interesting interface quirk or other
      compatability problem we don't know about right now that we may
      need to explore (and maybe fix).  Since its simple enough to show
      a line with this version data we should do so.
      
      We also try to reduce the amount of text shown as often the Tcl and Tk
      version numbers will be identical; when this happens we should only show
      the one version number.
      
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>