Skip to content

Commit ba7ade8

Browse files
committed
Adding credential helpers for windows and mac
1 parent 954b7fe commit ba7ade8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

script/build-macos.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ DESTDIR="$DESTINATION" make strip install prefix=/ \
3131
MACOSX_DEPLOYMENT_TARGET=10.9
3232
)
3333

34+
(
35+
cd "$SOURCE/contrib/credential/osxkeychain" || exit 1
36+
make clean
37+
make
38+
cp "$SOURCE/contrib/credential/osxkeychain/git-credential-osxkeychain" "$DESTINATION/libexec/git-core/"
39+
)
3440

3541
if [[ "$GIT_LFS_VERSION" ]]; then
3642
echo "-- Bundling Git LFS"

script/build-win32.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ rm "$DESTINATION/$MINGW_DIR/etc/gitattributes"
9090
echo "-- Removing global gitattributes which handles certain file extensions"
9191

9292
rm "$DESTINATION/$MINGW_DIR/bin/git-credential-store.exe"
93-
rm "$DESTINATION/$MINGW_DIR/bin/git-credential-wincred.exe"
9493
echo "-- Removing legacy credential helpers"

0 commit comments

Comments
 (0)