vote up 1 vote down star

I would be most happy with some kind of emacs hook that would be activated when a file that is under git repository is visited. But other solutions are welcome as well.

flag

65% accept rate

3 Answers

vote up 2 vote down

you can use function (vc-backend "file-name") from VC package to obtain information about given file. This function returns name of version control system, where this file is registered. To run your own code, you can combine this function with standard find-file-hook

link|flag
vote up 0 vote down

eproject runs a hook when visiting a file contained in a git repository.

link|flag
vote up 3 vote down

You can try git.el or other alternatives listed here : http://www.emacswiki.org/emacs/Git

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.