Commit a855e33f642b396e376f7933c47e61053f1902ee

Stefan Sperling 2019-05-07T11:25:52

add a comment marking where to collect the log message

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/worktree.c b/lib/worktree.c
index e8812fd..a6554be 100644
--- a/lib/worktree.c
+++ b/lib/worktree.c
@@ -2275,6 +2275,8 @@ got_worktree_commit(struct got_object_id **new_commit_id,
 	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");
 	TAILQ_FOREACH(pe, &paths, entry) {