Component Translated Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
Glossary Git Manpages GPL-2.0-only 0 0 0 0 2 0 1
Translations GPL-2.0-only 0 0 0 0 3,636 0 41

Overview

Project website git-scm.com
Project maintainers User avatar jnavila
Language English
Language code en
Text direction Left to right
Number of speakers 1,728,900,209
yesterday

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 12,583 228,256 1,475,253
Translated 100% 12,583 100% 228,256 100% 1,475,253
Needs editing 0% 0 0% 0 0% 0
Read-only 98% 12,449 99% 228,059 99% 1,473,714
Failing checks 28% 3,638 34% 78,325 34% 509,324
Strings with suggestions 0% 0 0% 0 0% 0
Untranslated strings 0% 0 0% 0 0% 0

Quick numbers

228 k
Hosted words
12,583
Hosted strings
100%
Translated
and previous 30 days

Trends of last 30 days

+1%
Hosted words
+100%
+1%
Hosted strings
+100%
Translated
+100%
+100%
Contributors
User avatar Fat-Zer

Comment added

diff-tree here seems to refer to git diff-tree and probably should be marked with some formatting. back-ticks?

yesterday
User avatar Fat-Zer

Comment added

in the neighboring string for man git-log NUL is emphasized like __NUL__. Given they are basically the same string, they should probably look the same.

2 days ago
User avatar Fat-Zer

Comment added

Note: new and gone shouldn't be translated here as they are not translatable in git in this context...

May be they should be wrapped in back-ticks rather than quotes.

2 days ago
User avatar Fat-Zer

Comment added

Any idea what it actually does? I don't see any changes in the output with git log -t...

3 days ago
User avatar Fat-Zer

String added

3 days ago
User avatar Fat-Zer

Comment removed

Same as previous one, should probably be:

+	if (get_sha1(arg, sha1) < 0)
+		usage(describe_usage);
+	cmit = lookup_commit_reference(sha1);
+	if (!cmit)
+		usage(describe_usage);
+
 	if (!initialized) {
 		initialized = 1;
 		for_each_ref(get_name);

5 days ago
User avatar Fat-Zer

Comment removed

I was wrong about my assessments that the example was incorrect; I'm removing my comments

5 days ago
User avatar Fat-Zer

Comment added

I was wrong about my assessments that the example was incorrect; I'm removing my comments

5 days ago
User avatar Fat-Zer

Comment removed

I was wrong about my assessments that the example was incorrect; I'm removing my comments

5 days ago
User avatar Fat-Zer

Comment removed

Shouldn't this one be:

-static void describe(char *arg)
+static void describe(char *arg, int last_one)
 {
+	unsigned char sha1[20];
+	struct commit *cmit;
 	struct commit_list *list;
 	static int initialized = 0;
 	struct commit_name *n;

??

Notice remove of static void describe(struct commit *cmit, int last_one) line and spaces changes before/after +/- and before tabs.

5 days ago
Browse all changes for this language