概要
Diff は差分とるコマンド。イロイロと考える必要がある。
公式サイト
http://www.gnu.org/software/diffutils/diffutils.html
正式リリース版は2002年の 2.8.1 以降存在しない。アルファ版は2004年の 2.8.7 以降更新されてない。
git 上ではちゃんと更新されているので、単に安定してしまっているだけな感じです。
http://git.savannah.gnu.org/cgit/diffutils.git
Diff のフォーマット
Context Format(http://www.gnu.org/software/diffutils/manual/html_node/Context-Format.html)
Unified Format(http://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html)
- Git Extended Diff Format : Git の拡張フォーマット Unified Format のように見えるが異るフォーマットです
Diff/Merge ツール