diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2015-07-24 00:00:54 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-25 10:47:11 -0700 |
commit | f25b98e6f88cc19a749b6bf71306d1cc804a7bf4 (patch) | |
tree | dc8718eefd861496e8eb866281f718cdc5437117 /Documentation/git.txt | |
parent | 1eaca7a5bbd2d1c418da3b3472e10a5baa06c746 (diff) | |
download | git-f25b98e6f88cc19a749b6bf71306d1cc804a7bf4.tar.gz |
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 <gitster@pobox.com>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |