Commit Diff


commit - c42961445798bbd0ae6062fee1914b918ecca593
commit + a855e33f642b396e376f7933c47e61053f1902ee
blob - e8812fdabeda99b6ce0029cdca495592a63d6c3d
blob + a6554be62b8f3392936b89f049ae18a03c7d251c
--- lib/worktree.c
+++ lib/worktree.c
@@ -2274,6 +2274,8 @@ got_worktree_commit(struct got_object_id **new_commit_
 	    repo, collect_committables, &paths, NULL, NULL);
 	if (err)
 		goto done;
+
+	/* TODO: collect commit message if not specified */
 
 	/* TODO: walk base tree and patch it to create a new tree */
 	printf("committables:\n");