vote up -1 vote down star
1

I know neither one but would like to know out of curiosity. Thanks

flag

I don't understand what the purpose of asking a question for which you know the answer (if you did), that is not programming related and will not help anyone. – dribeas Oct 5 at 11:39
1  
thats right. because "What’s your favorite “programmer” cartoon?" is much more programming related.. – KevinDeus Oct 5 at 15:32

closed as not a real question by Mitch Wheat, dribeas, Paul Whelan, Bombe, Valentin Vasilyev Oct 5 at 12:11

4 Answers

vote up 14 vote down check

The about page:

Following the Unix tradition, Git is a collection of many small tools written in C [...]

There's also the fact that it was created by Linus Torvalds, who is not known for his love of C++.

link|flag
+1 For link of love .) – Eimantas Oct 5 at 11:38
vote up 4 vote down

From the Git About page:

Following the Unix tradition, Git is a collection of many small tools written in C, and a number of scripts that provide convenient wrappers. Git provides tools for both easy human usage and easy scripting to perform new clever operations.

And from Wikipedia, those scripts appear to be:

Written in C, Bourne Shell, Perl

link|flag
vote up 2 vote down

In keeping with Open Source tradition, the GIT source is easily accessible online. You can read the source from your browser and verify that it's in C.

link|flag
vote up 1 vote down

This mail shows the feelings of Linus Torvalds towards C++.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.