[gitg] Unify description of gitg



commit b77d33a512b5e1774cbce6d35940f5f1912e8099
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Jan 6 14:15:49 2014 +0100

    Unify description of gitg

 README                |   13 ++++---------
 data/gitg.1           |    7 ++++---
 data/gitg.appdata.xml |    7 ++++---
 gitg.doap             |    7 ++++---
 4 files changed, 16 insertions(+), 18 deletions(-)
---
diff --git a/README b/README
index 9a6e7b6..27c1e12 100644
--- a/README
+++ b/README
@@ -1,13 +1,8 @@
 = General Information =
-gitg is a git interface application for GNOME/gtk+. It aims at being a small,
-fast and convenient tool to visualize git history. Although primarily a
-tool for visualization, gitg also provides several convenient interactions with
-git repositories:
-
- * Quickly clone new repositories
- * Manage basic git user information
- * Create new commits, with precise control over the staging area
-   (including per hunk/line staging)
+gitg is a graphical user interface for git. It aims at being a small,
+fast and convenient tool to visualize the history of git repositories.
+Besides visualization, gitg also provides several utilities to manage your
+repository and commit your work.
 
 The latest version of gitg is 0.3.1.
 
diff --git a/data/gitg.1 b/data/gitg.1
index 2b3bae6..5899d58 100644
--- a/data/gitg.1
+++ b/data/gitg.1
@@ -7,9 +7,10 @@ gitg\fP \- Git repository viewer
 .RI [options]\ [repository]\ [<refspec>]
 .SH DESCRIPTION
 .B gitg
-is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
-convenient tool to visualize git history and actions that benefit from a
-graphical presentation.
+is a graphical user interface for git. It aims at being a small,
+fast and convenient tool to visualize the history of git repositories.
+Besides visualization, gitg also provides several utilities to manage your
+repository and commit your work.
 .SH OPTIONS
 .B \-c,--commit
 Open 
diff --git a/data/gitg.appdata.xml b/data/gitg.appdata.xml
index 3a088e3..2c32742 100644
--- a/data/gitg.appdata.xml
+++ b/data/gitg.appdata.xml
@@ -4,9 +4,10 @@
   <licence>CC0</licence>
   <description>
     <p>
-      Gitg allows you to browse git repositories on your system. You can
-      also clone remote and local repositories, commit your work
-      and save existing commits as patch files.
+      gitg is a graphical user interface for git. It aims at being a small,
+      fast and convenient tool to visualize the history of git repositories.
+      Besides visualization, gitg also provides several utilities to manage your
+      repository and commit your work.
     </p>
     <p>Goals</p>
     <ul>
diff --git a/gitg.doap b/gitg.doap
index fa03ca8..b198a28 100644
--- a/gitg.doap
+++ b/gitg.doap
@@ -6,9 +6,10 @@
          xmlns="http://usefulinc.com/ns/doap#";>
   <name xml:lang="en">gitg</name>
   <shortdesc xml:lang="en">git repository viewer for gtk+/GNOME</shortdesc>
-  <description>gitg is a GitX clone for GNOME/gtk+. It aims at
-  being a small, fast and convenient tool to visualize git history and actions
-  that benefit from a graphical presentation.</description>
+  <description>gitg is a graphical user interface for git. It aims at being a small,
+  fast and convenient tool to visualize the history of git repositories.
+  Besides visualization, gitg also provides several utilities to manage your
+  repository and commit your work.</description>
 
   <homepage rdf:resource="https://live.gnome.org/Apps/Gitg"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gitg-list"; />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]