Skip to content

Commit 6ef6dce

Browse files
Merge pull request #1259: Update Git to v2.22.0
Updates to v2.22.0.vfs.1 as discussed in microsoft/git#140. Includes these changes in microsoft/git: * microsoft/git#133 * microsoft/git#139 * microsoft/git#141 * microsoft/git#143 Also, the `post-indexchanged` hook was renamed to `post-index-change` as it was upstreamed.
2 parents 8fbc67c + 9d9da8d commit 6ef6dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GVFS/GVFS.Build/GVFS.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup Label="Parameters">
55
<GVFSVersion>0.2.173.2</GVFSVersion>
6-
<GitPackageVersion>2.20190522.3</GitPackageVersion>
6+
<GitPackageVersion>2.20190610.5</GitPackageVersion>
77
</PropertyGroup>
88

99
<PropertyGroup Label="DefaultSettings">

GVFS/GVFS.Common/GVFSConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static class Hooks
157157
public const string PostCommandHookName = "post-command";
158158
public const string ReadObjectName = "read-object";
159159
public const string VirtualFileSystemName = "virtual-filesystem";
160-
public const string PostIndexChangedName = "post-indexchanged";
160+
public const string PostIndexChangedName = "post-index-change";
161161
public static readonly string Root = Path.Combine(DotGit.Root, "hooks");
162162
public static readonly string PreCommandPath = Path.Combine(Hooks.Root, PreCommandHookName);
163163
public static readonly string PostCommandPath = Path.Combine(Hooks.Root, PostCommandHookName);

0 commit comments

Comments
 (0)