From: [email protected] To: [email protected] Sent: Sunday, June 16, 2013 1:41 PM Subject: [git-users] developers docs ?
I am curious to have a look at the source. But since it is a rather big project I wonder is there a guide/walk-through to the structure of the source ? Thanks -- The main point of note is that 'git.c' simply locates the correct sub-command, and then executes that. So you have lots of independent functions (commands), hence the apparent sprawl. Mysgit, for each sub-command, (IIUC) packs them all into the one executable, so it can look like a lot of repetition. That's just a feature of the way the msysgit port happened. Philip -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
