Sha256: d5c7efbd4ed3265b47721032ca98853ebae4b588e398fef91f013419dcab5664
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
#ifndef INCLUDE_git_blob_h__ #define INCLUDE_git_blob_h__ #include "common.h" #include "types.h" GIT_BEGIN_DECL /** * Perform a cherry-pick * * @param input dummy input * @returns the usual */ GIT_EXTERN(int) git_cherrypick(char *input); GIT_END_DECL
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docurium-0.6.0 | test/fixtures/git2/cherrypick.h |