File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments