Skip to content

Commit d6b279a

Browse files
committed
Add comment-out marker that are missing, PART 2
1 parent 19e64b8 commit d6b279a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Here you'll configure Git to use the `docx2txt` program to convert Word document
122122
これは自分で用意しなければなりません。
123123
ここでは、 `docx2txt` を使ってWord文書をテキストファイルに変換した上で、正しく diff が取れるように設定してみましょう。
124124
125+
//////////////////////////
125126
First, you'll need to install `docx2txt`; you can download it from http://docx2txt.sourceforge.net[].
126127
Follow the instructions in the `INSTALL` file to put it somewhere your shell can find it.
127128
Next, you'll write a wrapper script to convert output to the format Git expects.
@@ -514,6 +515,7 @@ The resulting archive is suitable for deployment work, but like any exported arc
514515
//////////////////////////
515516
この結果作成されたアーカイブはデプロイするのにぴったりです。一方、いったんエクスポートされてしまったアーカイブで開発を続けるのはおすすめできません。
516517
518+
//////////////////////////
517519
==== Merge Strategies
518520
//////////////////////////
519521
==== マージの戦略

book/08-customizing-git/sections/config.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ The three that are turned on by default are `blank-at-eol`, which looks for spac
651651
//////////////////////////
652652
デフォルトで有効になっている設定は、行末の空白文字を見つける `blank-at-eol` 、ファイル末尾の空白文字を見つける `blank-at-eof` 、行頭のタブ文字より前にある空白文字を見つける `space-before-tab` です。
653653
654+
//////////////////////////
654655
The three that are disabled by default but can be turned on are `indent-with-non-tab`, which looks for lines that begin with spaces instead of tabs (and is controlled by the `tabwidth` option); `tab-in-indent`, which watches for tabs in the indentation portion of a line; and `cr-at-eol`, which tells Git that carriage returns at the end of lines are OK.
655656
//////////////////////////
656657
デフォルトでは無効だけれども有効にすることもできる三つの設定は、行頭がタブ文字でなく空白文字になっている行を見つける `indent-with-non-tab` (空白文字の数は `tabwidth` オプションで制御可能)、行内のインデント部分にあるタブ文字を見つける `tab-in-indent` 、行末のキャリッジリターンを許容する `cr-at-eol` です。

0 commit comments

Comments
 (0)