OSDN Git Service

Update Document
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / tsvn_app_internals.xml
index f8a8888..74e3696 100644 (file)
@@ -17,8 +17,8 @@
                        <primary>overlays</primary>\r
                </indexterm>\r
                <para>\r
-                       Every file and folder has a Subversion status value as reported\r
-                       by the Subversion library. In the command line client, these\r
+                       Every file and folder has a Git status value as reported\r
+                       by the Git library. In the command line client, these\r
                        are represented by single letter codes, but in TortoiseGit they\r
                        are shown graphically using the icon overlays. Because the number\r
                        of overlays is very limited, each overlay may represent one of\r
@@ -59,8 +59,8 @@
                        has been added to version control.\r
                </para>\r
                <para>\r
-                       <graphic fileref="images/InSubVersionIcon.png"/>\r
-                       The <emphasis>In Subversion</emphasis> overlay is used to\r
+                       <graphic fileref="images/InGitIcon.png"/>\r
+                       The <emphasis>In Git</emphasis> overlay is used to\r
                        represent an item which is in the <literal>normal</literal>\r
                        state, or a versioned item whose state is not yet known.\r
                        Because TortoiseGit uses a background caching process to\r
                        The <emphasis>Needs Lock</emphasis> overlay is used to\r
                        indicate when a file has the <literal>svn:needs-lock</literal>\r
                        property set. For working copies which were created using\r
-                       Subversion 1.4.0 and later, the <literal>svn:needs-lock</literal>\r
-                       status is cached locally by Subversion and this is used to\r
+                       Git 1.4.0 and later, the <literal>svn:needs-lock</literal>\r
+                       status is cached locally by Git and this is used to\r
                        determine when to show this overlay. For working copies which\r
                        are in pre-1.4.x format, TortoiseGit shows this overlay when the\r
-                       file has read-only status. Note that Subversion automatically\r
+                       file has read-only status. Note that Git automatically\r
                        upgrades working copies when you update them, although the\r
                        caching of the <literal>svn:needs-lock</literal> property\r
                        may not happen until the file itself is updated.\r
                        This overlay is optional.\r
                </para>\r
                <para>\r
-                       If an item has subversion status <literal>none</literal> (the item\r
+                       If an item has Git status <literal>none</literal> (the item\r
                        is not within a working copy) then no overlay is shown.\r
                        If you have chosen to disable the <emphasis>Ignored</emphasis>\r
                        and <emphasis>Unversioned</emphasis> overlays then no overlay\r
                        will be shown for those files either.\r
                </para>\r
                <para>\r
-                       An item can only have one Subversion status value. For example\r
+                       An item can only have one Git status value. For example\r
                        a file could be locally modified and it could be marked for\r
-                       deletion at the same time. Subversion returns a single status\r
+                       deletion at the same time. Git returns a single status\r
                        value - in this case <literal>deleted</literal>.\r
-                       Those priorities are defined within Subversion itself.\r
+                       Those priorities are defined within Git itself.\r
                </para>\r
                <para>\r
                        When TortoiseGit displays the status recursively (the default\r