Commit Diff


commit - dc2745ec920dd9d588254dab4ecb6308622b06dc
commit + b0a0c9eda4b7f60ae432f321389f9c344b6c0fc2
blob - 463be5bf1c6d96c601149d660c3857be5d14931d
blob + 68a09786e6a0e800e79ea54e221f936dea9da837
--- lib/worktree.c
+++ lib/worktree.c
@@ -2420,7 +2420,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)
 {
@@ -2450,6 +2449,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,