glDB (git based DB) implemented on YARR
I implemented glDB on YARR.
Changed is like these:
- Copied glDB.hh and glDB.cc to libUtil/include/glDB.h and libUtil/glDB.cpp
- Created Database class to use glDB
- Add libgit2 library path on Makefile to compile glDB
- Add command arguments in scanConsole.cpp to use Database class
To compile, library libgit2 is needed.
If you find any problem, please inform me
Edited by Eunchong Kim