• Show log

    Commit

  • Hash : 44908fe7
    Author : Vicent Marti
    Date : 2010-12-06T23:03:16

    Change the library include file
    
    Libgit2 is now officially include as
    
    	#include "<git2.h>"
    
    or indidividual files may be included as
    
    	#include <git2/index.h>
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>