Sometimes the hunks offered to you when you run git add --patch include unrelated changes mixed up with each other because the lines are physically close to each other in the file.
Is there a way to interactively add changes to the staging area on a line-by-line basis?