Skip to content

Commit c613822

Browse files
committed
Portable release: use mingw-w64-git's Git Bash/Git CMD
Since version 2.3.4.2, mingw-w64-git ships its own Git Bash and Git CMD. There is no need to ship the .cmd files anymore (which would result in a flicking console window when starting Git Bash). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 041a6f4 commit c613822

File tree

4 files changed

+0
-65
lines changed

4 files changed

+0
-65
lines changed

portable/git-bash.bat.in

Lines changed: 0 additions & 16 deletions
This file was deleted.

portable/git-cmd.bat.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

portable/release.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,6 @@ esac
4343
mkdir -p "$SHARE/root/tmp" ||
4444
die "Could not make tmp/ directory"
4545

46-
mkdir -p "$SHARE/root/cmd" &&
47-
cp /mingw$BITNESS/libexec/git-core/git-log.exe "$SHARE/root/cmd/git.exe" ||
48-
die "Could not copy Git wrapper"
49-
50-
sed "s/@@BITNESS@@/$BITNESS/g" \
51-
< "$SHARE/git-cmd.bat.in" > "$SHARE/root/git-cmd.bat" ||
52-
die "Could not generate git-cmd.bat"
53-
54-
sed "s/@@BITNESS@@/$BITNESS/g" \
55-
< "$SHARE/git-bash.bat.in" > "$SHARE/root/git-bash.bat" ||
56-
die "Could not generate git-bash.bat"
57-
58-
5946
# Make a list of files to include
6047

6148
pacman_list () {

portable/root/Git Bash.vbs

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)