Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2018-07-12 01:42:39 +0300
committerJunio C Hamano <gitster@pobox.com>2018-07-18 01:47:48 +0300
commite5c5ca27292d302b7ccf7e44c43d8b9474513867 (patch)
tree2f7db9f326875300931aada153fe23537fa733cd /commit-graph.h
parent14727b7fe6e8347f49689aba493b91bd6aecfc8d (diff)
commit-graph: add missing forward declaration
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.h')
-rw-r--r--commit-graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commit-graph.h b/commit-graph.h
index 506cb45fb1..674052bef4 100644
--- a/commit-graph.h
+++ b/commit-graph.h
@@ -5,6 +5,8 @@
#include "repository.h"
#include "string-list.h"
+struct commit;
+
char *get_commit_graph_filename(const char *obj_dir);
/*