File tree Expand file tree Collapse file tree 7 files changed +49
-0
lines changed
Expand file tree Collapse file tree 7 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "common.h"
29#include "repository.h"
310#include "sysdir.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "common.h"
29#include "repository.h"
310#include "filebuf.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "common.h"
29#include "repository.h"
310#include "attr_file.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "git2/ignore.h"
29#include "common.h"
310#include "ignore.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "git2/patch.h"
29#include "diff.h"
310#include "patch.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "pool.h"
29#include "posix.h"
310#ifndef GIT_WIN32
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) the libgit2 contributors. All rights reserved.
3+ *
4+ * This file is part of libgit2, distributed under the GNU GPL v2 with
5+ * a Linking Exception. For full terms see the included COPYING file.
6+ */
7+
18#include "sortedcache.h"
29
310int git_sortedcache_new (
You can’t perform that action at this time.
0 commit comments