Sha256: 96f82148795c56914244adc61eb20a6404250e6b9f1cd34db4ac78e76a47c72a

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

/*
 * Copyright (C) the libgit2 contributors. All rights reserved.
 *
 * 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_apply_h__
#define INCLUDE_apply_h__

#include "common.h"

#include "git2/patch.h"
#include "buffer.h"

extern int git_apply__patch(
	git_buf *out,
	char **filename,
	unsigned int *mode,
	const char *source,
	size_t source_len,
	git_patch *patch);

#endif

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rugged-0.27.10.1 vendor/libgit2/src/apply.h
rugged-0.27.9 vendor/libgit2/src/apply.h
rugged-0.27.7 vendor/libgit2/src/apply.h
rugged-0.27.5 vendor/libgit2/src/apply.h
rugged-0.27.4 vendor/libgit2/src/apply.h
rugged-0.27.2 vendor/libgit2/src/apply.h
rugged-0.27.1 vendor/libgit2/src/apply.h
rugged-0.27.0 vendor/libgit2/src/apply.h