git: Implement automatic ref handling
commit4441b02c70a5feb1240cdf906aa4e899f4a5a3e9
authorJames Liggett <jrliggett@cox.net>
Sun, 19 Sep 2010 23:31:45 +0000 (19 16:31 -0700)
committerJames Liggett <jrliggett@cox.net>
Sun, 19 Sep 2010 23:31:45 +0000 (19 16:31 -0700)
treeb2f7d34f4d52e9c62dbf5f3f50d9a42e8af47c4a
parentbbe94e262b157068d4f1168d0634a961af31c83b
git: Implement automatic ref handling

WARNING: This is completely untested. If it works, it should form the basis of
automatic log refreshing. It should be able to tell us if any kind of ref (branch,
tag, remote, or repository head commit) changes, and the log viewer will,
when it is put together, respond to this command to keep its view updated.
plugins/git/git-ref-command.c
plugins/git/git-ref-command.h
plugins/git/plugin.c
plugins/git/plugin.h