From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Add dangling object and unreachable object in glossary.txt Date: Mon, 05 Mar 2007 03:07:43 +0900 Message-ID: <87649g991s.wl@mail2.atmark-techno.com> References: <3c6c07c20702260835v4865ace1u18a20f6b1d0030b5@mail.gmail.com> <7virdolm8u.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Mar 04 19:08:00 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HNv7n-0005TW-KO for gcvg-git@gmane.org; Sun, 04 Mar 2007 19:07:59 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751939AbXCDSHq (ORCPT ); Sun, 4 Mar 2007 13:07:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752005AbXCDSHq (ORCPT ); Sun, 4 Mar 2007 13:07:46 -0500 Received: from mail2.atmark-techno.com ([210.191.215.173]:44126 "EHLO mail2.atmark-techno.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751939AbXCDSHq (ORCPT ); Sun, 4 Mar 2007 13:07:46 -0500 Received: from wat.atmark-techno.com.atmark-techno.com (dns1.atmark-techno.com [210.191.215.170]) by mail2.atmark-techno.com (Postfix) with ESMTP id 270574907; Mon, 5 Mar 2007 03:07:44 +0900 (JST) User-Agent: Wanderlust/2.14.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: --- Would it be worth to add these two entery in Documentation/glossary.txt? English isn't my mother tang, so please check it. -- yashi diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index d20eb62..ee48009 100644 --- a/Documentation/glossary.txt +++ b/Documentation/glossary.txt @@ -73,6 +73,11 @@ DAG:: objects is acyclic (there is no chain which begins and ends with the same object). +dangling object:: + An object which is a very special case of unreachable object; + it is not reachable from anything, including unreachable + objects. + dircache:: You are *waaaaay* behind. @@ -350,6 +355,9 @@ tag:: unmerged index:: An index which contains unmerged index entries. +unreachable object:: + An object which is not reachable. + working tree:: The set of files and directories currently being worked on, i.e. you can work in your working tree without using git at all.