feat: Add GitRepoRegistration cmdlets #5
20 changed files with 7 additions and 3 deletions
chore: Fix line endings for verified test outputs
commit
ba07e1618a
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
*.verified.txt text eol=lf working-tree-encoding=UTF-8
|
||||
*.verified.xml text eol=lf working-tree-encoding=UTF-8
|
||||
*.verified.json text eol=lf working-tree-encoding=UTF-8
|
||||
*.verified.bin binary
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
Attempted to register: test
|
||||
Attempted to register: test
|
||||
Registration result: test
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Attempted to register: test\path
|
||||
Attempted to register: test\path
|
||||
Registration result: test\path
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Attempted to register: other/path
|
||||
Attempted to register: other/path
|
||||
Registration result: other/path
|
||||
|
|
|
|||
Loading…
Reference in a new issue