Hash : edebceff Author : Date : 2012-05-01T13:57:45
Add git_reset() Currently supports Soft and Mixed modes.
Download
1 2 3 4 5 6
#include "common.h" #define KNOWN_COMMIT_IN_BARE_REPO "e90810b8df3e80c413d903f631643c716887138d" #define KNOWN_COMMIT_IN_ATTR_REPO "217878ab49e1314388ea2e32dc6fdb58a1b969e0" extern void retrieve_target_from_oid(git_object **object_out, git_repository *repo, const char *sha);