I have applied a patch using
git apply someone-else.patch
tested that it works ok and it does so next, I want to push that change to master.
The problem is I want to do that without re-authoring a commit for it (i.e. since the patch is not my work, but someone else's, I am keen they keep the authorship credit on the git log).
At the moment the applied patch is not showing up on my gitlog so I am assuming there is another step but I have no recollection of what that step is from having done this quite a while ago in the past and not needed to repeat it again very often. Google is not being forthcoming here, so my guess is I am forgetting the name of the appropriate command.
To summarise, what can I do next to get this patch pushed without making a fresh commit?