Skip to content

Commit 0ec589b

Browse files
committed
Update Git to v2.22.0.vfs.1
Includes a change to the post-indexchanged hook (now the post-index-change hook). Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
1 parent 50ef886 commit 0ec589b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2</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
@@ -156,7 +156,7 @@ public static class Hooks
156156
public const string PostCommandHookName = "post-command";
157157
public const string ReadObjectName = "read-object";
158158
public const string VirtualFileSystemName = "virtual-filesystem";
159-
public const string PostIndexChangedName = "post-indexchanged";
159+
public const string PostIndexChangedName = "post-index-change";
160160
public static readonly string Root = Path.Combine(DotGit.Root, "hooks");
161161
public static readonly string PreCommandPath = Path.Combine(Hooks.Root, PreCommandHookName);
162162
public static readonly string PostCommandPath = Path.Combine(Hooks.Root, PostCommandHookName);

0 commit comments

Comments
 (0)