Skip to content

Commit 7b42a49

Browse files
authored
Merge pull request #171 from git-for-windows/include-git-bash-manual-page-again
git: include the manual page for Git Bash again
2 parents c838c9e + f608ad1 commit 7b42a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mingw-w64-git/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ source=("${_realname}"::"git+https://github.com/git-for-windows/git.git#tag=v$ta
4848
'start-ssh-pageant.cmd'
4949
'git-wrapper.c'
5050
'git-bash.rc'
51-
'git-bash.txt'
51+
'git-bash.adoc'
5252
'git-cmd.rc'
5353
'git-wrapper.rc'
5454
'gitk.rc'
@@ -127,7 +127,7 @@ COMPAT_CFLAGS += $COMPAT_CFLAGS
127127
LDFLAGS = $LDFLAGS
128128
EOF
129129

130-
cp ../git-bash.txt Documentation/
130+
cp ../git-bash.adoc Documentation/
131131

132132
# Slightly dirty workaround for missing docbook-xsl-ns
133133
grep -q http://docbook.sourceforge.net/release/xsl-ns/current /etc/xml/catalog || {
File renamed without changes.

0 commit comments

Comments
 (0)