Is it possible to provide support to git add -p for staging hunks #1829
-
Contributing guidelines
Module(s)mini.git QuestionHi echasnovski! Is it possible to provide support for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In theory it should be possible, of course, but this type of interactive subcommands is out of scope for 'mini.git'. The main reason is that I don't see a robust and concise programmatic way to detect this type of command and interact with it. |
Beta Was this translation helpful? Give feedback.
In theory it should be possible, of course, but this type of interactive subcommands is out of scope for 'mini.git'. The main reason is that I don't see a robust and concise programmatic way to detect this type of command and interact with it.