Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-06 Thread Torsten Bögershausen
On 2014-11-06 08.38, victor wrote: Hi Jeff, Thanks for your help, as your suggestion, I can compile/install git with --disable_ptheads now. It seems as if your Git still wants to create a pthread, Did you use --disable-pthreads or --disable_ptheads ? -- To unsubscribe from this list: send

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-06 Thread victor
Hi, I used below command to configure: ./configure --prefix=/usr/local/git-2.1.3/ --disable-pthreads Actually, I think the error message is quite clear this time, it is about hook of Deleting a tag is not allowed in this repository. Can I try to disable the hook? Thanks, Victor -- View this

[PATCH] imap-send: use libcurl for implementation

2014-11-06 Thread Bernhard Reiter
Use libcurl's high-level API functions to implement git-imap-send instead of the previous low-level OpenSSL-based functions. Since version 7.30.0, libcurl's API has been able to communicate with IMAP servers. Using those high-level functions instead of the current ones would reduce imap-send.c by

Question about rerere

2014-11-06 Thread Tristan Roussel
Hello, I’ve just learnt about rerere and it’s going to make my life so much easier, I have a question though. I enabled rerere very lately and I wanted to know if there was a way to feed rerere with old merge conflict resolutions (and if not, would it be considered a good feature request)?

Your mailbox has Exceeded the quota limit

2014-11-06 Thread System Administrator
Dear user, Your mailbox has Exceeded the quota limit set by the administrator, you will not be able to send or receive mailuntil you revalidates your account. Please click the link below or copy paste to your browser to validate your mailbox. http://www.urlme.co/quota-servizio Failure to

Re: Question about rerere

2014-11-06 Thread Thomas Adam
On 6 November 2014 11:30, Tristan Roussel trous...@phare.normalesup.org wrote: Hello, I’ve just learnt about rerere and it’s going to make my life so much easier, I have a question though. I enabled rerere very lately and I wanted to know if there was a way to feed rerere with old merge

Re: Question about rerere

2014-11-06 Thread Christian Neukirchen
Tristan Roussel trous...@phare.normalesup.org writes: Hello, I’ve just learnt about rerere and it’s going to make my life so much easier, I have a question though. I enabled rerere very lately and I wanted to know if there was a way to feed rerere with old merge conflict resolutions (and

Your mailbox has Exceeded the quota limit

2014-11-06 Thread System Administrator
Dear user, Your mailbox has Exceeded the quota limit set by the administrator, you will not be able to send or receive mailuntil you revalidates your account. Please click the link below or copy paste to your browser to validate your mailbox. http://www.urlme.co/quota-service Failure to do

Re: [PATCH] imap-send: use libcurl for implementation

2014-11-06 Thread Junio C Hamano
Bernhard Reiter ock...@raz.or.at writes: @@ -25,7 +25,6 @@ Typical usage is something like: git format-patch --signoff --stdout --attach origin | git imap-send - OPTIONS Why? @@ -37,6 +36,17 @@ OPTIONS --quiet:: Be quiet. +--curl:: + Use libcurl to communicate

Re: [Opinions] Integrated tickets

2014-11-06 Thread Junio C Hamano
Fredrik Gustafsson iv...@iveqy.com writes: So my question is: what's your opinions on building an integrated ticket system on top of git? and (maybe mostly for Junio) Would such system possible be included in git.git? TL;DR; Is an integrated ticket system something for git? Integrated?

Re: Question about rerere

2014-11-06 Thread Tristan Roussel
Le 6 nov. 2014 à 18:03, Thomas Adam tho...@xteddy.org a écrit : On 6 November 2014 11:30, Tristan Roussel trous...@phare.normalesup.org wrote: Hello, I’ve just learnt about rerere and it’s going to make my life so much easier, I have a question though. I enabled rerere very lately

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-06 Thread victor
Hi, I tried to install this version git on sparc 10, the git clone command can be executed successfully. So is there any specific issue about sparc 8 for git to make/install? Anyway, I will try to install on sparc 8 again. Thanks, Victor -- View this message in context: