OSDN Git Service

If you start a git commit and then edit the file more on the filesystem
authorRob Landley <rob@landley.net>
Thu, 3 Sep 2015 01:05:34 +0000 (20:05 -0500)
committerRob Landley <rob@landley.net>
Thu, 3 Sep 2015 01:05:34 +0000 (20:05 -0500)
commit3426da02e60f33114ff0b3eac8680ab5bb3cdd93
tree7b4bbd31a643942094ffa6ecd87a6f05997e8b61
parent6ff12f703214bee5cb92ba0c851969dffc6c29cd
If you start a git commit and then edit the file more on the filesystem
before saving, the updates don't go in the commit. Behavior difference
between git and mercurial, that.

Good to know.
toys/lsb/seq.c