FabriceSalvaire / CodeReview

CodeReview is a Git GUI tool to perform code review (Diff Viewer) written in Python3 and Qt5.
http://fabricesalvaire.github.io/CodeReview
408 stars 95 forks source link

Implement chunk selection when staging file #5

Open FabriceSalvaire opened 7 years ago

FabriceSalvaire commented 7 years ago

Design:

Note: we can use git-add -e with Emacs and kill chunks. But it only work if we don't want to cherry pisk within a chunk!

Ohoowow commented 1 year ago

Delete