git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan McGee <dpmcgee@gmail.com>
To: git@vger.kernel.org
Cc: Dan McGee <dpmcgee@gmail.com>
Subject: [PATCH] Remove outdated references to cogito in documentation
Date: Sat, 27 Oct 2007 11:53:29 -0500	[thread overview]
Message-ID: <1193504009-30689-1-git-send-email-dpmcgee@gmail.com> (raw)

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

             reply	other threads:[~2007-10-27 16:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-27 16:53 Dan McGee [this message]
2007-10-28  0:45 ` [PATCH] Remove outdated references to cogito in documentation Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1193504009-30689-1-git-send-email-dpmcgee@gmail.com \
    --to=dpmcgee@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).