Skip to content

Commit

Permalink
Again, git-extras naming is "copy", not "split"
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasEh committed Sep 30, 2024
1 parent d426446 commit 83cb9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-cp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else

# Switch to the original branch and merge this back in.
git checkout -
git merge --no-ff "$BRANCH_NAME" -m "Split $CURRENT_FILENAME into $DESTINATION_FILENAME"
git merge --no-ff "$BRANCH_NAME" -m "Copying $CURRENT_FILENAME into $DESTINATION_FILENAME"

# We're now done with the branch, so delete it.
# We shouldn't need -D here, as we've already merged it back in.
Expand Down

0 comments on commit 83cb9c3

Please sign in to comment.