Sha256: 8a5ff93fd15b57b0b177b53eaa575c5391a24a10ac870cd196a16f659072ae0b
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
/* * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_message_h__ #define INCLUDE_message_h__ #include "buffer.h" int git_message_prettify(git_buf *message_out, const char *message, int strip_comments); #endif /* INCLUDE_message_h__ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rugged-0.17.0b2 | ext/rugged/vendor/libgit2-dist/src/message.h |
rugged-0.17.0b1 | ext/rugged/vendor/libgit2-dist/src/message.h |