commit 5501382f685d835dc0320cc98499fd3c01625bd3 from: Stefan Sperling date: Fri May 10 02:52:43 2019 UTC update commit command's description commit - 74416c4791479e5fa5a13a834b228817b257fe09 commit + 5501382f685d835dc0320cc98499fd3c01625bd3 blob - bcea1583a569a79aaeb7fb90b46ca7675ebadd30 blob + 1b87fc95dffd00b52b5bb2ed84f14d17871152da --- got/got.c +++ got/got.c @@ -119,7 +119,7 @@ static struct cmd got_commands[] = { { "revert", cmd_revert, usage_revert, "revert uncommitted changes" }, { "commit", cmd_commit, usage_commit, - "create blob from file (WIP; can't create commits yet)" }, + "write changes from work tree to repository" }, }; int