-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ugit.psd1
40 lines (37 loc) · 1.46 KB
/
ugit.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@{
ModuleVersion = '0.4.5.1'
RootModule = 'ugit.psm1'
FormatsToProcess = 'ugit.format.ps1xml'
TypesToProcess = 'ugit.types.ps1xml'
Guid = '32323806-1d4a-485b-a64b-c502b0468847'
Author = 'James Brundage'
Copyright = '2022-2024 Start-Automating'
CompanyName = 'Start-Automating'
Description = 'ugit: git, updated with PowerShell'
PrivateData = @{
PSData = @{
Tags = 'PowerShell', 'git'
ProjectURI = 'https://github.com/StartAutomating/ugit'
LicenseURI = 'https://github.com/StartAutomating/ugit/blob/main/LICENSE'
BuildModule = @('EZOut', 'Piecemeal', 'PipeScript', 'PSSVG')
ReleaseNotes = @'
## ugit 0.4.5.1:
> Like It? [Star It](https://github.com/StartAutomating/ugit)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
* `git log` fix duplicate commit issue ( #334 )
* Thanks @ninmonkey !
---
Additional Changes in [Changelog](https://github.com/StartAutomating/ugit/blob/main/CHANGELOG.md)
'@
Taglines = @(
"I've got to admit it's gitting better, gitting better all the time:"
"Somehow, someway, I keep coming up with funky git nearly every single day:"
"#git in the #PowerShell object pipeline!"
"Get your git together!"
"Put this git in your pipe and smoke it!"
"I promise you, git gets better"
"Git ahead of the game!"
)
}
}
}