jesseduffield.lazygit/pkg
Jesse Duffield 081598d989 rewrite staging to support line ranges and reversing
Now we can stage lines by range and we can also stage reversals
meaning we can delete lines or move lines from the working tree
to the index and vice versa.

I looked at how a few different git guis achieved this to iron out
some edge cases, notably ungit and git cola. The end result is
disstinct  from both those repos, but I know people care about
licensing and stuff so I'm happy to revisit this if somebody
considers it derivative.
2019-11-05 19:22:01 +11:00
..
app 472 - Don't panic if not in a repository 2019-07-14 14:24:18 +10:00
commands Added light theme option to the settings 2019-10-20 12:32:57 +11:00
config Added light theme option to the settings 2019-10-20 12:32:57 +11:00
git rewrite staging to support line ranges and reversing 2019-11-05 19:22:01 +11:00
gui \#480 Close popup panels before switching to a side view 2019-10-27 12:39:08 +11:00
i18n #480 Allow cycling side panels with number keys 2019-10-27 12:39:08 +11:00
test fix up tests 2019-03-02 13:39:09 +11:00
theme Removed the pkg/gui/theme.go file 2019-10-20 12:32:57 +11:00
updates UserConfigPath -> UserConfigDir 2019-09-24 19:01:40 +10:00
utils Removed unnecessary string conversion 2019-07-27 10:51:17 +10:00