git add -p
Then you can decide if each hunk is staged or not.
Just select any parts of the diff using regular edit text select commands and press "s" for stage.
git add -p
Then you can decide if each hunk is staged or not.