<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,11 +12,11 @@ Git &#12391;&#29305;&#23450;&#12398;&#12467;&#12511;&#12483;&#12488;&#12420;&#12467;&#12511;&#12483;&#12488;&#12398;&#31684;&#22258;&#12434;&#25351;&#23450;&#12377;&#12427;&#12395;&#12399;&#12356;&#12367;
 
 SHA-1 &#12495;&#12483;&#12471;&#12517;&#12434;&#25351;&#23450;&#12377;&#12428;&#12400;&#12289;&#12467;&#12511;&#12483;&#12488;&#12434;&#26126;&#30906;&#12395;&#21442;&#29031;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#12375;&#12363;&#12375;&#12381;&#12428;&#20197;&#22806;&#12395;&#12418;&#12289;&#12424;&#12426;&#20154;&#38291;&#12395;&#12420;&#12373;&#12375;&#12356;&#26041;&#24335;&#12391;&#12467;&#12511;&#12483;&#12488;&#12434;&#21442;&#29031;&#12377;&#12427;&#12371;&#12392;&#12418;&#12391;&#12365;&#12414;&#12377;&#12290;&#12371;&#12398;&#12475;&#12463;&#12471;&#12519;&#12531;&#12391;&#12399;&#21336;&#19968;&#12398;&#12467;&#12511;&#12483;&#12488;&#12434;&#21442;&#29031;&#12377;&#12427;&#12383;&#12417;&#12398;&#12373;&#12414;&#12374;&#12414;&#12394;&#26041;&#27861;&#12398;&#27010;&#35201;&#12434;&#35500;&#26126;&#12375;&#12414;&#12377;&#12290;
 
-### Short SHA ###
+### SHA &#12398;&#30701;&#32302;&#24418; ###
 
-Git is smart enough to figure out what commit you meant to type if you provide the first few characters, as long as your partial SHA-1 is at least four characters long and unambiguous &#8212; that is, only one object in the current repository begins with that partial SHA-1.
+Git &#12399;&#12289;&#26368;&#21021;&#12398;&#25968;&#25991;&#23383;&#12434;&#12479;&#12452;&#12503;&#12375;&#12383;&#12384;&#12369;&#12391;&#12354;&#12394;&#12383;&#12364;&#12393;&#12398;&#12467;&#12511;&#12483;&#12488;&#12434;&#25351;&#23450;&#12375;&#12383;&#12356;&#12398;&#12363;&#12434;&#27762;&#12415;&#21462;&#12387;&#12390;&#12367;&#12428;&#12414;&#12377;&#12290;&#26465;&#20214;&#12399;&#12289;SHA-1 &#12398;&#26368;&#21021;&#12398; 4 &#25991;&#23383;&#20197;&#19978;&#12434;&#20837;&#21147;&#12375;&#12390;&#12356;&#12427;&#12371;&#12392;&#12392;&#12289;&#12381;&#12428;&#12391;&#12402;&#12392;&#12388;&#12398;&#12467;&#12511;&#12483;&#12488;&#12364;&#29305;&#23450;&#12391;&#12365;&#12427; (&#29694;&#22312;&#12398;&#12522;&#12509;&#12472;&#12488;&#12522;&#12395;&#12289;&#20837;&#21147;&#12375;&#12383;&#25991;&#23383;&#12391;&#12399;&#12376;&#12414;&#12427; SHA-1 &#12398;&#12467;&#12511;&#12483;&#12488;&#12364;&#12402;&#12392;&#12388;&#12375;&#12363;&#12394;&#12356;) &#12371;&#12392;&#12391;&#12377;&#12290;
 
-For example, to see a specific commit, suppose you run a `git log` command and identify the commit where you added certain functionality:
+&#12354;&#12427;&#12467;&#12511;&#12483;&#12488;&#12434;&#25351;&#23450;&#12377;&#12427;&#12383;&#12417;&#12395; `git log` &#12467;&#12510;&#12531;&#12489;&#12434;&#23455;&#34892;&#12375;&#12289;&#12392;&#12354;&#12427;&#27231;&#33021;&#12434;&#36861;&#21152;&#12375;&#12383;&#12467;&#12511;&#12483;&#12488;&#12434;&#35211;&#12388;&#12369;&#12414;&#12375;&#12383;&#12290;
 
 	$ git log
 	commit 734713bc047d87bf7eac9674765ae793478c50d3
@@ -38,20 +38,20 @@ For example, to see a specific commit, suppose you run a `git log` command and i
 
 	    added some blame and merge stuff
 
-In this case, choose `1c002dd....` If you `git show` that commit, the following commands are equivalent (assuming the shorter versions are unambiguous):
+&#25506;&#12375;&#12390;&#12356;&#12383;&#12398;&#12399;&#12289;`1c002dd....` &#12391;&#22987;&#12414;&#12427;&#12467;&#12511;&#12483;&#12488;&#12391;&#12377;&#12290;`git show` &#12391;&#12371;&#12398;&#12467;&#12511;&#12483;&#12488;&#12434;&#35211;&#12427;&#12392;&#12365;&#12399;&#12289;&#27425;&#12398;&#12393;&#12398;&#12467;&#12510;&#12531;&#12489;&#12391;&#12418;&#21516;&#12376;&#32080;&#26524;&#12395;&#12394;&#12426;&#12414;&#12377; (&#30701;&#12356;&#12496;&#12540;&#12472;&#12519;&#12531;&#12391;&#12289;&#37325;&#35079;&#12377;&#12427;&#12467;&#12511;&#12483;&#12488;&#12399;&#12394;&#12356;&#12418;&#12398;&#12392;&#12375;&#12414;&#12377;)&#12290;
 
 	$ git show 1c002dd4b536e7479fe34593e72e6c6c1819e53b
 	$ git show 1c002dd4b536e7479f
 	$ git show 1c002d
 
-Git can figure out a short, unique abbreviation for your SHA-1 values. If you pass `--abbrev-commit` to the `git log` command, the output will use shorter values but keep them unique; it defaults to using seven characters but makes them longer if necessary to keep the SHA-1 unambiguous:
+&#19968;&#24847;&#12395;&#29305;&#23450;&#12391;&#12365;&#12427;&#31684;&#22258;&#12391;&#12398; SHA-1 &#12398;&#30701;&#32302;&#24418;&#12434; Git &#12395;&#35211;&#12388;&#12369;&#12373;&#12379;&#12427;&#12371;&#12392;&#12418;&#12391;&#12365;&#12414;&#12377;&#12290;`git log` &#12467;&#12510;&#12531;&#12489;&#12391; `--abbrev-commit` &#12434;&#25351;&#23450;&#12377;&#12427;&#12392;&#12289;&#12467;&#12511;&#12483;&#12488;&#12434;&#19968;&#24847;&#12395;&#29305;&#23450;&#12391;&#12365;&#12427;&#31684;&#22258;&#12398;&#30465;&#30053;&#24418;&#12391;&#20986;&#21147;&#12375;&#12414;&#12377;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#12391;&#12399; 7 &#25991;&#23383;&#12406;&#12435;&#34920;&#31034;&#12375;&#12414;&#12377;&#12364;&#12289;&#12381;&#12428;&#12384;&#12369;&#12391; SHA-1 &#12434;&#29305;&#23450;&#12391;&#12365;&#12394;&#12356;&#22580;&#21512;&#12399;&#12373;&#12425;&#12395;&#38263;&#12367;&#12394;&#12426;&#12414;&#12377;&#12290;
 
 	$ git log --abbrev-commit --pretty=oneline
 	ca82a6d changed the version number
 	085bb3b removed unnecessary test code
 	a11bef0 first commit
 
-Generally, eight to ten characters are more than enough to be unique within a project. One of the largest Git projects, the Linux kernel, is beginning to need 12 characters out of the possible 40 to stay unique.
+&#12402;&#12392;&#12388;&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#20869;&#12391;&#12398;&#19968;&#24847;&#24615;&#12434;&#30906;&#20445;&#12377;&#12427;&#12395;&#12399;&#12289;&#26222;&#36890;&#12399; 8 &#25991;&#23383;&#12363;&#12425; 10 &#25991;&#23383;&#12418;&#12354;&#12428;&#12400;&#21313;&#20998;&#12377;&#12366;&#12427;&#12371;&#12392;&#12391;&#12375;&#12423;&#12358;&#12290;&#26368;&#12418;&#22823;&#35215;&#27169;&#12394; Git &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#12402;&#12392;&#12388;&#12391;&#12354;&#12427; Linux &#12459;&#12540;&#12493;&#12523;&#12398;&#22580;&#21512;&#12399;&#12289;40 &#25991;&#23383;&#12398;&#12358;&#12385;&#20808;&#38957;&#12398; 12 &#25991;&#23383;&#12434;&#25351;&#23450;&#12375;&#12394;&#12356;&#12392;&#19968;&#24847;&#24615;&#12434;&#30906;&#20445;&#12391;&#12365;&#12414;&#12379;&#12435;&#12290;
 
 ### A SHORT NOTE ABOUT SHA-1 ###
 </diff>
      <filename>ja/06-git-tools/01-chapter6.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>235b08ceb2ada8805bcd7d10be540725b18cc618</id>
    </parent>
  </parents>
  <author>
    <name>TAKAGI Masahiro</name>
    <email>matakagi@gmail.com</email>
  </author>
  <url>http://github.com/darashi/progit/commit/82bf60914a2e473a368478683b80c63222b19035</url>
  <id>82bf60914a2e473a368478683b80c63222b19035</id>
  <committed-date>2009-09-14T20:21:55-07:00</committed-date>
  <authored-date>2009-09-14T20:21:55-07:00</authored-date>
  <message>[ja] Translate &quot;Short SHA&quot;.</message>
  <tree>458472837e7894915d5382447d9fe3c9090fa299</tree>
  <committer>
    <name>TAKAGI Masahiro</name>
    <email>matakagi@gmail.com</email>
  </committer>
</commit>
