Sha256: 36d2106266ec1abe4e9c64039567af401729d21c867b88dce598cda1230fab3f
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 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 #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docurium-0.7.0 | test/fixtures/git2/cherrypick.h |