mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Given a block of consecutive changed lines, trying to stage only some of them doesn't work correctly in all cases: - if the staged lines are the last lines in the block of changes, it already works - when staging some changes in the middle of the block, it doesn't work as desired, but we also don't try to fix this case in this branch, because it's harder to do, and not as common as the other two - staging the first lines of the block doesn't work as desired, and we will fix that in this branch. |
||
|---|---|---|
| .. | ||
| app | ||
| cheatsheet | ||
| commands | ||
| common | ||
| config | ||
| constants | ||
| env | ||
| fakes | ||
| gui | ||
| i18n | ||
| integration | ||
| jsonschema | ||
| logs | ||
| snake | ||
| tasks | ||
| theme | ||
| updates | ||
| utils | ||