diff --git a/LibGit2Sharp/Commands/Fetch.cs b/LibGit2Sharp/Commands/Fetch.cs index e531aac51..f1a15b25e 100644 --- a/LibGit2Sharp/Commands/Fetch.cs +++ b/LibGit2Sharp/Commands/Fetch.cs @@ -54,6 +54,8 @@ public static void Fetch(Repository repository, string remote, IEnumerable /// The custom headers string array public string[] CustomHeaders { get; set; } + + /// + /// DGP Studio Feature: Whether to update FETCH_HEAD after fetching. + /// + public bool UpdateFetchHead { get; set; } = true; } } diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 1c4abef7b..779f42a8b 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -15,6 +15,7 @@ embedded true ..\libgit2sharp.snk + Snap.LibGit2Sharp square-logo.png App_Readme/README.md App_Readme/LICENSE.md