Re: [git-users] UnicodeDecodeError: 'utf8' codec can't decode byte 0x92 in position 377826: invalid start byte

2015-04-09 Thread Magnus Therning
On 9 April 2015 at 02:30,  python.beggine...@gmail.com wrote:
 Dale - this is in python 2.7.3 and using gitpython

This is mainly a mailing list for user-level questions about `git` the
command line tool.  While you can always ask questions about other
things on here, I suspect in this case you are much more likely to get
an answer if you approach the `gitpython` community.  I'd start here:
http://groups.google.com/group/git-python

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Re: Git openssl version

2015-04-09 Thread Konstantin Khomoutov
On Wed, 8 Apr 2015 13:24:35 -0700 (PDT)
win-newbie mamta.upadh...@gmail.com wrote:

  I installed git-1.9.5 using the windows installer. When I run 
  libneon-25.dll through dependency walker, I see it was linked with 
  MSYS-SSL-1.0.0.DLL and MSYS-CRYPTO-1.0.0.DLL. Are these
  openssl-1.0.1m dlls renamed? I am confused because running strings
  on libneon-25.dll, shows openssl-1.0.1h. 
 
 Thanks for the detailed reply! Really appreciate it. I am actually
 running strings on libneon-25.dll and not on all the modules.
 Dependency walker shows the dll's that would be loaded, but what if
 openssl-1.0.1h is statically built in libneon-25.dll?

To be honest, I did not think about such possibility.
On the other hand, having OpenSSL built in statically (even parts of it)
while at the same time having it linked in dynamically is, IMO, highly
improbable.  Again, only studying the build system can really tell that
for sure.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.