Skip to content

Commit

Permalink
[ja] Translate "Summary". Complete the translation of Chapter 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-takagi committed May 20, 2011
1 parent b30d84a commit fa6a857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ja/08-git-and-other-scms/01-chapter8.markdown
Expand Up @@ -681,6 +681,6 @@ Git のディレクトリにインポートするにはまず、これらのデ

`fast-import` ツールにはさらに多くの機能があります。さまざまなモードを処理したりバイナリデータを扱ったり、複数のブランチやそのマージ、タグ、進捗状況表示などです。より複雑なシナリオのサンプルは Git のソースコードの `contrib/fast-import` ディレクトリにあります。先ほど取り上げた `git-p4` スクリプトがよい例となるでしょう。

## Summary ##
## まとめ ##

You should feel comfortable using Git with Subversion or importing nearly any existing repository into a new Git one without losing data. The next chapter will cover the raw internals of Git so you can craft every single byte, if need be.
Git Subversion と組み合わせて使う方法を説明しました。また、既存のリポジトリのほぼすべてを、データを失うことなく新たな Git リポジトリにインポートできるようになりました。次章では、Git の内部に踏み込みます。必要とあらばバイト単位での操作もできることでしょう。

0 comments on commit fa6a857

Please sign in to comment.