I have a file that I've been working on and then realized that I had a mistake in it a few lines above where I've been working. I quickly fixed the mistake and want to commit it before I commit the rest of my work. Great, this is where git add --patch comes in!
Except, I'm being presented with only one hunk incorporating both changes. Is it possible to manually tell git that I want two hunks?