[Lunar-commits] cogito: Fixed the homepage URL.
Terry Chan
tchan at lunar-linux.org
Mon Dec 3 16:08:09 CET 2007
commit 65f48d9147b0d1f3b134bf814efbea9e351800d4
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Dec 3 09:08:02 2007 -0600
cogito: Fixed the homepage URL.
Updated the project description with info from the offical project homepage.
---
devel/cogito/DETAILS | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/devel/cogito/DETAILS b/devel/cogito/DETAILS
index 6bb3509..bdd3cc8 100644
--- a/devel/cogito/DETAILS
+++ b/devel/cogito/DETAILS
@@ -1,24 +1,20 @@
MODULE=cogito
VERSION=0.18.2
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://kernel.org/pub/software/scm/$MODULE/
+ SOURCE_URL=$KERNEL_URL/pub/software/scm/$MODULE/
SOURCE_VFY=sha1:d4f4028d86206ebb80b86e48f90397e60a8c7c84
- WEB_SITE=http://kernel.org/pub/software/scm/$MODULE/
+ WEB_SITE=http://git.or.cz/cogito/
ENTERED=20050707
UPDATED=20070407
PSAFE=no
SHORT="Version Control System layered on top of git"
cat << EOF
-Cogito is a version control system layered on top of the git tree history
-storage system. It aims at seamless user interface and ease of use, providing
-generally smoother user experience than the "raw" Core GIT itself and indeed
-many other version control systems.
-
-Note that you can MOSTLY use it in parallel of other GIT
-frontends (e.g. StGIT), as well as the Linus' GIT plumbing and core GIT
-tools - they only need to keep HEAD in place and follow the standardized
-refs/ hierarchy. The exception is that you should stick with a single
-toolkit during a merge and mostly stick with Cogito while your tree is
-in cg-seek'd state.
+Cogito is popular interface to the Git version control system. It is designed
+to be comfortable, easy to use and present gentle learning curve for new
+users. It is not by far as full-featured as "raw Git" is, but although the
+plain Git interface went a long way since the first days, Cogito still provides
+a simpler and easier to learn interface. If you want to start to use Git and
+are considering Cogito, the best way to go about it is to first learn Cogito,
+then pick up Git commands if you need to do something extraordinary.
EOF
More information about the Lunar-commits
mailing list