Commit Briefs





Omar Polo

implement unregister

Even if it isn't really useful (it's only used in vc-transfer-file AFAICS) but it's easy to do and maybe can help someone eventually. See also github pr #7 for more background.






Omar Polo

simplify vc-got-root



Omar Polo

mark find-ignore-file as done and move it to the right place

vc.el doesn't document find-ignore-file, but it's used in the default `ignore' and `ignore-completion-table' functions.



Omar Polo

implement the tag creation part of vc-got-create-tag

it pops up a log-edit buffer where one can type the tag message and creates it on C-c C-c.


Omar Polo

implement half create-tag

Now vc-got should be able to create branches. Creating tags is more difficult thought, because got requires a message (i.e. wants "annotated" tags and not lightweight ones.