Skip to content

Commit adfdb22

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-x86_64-git-extra (1.1.661.804d5810d-1 -> 1.1.667.036188a82-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent c09bc8e commit adfdb22

File tree

20 files changed

+6
-6
lines changed

20 files changed

+6
-6
lines changed

etc/profile.d/git-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ sdk () {
360360
git diff-index --quiet HEAD ||
361361
test ! -s .git/index ||
362362
(uname_m="$(uname -m)" &&
363-
test ! -d "../build-$uname_m-pc-msys/$uname_m-pc-cygwin/winsup/cygwin") &&
363+
test ! -d "../build-$uname_m-pc-msys/$uname_m-pc-cygwin/winsup/cygwin" &&
364364
test ! -d "../build-$uname_m-pc-msys/$uname_m-pc-msys/winsup/cygwin"); }
365365
then
366366
# no local changes

mingw64/bin/WhoUses.exe

0 Bytes
Binary file not shown.

mingw64/bin/blocked-file-util.exe

0 Bytes
Binary file not shown.

mingw64/bin/create-shortcut.exe

0 Bytes
Binary file not shown.

mingw64/bin/git-askpass.exe

0 Bytes
Binary file not shown.

mingw64/bin/git-askyesno.exe

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw64/bin/proxy-lookup.exe

0 Bytes
Binary file not shown.

usr/bin/astextplain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$(file --brief --mime-type "$1")" in
2121
out=$(pdftotext -q -layout -enc UTF-8 "$1" -) && sed "s/(\^M$)|(^\^L)//" <<<$out || cat "$1"
2222
;;
2323
# TODO add rtf support
24-
application/rtf | text/rtf)
24+
application/rtf | text/rtf | text/plain)
2525
cat "$1"
2626
;;
2727
*)
Binary file not shown.

0 commit comments

Comments
 (0)