Re: Git internal command line parser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 25/12/2021 10:55 am, João Victor Bonfim wrote:
If you are on Windows, it gets even more interesting because all the
individual sub-commands are just hard links back to the single git.exe
that then links to those sub-command's code.

That seems undesirable...
I know operating otherwise would be even more complicated and might create undue complexity or diminish performance, but I guess that, if it works, don't mess with it.


Was this directed towards Lemuria (me)?

And I likely will consider this "front-end to many separate
executable apps" approach for my future large projects.

Lemuria, please consider those points as, sometimes, what is great at performance might not help with scalability and other matters, therefore, as the designer/engineer of a software system, a choice must be made and an evaluation of the properties of each possibility is a necessity.

Do with that what you will.

I'm also a beginner to C, not quite an expert at it.

Practice programming a lot and never forget two things: [1] you are working with a man made machine, therefore its limitations and capabilities are by design, so you must consider them every step of the way when developing (like how computers send information, how computers process informations, how machine behaviour can be altered, abused or exploited through alteration of the environment or mechanism and through the use of sleight of hand). [2] Your code always has real life consequences and it is your moral responsibility to consider them and make sure that prejudice isn't codified into them.

Okay, I understand. I'll do everything to keep my code bias-free.
I'm working on a project in C and if it's okay, I'll link you to
the GitHub repository.

I'm sure the git mailing list isn't the right place for me to get
criticism on that project however.

Those are my two tid bits about being a responsible and effective programmer.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

Em sexta-feira, 24 de dezembro de 2021 às 15:36, Philip Oakley <philipoakley@iee.email> escreveu:

On 24/12/2021 18:30, Lemuria wrote:

On 25/12/2021 2:13 am, Philip Oakley wrote:

On 24/12/2021 14:38, Lemuria wrote:

#=< TLDR: Where's the code for git's internal command line parser?

===#

I'm interested in the internals of git, more specifically it's command

line parser.

One place to start is https://github.com/git/git/blob/master/git.c

Wait, is all of Git just one big executable or are there many

executables and `git` is just the front-end for accessing the

separate git executables, such as say, the one for processing

commits?

Yes, `git` is a front end.

If you are on Windows, it gets even more interesting because all the

individual sub-commands are just hard links back to the single git.exe

that then links to those sub-command's code.

Does Git use a library like getopt for it's command line handling, or

does it use a custom parser?

If possible, I would appreciate being redirected to the source code

files that handle this.

Sincerely,

Lemuria

Philip



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux