我有源文本:
=head3 POST /throw/rock
Take a rock, throw it. Well done, you.
=head4 Input
=over
=item direction
Compass point or something.
=item speed
In km/h to annoy home counties people who still think in mp/h.
=back
=head4 Output
下一個文本改變了它:
=head3 POST /throw/rock
=for doc-viewer input-from POST /drive/tank
Take a rock, throw it. Well done, you.
=head4 Output
產生的差異是:

git 中是否有強制它不破壞補丁的選項。我期望這樣的結果:
=head3 POST /throw/rock
=for doc-viewer input-from POST /drive/tank
-Take a rock, throw it. Well done, you.
-
-
-=head4 Input
-=over
-
-=item direction
-Compass point or something.
-
-=item speed
-
-In km/h to annoy home counties people who still think in mp/h.
-
-=back
Take a rock, throw it. Well done, you.
=head4 Output
uj5u.com熱心網友回復:
使用--patience或--histogram;他們使這種特殊情況變得更好,因為他們注意到有一行沒有改變:
@@ -1,22 1,10 @@
=head3 POST /throw/rock
=for doc-viewer input-from POST /drive/tank
Take a rock, throw it. Well done, you.
-=head4 Input
-
-=over
-
-=item direction
-
-Compass point or something.
-
-=item speed
-
-In km/h to annoy home counties people who still think in mp/h.
-
-=back
-
-
=head4 Output
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/470953.html
下一篇:在某些提交后查找詳細的git日志
