Use libgit2 to check clean working tree
commitc25477d1fd0af8edd8efaeb800a6a71fb4be5ebe
authorYue Lin Ho <b8732003@student.nsysu.edu.tw>
Sun, 1 Mar 2015 09:10:08 +0000 (1 17:10 +0800)
committerSven Strickroth <email@cs-ware.de>
Wed, 4 Mar 2015 20:42:07 +0000 (4 21:42 +0100)
tree3ad60d968bc2319028e757d78ae23769c454054b
parent0f4d911ae289c9e779d9d12fa6ce145d114558e2
Use libgit2 to check clean working tree

Currently, libgit2 does not support racy-git problem.

Signed-off-by: Yue Lin Ho <b8732003@student.nsysu.edu.tw>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.cpp
src/Git/Git.h
src/Utils/SmartLibgit2Ref.h
test/UnitTests/GitTest.cpp