From f25b98e6f88cc19a749b6bf71306d1cc804a7bf4 Mon Sep 17 00:00:00 2001 From: Eric Sunshine Date: Fri, 24 Jul 2015 00:00:54 -0400 Subject: [PATCH] Documentation/git: drop outdated Cogito reference Cogito hasn't been maintained since late 2006, so drop the reference to it. The warning that SCMS front-ends might override listed environment variables, however, may still be valuable, so keep it but generalize the wording. Suggested-by: Junio C Hamano Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- Documentation/git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git.txt b/Documentation/git.txt index ef76f95270..21bc0a5be3 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -744,7 +744,7 @@ The Git Repository ~~~~~~~~~~~~~~~~~~ These environment variables apply to 'all' core Git commands. Nb: it is worth noting that they may be used/overridden by SCMS sitting above -Git so take care if using Cogito etc. +Git so take care if using a foreign front-end. 'GIT_INDEX_FILE':: This environment allows the specification of an alternate -- 2.11.4.GIT