Skip to content

Commit 69432db

Browse files
Merge pull request #1266: Update Git to v2.22.0.vfs.1
Update Git to v2.22.0
2 parents dffa76a + 71b66b9 commit 69432db

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.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)