forked from msysgit/git
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: git add -p: allow stashing hunks
In the default `git add -p` mode, users can selectively stash hunks. In common work scenarios, I often encountered situations where I would love to stash (or simply discard) hunks instead. This idea has been brought up on the Git mailing list before, and it is an idea worth putting effort behind. This patch is utterly incomplete! In particular, the reassemble-and-apply phase needs to be accompanied by a preceding step that would reassemble the "to-stash" hunks and stash them. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters