Commits


list also staged addition/removals (vc-got--status "M" ".") only lists the modifications, add A and D for the madness^W additions and deletions.


trap c-g during stage operation


fix default directory during stage operation


remove the separator when showing a chunk to stage


show list of files when committing staged stuff


implement vc-got-stage-commit to commit staged changes


don't hardcode got questions match and relay them to the user


fundamentals for staging changes This is an initial implementation for the stage/unstage functionalities. They operate at a smaller scope than filesets, the work with individual hunks. An interactive stage hunks and a unstage-all are implemented.