summaryrefslogtreecommitdiffstats
path: root/core/git-access.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-10 17:19:51 -0700
committerGravatar GitHub <noreply@github.com>2020-04-10 17:19:51 -0700
commit61f9c4114e076e77f75db48611283209b33e4202 (patch)
tree5d959c312b5d6651e16c8cca0c5c80b1f032ee72 /core/git-access.h
parent42c974edd73b48520a5f0d4579510c39a56902c5 (diff)
parent53fb533a99eef94d5df1a5258bc23ec123f59d6d (diff)
downloadsubsurface-61f9c4114e076e77f75db48611283209b33e4202.tar.gz
Merge pull request #2737 from Subsurface-divelog/libgitCleanup
Libgit cleanup
Diffstat (limited to 'core/git-access.h')
-rw-r--r--core/git-access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/git-access.h b/core/git-access.h
index 19cdde46a..8e20395a4 100644
--- a/core/git-access.h
+++ b/core/git-access.h
@@ -31,6 +31,7 @@ void set_git_update_cb(int(*)(const char *));
int git_storage_update_progress(const char *text);
char *get_local_dir(const char *remote, const char *branch);
int git_create_local_repo(const char *filename);
+int get_authorship(git_repository *repo, git_signature **authorp);
#ifdef __cplusplus
}