mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
Add git-win for GPG path hack
This commit is contained in:
2
git-win/.gitconfig-win
Normal file
2
git-win/.gitconfig-win
Normal file
@@ -0,0 +1,2 @@
|
||||
[gpg]
|
||||
program = c:/Program Files (x86)/GnuPG/bin/gpg.exe
|
||||
@@ -9,3 +9,6 @@
|
||||
prune = fetch --prune
|
||||
co = checkout
|
||||
dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | gzip -9 > ../$(git describe HEAD).tar.gz"
|
||||
|
||||
[include]
|
||||
path = ~/.gitconfig-win
|
||||
9
metadata/git-win.xml
Normal file
9
metadata/git-win.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Metadata.xsd">
|
||||
<FriendlyName>Git (Windows Config)</FriendlyName>
|
||||
|
||||
<Detection>
|
||||
<Method>FindInPath</Method>
|
||||
<FindInPath>git</FindInPath>
|
||||
</Detection>
|
||||
</Component>
|
||||
Reference in New Issue
Block a user