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.4 </GitPackageVersion >
77 </PropertyGroup >
88
99 <PropertyGroup Label =" DefaultSettings" >
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments