Commit Diff


commit - 117970257f3966f3ec2dd399c1923761d837b54c
commit + 748c56414eacb7da522137c3ddb35c23e46d526e
blob - 0cbb33afa5333deceb3bf3b9bad3c0ad78e992c0
blob + 45ecd1581442c7e813c9b1b380e37111789c2c8b
--- lib/worktree.c
+++ lib/worktree.c
@@ -2418,7 +2418,6 @@ struct bump_base_commit_id_arg {
 	void *progress_arg;
 };
 
-/* Bump base commit ID of all files within an updated part of the work tree. */
 static const struct got_error *
 bump_base_commit_id(void *arg, struct got_fileindex_entry *ie)
 {
@@ -2448,6 +2447,7 @@ bump_base_commit_id(void *arg, struct got_fileindex_en
 	return NULL;
 }
 
+/* Bump base commit ID of all files within an updated part of the work tree. */
 static const struct got_error *
 bump_base_commit_id_everywhere(struct got_worktree *worktree,
     struct got_fileindex *fileindex,