[git-users] Debian7.7 ssl sertificate problem

2014-12-29 Thread Z Morar
After two months of use without any problem, now I can't push my developer-work over git to bitbucket server. The error message ssl sertificate.. etc. How to solve this problem? Thank you very much p.s. Debian 7.7 32 bit -- You received this message because you are subscribed to the Google Gr

Re: [git-users] Do you use Git for co-working others than development ?

2014-12-29 Thread Maurizio Vitale
On Tue, Dec 23, 2014 at 1:55 PM, Florian Coste wrote: > Hello, > > Thank you for your answer ;) Other people said me yesterday on Git irc > channel that .odt files are binary, and Git will not handle them correctly. > I don't know DocBook XML, or Markdown, but after some research, I don't > thin

Re: [git-users] Debian7.7 ssl sertificate problem

2014-12-29 Thread Konstantin Khomoutov
On Sat, 27 Dec 2014 13:44:14 -0800 (PST) Z Morar wrote: > After two months of use without any problem, now I can't push my > developer-work over git to bitbucket server. The error message ssl > sertificate.. etc. How to solve this problem? > Thank you very much > > p.s. Debian 7.7 32 bit Sor

Re: [git-users] Do you use Git for co-working others than development ?

2014-12-29 Thread Charles Manning
Even if you don't get textual diffs, merely keeping a history is a good start to preserving documents. And, btw, XML is not really any better than binary for doc storage because you generally cannot merge it One of the reasons I hate those IDEs that store project files in XLM. On Tue, Dec 30,

[git-users] Re: Debian7.7 ssl sertificate problem

2014-12-29 Thread Z Morar
Thank you very much, Konstantin. You gave me so useful informations. I'm a new git user and I don't have much experience. So, the problem was my OS system settings. It's good to know options like GIT_SSL_NO_VERIFY=1 . Thanks again, best regards. -- You received this message because you are subs

Re: [git-users] Re: Debian7.7 ssl sertificate problem

2014-12-29 Thread Martin Møller Skarbiniks Pedersen
On 29 December 2014 at 22:32, Z Morar wrote: > Thank you very much, Konstantin. You gave me so useful informations. I'm a > new git user and I don't have much experience. So, the problem was my OS > system settings. It's good to know options like GIT_SSL_NO_VERIFY=1 . > Thanks again, best regards.

[git-users] Re: Debian7.7 ssl sertificate problem

2014-12-29 Thread Z Morar
Thank you very much, Martin. Regads! -- 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 http

[git-users] Re: Updating multiple subtrees in a repository

2014-12-29 Thread Mattias Vannergård
Hi Carl! I am looking into a set up for this, too. As far as I have found out, you need to script a "recursive subtree pull" yourself, using the info stored in .gittrees Have you yet found another solution? BR /Mattias Den tisdagen den 7:e oktober 2014 kl. 12:31:24 UTC+2 skrev Carl Cook: > >

[git-users] Is version match using Linux server and Windows client necessary?

2014-12-29 Thread Mattias Vannergård
Hi! I have set up an environment for Git using a central repository on a server running SuSE 12, and clients running Win 7. I did sync the versions so both server and clients are running 1.9.4. Is this necessary or should I upgrade the server to 2.2.0 as soon as possible? On upgrade - in which

[git-users] Re: Do you use Git for co-working others than development ?

2014-12-29 Thread Rick Umali
On Monday, December 22, 2014 4:10:32 PM UTC-5, Florian Coste wrote: > > Recently I started to read documentation because I wanted to join open > source projects on Github. And I had one idea. I'm wondering if Git could > be use for other things ? For example, I would like to use Git for my CV's

Re: [git-users] How git handle file blob?

2014-12-29 Thread 李大明
Dale Worley於 2014年12月29日星期一UTC+8上午4時14分18秒寫道: > > > writes: > > I am pretty sure most of the files are the same by git diff. > > Does that mean that you have actually done a git-diff and examined the > total size of the files whose content has changed? > I compare with both source tree