shhac
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Git-hunk – Stage hunks by hash, no "-p" required (git-hunk.paulie.app)
git add -p is the only built-in way to stage individual hunks, and it's interactive — you step through hunks one at a time answering "y/n/q/a/d/e/?". That works fine for humans at a keyboard, but it's completely…