From 16708110d85714d6ca02623be0cbc99f387e3b77 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 19 Aug 2024 12:50:42 +0200 Subject: GitOpParams: Remove unneeded branch field The 'branch' field is deprecated, not being used by any of the critical Git operations, thus it can be removed. --- src/other_tools/root_maps/distdir_git_map.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/other_tools/root_maps/distdir_git_map.cpp') diff --git a/src/other_tools/root_maps/distdir_git_map.cpp b/src/other_tools/root_maps/distdir_git_map.cpp index 9171daae..2d2ad107 100644 --- a/src/other_tools/root_maps/distdir_git_map.cpp +++ b/src/other_tools/root_maps/distdir_git_map.cpp @@ -172,7 +172,6 @@ auto CreateDistdirGitMap( { storage_config->GitRoot(), // target_path "", // git_hash - "", // branch std::nullopt, // message true // init_bare }, -- cgit v1.2.3