From 8af8115e240cd7831588b187f6a88505e67a8c86 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 1 Jul 2020 10:17:32 +0200 Subject: [PATCH] Update branch prefix. --- src/git.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.cpp b/src/git.cpp index 23c42d4..33eb247 100644 --- a/src/git.cpp +++ b/src/git.cpp @@ -63,7 +63,7 @@ void clone() uint64_t get_last_id() { - constexpr string_view branch_prefix{"from-web-"}; + constexpr string_view branch_prefix{"web-"}; uint64_t id{0}; git_branch_iterator *it;