Commit Briefs

Omar Polo

add elpa badge in the readme


Omar Polo

update README




Omar Polo

update README.md


Omar Polo

remove vc-got-stage


Omar Polo

typo


Omar Polo

revamp readme



Omar Polo

drop vc-got-stage

related to #5


Omar Polo

fix table


Omar Polo

document vc-got-stage-mode


Omar Polo

add-to-list is better at strings than cl-pushnew

cl-pushnew can add multiple copies of the same string to a list, and add-to-list is also probably more idiomatic in elisp.



Omar Polo

correct also the other example

push can add duplicate elements, and that’s not what we want as an example.