Skip to content

Commit 1cc8050

Browse files
authored
Merge pull request #800 from raymond-rebbeck/settings-file-timestamp
Fix initial import of settings file that has yet to be imported
2 parents 8f76655 + 59ebd18 commit 1cc8050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Fixed importing Lookup Tables that do not already exist (#791)
12+
- Fix initial import of settings file that has yet to be imported (#794)
1213
- Fixed syncing IRIS with files after pull to diff in the intended direction (#802)
1314

1415
## [2.12.1] - 2025-06-27

cls/SourceControl/Git/Settings/Document.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Method UpdateHash(stream)
102102
/// or "" if the routine does not exist.
103103
ClassMethod TimeStamp(name As %String) As %TimeStamp
104104
{
105-
return $get(@##class(SourceControl.Git.Utils).#Storage@("settings","TS"), $zdatetime($h,3))
105+
return $get(@##class(SourceControl.Git.Utils).#Storage@("settings","TS"), "")
106106
}
107107

108108
}

0 commit comments

Comments
 (0)