Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
構造化ドキュメントを作成するために pharo/smalltalk で GUI を作成しています。また、出力ファイル ( STON、マークダウン、および HTML) の SCM として化石を使用しています。これらのファイルの変更を、質問に答えずに Pharo からコミットしたいと考えています。時間のずれや空のコメントについて。化石の助けを借りてフラグを見てきましたが、これらの質問は避けられないようです. これらの質問に答えずにコミットを強制する方法はありますか?
使用するfossil commit --allow-empty --allow-older --comment " " --no-warnings
fossil commit --allow-empty --allow-older --comment " " --no-warnings
これは、まったく問題なくコミットする必要があります。ただし、代わりに意味のあるコメントを使用することをお勧めします。リポジトリのタイムラインに何か表示されるといいですね。また、変更についてコメントすることをお勧めします。