* [PATCH] Remove outdated references to cogito in documentation
@ 2007-10-27 16:53 Dan McGee
2007-10-28 0:45 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Dan McGee @ 2007-10-27 16:53 UTC (permalink / raw)
To: git; +Cc: Dan McGee
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
---
Documentation/core-tutorial.txt | 10 ----------
Documentation/git-tools.txt | 3 ++-
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt
index 6b2590d..58ac8c1 100644
--- a/Documentation/core-tutorial.txt
+++ b/Documentation/core-tutorial.txt
@@ -551,16 +551,6 @@ a bit more interesting.
With that, you should now be having some inkling of what git does, and
can explore on your own.
-[NOTE]
-Most likely, you are not directly using the core
-git Plumbing commands, but using Porcelain like Cogito on top
-of it. Cogito works a bit differently and you usually do not
-have to run `git-update-index` yourself for changed files (you
-do tell underlying git about additions and removals via
-`cg-add` and `cg-rm` commands). Just before you make a commit
-with `cg-commit`, Cogito figures out which files you modified,
-and runs `git-update-index` on them for you.
-
Tagging a version
-----------------
diff --git a/Documentation/git-tools.txt b/Documentation/git-tools.txt
index 10653ff..480c557 100644
--- a/Documentation/git-tools.txt
+++ b/Documentation/git-tools.txt
@@ -20,7 +20,8 @@ Alternative/Augmentative Porcelains
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.
+ itself and indeed many other version control systems. Cogito is no longer
+ maintained as most of its functionality is now in core GIT.
- *pg* (http://www.spearce.org/category/projects/scm/pg/)
--
1.5.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-28 0:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 16:53 [PATCH] Remove outdated references to cogito in documentation Dan McGee
2007-10-28 0:45 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).