ボブが先にコミットします

ボブが自分の変更を先にコミットしようとしたとします。 すでにみてきたように、これには二つのステップをとります。

最初にボブはログメッセージを用意します:

   % cd ~/wd/hello-world-Bob

   % larch make-log
   ++log.hello-world--mainline--0.1--lord@emf.net--2003-example

   [Bob edits the log message.]

   % cat ++log.hello-world--mainline--0.1--lord@emf.net--2003-example
   Summary: commented return from main
   Keywords: 

   Added a comment explaining how the return from main
   relates to the exit status of the program.

それからcommitを実行します:

   % larch commit
   [...]