Hash : 9c82357b Author : Date : 2011-06-17T18:13:14
Download
1 2 3 4 5 6 7 8 9
#ifndef INCLUDE_branch_h__ #define INCLUDE_branch_h__ struct git_branch { char *remote; /* TODO: Make this a git_remote */ char *merge; }; #endif