wok diff git-gui/description.txt @ rev 23272

updated pam_krb5 (4.6 -> 4,8)
author Hans-G?nter Theisgen
date Sat Mar 28 14:37:42 2020 +0100 (2020-03-28)
parents c88267ec8277
children
line diff
     1.1 --- a/git-gui/description.txt	Sat Jun 26 13:59:56 2010 +0100
     1.2 +++ b/git-gui/description.txt	Sat Mar 28 14:37:42 2020 +0100
     1.3 @@ -1,7 +1,13 @@
     1.4  A Tcl/Tk based graphical user interface to Git.
     1.5  
     1.6 -git gui focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories.
     1.7 +git gui focuses on allowing users to make changes to their repository by making
     1.8 +new commits, amending existing ones, creating branches, performing local merges,
     1.9 +and fetching/pushing to remote repositories.
    1.10  
    1.11 -Unlike gitk, git gui focuses on commit generation and single file annotation and does not show project history. It does however supply menu actions to start a gitk session from within git gui.
    1.12 +Unlike gitk, git gui focuses on commit generation and single file annotation and
    1.13 +does not show project history. It does however supply menu actions to start a
    1.14 +gitk session from within git gui.
    1.15  
    1.16 -git gui is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS). To the extent possible OS specific user interface guidelines are followed, making git gui a fairly native interface for users.
    1.17 \ No newline at end of file
    1.18 +git gui is known to work on all popular UNIX systems, Mac OS X, and Windows
    1.19 +(under both Cygwin and MSYS). To the extent possible OS specific user interface
    1.20 +guidelines are followed, making git gui a fairly native interface for users.