Hi!
First: thanks all for Geany, it's really nice. It's speed and general "lightness" are a nice change from e.g. Eclipse.
I wrote a very basic plugin that imports Git repositories (that are already cloned) and displays them as clickable trees in Geany. You also get a "Quick Open" command, which pops up a flat listing of all files in the current document's repository and allows you to type to filter.
I would love some feedback, even just knowing that it built and worked for someone else would be helpful at this point.
The code is at https://github.com/unwind/gitbrowser.
Thanks,
/Emil