On Apr 9, 2008, at 9:10 PM, Marek Baczynski wrote:
On 9 Kwi, 19:37, Johannes Schindelin <[EMAIL PROTECTED]>
wrote:
2) And the other thing I wonder of, is it possible to generate SSH
keys
with just msysgit installed?
Yes. ssh-keygen.
Either I have broken something or it isn't installed in the newest
preview.
They are missing. I pushed the fix below to msysgit's devel. The
next installer will include them.
Steffen
[ Whitespace might be broken in this mail but it should be fine in
the repo. ]
commit 0541d3cc89af4d0d5ffc64db2fb1c3df060575ef
Author: Steffen Prohaska <[EMAIL PROTECTED]>
Date: Thu Apr 10 07:39:45 2008 +0200
Installer: Include ssh-keygen and ssh-keyscan in setup
Users most likely expect that a complete set of ssh commands
is available. The two ssh commands ssh-keygen and ssh-keyscan
were missing from the installation. This is fixed.
This commit also groups all ssh commands into a single line
in the copy script. This should make future maintenance easier.
Signed-off-by: Steffen Prohaska <[EMAIL PROTECTED]>
diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh
index d21fd54..fba230d 100644
--- a/share/WinGit/copy-files.sh
+++ b/share/WinGit/copy-files.sh
@@ -35,11 +35,12 @@
du.exe,echo,egrep,env.exe,expr.exe,false.exe,find.exe,gawk.
gunzip,gzip.exe,head.exe,id.exe,less.exe,libW11.dll,ln.exe,\
ls
.exe,md5sum.exe,mkdir.exe,msys-1.0.dll,msysltdl-3.dll,mv.exe,patch.exe,\
patch
.exe.manifest,perl.exe,printf,ps.exe,pwd,rm.exe,rmdir.exe,rxvt.exe,\
-scp.exe,sed.exe,sh.exe,sleep.exe,sort.exe,split.exe,ssh-
agent.exe,ssh.exe,\
+scp.exe,sed.exe,sh.exe,sleep.exe,sort.exe,split.exe,\
+ssh-agent.exe,ssh.exe,ssh-add.exe,ssh-keygen.exe,ssh-keyscan.exe,\
tail
.exe,tar.exe,tee.exe,touch.exe,tr.exe,true.exe,uname.exe,uniq.exe,vi,\
msys-perl5_8.dll,lib{apr,aprutil,expat,neon,z,svn}*.dll,\
msys-crypto-0.9.8.dll,msys-ssl-0.9.8.dll,msys-minires.dll,msys-z.dll,\
-openssl.exe,vim.exe,wc.exe,which,xargs.exe,ssh-add.exe,start} lib/
engines/ \
+openssl.exe,vim.exe,wc.exe,which,xargs.exe,start} lib/engines/ \
ssl/ cmd/ lib/perl5/ share/git* \
share/vim/vimrc share/vim/vim58/
{filetype.vim,ftoff.vim,menu.vim,optwin.vim,\
scripts.vim,syntax/c.vim,syntax/conf.vim,syntax/cpp.vim,syntax/
gitcommit.vim,\