Skip to content

Commit 935f4d2

Browse files
committed
Merge pull request #40 from harupong/master
Fix #28
2 parents a1a188e + 4cc9a4e commit 935f4d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Is a lieutenant system in place, and do you have to submit your work to them fir
4242
特定のメンテナーや統合マネージャーがすべてのパッチをチェックしている?
4343
パッチを適用する前にピアレビューをしている?
4444
あなたはパッチをチェックしたりピアレビューに参加したりしている人?
45-
若頭型のワークフローを使っており、まず彼らにコードを渡さなければならない?
45+
副官型のワークフローを使っており、まず彼らにコードを渡さなければならない?
4646
4747
//////////////////////////
4848
The next issue is your commit access.

book/05-distributed-git/sections/distributed-workflows.asc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Contributors don't have to wait for the project to incorporate their changes –
128128
//////////////////////////
129129
==== Dictator and Lieutenants Workflow
130130
//////////////////////////
131-
==== 独裁者と若頭型のワークフロー
131+
==== 独裁者と副官型のワークフロー
132132
133133
(((workflows, dictator and lieutenants)))
134134
//////////////////////////
@@ -141,8 +141,8 @@ The process works like this (see <<wfdiag_c>>):
141141
//////////////////////////
142142
これは、複数リポジトリ型のワークフローのひとつです。
143143
何百人もの開発者が参加するような巨大なプロジェクトで採用されています。有名どころでは Linux カーネルがこの方式です。
144-
統合マネージャーを何人も用意し、それぞれにリポジトリの特定の部分を担当させます。彼らは若頭 (lieutenant) と呼ばれます。
145-
そしてすべての若頭をまとめる統合マネージャーが「慈悲深い独裁者 (benevalent dictator)」です。
144+
統合マネージャーを何人も用意し、それぞれにリポジトリの特定の部分を担当させます。彼らは副官 (lieutenant) と呼ばれます。
145+
そしてすべての副官をまとめる統合マネージャーが「慈悲深い独裁者 (benevalent dictator)」です。
146146
独裁者のリポジトリが基準リポジトリとなり、すべてのメンバーはこれをプルします。
147147
この作業の流れは次のようになります ( <<wfdiag_c>> を参照ください)。
148148
@@ -154,8 +154,8 @@ The process works like this (see <<wfdiag_c>>):
154154
4. The dictator pushes their `master` to the reference repository so the other developers can rebase on it.
155155
//////////////////////////
156156
1. 一般の開発者はトピックブランチ上で作業を進め、`master` の先頭にリベースする。独裁者の `master` ブランチがマスターとなる
157-
2. 若頭が各開発者のトピックブランチを自分の `master` ブランチにマージする
158-
3. 独裁者が各若頭の `master` ブランチを自分の `master` ブランチにマージする
157+
2. 副官が各開発者のトピックブランチを自分の `master` ブランチにマージする
158+
3. 独裁者が各副官の `master` ブランチを自分の `master` ブランチにマージする
159159
4. 独裁者が自分の `master` をリポジトリにプッシュし、他のメンバーがリベースできるようにする
160160
161161
[[wfdiag_c]]

0 commit comments

Comments
 (0)