Re: Am a newby and I cannot compile git

2019-02-23 Thread Fabio Aiuto
Hello Santiago, how could I get a first task? A simple one please, I'd like being introduced to git developing as a participant in order to get used to submitting patches, and all the tools I need. Thank you in advance. Fabio. Il giorno ven, 15/02/2019 alle 20.13 +0100, Fabio Aiuto ha scritto: > T

Re: Am a newby and I cannot compile git

2019-02-23 Thread Fabio Aiuto
Hello Santiago, how could I get a first task? A simple one please, I'd like being introduced to git developing as a participant in order to get used to submitting patches, and all the tools I need. Thank you in advance. Fabio. Il giorno dom, 10/02/2019 alle 17.48 -0500, Santiago Torres ha scritto:

Re: Am a newby and I cannot compile git

2019-02-15 Thread Fabio Aiuto
Thank you so much Santiago!!! Sorry for late, lot of work these days!!! See you soon. Fabio. Il giorno mar, 12/02/2019 alle 16.54 -0500, Santiago Torres ha scritto: > Awesome, > > Do consider reading the files under Documentation (as other people > suggested) to make it easier to contribute. There

Re: Am a newby and I cannot compile git

2019-02-12 Thread Santiago Torres
Awesome, Do consider reading the files under Documentation (as other people suggested) to make it easier to contribute. There's CodingGuidelines and SubmittingPatches that are super useful :) Good luck! -Santiago. On Tue, Feb 12, 2019 at 10:43:13PM +0100, Fabio Aiuto wrote: > Ok I typed make ins

Re: Am a newby and I cannot compile git

2019-02-12 Thread Fabio Aiuto
Ok I typed make install from the terminal, then I attached the the project to the executable generated in the local bin directory. So I can happily trace in the code. Thank you, hope I will be able to fix things in git very soon!!! Fabio. Il giorno lun, 11/02/2019 alle 20.08 +0100, Fabio Aiuto ha s

Re: Am a newby and I cannot compile git!!!!

2019-02-11 Thread Brandon Richardson
Welcome to the community! Here are some documents that can help you get started: - INSTALL - Documentation/CodingGuidelines - Documentation/howto/maintain-git.txt - t/README - Documentation/SubmittingPatches On Sun, 10 Feb 2019 at 17:52, Fabio Aiuto wrote: > > Hallo to the whole git community, >

Re: Am a newby and I cannot compile git

2019-02-11 Thread Fabio Aiuto
Hello Santiago, I'm running debian Stretch on my machine, and using Eclipse. I'm new in linux world so I don't know how could I let you know all packages I've installed in a single screenshot. However I got the git sources with the following command: $ git clone git://git.kernel.org/pub/scm/git/gi

Re: Am a newby and I cannot compile git

2019-02-10 Thread Santiago Torres
It'd be difficult to debug without more context: Do you mind sharing your build log and more informationa about your setup? (e.g., what OS are you running, what packages are installed, how did you get the git sources, etc.) Thanks, -Santiago. On Sun, Feb 10, 2019 at 10:56:54PM +0100, Fabio Aiuto

Am a newby and I cannot compile git

2019-02-10 Thread Fabio Aiuto
Hello again my problem is that I cannot compile git. The error message says: Type'z_stream' could not be resolved I don't know why, because I installed the package zlib1g-dev and in the header file zlib.h this structure is declared. Help me!!! Fabio.

Am a newby and I cannot compile git!!!!

2019-02-10 Thread Fabio Aiuto
Hallo to the whole git community, I'm Fabio and I'm approaching the open source world. I'd like to join somehow the git experience so I cloned the whole git repository of git itself on my machine. Could yu give me some useful hints to start following you in developing/maintaining this technology?