1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2020-12-21 07:10+0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21 #: add-interactive.c:376
26 #: add-interactive.c:529 add-interactive.c:830 reset.c:65 sequencer.c:3284
27 #: sequencer.c:3735 sequencer.c:3890 builtin/rebase.c:1532
28 #: builtin/rebase.c:1955
29 msgid "could not read index"
32 #: add-interactive.c:584 git-add--interactive.perl:269
33 #: git-add--interactive.perl:294
37 #: add-interactive.c:642 git-add--interactive.perl:278
38 #: git-add--interactive.perl:332
42 #: add-interactive.c:643 git-add--interactive.perl:314
43 #: git-add--interactive.perl:329
47 #: add-interactive.c:680 git-add--interactive.perl:641
51 #: add-interactive.c:697 add-interactive.c:885
53 msgid "could not stage '%s'"
56 #: add-interactive.c:703 add-interactive.c:892 reset.c:89 sequencer.c:3478
57 msgid "could not write index"
60 #: add-interactive.c:706 git-add--interactive.perl:626
61 #, c-format, perl-format
62 msgid "updated %d path\n"
63 msgid_plural "updated %d paths\n"
67 #: add-interactive.c:724 git-add--interactive.perl:676
68 #, c-format, perl-format
69 msgid "note: %s is untracked now.\n"
72 #: add-interactive.c:729 apply.c:4125 builtin/checkout.c:295
73 #: builtin/reset.c:145
75 msgid "make_cache_entry failed for path '%s'"
78 #: add-interactive.c:759 git-add--interactive.perl:653
82 #: add-interactive.c:775
83 msgid "Could not parse HEAD^{tree}"
86 #: add-interactive.c:813 git-add--interactive.perl:629
87 #, c-format, perl-format
88 msgid "reverted %d path\n"
89 msgid_plural "reverted %d paths\n"
93 #: add-interactive.c:864 git-add--interactive.perl:693
95 msgid "No untracked files.\n"
98 #: add-interactive.c:868 git-add--interactive.perl:687
102 #: add-interactive.c:895 git-add--interactive.perl:623
103 #, c-format, perl-format
104 msgid "added %d path\n"
105 msgid_plural "added %d paths\n"
109 #: add-interactive.c:925
111 msgid "ignoring unmerged: %s"
114 #: add-interactive.c:937 add-patch.c:1751 git-add--interactive.perl:1369
116 msgid "Only binary files changed.\n"
119 #: add-interactive.c:939 add-patch.c:1749 git-add--interactive.perl:1371
121 msgid "No changes.\n"
124 #: add-interactive.c:943 git-add--interactive.perl:1379
128 #: add-interactive.c:982 git-add--interactive.perl:1792
132 #: add-interactive.c:1010
133 msgid "show paths with changes"
136 #: add-interactive.c:1012
137 msgid "add working tree state to the staged set of changes"
140 #: add-interactive.c:1014
141 msgid "revert staged set of changes back to the HEAD version"
144 #: add-interactive.c:1016
145 msgid "pick hunks and update selectively"
148 #: add-interactive.c:1018
149 msgid "view diff between HEAD and index"
152 #: add-interactive.c:1020
153 msgid "add contents of untracked files to the staged set of changes"
156 #: add-interactive.c:1028 add-interactive.c:1077
160 #: add-interactive.c:1030
161 msgid "select a single item"
164 #: add-interactive.c:1032
165 msgid "select a range of items"
168 #: add-interactive.c:1034
169 msgid "select multiple ranges"
172 #: add-interactive.c:1036 add-interactive.c:1081
173 msgid "select item based on unique prefix"
176 #: add-interactive.c:1038
177 msgid "unselect specified items"
180 #: add-interactive.c:1040
181 msgid "choose all items"
184 #: add-interactive.c:1042
185 msgid "(empty) finish selecting"
188 #: add-interactive.c:1079
189 msgid "select a numbered item"
192 #: add-interactive.c:1083
193 msgid "(empty) select nothing"
196 #: add-interactive.c:1091 builtin/clean.c:816 git-add--interactive.perl:1896
197 msgid "*** Commands ***"
200 #: add-interactive.c:1092 builtin/clean.c:817 git-add--interactive.perl:1893
204 #: add-interactive.c:1144 git-add--interactive.perl:213
208 #: add-interactive.c:1144 git-add--interactive.perl:213
212 #: add-interactive.c:1144 apply.c:4987 apply.c:4990 builtin/am.c:2257
213 #: builtin/am.c:2260 builtin/bugreport.c:134 builtin/clone.c:124
214 #: builtin/fetch.c:147 builtin/merge.c:284 builtin/pull.c:190
215 #: builtin/submodule--helper.c:409 builtin/submodule--helper.c:1818
216 #: builtin/submodule--helper.c:1821 builtin/submodule--helper.c:2326
217 #: builtin/submodule--helper.c:2329 builtin/submodule--helper.c:2572
218 #: git-add--interactive.perl:213
222 #: add-interactive.c:1151
223 msgid "could not refresh index"
226 #: add-interactive.c:1165 builtin/clean.c:781 git-add--interactive.perl:1803
231 #: add-patch.c:34 git-add--interactive.perl:1431
232 #, c-format, perl-format
233 msgid "Stage mode change [y,n,q,a,d%s,?]? "
236 #: add-patch.c:35 git-add--interactive.perl:1432
237 #, c-format, perl-format
238 msgid "Stage deletion [y,n,q,a,d%s,?]? "
241 #: add-patch.c:36 git-add--interactive.perl:1433
242 #, c-format, perl-format
243 msgid "Stage addition [y,n,q,a,d%s,?]? "
246 #: add-patch.c:37 git-add--interactive.perl:1434
247 #, c-format, perl-format
248 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
253 "If the patch applies cleanly, the edited hunk will immediately be marked for "
259 "y - stage this hunk\n"
260 "n - do not stage this hunk\n"
261 "q - quit; do not stage this hunk or any of the remaining ones\n"
262 "a - stage this hunk and all later hunks in the file\n"
263 "d - do not stage this hunk or any of the later hunks in the file\n"
266 #: add-patch.c:56 git-add--interactive.perl:1437
267 #, c-format, perl-format
268 msgid "Stash mode change [y,n,q,a,d%s,?]? "
271 #: add-patch.c:57 git-add--interactive.perl:1438
272 #, c-format, perl-format
273 msgid "Stash deletion [y,n,q,a,d%s,?]? "
276 #: add-patch.c:58 git-add--interactive.perl:1439
277 #, c-format, perl-format
278 msgid "Stash addition [y,n,q,a,d%s,?]? "
281 #: add-patch.c:59 git-add--interactive.perl:1440
282 #, c-format, perl-format
283 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
288 "If the patch applies cleanly, the edited hunk will immediately be marked for "
294 "y - stash this hunk\n"
295 "n - do not stash this hunk\n"
296 "q - quit; do not stash this hunk or any of the remaining ones\n"
297 "a - stash this hunk and all later hunks in the file\n"
298 "d - do not stash this hunk or any of the later hunks in the file\n"
301 #: add-patch.c:80 git-add--interactive.perl:1443
302 #, c-format, perl-format
303 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
306 #: add-patch.c:81 git-add--interactive.perl:1444
307 #, c-format, perl-format
308 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
311 #: add-patch.c:82 git-add--interactive.perl:1445
312 #, c-format, perl-format
313 msgid "Unstage addition [y,n,q,a,d%s,?]? "
316 #: add-patch.c:83 git-add--interactive.perl:1446
317 #, c-format, perl-format
318 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
323 "If the patch applies cleanly, the edited hunk will immediately be marked for "
329 "y - unstage this hunk\n"
330 "n - do not unstage this hunk\n"
331 "q - quit; do not unstage this hunk or any of the remaining ones\n"
332 "a - unstage this hunk and all later hunks in the file\n"
333 "d - do not unstage this hunk or any of the later hunks in the file\n"
336 #: add-patch.c:103 git-add--interactive.perl:1449
337 #, c-format, perl-format
338 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
341 #: add-patch.c:104 git-add--interactive.perl:1450
342 #, c-format, perl-format
343 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
346 #: add-patch.c:105 git-add--interactive.perl:1451
347 #, c-format, perl-format
348 msgid "Apply addition to index [y,n,q,a,d%s,?]? "
351 #: add-patch.c:106 git-add--interactive.perl:1452
352 #, c-format, perl-format
353 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
356 #: add-patch.c:108 add-patch.c:176 add-patch.c:221
358 "If the patch applies cleanly, the edited hunk will immediately be marked for "
364 "y - apply this hunk to index\n"
365 "n - do not apply this hunk to index\n"
366 "q - quit; do not apply this hunk or any of the remaining ones\n"
367 "a - apply this hunk and all later hunks in the file\n"
368 "d - do not apply this hunk or any of the later hunks in the file\n"
371 #: add-patch.c:126 git-add--interactive.perl:1455
372 #: git-add--interactive.perl:1473
373 #, c-format, perl-format
374 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
377 #: add-patch.c:127 git-add--interactive.perl:1456
378 #: git-add--interactive.perl:1474
379 #, c-format, perl-format
380 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
383 #: add-patch.c:128 git-add--interactive.perl:1457
384 #: git-add--interactive.perl:1475
385 #, c-format, perl-format
386 msgid "Discard addition from worktree [y,n,q,a,d%s,?]? "
389 #: add-patch.c:129 git-add--interactive.perl:1458
390 #: git-add--interactive.perl:1476
391 #, c-format, perl-format
392 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
395 #: add-patch.c:131 add-patch.c:154 add-patch.c:199
397 "If the patch applies cleanly, the edited hunk will immediately be marked for "
401 #: add-patch.c:134 add-patch.c:202
403 "y - discard this hunk from worktree\n"
404 "n - do not discard this hunk from worktree\n"
405 "q - quit; do not discard this hunk or any of the remaining ones\n"
406 "a - discard this hunk and all later hunks in the file\n"
407 "d - do not discard this hunk or any of the later hunks in the file\n"
410 #: add-patch.c:149 add-patch.c:194 git-add--interactive.perl:1461
411 #, c-format, perl-format
412 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
415 #: add-patch.c:150 add-patch.c:195 git-add--interactive.perl:1462
416 #, c-format, perl-format
417 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
420 #: add-patch.c:151 add-patch.c:196 git-add--interactive.perl:1463
421 #, c-format, perl-format
422 msgid "Discard addition from index and worktree [y,n,q,a,d%s,?]? "
425 #: add-patch.c:152 add-patch.c:197 git-add--interactive.perl:1464
426 #, c-format, perl-format
427 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
432 "y - discard this hunk from index and worktree\n"
433 "n - do not discard this hunk from index and worktree\n"
434 "q - quit; do not discard this hunk or any of the remaining ones\n"
435 "a - discard this hunk and all later hunks in the file\n"
436 "d - do not discard this hunk or any of the later hunks in the file\n"
439 #: add-patch.c:171 add-patch.c:216 git-add--interactive.perl:1467
440 #, c-format, perl-format
441 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
444 #: add-patch.c:172 add-patch.c:217 git-add--interactive.perl:1468
445 #, c-format, perl-format
446 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
449 #: add-patch.c:173 add-patch.c:218 git-add--interactive.perl:1469
450 #, c-format, perl-format
451 msgid "Apply addition to index and worktree [y,n,q,a,d%s,?]? "
454 #: add-patch.c:174 add-patch.c:219 git-add--interactive.perl:1470
455 #, c-format, perl-format
456 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
461 "y - apply this hunk to index and worktree\n"
462 "n - do not apply this hunk to index and worktree\n"
463 "q - quit; do not apply this hunk or any of the remaining ones\n"
464 "a - apply this hunk and all later hunks in the file\n"
465 "d - do not apply this hunk or any of the later hunks in the file\n"
470 "y - apply this hunk to worktree\n"
471 "n - do not apply this hunk to worktree\n"
472 "q - quit; do not apply this hunk or any of the remaining ones\n"
473 "a - apply this hunk and all later hunks in the file\n"
474 "d - do not apply this hunk or any of the later hunks in the file\n"
479 msgid "could not parse hunk header '%.*s'"
482 #: add-patch.c:361 add-patch.c:365
484 msgid "could not parse colored hunk header '%.*s'"
488 msgid "could not parse diff"
492 msgid "could not parse colored diff"
497 msgid "failed to run '%s'"
501 msgid "mismatched output from interactive.diffFilter"
506 "Your filter must maintain a one-to-one correspondence\n"
507 "between its input and output lines."
513 "expected context line #%d in\n"
520 "hunks do not overlap:\n"
522 "\tdoes not end with:\n"
526 #: add-patch.c:1081 git-add--interactive.perl:1115
527 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
534 "To remove '%c' lines, make them ' ' lines (context).\n"
535 "To remove '%c' lines, delete them.\n"
536 "Lines starting with %c will be removed.\n"
539 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
540 #: add-patch.c:1099 git-add--interactive.perl:1129
542 "If it does not apply cleanly, you will be given an opportunity to\n"
543 "edit again. If all lines of the hunk are removed, then the edit is\n"
544 "aborted and the hunk is left unchanged.\n"
548 msgid "could not parse hunk header"
552 msgid "'git apply --cached' failed"
555 #. TRANSLATORS: do not translate [y/n]
556 #. The program will only accept that input at this point.
557 #. Consider translating (saying "no" discards!) as
558 #. (saying "n" for "no" discards!) if the translation
559 #. of the word "no" does not start with n.
561 #. TRANSLATORS: do not translate [y/n]
562 #. The program will only accept that input
564 #. Consider translating (saying "no" discards!) as
565 #. (saying "n" for "no" discards!) if the translation
566 #. of the word "no" does not start with n.
567 #: add-patch.c:1246 git-add--interactive.perl:1242
569 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
573 msgid "The selected hunks do not apply to the index!"
576 #: add-patch.c:1290 git-add--interactive.perl:1346
577 msgid "Apply them to the worktree anyway? "
580 #: add-patch.c:1297 git-add--interactive.perl:1349
581 msgid "Nothing was applied.\n"
586 "j - leave this hunk undecided, see next undecided hunk\n"
587 "J - leave this hunk undecided, see next hunk\n"
588 "k - leave this hunk undecided, see previous undecided hunk\n"
589 "K - leave this hunk undecided, see previous hunk\n"
590 "g - select a hunk to go to\n"
591 "/ - search for a hunk matching the given regex\n"
592 "s - split the current hunk into smaller hunks\n"
593 "e - manually edit the current hunk\n"
597 #: add-patch.c:1516 add-patch.c:1526
598 msgid "No previous hunk"
601 #: add-patch.c:1521 add-patch.c:1531
606 msgid "No other hunks to goto"
609 #: add-patch.c:1548 git-add--interactive.perl:1606
610 msgid "go to which hunk (<ret> to see more)? "
613 #: add-patch.c:1549 git-add--interactive.perl:1608
614 msgid "go to which hunk? "
619 msgid "Invalid number: '%s'"
624 msgid "Sorry, only %d hunk available."
625 msgid_plural "Sorry, only %d hunks available."
630 msgid "No other hunks to search"
633 #: add-patch.c:1580 git-add--interactive.perl:1661
634 msgid "search for regex? "
639 msgid "Malformed search regexp %s: %s"
643 msgid "No hunk matches the given pattern"
647 msgid "Sorry, cannot split this hunk"
652 msgid "Split into %d hunks."
656 msgid "Sorry, cannot edit this hunk"
660 msgid "'git apply' failed"
667 "Disable this message with \"git config advice.%s false\""
672 msgid "%shint: %.*s%s\n"
676 msgid "Cherry-picking is not possible because you have unmerged files."
680 msgid "Committing is not possible because you have unmerged files."
684 msgid "Merging is not possible because you have unmerged files."
688 msgid "Pulling is not possible because you have unmerged files."
692 msgid "Reverting is not possible because you have unmerged files."
697 msgid "It is not possible to %s because you have unmerged files."
702 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
703 "as appropriate to mark resolution and make a commit."
707 msgid "Exiting because of an unresolved conflict."
710 #: advice.c:281 builtin/merge.c:1369
711 msgid "You have not concluded your merge (MERGE_HEAD exists)."
715 msgid "Please, commit your changes before merging."
719 msgid "Exiting because of unfinished merge."
725 "Note: switching to '%s'.\n"
727 "You are in 'detached HEAD' state. You can look around, make experimental\n"
728 "changes and commit them, and you can discard any commits you make in this\n"
729 "state without impacting any branches by switching back to a branch.\n"
731 "If you want to create a new branch to retain commits you create, you may\n"
732 "do so (now or later) by using -c with the switch command. Example:\n"
734 " git switch -c <new-branch-name>\n"
736 "Or undo this operation with:\n"
740 "Turn off this advice by setting config variable advice.detachedHead to "
746 msgid "cmdline ends with \\"
750 msgid "unclosed quote"
755 msgid "unrecognized whitespace option '%s'"
760 msgid "unrecognized whitespace ignore option '%s'"
764 msgid "--reject and --3way cannot be used together."
768 msgid "--cached and --3way cannot be used together."
772 msgid "--3way outside a repository"
776 msgid "--index outside a repository"
780 msgid "--cached outside a repository"
785 msgid "Cannot prepare timestamp regexp %s"
790 msgid "regexec returned %d for input: %s"
795 msgid "unable to find filename in patch at line %d"
800 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
805 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
810 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
815 msgid "git apply: bad git-diff - expected /dev/null on line %d"
820 msgid "invalid mode on line %d: %s"
825 msgid "inconsistent header lines %d and %d"
831 "git diff header lacks filename information when removing %d leading pathname "
832 "component (line %d)"
834 "git diff header lacks filename information when removing %d leading pathname "
835 "components (line %d)"
841 msgid "git diff header lacks filename information (line %d)"
846 msgid "recount: unexpected line: %.*s"
851 msgid "patch fragment without header at line %d: %.*s"
855 msgid "new file depends on old contents"
859 msgid "deleted file still has contents"
864 msgid "corrupt patch at line %d"
869 msgid "new file %s depends on old contents"
874 msgid "deleted file %s still has contents"
879 msgid "** warning: file %s becomes empty but is not deleted"
884 msgid "corrupt binary patch at line %d: %.*s"
889 msgid "unrecognized binary patch at line %d"
894 msgid "patch with only garbage at line %d"
899 msgid "unable to read symlink %s"
904 msgid "unable to open or read %s"
909 msgid "invalid start of line: '%c'"
914 msgid "Hunk #%d succeeded at %d (offset %d line)."
915 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
921 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
927 "while searching for:\n"
933 msgid "missing binary patch data for '%s'"
938 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
943 msgid "cannot apply binary patch to '%s' without full index line"
949 "the patch applies to '%s' (%s), which does not match the current contents."
954 msgid "the patch applies to an empty '%s' but it is not empty"
959 msgid "the necessary postimage %s for '%s' cannot be read"
964 msgid "binary patch does not apply to '%s'"
969 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
974 msgid "patch failed: %s:%ld"
979 msgid "cannot checkout %s"
982 #: apply.c:3405 apply.c:3416 apply.c:3462 midx.c:73 setup.c:308
984 msgid "failed to read %s"
989 msgid "reading from '%s' beyond a symbolic link"
992 #: apply.c:3442 apply.c:3685
994 msgid "path %s has been renamed/deleted"
997 #: apply.c:3528 apply.c:3700
999 msgid "%s: does not exist in index"
1002 #: apply.c:3537 apply.c:3708 apply.c:3952
1004 msgid "%s: does not match index"
1008 msgid "repository lacks the necessary blob to fall back on 3-way merge."
1013 msgid "Falling back to three-way merge...\n"
1016 #: apply.c:3591 apply.c:3595
1018 msgid "cannot read the current contents of '%s'"
1023 msgid "Failed to fall back on three-way merge...\n"
1028 msgid "Applied patch to '%s' with conflicts.\n"
1033 msgid "Applied patch to '%s' cleanly.\n"
1037 msgid "removal patch leaves file contents"
1042 msgid "%s: wrong type"
1047 msgid "%s has type %o, expected %o"
1050 #: apply.c:3892 apply.c:3894 read-cache.c:832 read-cache.c:858
1051 #: read-cache.c:1313
1053 msgid "invalid path '%s'"
1058 msgid "%s: already exists in index"
1063 msgid "%s: already exists in working directory"
1068 msgid "new mode (%o) of %s does not match old mode (%o)"
1073 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1078 msgid "affected file '%s' is beyond a symbolic link"
1083 msgid "%s: patch does not apply"
1088 msgid "Checking patch %s..."
1093 msgid "sha1 information is lacking or useless for submodule %s"
1098 msgid "mode change for %s, which is not in current HEAD"
1103 msgid "sha1 information is lacking or useless (%s)."
1108 msgid "could not add %s to temporary index"
1113 msgid "could not write temporary index to %s"
1118 msgid "unable to remove %s from index"
1123 msgid "corrupt patch for submodule %s"
1128 msgid "unable to stat newly created file '%s'"
1133 msgid "unable to create backing store for newly created file %s"
1136 #: apply.c:4331 apply.c:4476
1138 msgid "unable to add cache entry for %s"
1141 #: apply.c:4374 builtin/bisect--helper.c:524
1143 msgid "failed to write to '%s'"
1148 msgid "closing file '%s'"
1153 msgid "unable to write file '%s' mode %o"
1158 msgid "Applied patch %s cleanly."
1162 msgid "internal error"
1167 msgid "Applying patch %%s with %d reject..."
1168 msgid_plural "Applying patch %%s with %d rejects..."
1174 msgid "truncating .rej filename to %.*s.rej"
1177 #: apply.c:4576 builtin/fetch.c:927 builtin/fetch.c:1228
1179 msgid "cannot open %s"
1184 msgid "Hunk #%d applied cleanly."
1189 msgid "Rejected hunk #%d."
1194 msgid "Skipped patch '%s'."
1198 msgid "unrecognized input"
1202 msgid "unable to read index file"
1207 msgid "can't open patch '%s': %s"
1212 msgid "squelched %d whitespace error"
1213 msgid_plural "squelched %d whitespace errors"
1217 #: apply.c:4936 apply.c:4951
1219 msgid "%d line adds whitespace errors."
1220 msgid_plural "%d lines add whitespace errors."
1226 msgid "%d line applied after fixing whitespace errors."
1227 msgid_plural "%d lines applied after fixing whitespace errors."
1231 #: apply.c:4960 builtin/add.c:618 builtin/mv.c:304 builtin/rm.c:406
1232 msgid "Unable to write new index file"
1236 msgid "don't apply changes matching the given path"
1240 msgid "apply changes matching the given path"
1243 #: apply.c:4993 builtin/am.c:2266
1248 msgid "remove <num> leading slashes from traditional diff paths"
1252 msgid "ignore additions made by the patch"
1256 msgid "instead of applying the patch, output diffstat for the input"
1260 msgid "show number of added and deleted lines in decimal notation"
1264 msgid "instead of applying the patch, output a summary for the input"
1268 msgid "instead of applying the patch, see if the patch is applicable"
1272 msgid "make sure the patch is applicable to the current index"
1276 msgid "mark new files with `git add --intent-to-add`"
1280 msgid "apply a patch without touching the working tree"
1284 msgid "accept a patch that touches outside the working area"
1288 msgid "also apply the patch (use with --stat/--summary/--check)"
1292 msgid "attempt three-way merge if a patch does not apply"
1296 msgid "build a temporary index based on embedded index information"
1299 #: apply.c:5025 builtin/checkout-index.c:182 builtin/ls-files.c:525
1300 msgid "paths are separated with NUL character"
1304 msgid "ensure at least <n> lines of context match"
1307 #: apply.c:5028 builtin/am.c:2245 builtin/interpret-trailers.c:98
1308 #: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
1309 #: builtin/pack-objects.c:3562 builtin/rebase.c:1346
1314 msgid "detect new or modified lines that have whitespace errors"
1317 #: apply.c:5032 apply.c:5035
1318 msgid "ignore changes in whitespace when finding context"
1322 msgid "apply the patch in reverse"
1326 msgid "don't expect at least one line of context"
1330 msgid "leave the rejected hunks in corresponding *.rej files"
1334 msgid "allow overlapping hunks"
1337 #: apply.c:5045 builtin/add.c:329 builtin/check-ignore.c:22
1338 #: builtin/commit.c:1364 builtin/count-objects.c:98 builtin/fsck.c:775
1339 #: builtin/log.c:2287 builtin/mv.c:123 builtin/read-tree.c:128
1344 msgid "tolerate incorrectly detected missing new-line at the end of file"
1348 msgid "do not trust the line counts in the hunk headers"
1351 #: apply.c:5052 builtin/am.c:2254
1356 msgid "prepend <root> to all filenames"
1359 #: archive-tar.c:125 archive-zip.c:345
1361 msgid "cannot stream blob %s"
1364 #: archive-tar.c:265 archive-zip.c:358
1366 msgid "unsupported file mode: 0%o (SHA1: %s)"
1369 #: archive-tar.c:450
1371 msgid "unable to start '%s' filter"
1374 #: archive-tar.c:453
1375 msgid "unable to redirect descriptor"
1378 #: archive-tar.c:460
1380 msgid "'%s' filter reported error"
1383 #: archive-zip.c:318
1385 msgid "path is not valid UTF-8: %s"
1388 #: archive-zip.c:322
1390 msgid "path too long (%d chars, SHA1: %s): %s"
1393 #: archive-zip.c:469 builtin/pack-objects.c:244 builtin/pack-objects.c:247
1395 msgid "deflate error (%d)"
1398 #: archive-zip.c:603
1400 msgid "timestamp too large for this system: %<PRIuMAX>"
1404 msgid "git archive [<options>] <tree-ish> [<path>...]"
1408 msgid "git archive --list"
1413 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
1417 msgid "git archive --remote <repo> [--exec <cmd>] --list"
1422 msgid "cannot read %s"
1425 #: archive.c:345 sequencer.c:459 sequencer.c:1736 sequencer.c:2886
1426 #: sequencer.c:3327 sequencer.c:3436 builtin/am.c:249 builtin/commit.c:786
1427 #: builtin/merge.c:1138
1429 msgid "could not read '%s'"
1432 #: archive.c:430 builtin/add.c:181 builtin/add.c:594 builtin/rm.c:315
1434 msgid "pathspec '%s' did not match any files"
1439 msgid "no such ref: %.*s"
1444 msgid "not a valid object name: %s"
1449 msgid "not a tree object: %s"
1453 msgid "current working directory is untracked"
1458 msgid "File not found: %s"
1463 msgid "Not a regular file: %s"
1471 msgid "archive format"
1474 #: archive.c:556 builtin/log.c:1765
1479 msgid "prepend prefix to each pathname in the archive"
1482 #: archive.c:558 archive.c:561 builtin/blame.c:886 builtin/blame.c:890
1483 #: builtin/blame.c:891 builtin/commit-tree.c:117 builtin/config.c:135
1484 #: builtin/fast-export.c:1207 builtin/fast-export.c:1209
1485 #: builtin/fast-export.c:1213 builtin/grep.c:919 builtin/hash-object.c:105
1486 #: builtin/ls-files.c:561 builtin/ls-files.c:564 builtin/notes.c:412
1487 #: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:190
1492 msgid "add untracked file to archive"
1495 #: archive.c:562 builtin/archive.c:90
1496 msgid "write the archive to this file"
1500 msgid "read .gitattributes in working directory"
1504 msgid "report archived files on stderr"
1508 msgid "set compression level"
1512 msgid "list supported archive formats"
1515 #: archive.c:572 builtin/archive.c:91 builtin/clone.c:114 builtin/clone.c:117
1516 #: builtin/submodule--helper.c:1830 builtin/submodule--helper.c:2335
1520 #: archive.c:573 builtin/archive.c:92
1521 msgid "retrieve the archive from remote repository <repo>"
1524 #: archive.c:574 builtin/archive.c:93 builtin/difftool.c:714
1525 #: builtin/notes.c:498
1529 #: archive.c:575 builtin/archive.c:94
1530 msgid "path to the remote git-upload-archive command"
1534 msgid "Unexpected option --remote"
1538 msgid "Option --exec can only be used together with --remote"
1542 msgid "Unexpected option --output"
1546 msgid "Options --add-file and --remote cannot be used together"
1551 msgid "Unknown archive format '%s'"
1556 msgid "Argument not supported for format '%s': -%d"
1561 msgid "%.*s is not a valid attribute name"
1566 msgid "%s not allowed: %s:%d"
1571 "Negative patterns are ignored in git attributes\n"
1572 "Use '\\!' for literal leading exclamation."
1577 msgid "Badly quoted content in file '%s': %s"
1582 msgid "We cannot bisect more!\n"
1587 msgid "Not a valid commit name %s"
1593 "The merge base %s is bad.\n"
1594 "This means the bug has been fixed between %s and [%s].\n"
1600 "The merge base %s is new.\n"
1601 "The property has changed between %s and [%s].\n"
1607 "The merge base %s is %s.\n"
1608 "This means the first '%s' commit is between %s and [%s].\n"
1614 "Some %s revs are not ancestors of the %s rev.\n"
1615 "git bisect cannot work properly in this case.\n"
1616 "Maybe you mistook %s and %s revs?\n"
1622 "the merge base between %s and [%s] must be skipped.\n"
1623 "So we cannot be sure the first %s commit is between %s and %s.\n"
1624 "We continue anyway."
1629 msgid "Bisecting: a merge base must be tested\n"
1634 msgid "a %s revision is needed"
1637 #: bisect.c:941 builtin/notes.c:177 builtin/tag.c:255
1639 msgid "could not create file '%s'"
1642 #: bisect.c:987 builtin/merge.c:152
1644 msgid "could not read file '%s'"
1648 msgid "reading bisect refs failed"
1653 msgid "%s was both %s and %s\n"
1659 "No testable commit found.\n"
1660 "Maybe you started with bad path parameters?\n"
1665 msgid "(roughly %d step)"
1666 msgid_plural "(roughly %d steps)"
1670 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1671 #. steps)" translation.
1675 msgid "Bisecting: %d revision left to test after this %s\n"
1676 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1681 msgid "--contents and --reverse do not blend well."
1685 msgid "cannot use --contents with final commit object name"
1689 msgid "--reverse and --first-parent together require specified latest commit"
1692 #: blame.c:2821 bundle.c:213 ref-filter.c:2272 remote.c:2031 sequencer.c:2138
1693 #: sequencer.c:4633 submodule.c:855 builtin/commit.c:1045 builtin/log.c:409
1694 #: builtin/log.c:1023 builtin/log.c:1625 builtin/log.c:2046 builtin/log.c:2336
1695 #: builtin/merge.c:423 builtin/pack-objects.c:3380 builtin/pack-objects.c:3395
1696 #: builtin/shortlog.c:267
1697 msgid "revision walk setup failed"
1702 "--reverse --first-parent together require range along first-parent chain"
1707 msgid "no such path %s in %s"
1712 msgid "cannot read blob %s for path %s"
1719 "After fixing the error cause you may try to fix up\n"
1720 "the remote tracking information by invoking\n"
1721 "\"git branch --set-upstream-to=%s%s%s\"."
1726 msgid "Not setting branch %s as its own upstream."
1731 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1736 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1741 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1746 msgid "Branch '%s' set up to track local branch '%s'."
1751 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1756 msgid "Branch '%s' set up to track remote ref '%s'."
1761 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1766 msgid "Branch '%s' set up to track local ref '%s'."
1770 msgid "Unable to write upstream branch configuration"
1775 msgid "Not tracking: ambiguous information for ref %s"
1780 msgid "'%s' is not a valid branch name."
1785 msgid "A branch named '%s' already exists."
1789 msgid "Cannot force update the current branch."
1794 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1799 msgid "the requested upstream branch '%s' does not exist"
1805 "If you are planning on basing your work on an upstream\n"
1806 "branch that already exists at the remote, you may need to\n"
1807 "run \"git fetch\" to retrieve it.\n"
1809 "If you are planning to push out a new local branch that\n"
1810 "will track its remote counterpart, you may want to use\n"
1811 "\"git push -u\" to set the upstream config as you push."
1816 msgid "Not a valid object name: '%s'."
1821 msgid "Ambiguous object name: '%s'."
1826 msgid "Not a valid branch point: '%s'."
1831 msgid "'%s' is already checked out at '%s'"
1836 msgid "HEAD of working tree %s is not updated"
1841 msgid "unrecognized bundle hash algorithm: %s"
1846 msgid "unknown capability '%s'"
1851 msgid "'%s' does not look like a v2 or v3 bundle file"
1856 msgid "unrecognized header: %s%s (%d)"
1859 #: bundle.c:136 rerere.c:480 rerere.c:690 sequencer.c:2390 sequencer.c:3176
1860 #: builtin/commit.c:814
1862 msgid "could not open '%s'"
1866 msgid "Repository lacks these prerequisite commits:"
1870 msgid "need a repository to verify a bundle"
1875 msgid "The bundle contains this ref:"
1876 msgid_plural "The bundle contains these %d refs:"
1881 msgid "The bundle records a complete history."
1886 msgid "The bundle requires this ref:"
1887 msgid_plural "The bundle requires these %d refs:"
1892 msgid "unable to dup bundle descriptor"
1896 msgid "Could not spawn pack-objects"
1900 msgid "pack-objects died"
1904 msgid "rev-list died"
1909 msgid "ref '%s' is excluded by the rev-list options"
1914 msgid "unsupported bundle version %d"
1919 msgid "cannot write bundle version %d with algorithm %s"
1922 #: bundle.c:522 builtin/log.c:209 builtin/log.c:1927 builtin/shortlog.c:408
1924 msgid "unrecognized argument: %s"
1928 msgid "Refusing to create empty bundle."
1933 msgid "cannot create '%s'"
1937 msgid "index-pack died"
1942 msgid "invalid color value: %.*s"
1945 #: commit-graph.c:188 midx.c:47
1946 msgid "invalid hash version"
1949 #: commit-graph.c:246
1950 msgid "commit-graph file is too small"
1953 #: commit-graph.c:311
1955 msgid "commit-graph signature %X does not match signature %X"
1958 #: commit-graph.c:318
1960 msgid "commit-graph version %X does not match version %X"
1963 #: commit-graph.c:325
1965 msgid "commit-graph hash version %X does not match version %X"
1968 #: commit-graph.c:342
1970 msgid "commit-graph file is too small to hold %u chunks"
1973 #: commit-graph.c:361
1975 msgid "commit-graph improper chunk offset %08x%08x"
1978 #: commit-graph.c:433
1980 msgid "commit-graph chunk id %08x appears multiple times"
1983 #: commit-graph.c:499
1984 msgid "commit-graph has no base graphs chunk"
1987 #: commit-graph.c:509
1988 msgid "commit-graph chain does not match"
1991 #: commit-graph.c:557
1993 msgid "invalid commit-graph chain: line '%s' not a hash"
1996 #: commit-graph.c:581
1997 msgid "unable to find all commit-graph files"
2000 #: commit-graph.c:721 commit-graph.c:785
2001 msgid "invalid commit position. commit-graph is likely corrupt"
2004 #: commit-graph.c:742
2006 msgid "could not find commit %s"
2009 #: commit-graph.c:1036 builtin/am.c:1292
2011 msgid "unable to parse commit %s"
2014 #: commit-graph.c:1252 builtin/pack-objects.c:2864
2016 msgid "unable to get type of object %s"
2019 #: commit-graph.c:1283
2020 msgid "Loading known commits in commit graph"
2023 #: commit-graph.c:1300
2024 msgid "Expanding reachable commits in commit graph"
2027 #: commit-graph.c:1320
2028 msgid "Clearing commit marks in commit graph"
2031 #: commit-graph.c:1339
2032 msgid "Computing commit graph generation numbers"
2035 #: commit-graph.c:1406
2036 msgid "Computing commit changed paths Bloom filters"
2039 #: commit-graph.c:1483
2040 msgid "Collecting referenced commits"
2043 #: commit-graph.c:1508
2045 msgid "Finding commits for commit graph in %d pack"
2046 msgid_plural "Finding commits for commit graph in %d packs"
2050 #: commit-graph.c:1521
2052 msgid "error adding pack %s"
2055 #: commit-graph.c:1525
2057 msgid "error opening index for %s"
2060 #: commit-graph.c:1562
2061 msgid "Finding commits for commit graph among packed objects"
2064 #: commit-graph.c:1580
2065 msgid "Finding extra edges in commit graph"
2068 #: commit-graph.c:1628
2069 msgid "failed to write correct number of base graph ids"
2072 #: commit-graph.c:1670 midx.c:819
2074 msgid "unable to create leading directories of %s"
2077 #: commit-graph.c:1683
2078 msgid "unable to create temporary graph layer"
2081 #: commit-graph.c:1688
2083 msgid "unable to adjust shared permissions for '%s'"
2086 #: commit-graph.c:1758
2088 msgid "Writing out commit graph in %d pass"
2089 msgid_plural "Writing out commit graph in %d passes"
2093 #: commit-graph.c:1803
2094 msgid "unable to open commit-graph chain file"
2097 #: commit-graph.c:1819
2098 msgid "failed to rename base commit-graph file"
2101 #: commit-graph.c:1839
2102 msgid "failed to rename temporary commit-graph file"
2105 #: commit-graph.c:1965
2106 msgid "Scanning merged commits"
2109 #: commit-graph.c:2009
2110 msgid "Merging commit-graph"
2113 #: commit-graph.c:2115
2114 msgid "attempting to write a commit-graph, but 'core.commitGraph' is disabled"
2117 #: commit-graph.c:2214
2118 msgid "too many commits to write graph"
2121 #: commit-graph.c:2307
2122 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
2125 #: commit-graph.c:2317
2127 msgid "commit-graph has incorrect OID order: %s then %s"
2130 #: commit-graph.c:2327 commit-graph.c:2342
2132 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
2135 #: commit-graph.c:2334
2137 msgid "failed to parse commit %s from commit-graph"
2140 #: commit-graph.c:2352
2141 msgid "Verifying commits in commit graph"
2144 #: commit-graph.c:2367
2146 msgid "failed to parse commit %s from object database for commit-graph"
2149 #: commit-graph.c:2374
2151 msgid "root tree OID for commit %s in commit-graph is %s != %s"
2154 #: commit-graph.c:2384
2156 msgid "commit-graph parent list for commit %s is too long"
2159 #: commit-graph.c:2393
2161 msgid "commit-graph parent for %s is %s != %s"
2164 #: commit-graph.c:2407
2166 msgid "commit-graph parent list for commit %s terminates early"
2169 #: commit-graph.c:2412
2172 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
2175 #: commit-graph.c:2416
2178 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
2181 #: commit-graph.c:2432
2183 msgid "commit-graph generation for commit %s is %u != %u"
2186 #: commit-graph.c:2438
2188 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
2191 #: commit.c:52 sequencer.c:2879 builtin/am.c:359 builtin/am.c:403
2192 #: builtin/am.c:1371 builtin/am.c:2018 builtin/replace.c:457
2194 msgid "could not parse %s"
2199 msgid "%s %s is not a commit!"
2204 "Support for <GIT_DIR>/info/grafts is deprecated\n"
2205 "and will be removed in a future Git version.\n"
2207 "Please use \"git replace --convert-graft-file\"\n"
2208 "to convert the grafts into replace refs.\n"
2210 "Turn this message off by running\n"
2211 "\"git config advice.graftFileDeprecated false\""
2216 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
2221 msgid "Commit %s has a bad GPG signature allegedly by %s."
2226 msgid "Commit %s does not have a GPG signature."
2231 msgid "Commit %s has a good GPG signature by %s\n"
2236 "Warning: commit message did not conform to UTF-8.\n"
2237 "You may want to amend it after fixing the message, or set the config\n"
2238 "variable i18n.commitencoding to the encoding your project uses.\n"
2241 #: compat/obstack.c:406 compat/obstack.c:408
2242 msgid "memory exhausted"
2248 "exceeded maximum include depth (%d) while including\n"
2252 "This might be due to circular includes."
2257 msgid "could not expand include path '%s'"
2261 msgid "relative config includes must come from files"
2265 msgid "relative config include conditionals must come from files"
2270 msgid "key does not contain a section: %s"
2275 msgid "key does not contain variable name: %s"
2278 #: config.c:408 sequencer.c:2580
2280 msgid "invalid key: %s"
2285 msgid "invalid key (newline): %s"
2288 #: config.c:450 config.c:462
2290 msgid "bogus config parameter: %s"
2295 msgid "bogus format in %s"
2300 msgid "bad config line %d in blob %s"
2305 msgid "bad config line %d in file %s"
2310 msgid "bad config line %d in standard input"
2315 msgid "bad config line %d in submodule-blob %s"
2320 msgid "bad config line %d in command line %s"
2325 msgid "bad config line %d in %s"
2329 msgid "out of range"
2333 msgid "invalid unit"
2338 msgid "bad numeric config value '%s' for '%s': %s"
2343 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
2348 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
2353 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
2358 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
2363 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
2368 msgid "bad numeric config value '%s' for '%s' in %s: %s"
2373 msgid "failed to expand user dir in: '%s'"
2378 msgid "'%s' for '%s' is not a valid timestamp"
2383 msgid "abbrev length out of range: %d"
2386 #: config.c:1237 config.c:1248
2388 msgid "bad zlib compression level %d"
2392 msgid "core.commentChar should only be one character"
2397 msgid "invalid mode for object creation: %s"
2402 msgid "malformed value for %s"
2407 msgid "malformed value for %s: %s"
2411 msgid "must be one of nothing, matching, simple, upstream or current"
2414 #: config.c:1533 builtin/pack-objects.c:3649
2416 msgid "bad pack compression level %d"
2421 msgid "unable to load config blob object '%s'"
2426 msgid "reference '%s' does not point to a blob"
2431 msgid "unable to resolve config blob '%s'"
2436 msgid "failed to parse %s"
2440 msgid "unable to parse command-line config"
2444 msgid "unknown error occurred while reading the configuration files"
2449 msgid "Invalid %s: '%s'"
2454 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
2459 msgid "unable to parse '%s' from command-line config"
2464 msgid "bad config variable '%s' in file '%s' at line %d"
2469 msgid "invalid section name '%s'"
2474 msgid "%s has multiple values"
2479 msgid "failed to write new configuration file %s"
2482 #: config.c:2786 config.c:3112
2484 msgid "could not lock config file %s"
2492 #: config.c:2834 builtin/config.c:361
2494 msgid "invalid pattern: %s"
2499 msgid "invalid config file %s"
2502 #: config.c:2872 config.c:3125
2504 msgid "fstat on %s failed"
2509 msgid "unable to mmap '%s'"
2512 #: config.c:2892 config.c:3130
2514 msgid "chmod on %s failed"
2517 #: config.c:2977 config.c:3227
2519 msgid "could not write config file %s"
2524 msgid "could not set '%s' to '%s'"
2527 #: config.c:3013 builtin/remote.c:657 builtin/remote.c:855 builtin/remote.c:863
2529 msgid "could not unset '%s'"
2534 msgid "invalid section name: %s"
2539 msgid "missing value for '%s'"
2543 msgid "the remote end hung up upon initial contact"
2548 "Could not read from remote repository.\n"
2550 "Please make sure you have the correct access rights\n"
2551 "and the repository exists."
2556 msgid "server doesn't support '%s'"
2561 msgid "server doesn't support feature '%s'"
2565 msgid "expected flush after capabilities"
2570 msgid "ignoring capabilities after first line '%s'"
2574 msgid "protocol error: unexpected capabilities^{}"
2579 msgid "protocol error: expected shallow sha-1, got '%s'"
2583 msgid "repository on the other end cannot be shallow"
2587 msgid "invalid packet"
2592 msgid "protocol error: unexpected '%s'"
2597 msgid "unknown object format '%s' specified by server"
2602 msgid "invalid ls-refs response: %s"
2606 msgid "expected flush after ref listing"
2610 msgid "expected response end packet after ref listing"
2615 msgid "protocol '%s' is not supported"
2619 msgid "unable to set SO_KEEPALIVE on socket"
2622 #: connect.c:731 connect.c:794
2624 msgid "Looking up %s ... "
2629 msgid "unable to look up %s (port %s) (%s)"
2632 #. TRANSLATORS: this is the end of "Looking up %s ... "
2633 #: connect.c:739 connect.c:810
2637 "Connecting to %s (port %s) ... "
2640 #: connect.c:761 connect.c:838
2643 "unable to connect to %s:\n"
2647 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
2648 #: connect.c:767 connect.c:844
2654 msgid "unable to look up %s (%s)"
2659 msgid "unknown port %s"
2662 #: connect.c:941 connect.c:1271
2664 msgid "strange hostname '%s' blocked"
2669 msgid "strange port '%s' blocked"
2674 msgid "cannot start proxy %s"
2678 msgid "no path specified; see 'git help pull' for valid url syntax"
2682 msgid "ssh variant 'simple' does not support -4"
2686 msgid "ssh variant 'simple' does not support -6"
2690 msgid "ssh variant 'simple' does not support setting port"
2695 msgid "strange pathname '%s' blocked"
2699 msgid "unable to fork"
2702 #: connected.c:108 builtin/fsck.c:209 builtin/prune.c:45
2703 msgid "Checking connectivity"
2707 msgid "Could not run 'git rev-list'"
2711 msgid "failed write to rev-list"
2715 msgid "failed to close rev-list's stdin"
2720 msgid "illegal crlf_action %d"
2725 msgid "CRLF would be replaced by LF in %s"
2731 "CRLF will be replaced by LF in %s.\n"
2732 "The file will have its original line endings in your working directory"
2737 msgid "LF would be replaced by CRLF in %s"
2743 "LF will be replaced by CRLF in %s.\n"
2744 "The file will have its original line endings in your working directory"
2749 msgid "BOM is prohibited in '%s' if encoded as %s"
2755 "The file '%s' contains a byte order mark (BOM). Please use UTF-%.*s as "
2756 "working-tree-encoding."
2761 msgid "BOM is required in '%s' if encoded as %s"
2767 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2768 "%sLE (depending on the byte order) as working-tree-encoding."
2771 #: convert.c:419 convert.c:490
2773 msgid "failed to encode '%s' from %s to %s"
2778 msgid "encoding '%s' from %s to %s and back is not the same"
2783 msgid "cannot fork to run external filter '%s'"
2788 msgid "cannot feed the input to external filter '%s'"
2793 msgid "external filter '%s' failed %d"
2796 #: convert.c:727 convert.c:730
2798 msgid "read from external filter '%s' failed"
2801 #: convert.c:733 convert.c:788
2803 msgid "external filter '%s' failed"
2807 msgid "unexpected filter type"
2811 msgid "path name too long for external filter"
2817 "external filter '%s' is not available anymore although not all paths have "
2822 msgid "true/false are no valid working-tree-encodings"
2825 #: convert.c:1428 convert.c:1462
2827 msgid "%s: clean filter '%s' failed"
2832 msgid "%s: smudge filter %s failed"
2837 msgid "skipping credential lookup for key: credential.%s"
2841 msgid "refusing to work with credential missing host field"
2845 msgid "refusing to work with credential missing protocol field"
2850 msgid "url contains a newline in its %s component: %s"
2855 msgid "url has no scheme: %s"
2860 msgid "credential url cannot be parsed: %s"
2864 msgid "in the future"
2869 msgid "%<PRIuMAX> second ago"
2870 msgid_plural "%<PRIuMAX> seconds ago"
2876 msgid "%<PRIuMAX> minute ago"
2877 msgid_plural "%<PRIuMAX> minutes ago"
2883 msgid "%<PRIuMAX> hour ago"
2884 msgid_plural "%<PRIuMAX> hours ago"
2890 msgid "%<PRIuMAX> day ago"
2891 msgid_plural "%<PRIuMAX> days ago"
2897 msgid "%<PRIuMAX> week ago"
2898 msgid_plural "%<PRIuMAX> weeks ago"
2904 msgid "%<PRIuMAX> month ago"
2905 msgid_plural "%<PRIuMAX> months ago"
2911 msgid "%<PRIuMAX> year"
2912 msgid_plural "%<PRIuMAX> years"
2916 #. TRANSLATORS: "%s" is "<n> years"
2919 msgid "%s, %<PRIuMAX> month ago"
2920 msgid_plural "%s, %<PRIuMAX> months ago"
2924 #: date.c:197 date.c:202
2926 msgid "%<PRIuMAX> year ago"
2927 msgid_plural "%<PRIuMAX> years ago"
2931 #: delta-islands.c:272
2932 msgid "Propagating island marks"
2935 #: delta-islands.c:290
2937 msgid "bad tree object %s"
2940 #: delta-islands.c:334
2942 msgid "failed to load island regex for '%s': %s"
2945 #: delta-islands.c:390
2947 msgid "island regex from config has too many capture groups (max=%d)"
2950 #: delta-islands.c:467
2952 msgid "Marked %d islands, done.\n"
2956 msgid "--merge-base does not work with ranges"
2960 msgid "--merge-base only works with commits"
2964 msgid "unable to get HEAD"
2968 msgid "no merge base found"
2972 msgid "multiple merge bases found"
2975 #: diff-no-index.c:238
2976 msgid "git diff --no-index [<options>] <path> <path>"
2979 #: diff-no-index.c:263
2981 "Not a git repository. Use --no-index to compare two paths outside a working "
2987 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2992 msgid " Unknown dirstat parameter '%s'\n"
2997 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2998 "'dimmed-zebra', 'plain'"
3004 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
3005 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
3010 "color-moved-ws: allow-indentation-change cannot be combined with other "
3016 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3022 "Found errors in 'diff.dirstat' config variable:\n"
3028 msgid "external diff died, stopping at %s"
3032 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3036 msgid "-G, -S and --find-object are mutually exclusive"
3040 msgid "--follow requires exactly one pathspec"
3045 msgid "invalid --stat value: %s"
3048 #: diff.c:4760 diff.c:4765 diff.c:4770 diff.c:4775 diff.c:5303
3049 #: parse-options.c:197 parse-options.c:201 builtin/commit-graph.c:180
3051 msgid "%s expects a numerical value"
3057 "Failed to parse --dirstat/-X option parameter:\n"
3063 msgid "unknown change class '%c' in --diff-filter=%s"
3068 msgid "unknown value after ws-error-highlight=%.*s"
3073 msgid "unable to resolve '%s'"
3076 #: diff.c:4965 diff.c:4971
3078 msgid "%s expects <n>/<m> form"
3083 msgid "%s expects a character, got '%s'"
3088 msgid "bad --color-moved argument: %s"
3093 msgid "invalid mode '%s' in --color-moved-ws"
3098 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
3102 #: diff.c:5099 diff.c:5119
3104 msgid "invalid argument to %s"
3109 msgid "invalid regex given to -I: '%s'"
3114 msgid "failed to parse --submodule option parameter: '%s'"
3119 msgid "bad --word-diff argument: %s"
3123 msgid "Diff output format options"
3126 #: diff.c:5353 diff.c:5359
3127 msgid "generate patch"
3130 #: diff.c:5356 builtin/log.c:178
3131 msgid "suppress diff output"
3134 #: diff.c:5361 diff.c:5475 diff.c:5482
3138 #: diff.c:5362 diff.c:5365
3139 msgid "generate diffs with <n> lines context"
3143 msgid "generate the diff in raw format"
3147 msgid "synonym for '-p --raw'"
3151 msgid "synonym for '-p --stat'"
3155 msgid "machine friendly --stat"
3159 msgid "output only the last line of --stat"
3162 #: diff.c:5383 diff.c:5391
3163 msgid "<param1,param2>..."
3168 "output the distribution of relative amount of changes for each sub-directory"
3172 msgid "synonym for --dirstat=cumulative"
3176 msgid "synonym for --dirstat=files,param1,param2..."
3180 msgid "warn if changes introduce conflict markers or whitespace errors"
3184 msgid "condensed summary such as creations, renames and mode changes"
3188 msgid "show only names of changed files"
3192 msgid "show only names and status of changed files"
3196 msgid "<width>[,<name-width>[,<count>]]"
3200 msgid "generate diffstat"
3203 #: diff.c:5410 diff.c:5413 diff.c:5416
3208 msgid "generate diffstat with a given width"
3212 msgid "generate diffstat with a given name width"
3216 msgid "generate diffstat with a given graph width"
3224 msgid "generate diffstat with limited lines"
3228 msgid "generate compact summary in diffstat"
3232 msgid "output a binary diff that can be applied"
3236 msgid "show full pre- and post-image object names on the \"index\" lines"
3240 msgid "show colored diff"
3249 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
3255 "do not munge pathnames and use NULs as output field terminators in --raw or "
3259 #: diff.c:5439 diff.c:5442 diff.c:5445 diff.c:5554
3264 msgid "show the given source prefix instead of \"a/\""
3268 msgid "show the given destination prefix instead of \"b/\""
3272 msgid "prepend an additional prefix to every line of output"
3276 msgid "do not show any source or destination prefix"
3280 msgid "show context between diff hunks up to the specified number of lines"
3283 #: diff.c:5456 diff.c:5461 diff.c:5466
3288 msgid "specify the character to indicate a new line instead of '+'"
3292 msgid "specify the character to indicate an old line instead of '-'"
3296 msgid "specify the character to indicate a context instead of ' '"
3300 msgid "Diff rename options"
3308 msgid "break complete rewrite changes into pairs of delete and create"
3312 msgid "detect renames"
3316 msgid "omit the preimage for deletes"
3320 msgid "detect copies"
3324 msgid "use unmodified files as source to find copies"
3328 msgid "disable rename detection"
3332 msgid "use empty blobs as rename source"
3336 msgid "continue listing the history of a file beyond renames"
3341 "prevent rename/copy detection if the number of rename/copy targets exceeds "
3346 msgid "Diff algorithm options"
3350 msgid "produce the smallest possible diff"
3354 msgid "ignore whitespace when comparing lines"
3358 msgid "ignore changes in amount of whitespace"
3362 msgid "ignore changes in whitespace at EOL"
3366 msgid "ignore carrier-return at the end of line"
3370 msgid "ignore changes whose lines are all blank"
3373 #: diff.c:5518 diff.c:5540 diff.c:5543 diff.c:5588
3378 msgid "ignore changes whose all lines match <regex>"
3382 msgid "heuristic to shift diff hunk boundaries for easy reading"
3386 msgid "generate diff using the \"patience diff\" algorithm"
3390 msgid "generate diff using the \"histogram diff\" algorithm"
3398 msgid "choose a diff algorithm"
3406 msgid "generate diff using the \"anchored diff\" algorithm"
3409 #: diff.c:5537 diff.c:5546 diff.c:5549
3414 msgid "show word diff, using <mode> to delimit changed words"
3418 msgid "use <regex> to decide what a word is"
3422 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
3426 msgid "moved lines of code are colored differently"
3430 msgid "how white spaces are ignored in --color-moved"
3434 msgid "Other diff options"
3438 msgid "when run from subdir, exclude changes outside and show relative paths"
3442 msgid "treat all files as text"
3446 msgid "swap two inputs, reverse the diff"
3450 msgid "exit with 1 if there were differences, 0 otherwise"
3454 msgid "disable all output of the program"
3458 msgid "allow an external diff helper to be executed"
3462 msgid "run external text conversion filters when comparing binary files"
3470 msgid "ignore changes to submodules in the diff generation"
3478 msgid "specify how differences in submodules are shown"
3482 msgid "hide 'git add -N' entries from the index"
3486 msgid "treat 'git add -N' entries as real in the index"
3495 "look for differences that change the number of occurrences of the specified "
3501 "look for differences that change the number of occurrences of the specified "
3506 msgid "show all changes in the changeset with -S or -G"
3510 msgid "treat <string> in -S as extended POSIX regular expression"
3514 msgid "control the order in which files appear in the output"
3523 "look for differences that change the number of occurrences of the specified "
3528 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
3532 msgid "select files by diff type"
3540 msgid "Output to a specific file"
3544 msgid "inexact rename detection was skipped due to too many files."
3548 msgid "only found copies from modified paths due to too many files."
3554 "you may want to set your %s variable to at least %d and retry the command."
3557 #: diffcore-order.c:24
3559 msgid "failed to read orderfile '%s'"
3562 #: diffcore-rename.c:592
3563 msgid "Performing inexact rename detection"
3568 msgid "pathspec '%s' did not match any file(s) known to git"
3571 #: dir.c:718 dir.c:747 dir.c:760
3573 msgid "unrecognized pattern: '%s'"
3576 #: dir.c:777 dir.c:791
3578 msgid "unrecognized negative pattern: '%s'"
3583 msgid "your sparse-checkout file may have issues: pattern '%s' is repeated"
3587 msgid "disabling cone pattern matching"
3592 msgid "cannot use %s as an exclude file"
3597 msgid "could not open directory '%s'"
3601 msgid "failed to get kernel name and information"
3605 msgid "untracked cache is disabled on this system or location"
3610 msgid "index file corrupt in repo %s"
3613 #: dir.c:3565 dir.c:3570
3615 msgid "could not create directories for %s"
3620 msgid "could not migrate git directory from '%s' to '%s'"
3625 msgid "hint: Waiting for your editor to close the file...%c"
3629 msgid "Filtering content"
3634 msgid "could not stat file '%s'"
3637 #: environment.c:150
3639 msgid "bad git namespace path \"%s\""
3642 #: environment.c:337
3644 msgid "could not set GIT_DIR to '%s'"
3649 msgid "too many args to run %s"
3653 msgid "git fetch-pack: expected shallow list"
3657 msgid "git fetch-pack: expected a flush packet after shallow list"
3661 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
3666 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3670 msgid "unable to write to remote"
3674 msgid "--stateless-rpc requires multi_ack_detailed"
3677 #: fetch-pack.c:378 fetch-pack.c:1406
3679 msgid "invalid shallow line: %s"
3682 #: fetch-pack.c:384 fetch-pack.c:1412
3684 msgid "invalid unshallow line: %s"
3687 #: fetch-pack.c:386 fetch-pack.c:1414
3689 msgid "object not found: %s"
3692 #: fetch-pack.c:389 fetch-pack.c:1417
3694 msgid "error in object: %s"
3697 #: fetch-pack.c:391 fetch-pack.c:1419
3699 msgid "no shallow found: %s"
3702 #: fetch-pack.c:394 fetch-pack.c:1423
3704 msgid "expected shallow/unshallow, got %s"
3709 msgid "got %s %d %s"
3714 msgid "invalid commit %s"
3721 #: fetch-pack.c:495 progress.c:339
3727 msgid "got %s (%d) %s"
3732 msgid "Marking %s as complete"
3737 msgid "already have %s (%s)"
3741 msgid "fetch-pack: unable to fork off sideband demultiplexer"
3745 msgid "protocol error: bad pack header"
3750 msgid "fetch-pack: unable to fork off %s"
3759 msgid "error in sideband demultiplexer"
3764 msgid "Server version is %.*s"
3767 #: fetch-pack.c:990 fetch-pack.c:996 fetch-pack.c:999 fetch-pack.c:1005
3768 #: fetch-pack.c:1009 fetch-pack.c:1013 fetch-pack.c:1017 fetch-pack.c:1021
3769 #: fetch-pack.c:1025 fetch-pack.c:1029 fetch-pack.c:1033 fetch-pack.c:1037
3770 #: fetch-pack.c:1043 fetch-pack.c:1049 fetch-pack.c:1054 fetch-pack.c:1059
3772 msgid "Server supports %s"
3776 msgid "Server does not support shallow clients"
3779 #: fetch-pack.c:1052
3780 msgid "Server does not support --shallow-since"
3783 #: fetch-pack.c:1057
3784 msgid "Server does not support --shallow-exclude"
3787 #: fetch-pack.c:1061
3788 msgid "Server does not support --deepen"
3791 #: fetch-pack.c:1063
3792 msgid "Server does not support this repository's object format"
3795 #: fetch-pack.c:1076
3796 msgid "no common commits"
3799 #: fetch-pack.c:1088 fetch-pack.c:1628
3800 msgid "git fetch-pack: fetch failed."
3803 #: fetch-pack.c:1214
3805 msgid "mismatched algorithms: client %s; server %s"
3808 #: fetch-pack.c:1218
3810 msgid "the server does not support algorithm '%s'"
3813 #: fetch-pack.c:1238
3814 msgid "Server does not support shallow requests"
3817 #: fetch-pack.c:1245
3818 msgid "Server supports filter"
3821 #: fetch-pack.c:1284
3822 msgid "unable to write request to remote"
3825 #: fetch-pack.c:1302
3827 msgid "error reading section header '%s'"
3830 #: fetch-pack.c:1308
3832 msgid "expected '%s', received '%s'"
3835 #: fetch-pack.c:1369
3837 msgid "unexpected acknowledgment line: '%s'"
3840 #: fetch-pack.c:1374
3842 msgid "error processing acks: %d"
3845 #: fetch-pack.c:1384
3846 msgid "expected packfile to be sent after 'ready'"
3849 #: fetch-pack.c:1386
3850 msgid "expected no other sections to be sent after no 'ready'"
3853 #: fetch-pack.c:1428
3855 msgid "error processing shallow info: %d"
3858 #: fetch-pack.c:1475
3860 msgid "expected wanted-ref, got '%s'"
3863 #: fetch-pack.c:1480
3865 msgid "unexpected wanted-ref: '%s'"
3868 #: fetch-pack.c:1485
3870 msgid "error processing wanted refs: %d"
3873 #: fetch-pack.c:1515
3874 msgid "git fetch-pack: expected response end packet"
3877 #: fetch-pack.c:1897
3878 msgid "no matching remote head"
3881 #: fetch-pack.c:1920 builtin/clone.c:693
3882 msgid "remote did not send all necessary objects"
3885 #: fetch-pack.c:1947
3887 msgid "no such remote ref %s"
3890 #: fetch-pack.c:1950
3892 msgid "Server does not allow request for unadvertised object %s"
3895 #: gpg-interface.c:272
3896 msgid "could not create temporary file"
3899 #: gpg-interface.c:275
3901 msgid "failed writing detached signature to '%s'"
3904 #: gpg-interface.c:457
3905 msgid "gpg failed to sign the data"
3910 msgid "ignore invalid color '%.*s' in log.graphColors"
3915 "given pattern contains NULL byte (via -f <file>). This is only supported "
3916 "with -P under PCRE v2"
3921 msgid "'%s': unable to read %s"
3924 #: grep.c:2117 setup.c:176 builtin/clone.c:412 builtin/diff.c:89
3927 msgid "failed to stat '%s'"
3932 msgid "'%s': short read"
3936 msgid "start a working area (see also: git help tutorial)"
3940 msgid "work on the current change (see also: git help everyday)"
3944 msgid "examine the history and state (see also: git help revisions)"
3948 msgid "grow, mark and tweak your common history"
3952 msgid "collaborate (see also: git help workflows)"
3956 msgid "Main Porcelain Commands"
3960 msgid "Ancillary Commands / Manipulators"
3964 msgid "Ancillary Commands / Interrogators"
3968 msgid "Interacting with Others"
3972 msgid "Low-level Commands / Manipulators"
3976 msgid "Low-level Commands / Interrogators"
3980 msgid "Low-level Commands / Syncing Repositories"
3984 msgid "Low-level Commands / Internal Helpers"
3989 msgid "available git commands in '%s'"
3993 msgid "git commands available from elsewhere on your $PATH"
3997 msgid "These are common Git commands used in various situations:"
4000 #: help.c:365 git.c:99
4002 msgid "unsupported command listing type '%s'"
4006 msgid "The Git concept guides are:"
4010 msgid "See 'git help <command>' to read about a specific subcommand"
4014 msgid "External commands"
4018 msgid "Command aliases"
4024 "'%s' appears to be a git command, but we were not\n"
4025 "able to execute it. Maybe git-%s is broken?"
4028 #: help.c:543 help.c:631
4030 msgid "git: '%s' is not a git command. See 'git --help'."
4034 msgid "Uh oh. Your system reports no Git commands at all."
4039 msgid "WARNING: You called a Git command named '%s', which does not exist."
4044 msgid "Continuing under the assumption that you meant '%s'."
4049 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
4055 "The most similar command is"
4058 "The most similar commands are"
4063 msgid "git version [<options>]"
4074 "Did you mean this?"
4077 "Did you mean one of these?"
4082 msgid "Author identity unknown\n"
4086 msgid "Committer identity unknown\n"
4092 "*** Please tell me who you are.\n"
4096 " git config --global user.email \"you@example.com\"\n"
4097 " git config --global user.name \"Your Name\"\n"
4099 "to set your account's default identity.\n"
4100 "Omit --global to set the identity only in this repository.\n"
4105 msgid "no email was given and auto-detection is disabled"
4110 msgid "unable to auto-detect email address (got '%s')"
4114 msgid "no name was given and auto-detection is disabled"
4119 msgid "unable to auto-detect name (got '%s')"
4124 msgid "empty ident name (for <%s>) not allowed"
4129 msgid "name consists only of disallowed characters: %s"
4132 #: ident.c:454 builtin/commit.c:634
4134 msgid "invalid date format: %s"
4137 #: list-objects-filter-options.c:81
4138 msgid "expected 'tree:<depth>'"
4141 #: list-objects-filter-options.c:96
4142 msgid "sparse:path filters support has been dropped"
4145 #: list-objects-filter-options.c:109
4147 msgid "invalid filter-spec '%s'"
4150 #: list-objects-filter-options.c:125
4152 msgid "must escape char in sub-filter-spec: '%c'"
4155 #: list-objects-filter-options.c:167
4156 msgid "expected something after combine:"
4159 #: list-objects-filter-options.c:249
4160 msgid "multiple filter-specs cannot be combined"
4163 #: list-objects-filter-options.c:361
4164 msgid "unable to upgrade repository format to support partial clone"
4167 #: list-objects-filter.c:492
4169 msgid "unable to access sparse blob in '%s'"
4172 #: list-objects-filter.c:495
4174 msgid "unable to parse sparse filter data in %s"
4177 #: list-objects.c:127
4179 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
4182 #: list-objects.c:140
4184 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
4187 #: list-objects.c:375
4189 msgid "unable to load root tree for commit %s"
4195 "Unable to create '%s.lock': %s.\n"
4197 "Another git process seems to be running in this repository, e.g.\n"
4198 "an editor opened by 'git commit'. Please make sure all processes\n"
4199 "are terminated then try again. If it still fails, a git process\n"
4200 "may have crashed in this repository earlier:\n"
4201 "remove the file manually to continue."
4206 msgid "Unable to create '%s.lock': %s"
4210 msgid "expected flush after ls-refs arguments"
4213 #: merge-ort-wrappers.c:13 merge-recursive.c:3672
4216 "Your local changes to the following files would be overwritten by merge:\n"
4220 #: merge-ort-wrappers.c:33 merge-recursive.c:3436
4222 msgid "Already up to date!"
4225 #: merge-recursive.c:356
4226 msgid "(bad commit)\n"
4229 #: merge-recursive.c:379
4231 msgid "add_cacheinfo failed for path '%s'; merge aborting."
4234 #: merge-recursive.c:388
4236 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
4239 #: merge-recursive.c:874
4241 msgid "failed to create path '%s'%s"
4244 #: merge-recursive.c:885
4246 msgid "Removing %s to make room for subdirectory\n"
4249 #: merge-recursive.c:899 merge-recursive.c:918
4250 msgid ": perhaps a D/F conflict?"
4253 #: merge-recursive.c:908
4255 msgid "refusing to lose untracked file at '%s'"
4258 #: merge-recursive.c:949 builtin/cat-file.c:41
4260 msgid "cannot read object %s '%s'"
4263 #: merge-recursive.c:954
4265 msgid "blob expected for %s '%s'"
4268 #: merge-recursive.c:979
4270 msgid "failed to open '%s': %s"
4273 #: merge-recursive.c:990
4275 msgid "failed to symlink '%s': %s"
4278 #: merge-recursive.c:995
4280 msgid "do not know what to do with %06o %s '%s'"
4283 #: merge-recursive.c:1191
4285 msgid "Failed to merge submodule %s (not checked out)"
4288 #: merge-recursive.c:1198
4290 msgid "Failed to merge submodule %s (commits not present)"
4293 #: merge-recursive.c:1205
4295 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
4298 #: merge-recursive.c:1213 merge-recursive.c:1225
4300 msgid "Fast-forwarding submodule %s to the following commit:"
4303 #: merge-recursive.c:1216 merge-recursive.c:1228
4305 msgid "Fast-forwarding submodule %s"
4308 #: merge-recursive.c:1251
4310 msgid "Failed to merge submodule %s (merge following commits not found)"
4313 #: merge-recursive.c:1255
4315 msgid "Failed to merge submodule %s (not fast-forward)"
4318 #: merge-recursive.c:1256
4319 msgid "Found a possible merge resolution for the submodule:\n"
4322 #: merge-recursive.c:1259
4325 "If this is correct simply add it to the index for example\n"
4328 " git update-index --cacheinfo 160000 %s \"%s\"\n"
4330 "which will accept this suggestion.\n"
4333 #: merge-recursive.c:1268
4335 msgid "Failed to merge submodule %s (multiple merges found)"
4338 #: merge-recursive.c:1341
4339 msgid "Failed to execute internal merge"
4342 #: merge-recursive.c:1346
4344 msgid "Unable to add %s to database"
4347 #: merge-recursive.c:1378
4349 msgid "Auto-merging %s"
4352 #: merge-recursive.c:1402
4354 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
4357 #: merge-recursive.c:1474
4360 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
4364 #: merge-recursive.c:1479
4367 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
4371 #: merge-recursive.c:1486
4374 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
4378 #: merge-recursive.c:1491
4381 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
4382 "left in tree at %s."
4385 #: merge-recursive.c:1526
4389 #: merge-recursive.c:1526
4393 #: merge-recursive.c:1577 merge-recursive.c:2484 merge-recursive.c:3129
4395 msgid "Refusing to lose dirty file at %s"
4398 #: merge-recursive.c:1587
4400 msgid "Refusing to lose untracked file at %s, even though it's in the way."
4403 #: merge-recursive.c:1645
4405 msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
4408 #: merge-recursive.c:1676
4410 msgid "%s is a directory in %s adding as %s instead"
4413 #: merge-recursive.c:1681
4415 msgid "Refusing to lose untracked file at %s; adding as %s instead"
4418 #: merge-recursive.c:1708
4421 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
4422 "\"->\"%s\" in \"%s\"%s"
4425 #: merge-recursive.c:1713
4426 msgid " (left unresolved)"
4429 #: merge-recursive.c:1805
4431 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
4434 #: merge-recursive.c:2068
4437 "CONFLICT (directory rename split): Unclear where to place %s because "
4438 "directory %s was renamed to multiple other directories, with no destination "
4439 "getting a majority of the files."
4442 #: merge-recursive.c:2100
4445 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
4446 "implicit directory rename(s) putting the following path(s) there: %s."
4449 #: merge-recursive.c:2110
4452 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
4453 "implicit directory renames tried to put these paths there: %s"
4456 #: merge-recursive.c:2202
4459 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
4463 #: merge-recursive.c:2447
4466 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
4470 #: merge-recursive.c:2973
4472 msgid "cannot read object %s"
4475 #: merge-recursive.c:2976
4477 msgid "object %s is not a blob"
4480 #: merge-recursive.c:3040
4484 #: merge-recursive.c:3040
4488 #: merge-recursive.c:3052
4492 #: merge-recursive.c:3056
4496 #: merge-recursive.c:3079
4498 msgid "Skipped %s (merged same as existing)"
4501 #: merge-recursive.c:3101
4505 #: merge-recursive.c:3102
4507 msgid "CONFLICT (%s): Merge conflict in %s"
4510 #: merge-recursive.c:3132
4512 msgid "Adding as %s instead"
4515 #: merge-recursive.c:3215
4518 "Path updated: %s added in %s inside a directory that was renamed in %s; "
4522 #: merge-recursive.c:3218
4525 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
4526 "in %s, suggesting it should perhaps be moved to %s."
4529 #: merge-recursive.c:3222
4532 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
4533 "%s; moving it to %s."
4536 #: merge-recursive.c:3225
4539 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
4540 "was renamed in %s, suggesting it should perhaps be moved to %s."
4543 #: merge-recursive.c:3339
4548 #: merge-recursive.c:3362
4549 msgid "file/directory"
4552 #: merge-recursive.c:3367
4553 msgid "directory/file"
4556 #: merge-recursive.c:3374
4558 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
4561 #: merge-recursive.c:3383
4566 #: merge-recursive.c:3392
4568 msgid "CONFLICT (add/add): Merge conflict in %s"
4571 #: merge-recursive.c:3445
4573 msgid "merging of trees %s and %s failed"
4576 #: merge-recursive.c:3550
4580 #: merge-recursive.c:3563
4582 msgid "found %u common ancestor:"
4583 msgid_plural "found %u common ancestors:"
4587 #: merge-recursive.c:3613
4588 msgid "merge returned no commit"
4591 #: merge-recursive.c:3769
4593 msgid "Could not parse object '%s'"
4596 #: merge-recursive.c:3787 builtin/merge.c:711 builtin/merge.c:895
4597 msgid "Unable to write index."
4601 msgid "failed to read the cache"
4604 #: merge.c:109 rerere.c:720 builtin/am.c:1883 builtin/am.c:1917
4605 #: builtin/checkout.c:573 builtin/checkout.c:829 builtin/clone.c:817
4606 #: builtin/stash.c:265
4607 msgid "unable to write new index file"
4612 msgid "multi-pack-index file %s is too small"
4617 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
4622 msgid "multi-pack-index version %d not recognized"
4627 msgid "multi-pack-index hash version %u does not match version %u"
4631 msgid "invalid chunk offset (too large)"
4635 msgid "terminating multi-pack-index chunk id appears earlier than expected"
4639 msgid "multi-pack-index missing required pack-name chunk"
4643 msgid "multi-pack-index missing required OID fanout chunk"
4647 msgid "multi-pack-index missing required OID lookup chunk"
4651 msgid "multi-pack-index missing required object offsets chunk"
4656 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
4661 msgid "bad pack-int-id: %u (%u total packs)"
4665 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
4670 msgid "failed to add packfile '%s'"
4675 msgid "failed to open pack-index '%s'"
4680 msgid "failed to locate object %d in packfile"
4684 msgid "Adding packfiles to multi-pack-index"
4689 msgid "did not see pack-file %s to drop"
4693 msgid "no pack files to index."
4697 msgid "Writing chunks to multi-pack-index"
4702 msgid "failed to clear multi-pack-index at %s"
4706 msgid "multi-pack-index file exists, but failed to parse"
4710 msgid "Looking for referenced packfiles"
4716 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
4720 msgid "the midx contains no oid"
4724 msgid "Verifying OID order in multi-pack-index"
4729 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
4733 msgid "Sorting objects by packfile"
4737 msgid "Verifying object offsets"
4742 msgid "failed to load pack entry for oid[%d] = %s"
4747 msgid "failed to load pack-index for packfile %s"
4752 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4756 msgid "Counting referenced objects"
4760 msgid "Finding and deleting unreferenced packfiles"
4764 msgid "could not start pack-objects"
4768 msgid "could not finish pack-objects"
4773 msgid "unable to create lazy_dir thread: %s"
4778 msgid "unable to create lazy_name thread: %s"
4783 msgid "unable to join lazy_name thread: %s"
4786 #: notes-merge.c:277
4789 "You have not concluded your previous notes merge (%s exists).\n"
4790 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
4791 "commit/abort the previous merge before you start a new notes merge."
4794 #: notes-merge.c:284
4796 msgid "You have not concluded your notes merge (%s exists)."
4800 msgid "Cannot commit uninitialized/unreferenced notes tree"
4803 #: notes-utils.c:105
4805 msgid "Bad notes.rewriteMode value: '%s'"
4808 #: notes-utils.c:115
4810 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
4813 #. TRANSLATORS: The first %s is the name of
4814 #. the environment variable, the second %s is
4817 #: notes-utils.c:145
4819 msgid "Bad %s value: '%s'"
4824 msgid "invalid object type \"%s\""
4829 msgid "object %s is a %s, not a %s"
4834 msgid "object %s has unknown type id %d"
4839 msgid "unable to parse object: %s"
4842 #: object.c:266 object.c:278
4844 msgid "hash mismatch %s"
4847 #: pack-bitmap.c:815 pack-bitmap.c:821 builtin/pack-objects.c:2216
4849 msgid "unable to get size of %s"
4853 msgid "offset before end of packfile (broken .idx?)"
4858 msgid "offset before start of pack index for %s (corrupt index?)"
4863 msgid "offset beyond end of pack index for %s (truncated index?)"
4866 #: parse-options-cb.c:20 parse-options-cb.c:24
4868 msgid "option `%s' expects a numerical value"
4871 #: parse-options-cb.c:41
4873 msgid "malformed expiration date '%s'"
4876 #: parse-options-cb.c:54
4878 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4881 #: parse-options-cb.c:132 parse-options-cb.c:149
4883 msgid "malformed object name '%s'"
4886 #: parse-options.c:38
4888 msgid "%s requires a value"
4891 #: parse-options.c:73
4893 msgid "%s is incompatible with %s"
4896 #: parse-options.c:78
4898 msgid "%s : incompatible with something else"
4901 #: parse-options.c:92 parse-options.c:96 parse-options.c:317
4903 msgid "%s takes no value"
4906 #: parse-options.c:94
4908 msgid "%s isn't available"
4911 #: parse-options.c:217
4913 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4916 #: parse-options.c:386
4918 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4921 #: parse-options.c:420 parse-options.c:428
4923 msgid "did you mean `--%s` (with two dashes)?"
4926 #: parse-options.c:666 parse-options.c:971
4928 msgid "alias of --%s"
4931 #: parse-options.c:862
4933 msgid "unknown option `%s'"
4936 #: parse-options.c:864
4938 msgid "unknown switch `%c'"
4941 #: parse-options.c:866
4943 msgid "unknown non-ascii option in string: `%s'"
4946 #: parse-options.c:890
4950 #: parse-options.c:909
4955 #. TRANSLATORS: the colon here should align with the
4956 #. one in "usage: %s" translation.
4958 #: parse-options.c:915
4963 #: parse-options.c:918
4968 #: parse-options.c:957
4974 msgid "Could not make %s writable by group"
4978 msgid "Escape character '\\' not allowed as last character in attr value"
4982 msgid "Only one 'attr:' specification is allowed."
4986 msgid "attr spec must not be empty"
4991 msgid "invalid attribute name %s"
4995 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
5000 "global 'literal' pathspec setting is incompatible with all other global "
5005 msgid "invalid parameter for pathspec magic 'prefix'"
5010 msgid "Invalid pathspec magic '%.*s' in '%s'"
5015 msgid "Missing ')' at the end of pathspec magic in '%s'"
5020 msgid "Unimplemented pathspec magic '%c' in '%s'"
5025 msgid "%s: 'literal' and 'glob' are incompatible"
5030 msgid "%s: '%s' is outside repository at '%s'"
5035 msgid "'%s' (mnemonic: '%c')"
5040 msgid "%s: pathspec magic not supported by this command: %s"
5045 msgid "pathspec '%s' is beyond a symbolic link"
5050 msgid "line is badly quoted: %s"
5054 msgid "unable to write flush packet"
5058 msgid "unable to write delim packet"
5062 msgid "unable to write stateless separator packet"
5066 msgid "flush packet write failed"
5069 #: pkt-line.c:153 pkt-line.c:239
5070 msgid "protocol error: impossibly long line"
5073 #: pkt-line.c:169 pkt-line.c:171
5074 msgid "packet write with format failed"
5078 msgid "packet write failed - data exceeds max packet size"
5081 #: pkt-line.c:210 pkt-line.c:217
5082 msgid "packet write failed"
5090 msgid "the remote end hung up unexpectedly"
5095 msgid "protocol error: bad line length character: %.4s"
5098 #: pkt-line.c:352 pkt-line.c:357
5100 msgid "protocol error: bad line length %d"
5103 #: pkt-line.c:373 sideband.c:165
5105 msgid "remote error: %s"
5108 #: preload-index.c:119
5109 msgid "Refreshing index"
5112 #: preload-index.c:138
5114 msgid "unable to create threaded lstat: %s"
5118 msgid "unable to parse --pretty format"
5121 #: promisor-remote.c:30
5122 msgid "promisor-remote: unable to fork off fetch subprocess"
5125 #: promisor-remote.c:35 promisor-remote.c:37
5126 msgid "promisor-remote: could not write to fetch subprocess"
5129 #: promisor-remote.c:41
5130 msgid "promisor-remote: could not close stdin to fetch subprocess"
5133 #: promisor-remote.c:53
5135 msgid "promisor remote name cannot begin with '/': %s"
5138 #: prune-packed.c:35
5139 msgid "Removing duplicate objects"
5143 msgid "could not start `log`"
5147 msgid "could not read `log` output"
5150 #: range-diff.c:98 sequencer.c:5310
5152 msgid "could not parse commit '%s'"
5158 "could not parse first line of `log` output: did not start with 'commit ': "
5164 msgid "could not parse git header '%.*s'"
5168 msgid "failed to generate diff"
5171 #: range-diff.c:532 range-diff.c:534
5173 msgid "could not parse log for '%s'"
5178 msgid "will not add file alias '%s' ('%s' already exists in index)"
5182 msgid "cannot create an empty blob in the object database"
5187 msgid "%s: can only add regular files, symbolic links or git-directories"
5192 msgid "'%s' does not have a commit checked out"
5197 msgid "unable to index file '%s'"
5202 msgid "unable to add '%s' to index"
5207 msgid "unable to stat '%s'"
5210 #: read-cache.c:1318
5212 msgid "'%s' appears as both a file and as a directory"
5215 #: read-cache.c:1524
5216 msgid "Refresh index"
5219 #: read-cache.c:1639
5222 "index.version set, but the value is invalid.\n"
5226 #: read-cache.c:1649
5229 "GIT_INDEX_VERSION set, but the value is invalid.\n"
5233 #: read-cache.c:1705
5235 msgid "bad signature 0x%08x"
5238 #: read-cache.c:1708
5240 msgid "bad index version %d"
5243 #: read-cache.c:1717
5244 msgid "bad index file sha1 signature"
5247 #: read-cache.c:1747
5249 msgid "index uses %.4s extension, which we do not understand"
5252 #: read-cache.c:1749
5254 msgid "ignoring %.4s extension"
5257 #: read-cache.c:1786
5259 msgid "unknown index entry format 0x%08x"
5262 #: read-cache.c:1802
5264 msgid "malformed name field in the index, near path '%s'"
5267 #: read-cache.c:1859
5268 msgid "unordered stage entries in index"
5271 #: read-cache.c:1862
5273 msgid "multiple stage entries for merged file '%s'"
5276 #: read-cache.c:1865
5278 msgid "unordered stage entries for '%s'"
5281 #: read-cache.c:1971 read-cache.c:2262 rerere.c:565 rerere.c:599 rerere.c:1111
5282 #: submodule.c:1628 builtin/add.c:538 builtin/check-ignore.c:181
5283 #: builtin/checkout.c:502 builtin/checkout.c:688 builtin/clean.c:991
5284 #: builtin/commit.c:364 builtin/diff-tree.c:122 builtin/grep.c:507
5285 #: builtin/mv.c:146 builtin/reset.c:247 builtin/rm.c:290
5286 #: builtin/submodule--helper.c:332
5287 msgid "index file corrupt"
5290 #: read-cache.c:2115
5292 msgid "unable to create load_cache_entries thread: %s"
5295 #: read-cache.c:2128
5297 msgid "unable to join load_cache_entries thread: %s"
5300 #: read-cache.c:2161
5302 msgid "%s: index file open failed"
5305 #: read-cache.c:2165
5307 msgid "%s: cannot stat the open index"
5310 #: read-cache.c:2169
5312 msgid "%s: index file smaller than expected"
5315 #: read-cache.c:2173
5317 msgid "%s: unable to map index file"
5320 #: read-cache.c:2215
5322 msgid "unable to create load_index_extensions thread: %s"
5325 #: read-cache.c:2242
5327 msgid "unable to join load_index_extensions thread: %s"
5330 #: read-cache.c:2274
5332 msgid "could not freshen shared index '%s'"
5335 #: read-cache.c:2321
5337 msgid "broken index, expect %s in %s, got %s"
5340 #: read-cache.c:3017 strbuf.c:1171 wrapper.c:633 builtin/merge.c:1140
5342 msgid "could not close '%s'"
5345 #: read-cache.c:3120 sequencer.c:2479 sequencer.c:4231
5347 msgid "could not stat '%s'"
5350 #: read-cache.c:3133
5352 msgid "unable to open git dir: %s"
5355 #: read-cache.c:3145
5357 msgid "unable to unlink: %s"
5360 #: read-cache.c:3170
5362 msgid "cannot fix permission bits on '%s'"
5365 #: read-cache.c:3319
5367 msgid "%s: cannot drop to stage #0"
5370 #: rebase-interactive.c:11
5372 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5374 "Or you can abort the rebase with 'git rebase --abort'.\n"
5377 #: rebase-interactive.c:33
5380 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5383 #: rebase-interactive.c:42
5387 "p, pick <commit> = use commit\n"
5388 "r, reword <commit> = use commit, but edit the commit message\n"
5389 "e, edit <commit> = use commit, but stop for amending\n"
5390 "s, squash <commit> = use commit, but meld into previous commit\n"
5391 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
5392 "x, exec <command> = run command (the rest of the line) using shell\n"
5393 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
5394 "d, drop <commit> = remove commit\n"
5395 "l, label <label> = label current HEAD with a name\n"
5396 "t, reset <label> = reset HEAD to a label\n"
5397 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
5398 ". create a merge commit using the original merge commit's\n"
5399 ". message (or the oneline, if no original merge commit was\n"
5400 ". specified). Use -c <commit> to reword the commit message.\n"
5402 "These lines can be re-ordered; they are executed from top to bottom.\n"
5405 #: rebase-interactive.c:63
5407 msgid "Rebase %s onto %s (%d command)"
5408 msgid_plural "Rebase %s onto %s (%d commands)"
5412 #: rebase-interactive.c:72 git-rebase--preserve-merges.sh:218
5415 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
5418 #: rebase-interactive.c:75 git-rebase--preserve-merges.sh:222
5421 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
5424 #: rebase-interactive.c:81 git-rebase--preserve-merges.sh:861
5427 "You are editing the todo file of an ongoing interactive rebase.\n"
5428 "To continue rebase after editing, run:\n"
5429 " git rebase --continue\n"
5433 #: rebase-interactive.c:86 git-rebase--preserve-merges.sh:938
5436 "However, if you remove everything, the rebase will be aborted.\n"
5440 #: rebase-interactive.c:110 rerere.c:485 rerere.c:692 sequencer.c:3607
5441 #: sequencer.c:3633 sequencer.c:5416 builtin/fsck.c:347 builtin/rebase.c:270
5443 msgid "could not write '%s'"
5446 #: rebase-interactive.c:116 builtin/rebase.c:202 builtin/rebase.c:228
5447 #: builtin/rebase.c:252
5449 msgid "could not write '%s'."
5452 #: rebase-interactive.c:193
5455 "Warning: some commits may have been dropped accidentally.\n"
5456 "Dropped commits (newer to older):\n"
5459 #: rebase-interactive.c:200
5462 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5464 "Use 'git config rebase.missingCommitsCheck' to change the level of "
5466 "The possible behaviours are: ignore, warn, error.\n"
5470 #: rebase-interactive.c:233 rebase-interactive.c:238 sequencer.c:2394
5471 #: builtin/rebase.c:188 builtin/rebase.c:213 builtin/rebase.c:239
5472 #: builtin/rebase.c:264
5474 msgid "could not read '%s'."
5477 #: ref-filter.c:42 wt-status.c:1973
5493 msgid "ahead %d, behind %d"
5498 msgid "expected format: %%(color:<color>)"
5503 msgid "unrecognized color: %%(color:%s)"
5508 msgid "Integer value expected refname:lstrip=%s"
5513 msgid "Integer value expected refname:rstrip=%s"
5518 msgid "unrecognized %%(%s) argument: %s"
5523 msgid "%%(objecttype) does not take arguments"
5528 msgid "unrecognized %%(objectsize) argument: %s"
5533 msgid "%%(deltabase) does not take arguments"
5538 msgid "%%(body) does not take arguments"
5543 msgid "unrecognized %%(subject) argument: %s"
5548 msgid "unknown %%(trailers) argument: %s"
5553 msgid "positive value expected contents:lines=%s"
5558 msgid "unrecognized %%(contents) argument: %s"
5563 msgid "positive value expected '%s' in %%(%s)"
5568 msgid "unrecognized argument '%s' in %%(%s)"
5573 msgid "unrecognized email option: %s"
5578 msgid "expected format: %%(align:<width>,<position>)"
5583 msgid "unrecognized position:%s"
5588 msgid "unrecognized width:%s"
5593 msgid "unrecognized %%(align) argument: %s"
5598 msgid "positive width expected with the %%(align) atom"
5603 msgid "unrecognized %%(if) argument: %s"
5608 msgid "malformed field name: %.*s"
5613 msgid "unknown field name: %.*s"
5619 "not a git repository, but the field '%.*s' requires access to object data"
5624 msgid "format: %%(if) atom used without a %%(then) atom"
5629 msgid "format: %%(then) atom used without an %%(if) atom"
5634 msgid "format: %%(then) atom used more than once"
5639 msgid "format: %%(then) atom used after %%(else)"
5644 msgid "format: %%(else) atom used without an %%(if) atom"
5649 msgid "format: %%(else) atom used without a %%(then) atom"
5654 msgid "format: %%(else) atom used more than once"
5659 msgid "format: %%(end) atom used without corresponding atom"
5664 msgid "malformed format string %s"
5667 #: ref-filter.c:1549
5669 msgid "no branch, rebasing %s"
5672 #: ref-filter.c:1552
5674 msgid "no branch, rebasing detached HEAD %s"
5677 #: ref-filter.c:1555
5679 msgid "no branch, bisect started on %s"
5682 #: ref-filter.c:1565
5686 #: ref-filter.c:1599 ref-filter.c:1808
5688 msgid "missing object %s for %s"
5691 #: ref-filter.c:1609
5693 msgid "parse_object_buffer failed on %s for %s"
5696 #: ref-filter.c:2062
5698 msgid "malformed object at '%s'"
5701 #: ref-filter.c:2151
5703 msgid "ignoring ref with broken name %s"
5706 #: ref-filter.c:2156 refs.c:676
5708 msgid "ignoring broken ref %s"
5711 #: ref-filter.c:2472
5713 msgid "format: %%(end) atom missing"
5716 #: ref-filter.c:2571
5718 msgid "malformed object name %s"
5721 #: ref-filter.c:2576
5723 msgid "option `%s' must point to a commit"
5728 msgid "%s does not point to a valid object!"
5734 "Using '%s' as the name for the initial branch. This default branch name\n"
5735 "is subject to change. To configure the initial branch name to use in all\n"
5736 "of your new repositories, which will suppress this warning, call:\n"
5738 "\tgit config --global init.defaultBranch <name>\n"
5740 "Names commonly chosen instead of 'master' are 'main', 'trunk' and\n"
5741 "'development'. The just-created branch can be renamed via this command:\n"
5743 "\tgit branch -m <name>\n"
5748 msgid "could not retrieve `%s`"
5753 msgid "invalid branch name: %s = %s"
5758 msgid "ignoring dangling symref %s"
5763 msgid "log for ref %s has gap after %s"
5768 msgid "log for ref %s unexpectedly ended on %s"
5773 msgid "log for %s is empty"
5778 msgid "refusing to update ref with bad name '%s'"
5783 msgid "update_ref failed for ref '%s': %s"
5788 msgid "multiple updates for ref '%s' not allowed"
5792 msgid "ref updates forbidden inside quarantine environment"
5796 msgid "ref updates aborted by hook"
5799 #: refs.c:2154 refs.c:2184
5801 msgid "'%s' exists; cannot create '%s'"
5804 #: refs.c:2160 refs.c:2195
5806 msgid "cannot process '%s' and '%s' at the same time"
5809 #: refs/files-backend.c:1228
5811 msgid "could not remove reference %s"
5814 #: refs/files-backend.c:1242 refs/packed-backend.c:1542
5815 #: refs/packed-backend.c:1552
5817 msgid "could not delete reference %s: %s"
5820 #: refs/files-backend.c:1245 refs/packed-backend.c:1555
5822 msgid "could not delete references: %s"
5827 msgid "invalid refspec '%s'"
5832 msgid "config remote shorthand cannot begin with '/': %s"
5836 msgid "more than one receivepack given, using the first"
5840 msgid "more than one uploadpack given, using the first"
5845 msgid "Cannot fetch both %s and %s to %s"
5850 msgid "%s usually tracks %s, not %s"
5855 msgid "%s tracks both %s and %s"
5860 msgid "key '%s' of pattern had no '*'"
5865 msgid "value '%s' of pattern has no '*'"
5870 msgid "src refspec %s does not match any"
5875 msgid "src refspec %s matches more than one"
5878 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5879 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5885 "The destination you provided is not a full refname (i.e.,\n"
5886 "starting with \"refs/\"). We tried to guess what you meant by:\n"
5888 "- Looking for a ref that matches '%s' on the remote side.\n"
5889 "- Checking if the <src> being pushed ('%s')\n"
5890 " is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5891 " refs/{heads,tags}/ prefix on the remote side.\n"
5893 "Neither worked, so we gave up. You must fully qualify the ref."
5899 "The <src> part of the refspec is a commit object.\n"
5900 "Did you mean to create a new branch by pushing to\n"
5901 "'%s:refs/heads/%s'?"
5907 "The <src> part of the refspec is a tag object.\n"
5908 "Did you mean to create a new tag by pushing to\n"
5909 "'%s:refs/tags/%s'?"
5915 "The <src> part of the refspec is a tree object.\n"
5916 "Did you mean to tag a new tree by pushing to\n"
5917 "'%s:refs/tags/%s'?"
5923 "The <src> part of the refspec is a blob object.\n"
5924 "Did you mean to tag a new blob by pushing to\n"
5925 "'%s:refs/tags/%s'?"
5930 msgid "%s cannot be resolved to branch"
5935 msgid "unable to delete '%s': remote ref does not exist"
5940 msgid "dst refspec %s matches more than one"
5945 msgid "dst ref %s receives from more than one src"
5948 #: remote.c:1714 remote.c:1815
5949 msgid "HEAD does not point to a branch"
5954 msgid "no such branch: '%s'"
5959 msgid "no upstream configured for branch '%s'"
5964 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5969 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5974 msgid "branch '%s' has no remote for pushing"
5979 msgid "push refspecs for '%s' do not include '%s'"
5983 msgid "push has no destination (push.default is 'nothing')"
5987 msgid "cannot resolve 'simple' push to a single destination"
5992 msgid "couldn't find remote ref %s"
5997 msgid "* Ignoring funny ref '%s' locally"
6002 msgid "Your branch is based on '%s', but the upstream is gone.\n"
6006 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
6011 msgid "Your branch is up to date with '%s'.\n"
6016 msgid "Your branch and '%s' refer to different commits.\n"
6021 msgid " (use \"%s\" for details)\n"
6026 msgid "Your branch is ahead of '%s' by %d commit.\n"
6027 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
6032 msgid " (use \"git push\" to publish your local commits)\n"
6037 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
6039 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
6044 msgid " (use \"git pull\" to update your local branch)\n"
6050 "Your branch and '%s' have diverged,\n"
6051 "and have %d and %d different commit each, respectively.\n"
6053 "Your branch and '%s' have diverged,\n"
6054 "and have %d and %d different commits each, respectively.\n"
6059 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
6064 msgid "cannot parse expected object name '%s'"
6067 #: replace-object.c:21
6069 msgid "bad replace ref name: %s"
6072 #: replace-object.c:30
6074 msgid "duplicate replace ref: %s"
6077 #: replace-object.c:82
6079 msgid "replace depth too high for object %s"
6082 #: rerere.c:217 rerere.c:226 rerere.c:229
6083 msgid "corrupt MERGE_RR"
6086 #: rerere.c:264 rerere.c:269
6087 msgid "unable to write rerere record"
6092 msgid "there were errors while writing '%s' (%s)"
6097 msgid "failed to flush '%s'"
6100 #: rerere.c:503 rerere.c:1039
6102 msgid "could not parse conflict hunks in '%s'"
6107 msgid "failed utime() on '%s'"
6112 msgid "writing '%s' failed"
6117 msgid "Staged '%s' using previous resolution."
6122 msgid "Recorded resolution for '%s'."
6127 msgid "Resolved '%s' using previous resolution."
6132 msgid "cannot unlink stray '%s'"
6137 msgid "Recorded preimage for '%s'"
6140 #: rerere.c:881 submodule.c:2082 builtin/log.c:1992
6141 #: builtin/submodule--helper.c:1878 builtin/submodule--helper.c:1890
6143 msgid "could not create directory '%s'"
6148 msgid "failed to update conflicted state in '%s'"
6151 #: rerere.c:1068 rerere.c:1075
6153 msgid "no remembered resolution for '%s'"
6158 msgid "cannot unlink '%s'"
6163 msgid "Updated preimage for '%s'"
6168 msgid "Forgot resolution for '%s'\n"
6172 msgid "unable to open rr-cache directory"
6176 msgid "could not determine HEAD revision"
6179 #: reset.c:70 reset.c:76 sequencer.c:3460
6181 msgid "failed to find tree of %s"
6185 msgid "--unpacked=<packfile> no longer supported"
6190 msgid "unknown value for --diff-merges: %s"
6194 msgid "your current branch appears to be broken"
6199 msgid "your current branch '%s' does not have any commits yet"
6203 msgid "-L does not yet support diff formats besides -p and -s"
6206 #: run-command.c:764
6207 msgid "open /dev/null failed"
6210 #: run-command.c:1271
6212 msgid "cannot create async thread: %s"
6215 #: run-command.c:1335
6218 "The '%s' hook was ignored because it's not set as executable.\n"
6219 "You can disable this warning with `git config advice.ignoredHook false`."
6223 msgid "unexpected flush packet while reading remote unpack status"
6228 msgid "unable to parse remote unpack status: %s"
6233 msgid "remote unpack failed: %s"
6237 msgid "failed to sign the push certificate"
6241 msgid "the receiving end does not support this repository's hash algorithm"
6245 msgid "the receiving end does not support --signed push"
6250 "not sending a push certificate since the receiving end does not support --"
6255 msgid "the receiving end does not support --atomic push"
6259 msgid "the receiving end does not support push options"
6264 msgid "invalid commit message cleanup mode '%s'"
6269 msgid "could not delete '%s'"
6272 #: sequencer.c:343 builtin/rebase.c:755 builtin/rebase.c:1596 builtin/rm.c:385
6274 msgid "could not remove '%s'"
6291 msgid "unknown action: %d"
6296 "after resolving the conflicts, mark the corrected paths\n"
6297 "with 'git add <paths>' or 'git rm <paths>'"
6302 "after resolving the conflicts, mark the corrected paths\n"
6303 "with 'git add <paths>' or 'git rm <paths>'\n"
6304 "and commit the result with 'git commit'"
6307 #: sequencer.c:434 sequencer.c:3062
6309 msgid "could not lock '%s'"
6312 #: sequencer.c:436 sequencer.c:2861 sequencer.c:3066 sequencer.c:3080
6313 #: sequencer.c:3337 sequencer.c:5326 strbuf.c:1168 wrapper.c:631
6315 msgid "could not write to '%s'"
6320 msgid "could not write eol to '%s'"
6323 #: sequencer.c:446 sequencer.c:2866 sequencer.c:3068 sequencer.c:3082
6326 msgid "failed to finalize '%s'"
6331 msgid "your local changes would be overwritten by %s."
6335 msgid "commit your changes or stash them to proceed."
6340 msgid "%s: fast-forward"
6343 #: sequencer.c:560 builtin/tag.c:566
6345 msgid "Invalid cleanup mode %s"
6348 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
6353 msgid "%s: Unable to write new index file"
6357 msgid "unable to update cache tree"
6361 msgid "could not resolve HEAD commit"
6366 msgid "no key present in '%.*s'"
6371 msgid "unable to dequote value of '%s'"
6374 #: sequencer.c:829 wrapper.c:201 wrapper.c:371 builtin/am.c:710
6375 #: builtin/am.c:802 builtin/merge.c:1135 builtin/rebase.c:908
6377 msgid "could not open '%s' for reading"
6381 msgid "'GIT_AUTHOR_NAME' already given"
6385 msgid "'GIT_AUTHOR_EMAIL' already given"
6389 msgid "'GIT_AUTHOR_DATE' already given"
6394 msgid "unknown variable '%s'"
6398 msgid "missing 'GIT_AUTHOR_NAME'"
6402 msgid "missing 'GIT_AUTHOR_EMAIL'"
6406 msgid "missing 'GIT_AUTHOR_DATE'"
6412 "you have staged changes in your working tree\n"
6413 "If these changes are meant to be squashed into the previous commit, run:\n"
6415 " git commit --amend %s\n"
6417 "If they are meant to go into a new commit, run:\n"
6421 "In both cases, once you're done, continue with:\n"
6423 " git rebase --continue\n"
6427 msgid "'prepare-commit-msg' hook failed"
6432 "Your name and email address were configured automatically based\n"
6433 "on your username and hostname. Please check that they are accurate.\n"
6434 "You can suppress this message by setting them explicitly. Run the\n"
6435 "following command and follow the instructions in your editor to edit\n"
6436 "your configuration file:\n"
6438 " git config --global --edit\n"
6440 "After doing this, you may fix the identity used for this commit with:\n"
6442 " git commit --amend --reset-author\n"
6447 "Your name and email address were configured automatically based\n"
6448 "on your username and hostname. Please check that they are accurate.\n"
6449 "You can suppress this message by setting them explicitly:\n"
6451 " git config --global user.name \"Your Name\"\n"
6452 " git config --global user.email you@example.com\n"
6454 "After doing this, you may fix the identity used for this commit with:\n"
6456 " git commit --amend --reset-author\n"
6460 msgid "couldn't look up newly created commit"
6464 msgid "could not parse newly created commit"
6468 msgid "unable to resolve HEAD after creating commit"
6472 msgid "detached HEAD"
6476 msgid " (root-commit)"
6480 msgid "could not parse HEAD"
6485 msgid "HEAD %s is not a commit!"
6488 #: sequencer.c:1350 sequencer.c:1425 builtin/commit.c:1577
6489 msgid "could not parse HEAD commit"
6492 #: sequencer.c:1403 sequencer.c:2100
6493 msgid "unable to parse commit author"
6496 #: sequencer.c:1414 builtin/am.c:1566 builtin/merge.c:701
6497 msgid "git write-tree failed to write a tree"
6500 #: sequencer.c:1447 sequencer.c:1565
6502 msgid "unable to read commit message from '%s'"
6505 #: sequencer.c:1476 sequencer.c:1508
6507 msgid "invalid author identity '%s'"
6511 msgid "corrupt author: missing date information"
6514 #: sequencer.c:1521 builtin/am.c:1593 builtin/commit.c:1678 builtin/merge.c:904
6515 #: builtin/merge.c:929 t/helper/test-fast-rebase.c:78
6516 msgid "failed to write commit object"
6519 #: sequencer.c:1548 sequencer.c:4283 t/helper/test-fast-rebase.c:198
6521 msgid "could not update %s"
6526 msgid "could not parse commit %s"
6531 msgid "could not parse parent commit %s"
6534 #: sequencer.c:1685 sequencer.c:1796
6536 msgid "unknown command: %d"
6539 #: sequencer.c:1743 sequencer.c:1768
6541 msgid "This is a combination of %d commits."
6545 msgid "need a HEAD to fixup"
6548 #: sequencer.c:1755 sequencer.c:3372
6549 msgid "could not read HEAD"
6553 msgid "could not read HEAD's commit message"
6558 msgid "cannot write '%s'"
6561 #: sequencer.c:1770 git-rebase--preserve-merges.sh:486
6562 msgid "This is the 1st commit message:"
6567 msgid "could not read commit message of %s"
6572 msgid "This is the commit message #%d:"
6577 msgid "The commit message #%d will be skipped:"
6581 msgid "your index file is unmerged."
6585 msgid "cannot fixup root commit"
6590 msgid "commit %s is a merge but no -m option was given."
6593 #: sequencer.c:1913 sequencer.c:1921
6595 msgid "commit %s does not have parent %d"
6600 msgid "cannot get commit message for %s"
6603 #. TRANSLATORS: The first %s will be a "todo" command like
6604 #. "revert" or "pick", the second %s a SHA1.
6607 msgid "%s: cannot parse parent commit %s"
6612 msgid "could not rename '%s' to '%s'"
6617 msgid "could not revert %s... %s"
6622 msgid "could not apply %s... %s"
6627 msgid "dropping %s %s -- patch contents already upstream\n"
6632 msgid "git %s: failed to read the index"
6637 msgid "git %s: failed to refresh the index"
6642 msgid "%s does not accept arguments: '%s'"
6647 msgid "missing arguments for %s"
6652 msgid "could not parse '%s'"
6657 msgid "invalid line %d: %.*s"
6662 msgid "cannot '%s' without a previous commit"
6666 msgid "cancelling a cherry picking in progress"
6670 msgid "cancelling a revert in progress"
6674 msgid "please fix this using 'git rebase --edit-todo'."
6679 msgid "unusable instruction sheet: '%s'"
6683 msgid "no commits parsed."
6687 msgid "cannot cherry-pick during a revert."
6691 msgid "cannot revert during a cherry-pick."
6696 msgid "invalid value for %s: %s"
6700 msgid "unusable squash-onto"
6705 msgid "malformed options sheet: '%s'"
6708 #: sequencer.c:2803 sequencer.c:4636
6709 msgid "empty commit set passed"
6713 msgid "revert is already in progress"
6718 msgid "try \"git revert (--continue | %s--abort | --quit)\""
6722 msgid "cherry-pick is already in progress"
6727 msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
6732 msgid "could not create sequencer directory '%s'"
6736 msgid "could not lock HEAD"
6739 #: sequencer.c:2916 sequencer.c:4371
6740 msgid "no cherry-pick or revert in progress"
6743 #: sequencer.c:2918 sequencer.c:2929
6744 msgid "cannot resolve HEAD"
6747 #: sequencer.c:2920 sequencer.c:2964
6748 msgid "cannot abort from a branch yet to be born"
6751 #: sequencer.c:2950 builtin/grep.c:756
6753 msgid "cannot open '%s'"
6758 msgid "cannot read '%s': %s"
6762 msgid "unexpected end of file"
6767 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
6771 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
6775 msgid "no revert in progress"
6779 msgid "no cherry-pick in progress"
6783 msgid "failed to skip the commit"
6787 msgid "there is nothing to skip"
6793 "have you committed already?\n"
6794 "try \"git %s --continue\""
6797 #: sequencer.c:3202 sequencer.c:4263
6798 msgid "cannot read HEAD"
6803 msgid "unable to copy '%s' to '%s'"
6809 "You can amend the commit now, with\n"
6811 " git commit --amend %s\n"
6813 "Once you are satisfied with your changes, run\n"
6815 " git rebase --continue\n"
6820 msgid "Could not apply %s... %.*s"
6825 msgid "Could not merge %.*s"
6828 #: sequencer.c:3258 sequencer.c:3262 builtin/difftool.c:640
6830 msgid "could not copy '%s' to '%s'"
6835 msgid "Executing: %s\n"
6841 "execution failed: %s\n"
6842 "%sYou can fix the problem, and then run\n"
6844 " git rebase --continue\n"
6849 msgid "and made changes to the index and/or the working tree\n"
6855 "execution succeeded: %s\n"
6856 "but left changes to the index and/or the working tree\n"
6857 "Commit or stash your changes, and then run\n"
6859 " git rebase --continue\n"
6865 msgid "illegal label name: '%.*s'"
6869 msgid "writing fake root commit"
6873 msgid "writing squash-onto"
6878 msgid "could not resolve '%s'"
6882 msgid "cannot merge without a current revision"
6887 msgid "unable to parse '%.*s'"
6892 msgid "nothing to merge: '%.*s'"
6896 msgid "octopus merge cannot be executed on top of a [new root]"
6901 msgid "could not get commit message of '%s'"
6906 msgid "could not even attempt to merge '%.*s'"
6910 msgid "merge: Unable to write new index file"
6914 msgid "Cannot autostash"
6919 msgid "Unexpected stash response: '%s'"
6924 msgid "Could not create directory for '%s'"
6929 msgid "Created autostash: %s\n"
6933 msgid "could not reset --hard"
6938 msgid "Applied autostash.\n"
6943 msgid "cannot store %s"
6950 "Your changes are safe in the stash.\n"
6951 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6955 msgid "Applying autostash resulted in conflicts."
6959 msgid "Autostash exists; creating a new stash entry."
6962 #: sequencer.c:4025 git-rebase--preserve-merges.sh:769
6963 msgid "could not detach HEAD"
6968 msgid "Stopped at HEAD\n"
6973 msgid "Stopped at %s\n"
6979 "Could not execute the todo command\n"
6982 "It has been rescheduled; To edit the command before continuing, please\n"
6983 "edit the todo list first:\n"
6985 " git rebase --edit-todo\n"
6986 " git rebase --continue\n"
6991 msgid "Rebasing (%d/%d)%s"
6996 msgid "Stopped at %s... %.*s\n"
7001 msgid "unknown command %d"
7005 msgid "could not read orig-head"
7009 msgid "could not read 'onto'"
7014 msgid "could not update HEAD to %s"
7019 msgid "Successfully rebased and updated %s.\n"
7023 msgid "cannot rebase: You have unstaged changes."
7027 msgid "cannot amend non-existing commit"
7032 msgid "invalid file: '%s'"
7037 msgid "invalid contents: '%s'"
7043 "You have uncommitted changes in your working tree. Please, commit them\n"
7044 "first and then run 'git rebase --continue' again."
7047 #: sequencer.c:4435 sequencer.c:4474
7049 msgid "could not write file: '%s'"
7053 msgid "could not remove CHERRY_PICK_HEAD"
7057 msgid "could not commit staged changes."
7062 msgid "%s: can't cherry-pick a %s"
7067 msgid "%s: bad revision"
7071 msgid "can't revert as initial commit"
7075 msgid "make_script: unhandled options"
7079 msgid "make_script: error preparing revisions"
7082 #: sequencer.c:5374 sequencer.c:5391
7083 msgid "nothing to do"
7087 msgid "could not skip unnecessary pick commands"
7091 msgid "the script was already rearranged."
7096 msgid "'%s' is outside repository at '%s'"
7102 "%s: no such path in the working tree.\n"
7103 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
7109 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
7110 "Use '--' to separate paths from revisions, like this:\n"
7111 "'git <command> [<revision>...] -- [<file>...]'"
7116 msgid "option '%s' must come before non-option arguments"
7122 "ambiguous argument '%s': both revision and filename\n"
7123 "Use '--' to separate paths from revisions, like this:\n"
7124 "'git <command> [<revision>...] -- [<file>...]'"
7128 msgid "unable to set up work tree using invalid config"
7132 msgid "this operation must be run in a work tree"
7137 msgid "Expected git repo version <= %d, found %d"
7141 msgid "unknown repository extensions found:"
7145 msgid "repo version is 0, but v1-only extensions found:"
7150 msgid "error opening '%s'"
7155 msgid "too large to be a .git file: '%s'"
7160 msgid "error reading %s"
7165 msgid "invalid gitfile format: %s"
7170 msgid "no path in gitfile: %s"
7175 msgid "not a git repository: %s"
7180 msgid "'$%s' too big"
7185 msgid "not a git repository: '%s'"
7188 #: setup.c:855 setup.c:857 setup.c:888
7190 msgid "cannot chdir to '%s'"
7193 #: setup.c:860 setup.c:916 setup.c:926 setup.c:965 setup.c:973
7194 msgid "cannot come back to cwd"
7199 msgid "failed to stat '%*s%s%s'"
7203 msgid "Unable to read current working directory"
7206 #: setup.c:1234 setup.c:1240
7208 msgid "cannot change to '%s'"
7213 msgid "not a git repository (or any of the parent directories): %s"
7219 "not a git repository (or any parent up to mount point %s)\n"
7220 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
7226 "problem with core.sharedRepository filemode value (0%.3o).\n"
7227 "The owner of files must always have read and write permissions."
7231 msgid "open /dev/null or dup failed"
7239 msgid "setsid failed"
7244 msgid "object directory %s does not exist; check .git/objects/info/alternates"
7249 msgid "unable to normalize alternate object path: %s"
7254 msgid "%s: ignoring alternate object stores, nesting too deep"
7259 msgid "unable to normalize object directory: %s"
7263 msgid "unable to fdopen alternates lockfile"
7267 msgid "unable to read alternates file"
7271 msgid "unable to move new alternates file into place"
7276 msgid "path '%s' does not exist"
7281 msgid "reference repository '%s' as a linked checkout is not supported yet."
7286 msgid "reference repository '%s' is not a local repository."
7291 msgid "reference repository '%s' is shallow"
7296 msgid "reference repository '%s' is grafted"
7301 msgid "invalid line while parsing alternate refs: %s"
7306 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
7315 msgid "object file %s is empty"
7318 #: sha1-file.c:1284 sha1-file.c:2477
7320 msgid "corrupt loose object '%s'"
7323 #: sha1-file.c:1286 sha1-file.c:2481
7325 msgid "garbage at end of loose object '%s'"
7329 msgid "invalid object type"
7334 msgid "unable to unpack %s header with --allow-unknown-type"
7339 msgid "unable to unpack %s header"
7344 msgid "unable to parse %s header with --allow-unknown-type"
7349 msgid "unable to parse %s header"
7354 msgid "failed to read object %s"
7359 msgid "replacement %s not found for %s"
7364 msgid "loose object %s (stored in %s) is corrupt"
7369 msgid "packed object %s (stored in %s) is corrupt"
7374 msgid "unable to write file %s"
7379 msgid "unable to set permission to '%s'"
7383 msgid "file write error"
7387 msgid "error when closing loose object file"
7392 msgid "insufficient permission for adding an object to repository database %s"
7396 msgid "unable to create temporary file"
7400 msgid "unable to write loose object file"
7405 msgid "unable to deflate new object %s (%d)"
7410 msgid "deflateEnd on object %s failed (%d)"
7415 msgid "confused by unstable object source data for %s"
7418 #: sha1-file.c:1917 builtin/pack-objects.c:1086
7420 msgid "failed utime() on %s"
7425 msgid "cannot read object for %s"
7429 msgid "corrupt commit"
7438 msgid "read error while indexing %s"
7443 msgid "short read while indexing %s"
7446 #: sha1-file.c:2229 sha1-file.c:2239
7448 msgid "%s: failed to insert into database"
7453 msgid "%s: unsupported file type"
7458 msgid "%s is not a valid object"
7463 msgid "%s is not a valid '%s' object"
7466 #: sha1-file.c:2298 builtin/index-pack.c:192
7468 msgid "unable to open %s"
7471 #: sha1-file.c:2488 sha1-file.c:2541
7473 msgid "hash mismatch for %s (expected %s)"
7478 msgid "unable to mmap %s"
7483 msgid "unable to unpack header of %s"
7488 msgid "unable to parse header of %s"
7493 msgid "unable to unpack contents of %s"
7498 msgid "short SHA1 %s is ambiguous"
7502 msgid "The candidates are:"
7507 "Git normally never creates a ref that ends with 40 hex characters\n"
7508 "because it will be ignored when you just specify 40-hex. These refs\n"
7509 "may be created by mistake. For example,\n"
7511 " git switch -c $br $(git rev-parse ...)\n"
7513 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
7514 "examine these refs and maybe delete them. Turn this message off by\n"
7515 "running \"git config advice.objectNameWarning false\""
7520 msgid "log for '%.*s' only goes back to %s"
7525 msgid "log for '%.*s' only has %d entries"
7530 msgid "path '%s' exists on disk, but not in '%.*s'"
7536 "path '%s' exists, but not '%s'\n"
7537 "hint: Did you mean '%.*s:%s' aka '%.*s:./%s'?"
7542 msgid "path '%s' does not exist in '%.*s'"
7548 "path '%s' is in the index, but not at stage %d\n"
7549 "hint: Did you mean ':%d:%s'?"
7555 "path '%s' is in the index, but not '%s'\n"
7556 "hint: Did you mean ':%d:%s' aka ':%d:./%s'?"
7561 msgid "path '%s' exists on disk, but not in the index"
7566 msgid "path '%s' does not exist (neither on disk nor in the index)"
7570 msgid "relative path syntax can't be used outside working tree"
7575 msgid "invalid object name '%.*s'."
7578 #. TRANSLATORS: IEC 80000-13:2008 gibibyte
7581 msgid "%u.%2.2u GiB"
7584 #. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
7587 msgid "%u.%2.2u GiB/s"
7590 #. TRANSLATORS: IEC 80000-13:2008 mebibyte
7593 msgid "%u.%2.2u MiB"
7596 #. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
7599 msgid "%u.%2.2u MiB/s"
7602 #. TRANSLATORS: IEC 80000-13:2008 kibibyte
7605 msgid "%u.%2.2u KiB"
7608 #. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
7611 msgid "%u.%2.2u KiB/s"
7614 #. TRANSLATORS: IEC 80000-13:2008 byte
7618 msgid_plural "%u bytes"
7622 #. TRANSLATORS: IEC 80000-13:2008 byte/second
7626 msgid_plural "%u bytes/s"
7630 #: strbuf.c:1166 wrapper.c:199 wrapper.c:369 builtin/am.c:719
7631 #: builtin/rebase.c:864
7633 msgid "could not open '%s' for writing"
7638 msgid "could not edit '%s'"
7641 #: submodule-config.c:237
7643 msgid "ignoring suspicious submodule name: %s"
7646 #: submodule-config.c:304
7647 msgid "negative values not allowed for submodule.fetchjobs"
7650 #: submodule-config.c:402
7652 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
7655 #: submodule-config.c:499
7657 msgid "invalid value for %s"
7660 #: submodule-config.c:766
7662 msgid "Could not update .gitmodules entry %s"
7665 #: submodule.c:114 submodule.c:143
7666 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
7669 #: submodule.c:118 submodule.c:147
7671 msgid "Could not find section in .gitmodules where path=%s"
7676 msgid "Could not remove .gitmodules entry for %s"
7680 msgid "staging updated .gitmodules failed"
7685 msgid "in unpopulated submodule '%s'"
7690 msgid "Pathspec '%s' is in submodule '%.*s'"
7695 msgid "bad --ignore-submodules argument: %s"
7701 "Submodule in commit %s at path: '%s' collides with a submodule named the "
7702 "same. Skipping it."
7707 msgid "submodule entry '%s' (%s) is a %s, not a commit"
7713 "Could not run 'git rev-list <commits> --not --remotes -n 1' command in "
7719 msgid "process for submodule '%s' failed"
7722 #: submodule.c:1156 builtin/branch.c:680 builtin/submodule--helper.c:2469
7723 msgid "Failed to resolve HEAD as a valid ref."
7728 msgid "Pushing submodule '%s'\n"
7733 msgid "Unable to push submodule '%s'\n"
7738 msgid "Fetching submodule %s%s\n"
7743 msgid "Could not access submodule '%s'\n"
7749 "Errors during submodule fetch:\n"
7755 msgid "'%s' not recognized as a git repository"
7760 msgid "Could not run 'git status --porcelain=2' in submodule %s"
7765 msgid "'git status --porcelain=2' failed in submodule %s"
7770 msgid "could not start 'git status' in submodule '%s'"
7775 msgid "could not run 'git status' in submodule '%s'"
7780 msgid "Could not unset core.worktree setting in submodule '%s'"
7783 #: submodule.c:1859 submodule.c:2169
7785 msgid "could not recurse into submodule '%s'"
7789 msgid "could not reset submodule index"
7794 msgid "submodule '%s' has dirty index"
7799 msgid "Submodule '%s' could not be updated."
7804 msgid "submodule git dir '%s' is inside git dir '%.*s'"
7810 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
7813 #: submodule.c:2075 submodule.c:2134
7815 msgid "could not lookup name for submodule '%s'"
7820 msgid "refusing to move '%s' into an existing git dir"
7826 "Migrating git directory of '%s%s' from\n"
7832 msgid "could not start ls-files in .."
7837 msgid "ls-tree returned unexpected return code %d"
7842 msgid "running trailer command '%s' failed"
7845 #: trailer.c:483 trailer.c:488 trailer.c:493 trailer.c:547 trailer.c:551
7848 msgid "unknown value '%s' for key '%s'"
7851 #: trailer.c:537 trailer.c:542 builtin/remote.c:299 builtin/remote.c:324
7853 msgid "more than one %s"
7858 msgid "empty trailer token in trailer '%.*s'"
7863 msgid "could not read input file '%s'"
7867 msgid "could not read from stdin"
7870 #: trailer.c:1009 wrapper.c:676
7872 msgid "could not stat %s"
7877 msgid "file %s is not a regular file"
7882 msgid "file %s is not writable by user"
7886 msgid "could not open temporary file"
7891 msgid "could not rename temporary file to %s"
7894 #: transport-helper.c:62 transport-helper.c:91
7895 msgid "full write to remote helper failed"
7898 #: transport-helper.c:145
7900 msgid "unable to find remote helper for '%s'"
7903 #: transport-helper.c:161 transport-helper.c:575
7904 msgid "can't dup helper output fd"
7907 #: transport-helper.c:214
7910 "unknown mandatory capability %s; this remote helper probably needs newer "
7914 #: transport-helper.c:220
7915 msgid "this remote helper should implement refspec capability"
7918 #: transport-helper.c:287 transport-helper.c:429
7920 msgid "%s unexpectedly said: '%s'"
7923 #: transport-helper.c:417
7925 msgid "%s also locked %s"
7928 #: transport-helper.c:497
7929 msgid "couldn't run fast-import"
7932 #: transport-helper.c:520
7933 msgid "error while running fast-import"
7936 #: transport-helper.c:549 transport-helper.c:1236
7938 msgid "could not read ref %s"
7941 #: transport-helper.c:594
7943 msgid "unknown response to connect: %s"
7946 #: transport-helper.c:616
7947 msgid "setting remote service path not supported by protocol"
7950 #: transport-helper.c:618
7951 msgid "invalid remote service path"
7954 #: transport-helper.c:661 transport.c:1446
7955 msgid "operation not supported by protocol"
7958 #: transport-helper.c:664
7960 msgid "can't connect to subservice %s"
7963 #: transport-helper.c:745
7964 msgid "'option' without a matching 'ok/error' directive"
7967 #: transport-helper.c:788
7969 msgid "expected ok/error, helper said '%s'"
7972 #: transport-helper.c:845
7974 msgid "helper reported unexpected status of %s"
7977 #: transport-helper.c:928
7979 msgid "helper %s does not support dry-run"
7982 #: transport-helper.c:931
7984 msgid "helper %s does not support --signed"
7987 #: transport-helper.c:934
7989 msgid "helper %s does not support --signed=if-asked"
7992 #: transport-helper.c:939
7994 msgid "helper %s does not support --atomic"
7997 #: transport-helper.c:943
7999 msgid "helper %s does not support --%s"
8002 #: transport-helper.c:950
8004 msgid "helper %s does not support 'push-option'"
8007 #: transport-helper.c:1050
8008 msgid "remote-helper doesn't support push; refspec needed"
8011 #: transport-helper.c:1055
8013 msgid "helper %s does not support 'force'"
8016 #: transport-helper.c:1102
8017 msgid "couldn't run fast-export"
8020 #: transport-helper.c:1107
8021 msgid "error while running fast-export"
8024 #: transport-helper.c:1132
8027 "No refs in common and none specified; doing nothing.\n"
8028 "Perhaps you should specify a branch.\n"
8031 #: transport-helper.c:1213
8033 msgid "unsupported object format '%s'"
8036 #: transport-helper.c:1222
8038 msgid "malformed response in ref list: %s"
8041 #: transport-helper.c:1374
8043 msgid "read(%s) failed"
8046 #: transport-helper.c:1401
8048 msgid "write(%s) failed"
8051 #: transport-helper.c:1450
8053 msgid "%s thread failed"
8056 #: transport-helper.c:1454
8058 msgid "%s thread failed to join: %s"
8061 #: transport-helper.c:1473 transport-helper.c:1477
8063 msgid "can't start thread for copying data: %s"
8066 #: transport-helper.c:1514
8068 msgid "%s process failed to wait"
8071 #: transport-helper.c:1518
8073 msgid "%s process failed"
8076 #: transport-helper.c:1536 transport-helper.c:1545
8077 msgid "can't start thread for copying data"
8082 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
8087 msgid "could not read bundle '%s'"
8092 msgid "transport: invalid depth option '%s'"
8096 msgid "see protocol.version in 'git help config' for more details"
8100 msgid "server options require protocol version 2 or later"
8104 msgid "could not parse transport.color.* config"
8108 msgid "support for protocol v2 not implemented yet"
8113 msgid "unknown value for config '%s': %s"
8118 msgid "transport '%s' not allowed"
8122 msgid "git-over-rsync is no longer supported"
8128 "The following submodule paths contain changes that can\n"
8129 "not be found on any remote:\n"
8138 "\tgit push --recurse-submodules=on-demand\n"
8140 "or cd to the path and use\n"
8144 "to push them to a remote.\n"
8153 msgid "failed to push all needed submodules"
8157 msgid "too-short tree object"
8161 msgid "malformed mode in tree entry"
8165 msgid "empty filename in tree entry"
8169 msgid "too-short tree file"
8172 #: unpack-trees.c:113
8175 "Your local changes to the following files would be overwritten by checkout:\n"
8176 "%%sPlease commit your changes or stash them before you switch branches."
8179 #: unpack-trees.c:115
8182 "Your local changes to the following files would be overwritten by checkout:\n"
8186 #: unpack-trees.c:118
8189 "Your local changes to the following files would be overwritten by merge:\n"
8190 "%%sPlease commit your changes or stash them before you merge."
8193 #: unpack-trees.c:120
8196 "Your local changes to the following files would be overwritten by merge:\n"
8200 #: unpack-trees.c:123
8203 "Your local changes to the following files would be overwritten by %s:\n"
8204 "%%sPlease commit your changes or stash them before you %s."
8207 #: unpack-trees.c:125
8210 "Your local changes to the following files would be overwritten by %s:\n"
8214 #: unpack-trees.c:130
8217 "Updating the following directories would lose untracked files in them:\n"
8221 #: unpack-trees.c:134
8224 "The following untracked working tree files would be removed by checkout:\n"
8225 "%%sPlease move or remove them before you switch branches."
8228 #: unpack-trees.c:136
8231 "The following untracked working tree files would be removed by checkout:\n"
8235 #: unpack-trees.c:139
8238 "The following untracked working tree files would be removed by merge:\n"
8239 "%%sPlease move or remove them before you merge."
8242 #: unpack-trees.c:141
8245 "The following untracked working tree files would be removed by merge:\n"
8249 #: unpack-trees.c:144
8252 "The following untracked working tree files would be removed by %s:\n"
8253 "%%sPlease move or remove them before you %s."
8256 #: unpack-trees.c:146
8259 "The following untracked working tree files would be removed by %s:\n"
8263 #: unpack-trees.c:152
8266 "The following untracked working tree files would be overwritten by "
8268 "%%sPlease move or remove them before you switch branches."
8271 #: unpack-trees.c:154
8274 "The following untracked working tree files would be overwritten by "
8279 #: unpack-trees.c:157
8282 "The following untracked working tree files would be overwritten by merge:\n"
8283 "%%sPlease move or remove them before you merge."
8286 #: unpack-trees.c:159
8289 "The following untracked working tree files would be overwritten by merge:\n"
8293 #: unpack-trees.c:162
8296 "The following untracked working tree files would be overwritten by %s:\n"
8297 "%%sPlease move or remove them before you %s."
8300 #: unpack-trees.c:164
8303 "The following untracked working tree files would be overwritten by %s:\n"
8307 #: unpack-trees.c:172
8309 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
8312 #: unpack-trees.c:175
8315 "Cannot update submodule:\n"
8319 #: unpack-trees.c:178
8322 "The following paths are not up to date and were left despite sparse "
8327 #: unpack-trees.c:180
8330 "The following paths are unmerged and were left despite sparse patterns:\n"
8334 #: unpack-trees.c:182
8337 "The following paths were already present and thus not updated despite sparse "
8342 #: unpack-trees.c:262
8347 #: unpack-trees.c:289
8350 "After fixing the above paths, you may want to run `git sparse-checkout "
8354 #: unpack-trees.c:350
8355 msgid "Updating files"
8358 #: unpack-trees.c:382
8360 "the following paths have collided (e.g. case-sensitive paths\n"
8361 "on a case-insensitive filesystem) and only one from the same\n"
8362 "colliding group is in the working tree:\n"
8365 #: unpack-trees.c:1498
8366 msgid "Updating index flags"
8369 #: upload-pack.c:1550
8370 msgid "expected flush after fetch arguments"
8374 msgid "invalid URL scheme name or missing '://' suffix"
8377 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
8379 msgid "invalid %XX escape sequence"
8383 msgid "missing host and scheme is not 'file:'"
8387 msgid "a 'file:' URL may not have a port number"
8391 msgid "invalid characters in host name"
8394 #: urlmatch.c:292 urlmatch.c:303
8395 msgid "invalid port number"
8399 msgid "invalid '..' path segment"
8403 msgid "Fetching objects"
8406 #: worktree.c:236 builtin/am.c:2103
8408 msgid "failed to read '%s'"
8413 msgid "'%s' at main working tree is not the repository directory"
8418 msgid "'%s' file does not contain absolute path to the working tree location"
8423 msgid "'%s' does not exist"
8428 msgid "'%s' is not a .git file, error code %d"
8433 msgid "'%s' does not point back to '%s'"
8437 msgid "not a directory"
8441 msgid ".git is not a file"
8445 msgid ".git file broken"
8449 msgid ".git file incorrect"
8453 msgid "not a valid path"
8457 msgid "unable to locate repository; .git is not a file"
8461 msgid "unable to locate repository; .git file broken"
8465 msgid "gitdir unreadable"
8469 msgid "gitdir incorrect"
8472 #: wrapper.c:197 wrapper.c:367
8474 msgid "could not open '%s' for reading and writing"
8477 #: wrapper.c:398 wrapper.c:599
8479 msgid "unable to access '%s'"
8483 msgid "unable to get current working directory"
8487 msgid "Unmerged paths:"
8490 #: wt-status.c:187 wt-status.c:219
8491 msgid " (use \"git restore --staged <file>...\" to unstage)"
8494 #: wt-status.c:190 wt-status.c:222
8496 msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
8499 #: wt-status.c:193 wt-status.c:225
8500 msgid " (use \"git rm --cached <file>...\" to unstage)"
8504 msgid " (use \"git add <file>...\" to mark resolution)"
8507 #: wt-status.c:199 wt-status.c:203
8508 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
8512 msgid " (use \"git rm <file>...\" to mark resolution)"
8515 #: wt-status.c:211 wt-status.c:1070
8516 msgid "Changes to be committed:"
8519 #: wt-status.c:234 wt-status.c:1079
8520 msgid "Changes not staged for commit:"
8524 msgid " (use \"git add <file>...\" to update what will be committed)"
8528 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
8533 " (use \"git restore <file>...\" to discard changes in working directory)"
8537 msgid " (commit or discard the untracked or modified content in submodules)"
8542 msgid " (use \"git %s <file>...\" to include in what will be committed)"
8546 msgid "both deleted:"
8550 msgid "added by us:"
8554 msgid "deleted by them:"
8558 msgid "added by them:"
8562 msgid "deleted by us:"
8570 msgid "both modified:"
8606 msgid "new commits, "
8610 msgid "modified content, "
8614 msgid "untracked content, "
8619 msgid "Your stash currently has %d entry"
8620 msgid_plural "Your stash currently has %d entries"
8625 msgid "Submodules changed but not updated:"
8629 msgid "Submodule changes to be committed:"
8634 "Do not modify or remove the line above.\n"
8635 "Everything below it will be ignored."
8642 "It took %.2f seconds to compute the branch ahead/behind values.\n"
8643 "You can use '--no-ahead-behind' to avoid this.\n"
8647 msgid "You have unmerged paths."
8651 msgid " (fix conflicts and run \"git commit\")"
8655 msgid " (use \"git merge --abort\" to abort the merge)"
8659 msgid "All conflicts fixed but you are still merging."
8663 msgid " (use \"git commit\" to conclude merge)"
8667 msgid "You are in the middle of an am session."
8671 msgid "The current patch is empty."
8675 msgid " (fix conflicts and then run \"git am --continue\")"
8679 msgid " (use \"git am --skip\" to skip this patch)"
8683 msgid " (use \"git am --abort\" to restore the original branch)"
8687 msgid "git-rebase-todo is missing."
8691 msgid "No commands done."
8696 msgid "Last command done (%d command done):"
8697 msgid_plural "Last commands done (%d commands done):"
8703 msgid " (see more in file %s)"
8707 msgid "No commands remaining."
8712 msgid "Next command to do (%d remaining command):"
8713 msgid_plural "Next commands to do (%d remaining commands):"
8718 msgid " (use \"git rebase --edit-todo\" to view and edit)"
8723 msgid "You are currently rebasing branch '%s' on '%s'."
8727 msgid "You are currently rebasing."
8731 msgid " (fix conflicts and then run \"git rebase --continue\")"
8735 msgid " (use \"git rebase --skip\" to skip this patch)"
8739 msgid " (use \"git rebase --abort\" to check out the original branch)"
8743 msgid " (all conflicts fixed: run \"git rebase --continue\")"
8749 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
8753 msgid "You are currently splitting a commit during a rebase."
8757 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
8762 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
8766 msgid "You are currently editing a commit during a rebase."
8770 msgid " (use \"git commit --amend\" to amend the current commit)"
8775 " (use \"git rebase --continue\" once you are satisfied with your changes)"
8779 msgid "Cherry-pick currently in progress."
8784 msgid "You are currently cherry-picking commit %s."
8788 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
8792 msgid " (run \"git cherry-pick --continue\" to continue)"
8796 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
8800 msgid " (use \"git cherry-pick --skip\" to skip this patch)"
8804 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
8808 msgid "Revert currently in progress."
8813 msgid "You are currently reverting commit %s."
8817 msgid " (fix conflicts and run \"git revert --continue\")"
8821 msgid " (run \"git revert --continue\" to continue)"
8825 msgid " (all conflicts fixed: run \"git revert --continue\")"
8829 msgid " (use \"git revert --skip\" to skip this patch)"
8833 msgid " (use \"git revert --abort\" to cancel the revert operation)"
8838 msgid "You are currently bisecting, started from branch '%s'."
8842 msgid "You are currently bisecting."
8846 msgid " (use \"git bisect reset\" to get back to the original branch)"
8851 msgid "You are in a sparse checkout with %d%% of tracked files present."
8859 msgid "interactive rebase in progress; onto "
8863 msgid "rebase in progress; onto "
8867 msgid "Not currently on any branch."
8871 msgid "Initial commit"
8875 msgid "No commits yet"
8879 msgid "Untracked files"
8883 msgid "Ignored files"
8889 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
8890 "may speed it up, but you have to be careful not to forget to add\n"
8891 "new files yourself (see 'git help status')."
8896 msgid "Untracked files not listed%s"
8900 msgid " (use -u option to show untracked files)"
8909 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
8914 msgid "no changes added to commit\n"
8920 "nothing added to commit but untracked files present (use \"git add\" to "
8926 msgid "nothing added to commit but untracked files present\n"
8931 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
8934 #: wt-status.c:1827 wt-status.c:1833
8936 msgid "nothing to commit\n"
8941 msgid "nothing to commit (use -u to show untracked files)\n"
8946 msgid "nothing to commit, working tree clean\n"
8950 msgid "No commits yet on "
8954 msgid "HEAD (no branch)"
8961 #: wt-status.c:1977 wt-status.c:1985
8965 #: wt-status.c:1980 wt-status.c:1983
8969 #. TRANSLATORS: the action is e.g. "pull with rebase"
8972 msgid "cannot %s: You have unstaged changes."
8976 msgid "additionally, your index contains uncommitted changes."
8981 msgid "cannot %s: Your index contains uncommitted changes."
8984 #: compat/precompose_utf8.c:58 builtin/clone.c:457
8986 msgid "failed to unlink '%s'"
8990 msgid "git add [<options>] [--] <pathspec>..."
8995 msgid "unexpected diff status %c"
8998 #: builtin/add.c:93 builtin/commit.c:285
8999 msgid "updating files failed"
9002 #: builtin/add.c:103
9004 msgid "remove '%s'\n"
9007 #: builtin/add.c:178
9008 msgid "Unstaged changes after refreshing the index:"
9011 #: builtin/add.c:272 builtin/rev-parse.c:908
9012 msgid "Could not read the index"
9015 #: builtin/add.c:283
9017 msgid "Could not open '%s' for writing."
9020 #: builtin/add.c:287
9021 msgid "Could not write patch"
9024 #: builtin/add.c:290
9025 msgid "editing patch failed"
9028 #: builtin/add.c:293
9030 msgid "Could not stat '%s'"
9033 #: builtin/add.c:295
9034 msgid "Empty patch. Aborted."
9037 #: builtin/add.c:300
9039 msgid "Could not apply '%s'"
9042 #: builtin/add.c:308
9043 msgid "The following paths are ignored by one of your .gitignore files:\n"
9046 #: builtin/add.c:328 builtin/clean.c:904 builtin/fetch.c:166 builtin/mv.c:124
9047 #: builtin/prune-packed.c:14 builtin/pull.c:204 builtin/push.c:559
9048 #: builtin/remote.c:1427 builtin/rm.c:242 builtin/send-pack.c:190
9052 #: builtin/add.c:331
9053 msgid "interactive picking"
9056 #: builtin/add.c:332 builtin/checkout.c:1547 builtin/reset.c:308
9057 msgid "select hunks interactively"
9060 #: builtin/add.c:333
9061 msgid "edit current diff and apply"
9064 #: builtin/add.c:334
9065 msgid "allow adding otherwise ignored files"
9068 #: builtin/add.c:335
9069 msgid "update tracked files"
9072 #: builtin/add.c:336
9073 msgid "renormalize EOL of tracked files (implies -u)"
9076 #: builtin/add.c:337
9077 msgid "record only the fact that the path will be added later"
9080 #: builtin/add.c:338
9081 msgid "add changes from all tracked and untracked files"
9084 #: builtin/add.c:341
9085 msgid "ignore paths removed in the working tree (same as --no-all)"
9088 #: builtin/add.c:343
9089 msgid "don't add, only refresh the index"
9092 #: builtin/add.c:344
9093 msgid "just skip files which cannot be added because of errors"
9096 #: builtin/add.c:345
9097 msgid "check if - even missing - files are ignored in dry run"
9100 #: builtin/add.c:347 builtin/update-index.c:1004
9101 msgid "override the executable bit of the listed files"
9104 #: builtin/add.c:349
9105 msgid "warn when adding an embedded repository"
9108 #: builtin/add.c:351
9109 msgid "backend for `git stash -p`"
9112 #: builtin/add.c:369
9115 "You've added another git repository inside your current repository.\n"
9116 "Clones of the outer repository will not contain the contents of\n"
9117 "the embedded repository and will not know how to obtain it.\n"
9118 "If you meant to add a submodule, use:\n"
9120 "\tgit submodule add <url> %s\n"
9122 "If you added this path by mistake, you can remove it from the\n"
9125 "\tgit rm --cached %s\n"
9127 "See \"git help submodule\" for more information."
9130 #: builtin/add.c:397
9132 msgid "adding embedded git repository: %s"
9135 #: builtin/add.c:416
9137 "Use -f if you really want to add them.\n"
9138 "Turn this message off by running\n"
9139 "\"git config advice.addIgnoredFile false\""
9142 #: builtin/add.c:425
9143 msgid "adding files failed"
9146 #: builtin/add.c:453 builtin/commit.c:345
9147 msgid "--pathspec-from-file is incompatible with --interactive/--patch"
9150 #: builtin/add.c:470
9151 msgid "--pathspec-from-file is incompatible with --edit"
9154 #: builtin/add.c:482
9155 msgid "-A and -u are mutually incompatible"
9158 #: builtin/add.c:485
9159 msgid "Option --ignore-missing can only be used together with --dry-run"
9162 #: builtin/add.c:489
9164 msgid "--chmod param '%s' must be either -x or +x"
9167 #: builtin/add.c:507 builtin/checkout.c:1715 builtin/commit.c:351
9168 #: builtin/reset.c:328 builtin/rm.c:272 builtin/stash.c:1502
9169 msgid "--pathspec-from-file is incompatible with pathspec arguments"
9172 #: builtin/add.c:514 builtin/checkout.c:1727 builtin/commit.c:357
9173 #: builtin/reset.c:334 builtin/rm.c:278 builtin/stash.c:1508
9174 msgid "--pathspec-file-nul requires --pathspec-from-file"
9177 #: builtin/add.c:518
9179 msgid "Nothing specified, nothing added.\n"
9182 #: builtin/add.c:520
9184 "Maybe you wanted to say 'git add .'?\n"
9185 "Turn this message off by running\n"
9186 "\"git config advice.addEmptyPathspec false\""
9190 msgid "could not parse author script"
9195 msgid "'%s' was deleted by the applypatch-msg hook"
9200 msgid "Malformed input line: '%s'."
9205 msgid "Failed to copy notes from '%s' to '%s'"
9209 msgid "fseek failed"
9214 msgid "could not parse patch '%s'"
9218 msgid "Only one StGIT patch series can be applied at once"
9222 msgid "invalid timestamp"
9225 #: builtin/am.c:848 builtin/am.c:860
9226 msgid "invalid Date line"
9230 msgid "invalid timezone offset"
9234 msgid "Patch format detection failed."
9237 #: builtin/am.c:953 builtin/clone.c:410
9239 msgid "failed to create directory '%s'"
9243 msgid "Failed to split patches."
9246 #: builtin/am.c:1089
9248 msgid "When you have resolved this problem, run \"%s --continue\"."
9251 #: builtin/am.c:1090
9253 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
9256 #: builtin/am.c:1091
9258 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
9261 #: builtin/am.c:1174
9262 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
9265 #: builtin/am.c:1202
9266 msgid "Patch is empty."
9269 #: builtin/am.c:1267
9271 msgid "missing author line in commit %s"
9274 #: builtin/am.c:1270
9276 msgid "invalid ident line: %.*s"
9279 #: builtin/am.c:1489
9280 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9283 #: builtin/am.c:1491
9284 msgid "Using index info to reconstruct a base tree..."
9287 #: builtin/am.c:1510
9289 "Did you hand edit your patch?\n"
9290 "It does not apply to blobs recorded in its index."
9293 #: builtin/am.c:1516
9294 msgid "Falling back to patching base and 3-way merge..."
9297 #: builtin/am.c:1542
9298 msgid "Failed to merge in the changes."
9301 #: builtin/am.c:1574
9302 msgid "applying to an empty history"
9305 #: builtin/am.c:1626 builtin/am.c:1630
9307 msgid "cannot resume: %s does not exist."
9310 #: builtin/am.c:1648
9311 msgid "Commit Body is:"
9314 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9315 #. in your translation. The program will only accept English
9316 #. input at this point.
9318 #: builtin/am.c:1658
9320 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
9323 #: builtin/am.c:1704 builtin/commit.c:395
9324 msgid "unable to write index file"
9327 #: builtin/am.c:1708
9329 msgid "Dirty index: cannot apply patches (dirty: %s)"
9332 #: builtin/am.c:1748 builtin/am.c:1816
9334 msgid "Applying: %.*s"
9337 #: builtin/am.c:1765
9338 msgid "No changes -- Patch already applied."
9341 #: builtin/am.c:1771
9343 msgid "Patch failed at %s %.*s"
9346 #: builtin/am.c:1775
9347 msgid "Use 'git am --show-current-patch=diff' to see the failed patch"
9350 #: builtin/am.c:1819
9352 "No changes - did you forget to use 'git add'?\n"
9353 "If there is nothing left to stage, chances are that something else\n"
9354 "already introduced the same changes; you might want to skip this patch."
9357 #: builtin/am.c:1826
9359 "You still have unmerged paths in your index.\n"
9360 "You should 'git add' each file with resolved conflicts to mark them as "
9362 "You might run `git rm` on a file to accept \"deleted by them\" for it."
9365 #: builtin/am.c:1933 builtin/am.c:1937 builtin/am.c:1949 builtin/reset.c:347
9366 #: builtin/reset.c:355
9368 msgid "Could not parse object '%s'."
9371 #: builtin/am.c:1985
9372 msgid "failed to clean index"
9375 #: builtin/am.c:2029
9377 "You seem to have moved HEAD since the last 'am' failure.\n"
9378 "Not rewinding to ORIG_HEAD"
9381 #: builtin/am.c:2136
9383 msgid "Invalid value for --patch-format: %s"
9386 #: builtin/am.c:2178
9388 msgid "Invalid value for --show-current-patch: %s"
9391 #: builtin/am.c:2182
9393 msgid "--show-current-patch=%s is incompatible with --show-current-patch=%s"
9396 #: builtin/am.c:2213
9397 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
9400 #: builtin/am.c:2214
9401 msgid "git am [<options>] (--continue | --skip | --abort)"
9404 #: builtin/am.c:2220
9405 msgid "run interactively"
9408 #: builtin/am.c:2222
9409 msgid "historical option -- no-op"
9412 #: builtin/am.c:2224
9413 msgid "allow fall back on 3way merging if needed"
9416 #: builtin/am.c:2225 builtin/init-db.c:560 builtin/prune-packed.c:16
9417 #: builtin/repack.c:335 builtin/stash.c:815
9421 #: builtin/am.c:2227
9422 msgid "add a Signed-off-by trailer to the commit message"
9425 #: builtin/am.c:2230
9426 msgid "recode into utf8 (default)"
9429 #: builtin/am.c:2232
9430 msgid "pass -k flag to git-mailinfo"
9433 #: builtin/am.c:2234
9434 msgid "pass -b flag to git-mailinfo"
9437 #: builtin/am.c:2236
9438 msgid "pass -m flag to git-mailinfo"
9441 #: builtin/am.c:2238
9442 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
9445 #: builtin/am.c:2241
9446 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
9449 #: builtin/am.c:2244
9450 msgid "strip everything before a scissors line"
9453 #: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
9454 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
9455 #: builtin/am.c:2273
9456 msgid "pass it through git-apply"
9459 #: builtin/am.c:2263 builtin/commit.c:1395 builtin/fmt-merge-msg.c:17
9460 #: builtin/fmt-merge-msg.c:20 builtin/grep.c:903 builtin/merge.c:260
9461 #: builtin/pull.c:141 builtin/pull.c:200 builtin/pull.c:217
9462 #: builtin/rebase.c:1341 builtin/repack.c:346 builtin/repack.c:350
9463 #: builtin/repack.c:352 builtin/show-branch.c:650 builtin/show-ref.c:172
9464 #: builtin/tag.c:404 parse-options.h:154 parse-options.h:175
9465 #: parse-options.h:316
9469 #: builtin/am.c:2269 builtin/branch.c:661 builtin/bugreport.c:136
9470 #: builtin/for-each-ref.c:38 builtin/replace.c:556 builtin/tag.c:438
9471 #: builtin/verify-tag.c:38
9475 #: builtin/am.c:2270
9476 msgid "format the patch(es) are in"
9479 #: builtin/am.c:2276
9480 msgid "override error message when patch failure occurs"
9483 #: builtin/am.c:2278
9484 msgid "continue applying patches after resolving a conflict"
9487 #: builtin/am.c:2281
9488 msgid "synonyms for --continue"
9491 #: builtin/am.c:2284
9492 msgid "skip the current patch"
9495 #: builtin/am.c:2287
9496 msgid "restore the original branch and abort the patching operation."
9499 #: builtin/am.c:2290
9500 msgid "abort the patching operation but keep HEAD where it is."
9503 #: builtin/am.c:2294
9504 msgid "show the patch being applied"
9507 #: builtin/am.c:2299
9508 msgid "lie about committer date"
9511 #: builtin/am.c:2301
9512 msgid "use current timestamp for author date"
9515 #: builtin/am.c:2303 builtin/commit-tree.c:120 builtin/commit.c:1515
9516 #: builtin/merge.c:297 builtin/pull.c:175 builtin/rebase.c:536
9517 #: builtin/rebase.c:1394 builtin/revert.c:117 builtin/tag.c:419
9521 #: builtin/am.c:2304 builtin/rebase.c:537 builtin/rebase.c:1395
9522 msgid "GPG-sign commits"
9525 #: builtin/am.c:2307
9526 msgid "(internal use for git-rebase)"
9529 #: builtin/am.c:2325
9531 "The -b/--binary option has been a no-op for long time, and\n"
9532 "it will be removed. Please do not use it anymore."
9535 #: builtin/am.c:2332
9536 msgid "failed to read the index"
9539 #: builtin/am.c:2347
9541 msgid "previous rebase directory %s still exists but mbox given."
9544 #: builtin/am.c:2371
9547 "Stray %s directory found.\n"
9548 "Use \"git am --abort\" to remove it."
9551 #: builtin/am.c:2377
9552 msgid "Resolve operation not in progress, we are not resuming."
9555 #: builtin/am.c:2387
9556 msgid "interactive mode requires patches on the command line"
9559 #: builtin/apply.c:8
9560 msgid "git apply [<options>] [<patch>...]"
9563 #: builtin/archive.c:17
9565 msgid "could not create archive file '%s'"
9568 #: builtin/archive.c:20
9569 msgid "could not redirect output"
9572 #: builtin/archive.c:37
9573 msgid "git archive: Remote with no URL"
9576 #: builtin/archive.c:61
9577 msgid "git archive: expected ACK/NAK, got a flush packet"
9580 #: builtin/archive.c:64
9582 msgid "git archive: NACK %s"
9585 #: builtin/archive.c:65
9586 msgid "git archive: protocol error"
9589 #: builtin/archive.c:69
9590 msgid "git archive: expected a flush"
9593 #: builtin/bisect--helper.c:23
9594 msgid "git bisect--helper --bisect-reset [<commit>]"
9597 #: builtin/bisect--helper.c:24
9599 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
9603 #: builtin/bisect--helper.c:25
9605 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
9609 #: builtin/bisect--helper.c:26
9610 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
9613 #: builtin/bisect--helper.c:27
9615 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
9619 #: builtin/bisect--helper.c:28
9621 "git bisect--helper --bisect-start [--term-{new,bad}=<term> --term-{old,good}"
9622 "=<term>] [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
9626 #: builtin/bisect--helper.c:30
9627 msgid "git bisect--helper --bisect-next"
9630 #: builtin/bisect--helper.c:31
9631 msgid "git bisect--helper --bisect-auto-next"
9634 #: builtin/bisect--helper.c:32
9635 msgid "git bisect--helper --bisect-state (bad|new) [<rev>]"
9638 #: builtin/bisect--helper.c:33
9639 msgid "git bisect--helper --bisect-state (good|old) [<rev>...]"
9642 #: builtin/bisect--helper.c:108
9644 msgid "cannot open file '%s' in mode '%s'"
9647 #: builtin/bisect--helper.c:115
9649 msgid "could not write to file '%s'"
9652 #: builtin/bisect--helper.c:154
9654 msgid "'%s' is not a valid term"
9657 #: builtin/bisect--helper.c:158
9659 msgid "can't use the builtin command '%s' as a term"
9662 #: builtin/bisect--helper.c:168
9664 msgid "can't change the meaning of the term '%s'"
9667 #: builtin/bisect--helper.c:178
9668 msgid "please use two different terms"
9671 #: builtin/bisect--helper.c:194
9673 msgid "We are not bisecting.\n"
9676 #: builtin/bisect--helper.c:202
9678 msgid "'%s' is not a valid commit"
9681 #: builtin/bisect--helper.c:211
9684 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
9687 #: builtin/bisect--helper.c:255
9689 msgid "Bad bisect_write argument: %s"
9692 #: builtin/bisect--helper.c:260
9694 msgid "couldn't get the oid of the rev '%s'"
9697 #: builtin/bisect--helper.c:272
9699 msgid "couldn't open the file '%s'"
9702 #: builtin/bisect--helper.c:298
9704 msgid "Invalid command: you're currently in a %s/%s bisect"
9707 #: builtin/bisect--helper.c:325
9710 "You need to give me at least one %s and %s revision.\n"
9711 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
9714 #: builtin/bisect--helper.c:329
9717 "You need to start by \"git bisect start\".\n"
9718 "You then need to give me at least one %s and %s revision.\n"
9719 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
9722 #: builtin/bisect--helper.c:349
9724 msgid "bisecting only with a %s commit"
9727 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9728 #. translation. The program will only accept English input
9731 #: builtin/bisect--helper.c:357
9732 msgid "Are you sure [Y/n]? "
9735 #: builtin/bisect--helper.c:418
9736 msgid "no terms defined"
9739 #: builtin/bisect--helper.c:421
9742 "Your current terms are %s for the old state\n"
9743 "and %s for the new state.\n"
9746 #: builtin/bisect--helper.c:431
9749 "invalid argument %s for 'git bisect terms'.\n"
9750 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
9753 #: builtin/bisect--helper.c:498
9754 msgid "revision walk setup failed\n"
9757 #: builtin/bisect--helper.c:520
9759 msgid "could not open '%s' for appending"
9762 #: builtin/bisect--helper.c:639 builtin/bisect--helper.c:652
9763 msgid "'' is not a valid term"
9766 #: builtin/bisect--helper.c:662
9768 msgid "unrecognized option: '%s'"
9771 #: builtin/bisect--helper.c:666
9773 msgid "'%s' does not appear to be a valid revision"
9776 #: builtin/bisect--helper.c:697
9777 msgid "bad HEAD - I need a HEAD"
9780 #: builtin/bisect--helper.c:712
9782 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
9785 #: builtin/bisect--helper.c:733
9786 msgid "won't bisect on cg-seek'ed tree"
9789 #: builtin/bisect--helper.c:736
9790 msgid "bad HEAD - strange symbolic ref"
9793 #: builtin/bisect--helper.c:756
9795 msgid "invalid ref: '%s'"
9798 #: builtin/bisect--helper.c:814
9799 msgid "You need to start by \"git bisect start\"\n"
9802 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9803 #. translation. The program will only accept English input
9806 #: builtin/bisect--helper.c:825
9807 msgid "Do you want me to do it for you [Y/n]? "
9810 #: builtin/bisect--helper.c:843
9811 msgid "Please call `--bisect-state` with at least one argument"
9814 #: builtin/bisect--helper.c:856
9816 msgid "'git bisect %s' can take only one argument."
9819 #: builtin/bisect--helper.c:868 builtin/bisect--helper.c:879
9821 msgid "Bad rev input: %s"
9824 #: builtin/bisect--helper.c:924
9825 msgid "reset the bisection state"
9828 #: builtin/bisect--helper.c:926
9829 msgid "write out the bisection state in BISECT_LOG"
9832 #: builtin/bisect--helper.c:928
9833 msgid "check and set terms in a bisection state"
9836 #: builtin/bisect--helper.c:930
9837 msgid "check whether bad or good terms exist"
9840 #: builtin/bisect--helper.c:932
9841 msgid "print out the bisect terms"
9844 #: builtin/bisect--helper.c:934
9845 msgid "start the bisect session"
9848 #: builtin/bisect--helper.c:936
9849 msgid "find the next bisection commit"
9852 #: builtin/bisect--helper.c:938
9853 msgid "verify the next bisection state then checkout the next bisection commit"
9856 #: builtin/bisect--helper.c:940
9857 msgid "mark the state of ref (or refs)"
9860 #: builtin/bisect--helper.c:942
9861 msgid "no log for BISECT_WRITE"
9864 #: builtin/bisect--helper.c:957
9865 msgid "--bisect-reset requires either no argument or a commit"
9868 #: builtin/bisect--helper.c:961
9869 msgid "--bisect-write requires either 4 or 5 arguments"
9872 #: builtin/bisect--helper.c:967
9873 msgid "--check-and-set-terms requires 3 arguments"
9876 #: builtin/bisect--helper.c:973
9877 msgid "--bisect-next-check requires 2 or 3 arguments"
9880 #: builtin/bisect--helper.c:979
9881 msgid "--bisect-terms requires 0 or 1 argument"
9884 #: builtin/bisect--helper.c:988
9885 msgid "--bisect-next requires 0 arguments"
9888 #: builtin/bisect--helper.c:994
9889 msgid "--bisect-auto-next requires 0 arguments"
9892 #: builtin/blame.c:32
9893 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
9896 #: builtin/blame.c:37
9897 msgid "<rev-opts> are documented in git-rev-list(1)"
9900 #: builtin/blame.c:410
9902 msgid "expecting a color: %s"
9905 #: builtin/blame.c:417
9906 msgid "must end with a color"
9909 #: builtin/blame.c:730
9911 msgid "invalid color '%s' in color.blame.repeatedLines"
9914 #: builtin/blame.c:748
9915 msgid "invalid value for blame.coloring"
9918 #: builtin/blame.c:847
9920 msgid "cannot find revision %s to ignore"
9923 #: builtin/blame.c:869
9924 msgid "Show blame entries as we find them, incrementally"
9927 #: builtin/blame.c:870
9928 msgid "Do not show object names of boundary commits (Default: off)"
9931 #: builtin/blame.c:871
9932 msgid "Do not treat root commits as boundaries (Default: off)"
9935 #: builtin/blame.c:872
9936 msgid "Show work cost statistics"
9939 #: builtin/blame.c:873
9940 msgid "Force progress reporting"
9943 #: builtin/blame.c:874
9944 msgid "Show output score for blame entries"
9947 #: builtin/blame.c:875
9948 msgid "Show original filename (Default: auto)"
9951 #: builtin/blame.c:876
9952 msgid "Show original linenumber (Default: off)"
9955 #: builtin/blame.c:877
9956 msgid "Show in a format designed for machine consumption"
9959 #: builtin/blame.c:878
9960 msgid "Show porcelain format with per-line commit information"
9963 #: builtin/blame.c:879
9964 msgid "Use the same output mode as git-annotate (Default: off)"
9967 #: builtin/blame.c:880
9968 msgid "Show raw timestamp (Default: off)"
9971 #: builtin/blame.c:881
9972 msgid "Show long commit SHA1 (Default: off)"
9975 #: builtin/blame.c:882
9976 msgid "Suppress author name and timestamp (Default: off)"
9979 #: builtin/blame.c:883
9980 msgid "Show author email instead of name (Default: off)"
9983 #: builtin/blame.c:884
9984 msgid "Ignore whitespace differences"
9987 #: builtin/blame.c:885 builtin/log.c:1813
9991 #: builtin/blame.c:885
9992 msgid "Ignore <rev> when blaming"
9995 #: builtin/blame.c:886
9996 msgid "Ignore revisions from <file>"
9999 #: builtin/blame.c:887
10000 msgid "color redundant metadata from previous line differently"
10003 #: builtin/blame.c:888
10004 msgid "color lines by age"
10007 #: builtin/blame.c:889
10008 msgid "Spend extra cycles to find better match"
10011 #: builtin/blame.c:890
10012 msgid "Use revisions from <file> instead of calling git-rev-list"
10015 #: builtin/blame.c:891
10016 msgid "Use <file>'s contents as the final image"
10019 #: builtin/blame.c:892 builtin/blame.c:893
10023 #: builtin/blame.c:892
10024 msgid "Find line copies within and across files"
10027 #: builtin/blame.c:893
10028 msgid "Find line movements within and across files"
10031 #: builtin/blame.c:894
10035 #: builtin/blame.c:895
10036 msgid "Process only line range <start>,<end> or function :<funcname>"
10039 #: builtin/blame.c:947
10040 msgid "--progress can't be used with --incremental or porcelain formats"
10043 #. TRANSLATORS: This string is used to tell us the
10044 #. maximum display width for a relative timestamp in
10045 #. "git blame" output. For C locale, "4 years, 11
10046 #. months ago", which takes 22 places, is the longest
10047 #. among various forms of relative timestamps, but
10048 #. your language may need more or fewer display
10051 #: builtin/blame.c:998
10052 msgid "4 years, 11 months ago"
10055 #: builtin/blame.c:1114
10057 msgid "file %s has only %lu line"
10058 msgid_plural "file %s has only %lu lines"
10062 #: builtin/blame.c:1159
10063 msgid "Blaming lines"
10066 #: builtin/branch.c:29
10067 msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
10070 #: builtin/branch.c:30
10071 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
10074 #: builtin/branch.c:31
10075 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
10078 #: builtin/branch.c:32
10079 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
10082 #: builtin/branch.c:33
10083 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
10086 #: builtin/branch.c:34
10087 msgid "git branch [<options>] [-r | -a] [--points-at]"
10090 #: builtin/branch.c:35
10091 msgid "git branch [<options>] [-r | -a] [--format]"
10094 #: builtin/branch.c:154
10097 "deleting branch '%s' that has been merged to\n"
10098 " '%s', but not yet merged to HEAD."
10101 #: builtin/branch.c:158
10104 "not deleting branch '%s' that is not yet merged to\n"
10105 " '%s', even though it is merged to HEAD."
10108 #: builtin/branch.c:172
10110 msgid "Couldn't look up commit object for '%s'"
10113 #: builtin/branch.c:176
10116 "The branch '%s' is not fully merged.\n"
10117 "If you are sure you want to delete it, run 'git branch -D %s'."
10120 #: builtin/branch.c:189
10121 msgid "Update of config-file failed"
10124 #: builtin/branch.c:220
10125 msgid "cannot use -a with -d"
10128 #: builtin/branch.c:226
10129 msgid "Couldn't look up commit object for HEAD"
10132 #: builtin/branch.c:240
10134 msgid "Cannot delete branch '%s' checked out at '%s'"
10137 #: builtin/branch.c:255
10139 msgid "remote-tracking branch '%s' not found."
10142 #: builtin/branch.c:256
10144 msgid "branch '%s' not found."
10147 #: builtin/branch.c:271
10149 msgid "Error deleting remote-tracking branch '%s'"
10152 #: builtin/branch.c:272
10154 msgid "Error deleting branch '%s'"
10157 #: builtin/branch.c:279
10159 msgid "Deleted remote-tracking branch %s (was %s).\n"
10162 #: builtin/branch.c:280
10164 msgid "Deleted branch %s (was %s).\n"
10167 #: builtin/branch.c:429 builtin/tag.c:61
10168 msgid "unable to parse format string"
10171 #: builtin/branch.c:460
10172 msgid "could not resolve HEAD"
10175 #: builtin/branch.c:466
10177 msgid "HEAD (%s) points outside of refs/heads/"
10180 #: builtin/branch.c:481
10182 msgid "Branch %s is being rebased at %s"
10185 #: builtin/branch.c:485
10187 msgid "Branch %s is being bisected at %s"
10190 #: builtin/branch.c:502
10191 msgid "cannot copy the current branch while not on any."
10194 #: builtin/branch.c:504
10195 msgid "cannot rename the current branch while not on any."
10198 #: builtin/branch.c:515
10200 msgid "Invalid branch name: '%s'"
10203 #: builtin/branch.c:544
10204 msgid "Branch rename failed"
10207 #: builtin/branch.c:546
10208 msgid "Branch copy failed"
10211 #: builtin/branch.c:550
10213 msgid "Created a copy of a misnamed branch '%s'"
10216 #: builtin/branch.c:553
10218 msgid "Renamed a misnamed branch '%s' away"
10221 #: builtin/branch.c:559
10223 msgid "Branch renamed to %s, but HEAD is not updated!"
10226 #: builtin/branch.c:568
10227 msgid "Branch is renamed, but update of config-file failed"
10230 #: builtin/branch.c:570
10231 msgid "Branch is copied, but update of config-file failed"
10234 #: builtin/branch.c:586
10237 "Please edit the description for the branch\n"
10239 "Lines starting with '%c' will be stripped.\n"
10242 #: builtin/branch.c:620
10243 msgid "Generic options"
10246 #: builtin/branch.c:622
10247 msgid "show hash and subject, give twice for upstream branch"
10250 #: builtin/branch.c:623
10251 msgid "suppress informational messages"
10254 #: builtin/branch.c:624
10255 msgid "set up tracking mode (see git-pull(1))"
10258 #: builtin/branch.c:626
10262 #: builtin/branch.c:628 builtin/rebase.c:532
10266 #: builtin/branch.c:628
10267 msgid "change the upstream info"
10270 #: builtin/branch.c:629
10271 msgid "unset the upstream info"
10274 #: builtin/branch.c:630
10275 msgid "use colored output"
10278 #: builtin/branch.c:631
10279 msgid "act on remote-tracking branches"
10282 #: builtin/branch.c:633 builtin/branch.c:635
10283 msgid "print only branches that contain the commit"
10286 #: builtin/branch.c:634 builtin/branch.c:636
10287 msgid "print only branches that don't contain the commit"
10290 #: builtin/branch.c:639
10291 msgid "Specific git-branch actions:"
10294 #: builtin/branch.c:640
10295 msgid "list both remote-tracking and local branches"
10298 #: builtin/branch.c:642
10299 msgid "delete fully merged branch"
10302 #: builtin/branch.c:643
10303 msgid "delete branch (even if not merged)"
10306 #: builtin/branch.c:644
10307 msgid "move/rename a branch and its reflog"
10310 #: builtin/branch.c:645
10311 msgid "move/rename a branch, even if target exists"
10314 #: builtin/branch.c:646
10315 msgid "copy a branch and its reflog"
10318 #: builtin/branch.c:647
10319 msgid "copy a branch, even if target exists"
10322 #: builtin/branch.c:648
10323 msgid "list branch names"
10326 #: builtin/branch.c:649
10327 msgid "show current branch name"
10330 #: builtin/branch.c:650
10331 msgid "create the branch's reflog"
10334 #: builtin/branch.c:652
10335 msgid "edit the description for the branch"
10338 #: builtin/branch.c:653
10339 msgid "force creation, move/rename, deletion"
10342 #: builtin/branch.c:654
10343 msgid "print only branches that are merged"
10346 #: builtin/branch.c:655
10347 msgid "print only branches that are not merged"
10350 #: builtin/branch.c:656
10351 msgid "list branches in columns"
10354 #: builtin/branch.c:658 builtin/for-each-ref.c:42 builtin/notes.c:415
10355 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
10356 #: builtin/tag.c:434
10360 #: builtin/branch.c:659
10361 msgid "print only branches of the object"
10364 #: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:441
10365 msgid "sorting and filtering are case insensitive"
10368 #: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:439
10369 #: builtin/verify-tag.c:38
10370 msgid "format to use for the output"
10373 #: builtin/branch.c:684 builtin/clone.c:790
10374 msgid "HEAD not found below refs/heads!"
10377 #: builtin/branch.c:708
10378 msgid "--column and --verbose are incompatible"
10381 #: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
10382 msgid "branch name required"
10385 #: builtin/branch.c:753
10386 msgid "Cannot give description to detached HEAD"
10389 #: builtin/branch.c:758
10390 msgid "cannot edit description of more than one branch"
10393 #: builtin/branch.c:765
10395 msgid "No commit on branch '%s' yet."
10398 #: builtin/branch.c:768
10400 msgid "No branch named '%s'."
10403 #: builtin/branch.c:783
10404 msgid "too many branches for a copy operation"
10407 #: builtin/branch.c:792
10408 msgid "too many arguments for a rename operation"
10411 #: builtin/branch.c:797
10412 msgid "too many arguments to set new upstream"
10415 #: builtin/branch.c:801
10418 "could not set upstream of HEAD to %s when it does not point to any branch."
10421 #: builtin/branch.c:804 builtin/branch.c:827
10423 msgid "no such branch '%s'"
10426 #: builtin/branch.c:808
10428 msgid "branch '%s' does not exist"
10431 #: builtin/branch.c:821
10432 msgid "too many arguments to unset upstream"
10435 #: builtin/branch.c:825
10436 msgid "could not unset upstream of HEAD when it does not point to any branch."
10439 #: builtin/branch.c:831
10441 msgid "Branch '%s' has no upstream information"
10444 #: builtin/branch.c:841
10446 "The -a, and -r, options to 'git branch' do not take a branch name.\n"
10447 "Did you mean to use: -a|-r --list <pattern>?"
10450 #: builtin/branch.c:845
10452 "the '--set-upstream' option is no longer supported. Please use '--track' or "
10453 "'--set-upstream-to' instead."
10456 #: builtin/bugreport.c:15
10457 msgid "git version:\n"
10460 #: builtin/bugreport.c:21
10462 msgid "uname() failed with error '%s' (%d)\n"
10465 #: builtin/bugreport.c:31
10466 msgid "compiler info: "
10469 #: builtin/bugreport.c:34
10470 msgid "libc info: "
10473 #: builtin/bugreport.c:80
10474 msgid "not run from a git repository - no hooks to show\n"
10477 #: builtin/bugreport.c:90
10478 msgid "git bugreport [-o|--output-directory <file>] [-s|--suffix <format>]"
10481 #: builtin/bugreport.c:97
10483 "Thank you for filling out a Git bug report!\n"
10484 "Please answer the following questions to help us understand your issue.\n"
10486 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
10488 "What did you expect to happen? (Expected behavior)\n"
10490 "What happened instead? (Actual behavior)\n"
10492 "What's different between what you expected and what actually happened?\n"
10494 "Anything else you want to add:\n"
10496 "Please review the rest of the bug report below.\n"
10497 "You can delete any lines you don't wish to share.\n"
10500 #: builtin/bugreport.c:135
10501 msgid "specify a destination for the bugreport file"
10504 #: builtin/bugreport.c:137
10505 msgid "specify a strftime format suffix for the filename"
10508 #: builtin/bugreport.c:159
10510 msgid "could not create leading directories for '%s'"
10513 #: builtin/bugreport.c:166
10514 msgid "System Info"
10517 #: builtin/bugreport.c:169
10518 msgid "Enabled Hooks"
10521 #: builtin/bugreport.c:176
10523 msgid "couldn't create a new file at '%s'"
10526 #: builtin/bugreport.c:179
10528 msgid "unable to write to %s"
10531 #: builtin/bugreport.c:189
10533 msgid "Created new report at '%s'.\n"
10536 #: builtin/bundle.c:15 builtin/bundle.c:23
10537 msgid "git bundle create [<options>] <file> <git-rev-list args>"
10540 #: builtin/bundle.c:16 builtin/bundle.c:28
10541 msgid "git bundle verify [<options>] <file>"
10544 #: builtin/bundle.c:17 builtin/bundle.c:33
10545 msgid "git bundle list-heads <file> [<refname>...]"
10548 #: builtin/bundle.c:18 builtin/bundle.c:38
10549 msgid "git bundle unbundle <file> [<refname>...]"
10552 #: builtin/bundle.c:67 builtin/pack-objects.c:3480
10553 msgid "do not show progress meter"
10556 #: builtin/bundle.c:69 builtin/pack-objects.c:3482
10557 msgid "show progress meter"
10560 #: builtin/bundle.c:71 builtin/pack-objects.c:3484
10561 msgid "show progress meter during object writing phase"
10564 #: builtin/bundle.c:74 builtin/pack-objects.c:3487
10565 msgid "similar to --all-progress when progress meter is shown"
10568 #: builtin/bundle.c:76
10569 msgid "specify bundle format version"
10572 #: builtin/bundle.c:96
10573 msgid "Need a repository to create a bundle."
10576 #: builtin/bundle.c:107
10577 msgid "do not show bundle details"
10580 #: builtin/bundle.c:122
10582 msgid "%s is okay\n"
10585 #: builtin/bundle.c:163
10586 msgid "Need a repository to unbundle."
10589 #: builtin/bundle.c:171 builtin/remote.c:1700
10590 msgid "be verbose; must be placed before a subcommand"
10593 #: builtin/bundle.c:193 builtin/remote.c:1731
10595 msgid "Unknown subcommand: %s"
10598 #: builtin/cat-file.c:598
10600 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
10601 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
10604 #: builtin/cat-file.c:599
10606 "git cat-file (--batch[=<format>] | --batch-check[=<format>]) [--follow-"
10607 "symlinks] [--textconv | --filters]"
10610 #: builtin/cat-file.c:620
10611 msgid "only one batch option may be specified"
10614 #: builtin/cat-file.c:638
10615 msgid "<type> can be one of: blob, tree, commit, tag"
10618 #: builtin/cat-file.c:639
10619 msgid "show object type"
10622 #: builtin/cat-file.c:640
10623 msgid "show object size"
10626 #: builtin/cat-file.c:642
10627 msgid "exit with zero when there's no error"
10630 #: builtin/cat-file.c:643
10631 msgid "pretty-print object's content"
10634 #: builtin/cat-file.c:645
10635 msgid "for blob objects, run textconv on object's content"
10638 #: builtin/cat-file.c:647
10639 msgid "for blob objects, run filters on object's content"
10642 #: builtin/cat-file.c:648
10646 #: builtin/cat-file.c:649
10647 msgid "use a specific path for --textconv/--filters"
10650 #: builtin/cat-file.c:651
10651 msgid "allow -s and -t to work with broken/corrupt objects"
10654 #: builtin/cat-file.c:652
10655 msgid "buffer --batch output"
10658 #: builtin/cat-file.c:654
10659 msgid "show info and content of objects fed from the standard input"
10662 #: builtin/cat-file.c:658
10663 msgid "show info about objects fed from the standard input"
10666 #: builtin/cat-file.c:662
10667 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
10670 #: builtin/cat-file.c:664
10671 msgid "show all objects with --batch or --batch-check"
10674 #: builtin/cat-file.c:666
10675 msgid "do not order --batch-all-objects output"
10678 #: builtin/check-attr.c:13
10679 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
10682 #: builtin/check-attr.c:14
10683 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
10686 #: builtin/check-attr.c:21
10687 msgid "report all attributes set on file"
10690 #: builtin/check-attr.c:22
10691 msgid "use .gitattributes only from the index"
10694 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
10695 msgid "read file names from stdin"
10698 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
10699 msgid "terminate input and output records by a NUL character"
10702 #: builtin/check-ignore.c:21 builtin/checkout.c:1500 builtin/gc.c:541
10703 #: builtin/worktree.c:561
10704 msgid "suppress progress reporting"
10707 #: builtin/check-ignore.c:29
10708 msgid "show non-matching input paths"
10711 #: builtin/check-ignore.c:31
10712 msgid "ignore index when checking"
10715 #: builtin/check-ignore.c:163
10716 msgid "cannot specify pathnames with --stdin"
10719 #: builtin/check-ignore.c:166
10720 msgid "-z only makes sense with --stdin"
10723 #: builtin/check-ignore.c:168
10724 msgid "no path specified"
10727 #: builtin/check-ignore.c:172
10728 msgid "--quiet is only valid with a single pathname"
10731 #: builtin/check-ignore.c:174
10732 msgid "cannot have both --quiet and --verbose"
10735 #: builtin/check-ignore.c:177
10736 msgid "--non-matching is only valid with --verbose"
10739 #: builtin/check-mailmap.c:9
10740 msgid "git check-mailmap [<options>] <contact>..."
10743 #: builtin/check-mailmap.c:14
10744 msgid "also read contacts from stdin"
10747 #: builtin/check-mailmap.c:25
10749 msgid "unable to parse contact: %s"
10752 #: builtin/check-mailmap.c:48
10753 msgid "no contacts specified"
10756 #: builtin/checkout-index.c:139
10757 msgid "git checkout-index [<options>] [--] [<file>...]"
10760 #: builtin/checkout-index.c:156
10761 msgid "stage should be between 1 and 3 or all"
10764 #: builtin/checkout-index.c:173
10765 msgid "check out all files in the index"
10768 #: builtin/checkout-index.c:174
10769 msgid "force overwrite of existing files"
10772 #: builtin/checkout-index.c:176
10773 msgid "no warning for existing files and files not in index"
10776 #: builtin/checkout-index.c:178
10777 msgid "don't checkout new files"
10780 #: builtin/checkout-index.c:180
10781 msgid "update stat information in the index file"
10784 #: builtin/checkout-index.c:184
10785 msgid "read list of paths from the standard input"
10788 #: builtin/checkout-index.c:186
10789 msgid "write the content to temporary files"
10792 #: builtin/checkout-index.c:187 builtin/column.c:31
10793 #: builtin/submodule--helper.c:1824 builtin/submodule--helper.c:1827
10794 #: builtin/submodule--helper.c:1835 builtin/submodule--helper.c:2333
10795 #: builtin/worktree.c:757
10799 #: builtin/checkout-index.c:188
10800 msgid "when creating files, prepend <string>"
10803 #: builtin/checkout-index.c:190
10804 msgid "copy out the files from named stage"
10807 #: builtin/checkout.c:31
10808 msgid "git checkout [<options>] <branch>"
10811 #: builtin/checkout.c:32
10812 msgid "git checkout [<options>] [<branch>] -- <file>..."
10815 #: builtin/checkout.c:37
10816 msgid "git switch [<options>] [<branch>]"
10819 #: builtin/checkout.c:42
10820 msgid "git restore [<options>] [--source=<branch>] <file>..."
10823 #: builtin/checkout.c:188 builtin/checkout.c:227
10825 msgid "path '%s' does not have our version"
10828 #: builtin/checkout.c:190 builtin/checkout.c:229
10830 msgid "path '%s' does not have their version"
10833 #: builtin/checkout.c:206
10835 msgid "path '%s' does not have all necessary versions"
10838 #: builtin/checkout.c:258
10840 msgid "path '%s' does not have necessary versions"
10843 #: builtin/checkout.c:275
10845 msgid "path '%s': cannot merge"
10848 #: builtin/checkout.c:291
10850 msgid "Unable to add merge result for '%s'"
10853 #: builtin/checkout.c:396
10855 msgid "Recreated %d merge conflict"
10856 msgid_plural "Recreated %d merge conflicts"
10860 #: builtin/checkout.c:401
10862 msgid "Updated %d path from %s"
10863 msgid_plural "Updated %d paths from %s"
10867 #: builtin/checkout.c:408
10869 msgid "Updated %d path from the index"
10870 msgid_plural "Updated %d paths from the index"
10874 #: builtin/checkout.c:431 builtin/checkout.c:434 builtin/checkout.c:437
10875 #: builtin/checkout.c:441
10877 msgid "'%s' cannot be used with updating paths"
10880 #: builtin/checkout.c:444 builtin/checkout.c:447
10882 msgid "'%s' cannot be used with %s"
10885 #: builtin/checkout.c:451
10887 msgid "Cannot update paths and switch to branch '%s' at the same time."
10890 #: builtin/checkout.c:455
10892 msgid "neither '%s' or '%s' is specified"
10895 #: builtin/checkout.c:459
10897 msgid "'%s' must be used when '%s' is not specified"
10900 #: builtin/checkout.c:464 builtin/checkout.c:469
10902 msgid "'%s' or '%s' cannot be used with %s"
10905 #: builtin/checkout.c:541 builtin/checkout.c:548
10907 msgid "path '%s' is unmerged"
10910 #: builtin/checkout.c:716
10911 msgid "you need to resolve your current index first"
10914 #: builtin/checkout.c:770
10917 "cannot continue with staged changes in the following files:\n"
10921 #: builtin/checkout.c:866
10923 msgid "Can not do reflog for '%s': %s\n"
10926 #: builtin/checkout.c:908
10927 msgid "HEAD is now at"
10930 #: builtin/checkout.c:912 builtin/clone.c:721 t/helper/test-fast-rebase.c:202
10931 msgid "unable to update HEAD"
10934 #: builtin/checkout.c:916
10936 msgid "Reset branch '%s'\n"
10939 #: builtin/checkout.c:919
10941 msgid "Already on '%s'\n"
10944 #: builtin/checkout.c:923
10946 msgid "Switched to and reset branch '%s'\n"
10949 #: builtin/checkout.c:925 builtin/checkout.c:1356
10951 msgid "Switched to a new branch '%s'\n"
10954 #: builtin/checkout.c:927
10956 msgid "Switched to branch '%s'\n"
10959 #: builtin/checkout.c:978
10961 msgid " ... and %d more.\n"
10964 #: builtin/checkout.c:984
10967 "Warning: you are leaving %d commit behind, not connected to\n"
10968 "any of your branches:\n"
10972 "Warning: you are leaving %d commits behind, not connected to\n"
10973 "any of your branches:\n"
10979 #: builtin/checkout.c:1003
10982 "If you want to keep it by creating a new branch, this may be a good time\n"
10985 " git branch <new-branch-name> %s\n"
10988 "If you want to keep them by creating a new branch, this may be a good time\n"
10991 " git branch <new-branch-name> %s\n"
10996 #: builtin/checkout.c:1038
10997 msgid "internal error in revision walk"
11000 #: builtin/checkout.c:1042
11001 msgid "Previous HEAD position was"
11004 #: builtin/checkout.c:1082 builtin/checkout.c:1351
11005 msgid "You are on a branch yet to be born"
11008 #: builtin/checkout.c:1164
11011 "'%s' could be both a local file and a tracking branch.\n"
11012 "Please use -- (and optionally --no-guess) to disambiguate"
11015 #: builtin/checkout.c:1171
11017 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
11018 "you can do so by fully qualifying the name with the --track option:\n"
11020 " git checkout --track origin/<name>\n"
11022 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
11023 "one remote, e.g. the 'origin' remote, consider setting\n"
11024 "checkout.defaultRemote=origin in your config."
11027 #: builtin/checkout.c:1181
11029 msgid "'%s' matched multiple (%d) remote tracking branches"
11032 #: builtin/checkout.c:1247
11033 msgid "only one reference expected"
11036 #: builtin/checkout.c:1264
11038 msgid "only one reference expected, %d given."
11041 #: builtin/checkout.c:1310 builtin/worktree.c:342 builtin/worktree.c:510
11043 msgid "invalid reference: %s"
11046 #: builtin/checkout.c:1323 builtin/checkout.c:1689
11048 msgid "reference is not a tree: %s"
11051 #: builtin/checkout.c:1370
11053 msgid "a branch is expected, got tag '%s'"
11056 #: builtin/checkout.c:1372
11058 msgid "a branch is expected, got remote branch '%s'"
11061 #: builtin/checkout.c:1373 builtin/checkout.c:1381
11063 msgid "a branch is expected, got '%s'"
11066 #: builtin/checkout.c:1376
11068 msgid "a branch is expected, got commit '%s'"
11071 #: builtin/checkout.c:1392
11073 "cannot switch branch while merging\n"
11074 "Consider \"git merge --quit\" or \"git worktree add\"."
11077 #: builtin/checkout.c:1396
11079 "cannot switch branch in the middle of an am session\n"
11080 "Consider \"git am --quit\" or \"git worktree add\"."
11083 #: builtin/checkout.c:1400
11085 "cannot switch branch while rebasing\n"
11086 "Consider \"git rebase --quit\" or \"git worktree add\"."
11089 #: builtin/checkout.c:1404
11091 "cannot switch branch while cherry-picking\n"
11092 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
11095 #: builtin/checkout.c:1408
11097 "cannot switch branch while reverting\n"
11098 "Consider \"git revert --quit\" or \"git worktree add\"."
11101 #: builtin/checkout.c:1412
11102 msgid "you are switching branch while bisecting"
11105 #: builtin/checkout.c:1419
11106 msgid "paths cannot be used with switching branches"
11109 #: builtin/checkout.c:1422 builtin/checkout.c:1426 builtin/checkout.c:1430
11111 msgid "'%s' cannot be used with switching branches"
11114 #: builtin/checkout.c:1434 builtin/checkout.c:1437 builtin/checkout.c:1440
11115 #: builtin/checkout.c:1445 builtin/checkout.c:1450
11117 msgid "'%s' cannot be used with '%s'"
11120 #: builtin/checkout.c:1447
11122 msgid "'%s' cannot take <start-point>"
11125 #: builtin/checkout.c:1455
11127 msgid "Cannot switch branch to a non-commit '%s'"
11130 #: builtin/checkout.c:1462
11131 msgid "missing branch or commit argument"
11134 #: builtin/checkout.c:1504 builtin/clone.c:92 builtin/commit-graph.c:84
11135 #: builtin/commit-graph.c:222 builtin/fetch.c:172 builtin/merge.c:296
11136 #: builtin/multi-pack-index.c:27 builtin/pull.c:119 builtin/push.c:575
11137 #: builtin/send-pack.c:198
11138 msgid "force progress reporting"
11141 #: builtin/checkout.c:1505
11142 msgid "perform a 3-way merge with the new branch"
11145 #: builtin/checkout.c:1506 builtin/log.c:1800 parse-options.h:322
11149 #: builtin/checkout.c:1507
11150 msgid "conflict style (merge or diff3)"
11153 #: builtin/checkout.c:1519 builtin/worktree.c:558
11154 msgid "detach HEAD at named commit"
11157 #: builtin/checkout.c:1520
11158 msgid "set upstream info for new branch"
11161 #: builtin/checkout.c:1522
11162 msgid "force checkout (throw away local modifications)"
11165 #: builtin/checkout.c:1524
11169 #: builtin/checkout.c:1524
11170 msgid "new unparented branch"
11173 #: builtin/checkout.c:1526 builtin/merge.c:300
11174 msgid "update ignored files (default)"
11177 #: builtin/checkout.c:1529
11178 msgid "do not check if another worktree is holding the given ref"
11181 #: builtin/checkout.c:1542
11182 msgid "checkout our version for unmerged files"
11185 #: builtin/checkout.c:1545
11186 msgid "checkout their version for unmerged files"
11189 #: builtin/checkout.c:1549
11190 msgid "do not limit pathspecs to sparse entries only"
11193 #: builtin/checkout.c:1604
11195 msgid "-%c, -%c and --orphan are mutually exclusive"
11198 #: builtin/checkout.c:1608
11199 msgid "-p and --overlay are mutually exclusive"
11202 #: builtin/checkout.c:1645
11203 msgid "--track needs a branch name"
11206 #: builtin/checkout.c:1650
11208 msgid "missing branch name; try -%c"
11211 #: builtin/checkout.c:1682
11213 msgid "could not resolve %s"
11216 #: builtin/checkout.c:1698
11217 msgid "invalid path specification"
11220 #: builtin/checkout.c:1705
11222 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
11225 #: builtin/checkout.c:1709
11227 msgid "git checkout: --detach does not take a path argument '%s'"
11230 #: builtin/checkout.c:1718
11231 msgid "--pathspec-from-file is incompatible with --detach"
11234 #: builtin/checkout.c:1721 builtin/reset.c:325 builtin/stash.c:1499
11235 msgid "--pathspec-from-file is incompatible with --patch"
11238 #: builtin/checkout.c:1734
11240 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
11241 "checking out of the index."
11244 #: builtin/checkout.c:1739
11245 msgid "you must specify path(s) to restore"
11248 #: builtin/checkout.c:1765 builtin/checkout.c:1767 builtin/checkout.c:1816
11249 #: builtin/checkout.c:1818 builtin/clone.c:122 builtin/remote.c:170
11250 #: builtin/remote.c:172 builtin/submodule--helper.c:2719 builtin/worktree.c:554
11251 #: builtin/worktree.c:556
11255 #: builtin/checkout.c:1766
11256 msgid "create and checkout a new branch"
11259 #: builtin/checkout.c:1768
11260 msgid "create/reset and checkout a branch"
11263 #: builtin/checkout.c:1769
11264 msgid "create reflog for new branch"
11267 #: builtin/checkout.c:1771
11268 msgid "second guess 'git checkout <no-such-branch>' (default)"
11271 #: builtin/checkout.c:1772
11272 msgid "use overlay mode (default)"
11275 #: builtin/checkout.c:1817
11276 msgid "create and switch to a new branch"
11279 #: builtin/checkout.c:1819
11280 msgid "create/reset and switch to a branch"
11283 #: builtin/checkout.c:1821
11284 msgid "second guess 'git switch <no-such-branch>'"
11287 #: builtin/checkout.c:1823
11288 msgid "throw away local modifications"
11291 #: builtin/checkout.c:1857
11292 msgid "which tree-ish to checkout from"
11295 #: builtin/checkout.c:1859
11296 msgid "restore the index"
11299 #: builtin/checkout.c:1861
11300 msgid "restore the working tree (default)"
11303 #: builtin/checkout.c:1863
11304 msgid "ignore unmerged entries"
11307 #: builtin/checkout.c:1864
11308 msgid "use overlay mode"
11311 #: builtin/clean.c:29
11313 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
11316 #: builtin/clean.c:33
11318 msgid "Removing %s\n"
11321 #: builtin/clean.c:34
11323 msgid "Would remove %s\n"
11326 #: builtin/clean.c:35
11328 msgid "Skipping repository %s\n"
11331 #: builtin/clean.c:36
11333 msgid "Would skip repository %s\n"
11336 #: builtin/clean.c:37
11338 msgid "failed to remove %s"
11341 #: builtin/clean.c:38
11343 msgid "could not lstat %s\n"
11346 #: builtin/clean.c:302 git-add--interactive.perl:593
11350 "1 - select a numbered item\n"
11351 "foo - select item based on unique prefix\n"
11352 " - (empty) select nothing\n"
11355 #: builtin/clean.c:306 git-add--interactive.perl:602
11359 "1 - select a single item\n"
11360 "3-5 - select a range of items\n"
11361 "2-3,6-9 - select multiple ranges\n"
11362 "foo - select item based on unique prefix\n"
11363 "-... - unselect specified items\n"
11364 "* - choose all items\n"
11365 " - (empty) finish selecting\n"
11368 #: builtin/clean.c:521 git-add--interactive.perl:568
11369 #: git-add--interactive.perl:573
11370 #, c-format, perl-format
11371 msgid "Huh (%s)?\n"
11374 #: builtin/clean.c:661
11376 msgid "Input ignore patterns>> "
11379 #: builtin/clean.c:696
11381 msgid "WARNING: Cannot find items matched by: %s"
11384 #: builtin/clean.c:717
11385 msgid "Select items to delete"
11388 #. TRANSLATORS: Make sure to keep [y/N] as is
11389 #: builtin/clean.c:758
11391 msgid "Remove %s [y/N]? "
11394 #: builtin/clean.c:789
11396 "clean - start cleaning\n"
11397 "filter by pattern - exclude items from deletion\n"
11398 "select by numbers - select items to be deleted by numbers\n"
11399 "ask each - confirm each deletion (like \"rm -i\")\n"
11400 "quit - stop cleaning\n"
11401 "help - this screen\n"
11402 "? - help for prompt selection"
11405 #: builtin/clean.c:825
11406 msgid "Would remove the following item:"
11407 msgid_plural "Would remove the following items:"
11411 #: builtin/clean.c:841
11412 msgid "No more files to clean, exiting."
11415 #: builtin/clean.c:903
11416 msgid "do not print names of files removed"
11419 #: builtin/clean.c:905
11423 #: builtin/clean.c:906
11424 msgid "interactive cleaning"
11427 #: builtin/clean.c:908
11428 msgid "remove whole directories"
11431 #: builtin/clean.c:909 builtin/describe.c:565 builtin/describe.c:567
11432 #: builtin/grep.c:921 builtin/log.c:183 builtin/log.c:185
11433 #: builtin/ls-files.c:558 builtin/name-rev.c:526 builtin/name-rev.c:528
11434 #: builtin/show-ref.c:179
11438 #: builtin/clean.c:910
11439 msgid "add <pattern> to ignore rules"
11442 #: builtin/clean.c:911
11443 msgid "remove ignored files, too"
11446 #: builtin/clean.c:913
11447 msgid "remove only ignored files"
11450 #: builtin/clean.c:929
11452 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
11456 #: builtin/clean.c:932
11458 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
11459 "refusing to clean"
11462 #: builtin/clean.c:944
11463 msgid "-x and -X cannot be used together"
11466 #: builtin/clone.c:45
11467 msgid "git clone [<options>] [--] <repo> [<dir>]"
11470 #: builtin/clone.c:94
11471 msgid "don't create a checkout"
11474 #: builtin/clone.c:95 builtin/clone.c:97 builtin/init-db.c:555
11475 msgid "create a bare repository"
11478 #: builtin/clone.c:99
11479 msgid "create a mirror repository (implies bare)"
11482 #: builtin/clone.c:101
11483 msgid "to clone from a local repository"
11486 #: builtin/clone.c:103
11487 msgid "don't use local hardlinks, always copy"
11490 #: builtin/clone.c:105
11491 msgid "setup as shared repository"
11494 #: builtin/clone.c:107
11498 #: builtin/clone.c:107
11499 msgid "initialize submodules in the clone"
11502 #: builtin/clone.c:111
11503 msgid "number of submodules cloned in parallel"
11506 #: builtin/clone.c:112 builtin/init-db.c:552
11507 msgid "template-directory"
11510 #: builtin/clone.c:113 builtin/init-db.c:553
11511 msgid "directory from which templates will be used"
11514 #: builtin/clone.c:115 builtin/clone.c:117 builtin/submodule--helper.c:1831
11515 #: builtin/submodule--helper.c:2336
11516 msgid "reference repository"
11519 #: builtin/clone.c:119 builtin/submodule--helper.c:1833
11520 #: builtin/submodule--helper.c:2338
11521 msgid "use --reference only while cloning"
11524 #: builtin/clone.c:120 builtin/column.c:27 builtin/init-db.c:563
11525 #: builtin/merge-file.c:46 builtin/pack-objects.c:3546 builtin/repack.c:358
11529 #: builtin/clone.c:121
11530 msgid "use <name> instead of 'origin' to track upstream"
11533 #: builtin/clone.c:123
11534 msgid "checkout <branch> instead of the remote's HEAD"
11537 #: builtin/clone.c:125
11538 msgid "path to git-upload-pack on the remote"
11541 #: builtin/clone.c:126 builtin/fetch.c:173 builtin/grep.c:860
11542 #: builtin/pull.c:208
11546 #: builtin/clone.c:127
11547 msgid "create a shallow clone of that depth"
11550 #: builtin/clone.c:128 builtin/fetch.c:175 builtin/pack-objects.c:3535
11551 #: builtin/pull.c:211
11555 #: builtin/clone.c:129
11556 msgid "create a shallow clone since a specific time"
11559 #: builtin/clone.c:130 builtin/fetch.c:177 builtin/fetch.c:200
11560 #: builtin/pull.c:214 builtin/pull.c:239 builtin/rebase.c:1317
11564 #: builtin/clone.c:131 builtin/fetch.c:178 builtin/pull.c:215
11565 msgid "deepen history of shallow clone, excluding rev"
11568 #: builtin/clone.c:133 builtin/submodule--helper.c:1843
11569 #: builtin/submodule--helper.c:2352
11570 msgid "clone only one branch, HEAD or --branch"
11573 #: builtin/clone.c:135
11574 msgid "don't clone any tags, and make later fetches not to follow them"
11577 #: builtin/clone.c:137
11578 msgid "any cloned submodules will be shallow"
11581 #: builtin/clone.c:138 builtin/init-db.c:561
11585 #: builtin/clone.c:139 builtin/init-db.c:562
11586 msgid "separate git dir from working tree"
11589 #: builtin/clone.c:140
11593 #: builtin/clone.c:141
11594 msgid "set config inside the new repository"
11597 #: builtin/clone.c:143 builtin/fetch.c:195 builtin/ls-remote.c:76
11598 #: builtin/pull.c:230 builtin/push.c:584 builtin/send-pack.c:196
11599 msgid "server-specific"
11602 #: builtin/clone.c:143 builtin/fetch.c:195 builtin/ls-remote.c:76
11603 #: builtin/pull.c:231 builtin/push.c:584 builtin/send-pack.c:197
11604 msgid "option to transmit"
11607 #: builtin/clone.c:144 builtin/fetch.c:196 builtin/pull.c:234
11608 #: builtin/push.c:585
11609 msgid "use IPv4 addresses only"
11612 #: builtin/clone.c:146 builtin/fetch.c:198 builtin/pull.c:237
11613 #: builtin/push.c:587
11614 msgid "use IPv6 addresses only"
11617 #: builtin/clone.c:150
11618 msgid "any cloned submodules will use their remote-tracking branch"
11621 #: builtin/clone.c:152
11622 msgid "initialize sparse-checkout file to include only files at root"
11625 #: builtin/clone.c:288
11627 "No directory name could be guessed.\n"
11628 "Please specify a directory on the command line"
11631 #: builtin/clone.c:341
11633 msgid "info: Could not add alternate for '%s': %s\n"
11636 #: builtin/clone.c:414
11638 msgid "%s exists and is not a directory"
11641 #: builtin/clone.c:432
11643 msgid "failed to start iterator over '%s'"
11646 #: builtin/clone.c:463
11648 msgid "failed to create link '%s'"
11651 #: builtin/clone.c:467
11653 msgid "failed to copy file to '%s'"
11656 #: builtin/clone.c:472
11658 msgid "failed to iterate over '%s'"
11661 #: builtin/clone.c:499
11666 #: builtin/clone.c:513
11668 "Clone succeeded, but checkout failed.\n"
11669 "You can inspect what was checked out with 'git status'\n"
11670 "and retry with 'git restore --source=HEAD :/'\n"
11673 #: builtin/clone.c:590
11675 msgid "Could not find remote branch %s to clone."
11678 #: builtin/clone.c:709
11680 msgid "unable to update %s"
11683 #: builtin/clone.c:757
11684 msgid "failed to initialize sparse-checkout"
11687 #: builtin/clone.c:780
11688 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
11691 #: builtin/clone.c:812
11692 msgid "unable to checkout working tree"
11695 #: builtin/clone.c:887
11696 msgid "unable to write parameters to config file"
11699 #: builtin/clone.c:950
11700 msgid "cannot repack to clean up"
11703 #: builtin/clone.c:952
11704 msgid "cannot unlink temporary alternates file"
11707 #: builtin/clone.c:992 builtin/receive-pack.c:2493
11708 msgid "Too many arguments."
11711 #: builtin/clone.c:996
11712 msgid "You must specify a repository to clone."
11715 #: builtin/clone.c:1009
11717 msgid "--bare and --origin %s options are incompatible."
11720 #: builtin/clone.c:1012
11721 msgid "--bare and --separate-git-dir are incompatible."
11724 #: builtin/clone.c:1025
11726 msgid "repository '%s' does not exist"
11729 #: builtin/clone.c:1029 builtin/fetch.c:1841
11731 msgid "depth %s is not a positive number"
11734 #: builtin/clone.c:1039
11736 msgid "destination path '%s' already exists and is not an empty directory."
11739 #: builtin/clone.c:1045
11741 msgid "repository path '%s' already exists and is not an empty directory."
11744 #: builtin/clone.c:1059
11746 msgid "working tree '%s' already exists."
11749 #: builtin/clone.c:1074 builtin/clone.c:1095 builtin/difftool.c:271
11750 #: builtin/log.c:1987 builtin/worktree.c:354 builtin/worktree.c:386
11752 msgid "could not create leading directories of '%s'"
11755 #: builtin/clone.c:1079
11757 msgid "could not create work tree dir '%s'"
11760 #: builtin/clone.c:1099
11762 msgid "Cloning into bare repository '%s'...\n"
11765 #: builtin/clone.c:1101
11767 msgid "Cloning into '%s'...\n"
11770 #: builtin/clone.c:1125
11772 "clone --recursive is not compatible with both --reference and --reference-if-"
11776 #: builtin/clone.c:1169 builtin/remote.c:200 builtin/remote.c:705
11778 msgid "'%s' is not a valid remote name"
11781 #: builtin/clone.c:1210
11782 msgid "--depth is ignored in local clones; use file:// instead."
11785 #: builtin/clone.c:1212
11786 msgid "--shallow-since is ignored in local clones; use file:// instead."
11789 #: builtin/clone.c:1214
11790 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
11793 #: builtin/clone.c:1216
11794 msgid "--filter is ignored in local clones; use file:// instead."
11797 #: builtin/clone.c:1219
11798 msgid "source repository is shallow, ignoring --local"
11801 #: builtin/clone.c:1224
11802 msgid "--local is ignored"
11805 #: builtin/clone.c:1311 builtin/clone.c:1319
11807 msgid "Remote branch %s not found in upstream %s"
11810 #: builtin/clone.c:1322
11811 msgid "You appear to have cloned an empty repository."
11814 #: builtin/column.c:10
11815 msgid "git column [<options>]"
11818 #: builtin/column.c:27
11819 msgid "lookup config vars"
11822 #: builtin/column.c:28 builtin/column.c:29
11823 msgid "layout to use"
11826 #: builtin/column.c:30
11827 msgid "Maximum width"
11830 #: builtin/column.c:31
11831 msgid "Padding space on left border"
11834 #: builtin/column.c:32
11835 msgid "Padding space on right border"
11838 #: builtin/column.c:33
11839 msgid "Padding space between columns"
11842 #: builtin/column.c:51
11843 msgid "--command must be the first argument"
11846 #: builtin/commit-graph.c:13 builtin/commit-graph.c:22
11848 "git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"
11851 #: builtin/commit-graph.c:14 builtin/commit-graph.c:27
11853 "git commit-graph write [--object-dir <objdir>] [--append] [--"
11854 "split[=<strategy>]] [--reachable|--stdin-packs|--stdin-commits] [--changed-"
11855 "paths] [--[no-]max-new-filters <n>] [--[no-]progress] <split options>"
11858 #: builtin/commit-graph.c:64
11860 msgid "could not find object directory matching %s"
11863 #: builtin/commit-graph.c:80 builtin/commit-graph.c:210
11864 #: builtin/commit-graph.c:316 builtin/fetch.c:184 builtin/log.c:1769
11868 #: builtin/commit-graph.c:81 builtin/commit-graph.c:211
11869 #: builtin/commit-graph.c:317
11870 msgid "The object directory to store the graph"
11873 #: builtin/commit-graph.c:83
11874 msgid "if the commit-graph is split, only verify the tip file"
11877 #: builtin/commit-graph.c:106
11879 msgid "Could not open commit-graph '%s'"
11882 #: builtin/commit-graph.c:142
11884 msgid "unrecognized --split argument, %s"
11887 #: builtin/commit-graph.c:155
11889 msgid "unexpected non-hex object ID: %s"
11892 #: builtin/commit-graph.c:160
11894 msgid "invalid object: %s"
11897 #: builtin/commit-graph.c:213
11898 msgid "start walk at all refs"
11901 #: builtin/commit-graph.c:215
11902 msgid "scan pack-indexes listed by stdin for commits"
11905 #: builtin/commit-graph.c:217
11906 msgid "start walk at commits listed by stdin"
11909 #: builtin/commit-graph.c:219
11910 msgid "include all commits already in the commit-graph file"
11913 #: builtin/commit-graph.c:221
11914 msgid "enable computation for changed paths"
11917 #: builtin/commit-graph.c:224
11918 msgid "allow writing an incremental commit-graph file"
11921 #: builtin/commit-graph.c:228
11922 msgid "maximum number of commits in a non-base split commit-graph"
11925 #: builtin/commit-graph.c:230
11926 msgid "maximum ratio between two levels of a split commit-graph"
11929 #: builtin/commit-graph.c:232
11930 msgid "only expire files older than a given date-time"
11933 #: builtin/commit-graph.c:234
11934 msgid "maximum number of changed-path Bloom filters to compute"
11937 #: builtin/commit-graph.c:255
11938 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
11941 #: builtin/commit-graph.c:287
11942 msgid "Collecting commits from input"
11945 #: builtin/commit-tree.c:18
11947 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
11948 "<file>)...] <tree>"
11951 #: builtin/commit-tree.c:31
11953 msgid "duplicate parent %s ignored"
11956 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:555
11958 msgid "not a valid object name %s"
11961 #: builtin/commit-tree.c:93
11963 msgid "git commit-tree: failed to open '%s'"
11966 #: builtin/commit-tree.c:96
11968 msgid "git commit-tree: failed to read '%s'"
11971 #: builtin/commit-tree.c:98
11973 msgid "git commit-tree: failed to close '%s'"
11976 #: builtin/commit-tree.c:111
11980 #: builtin/commit-tree.c:112
11981 msgid "id of a parent commit object"
11984 #: builtin/commit-tree.c:114 builtin/commit.c:1504 builtin/merge.c:281
11985 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1470
11986 #: builtin/tag.c:413
11990 #: builtin/commit-tree.c:115 builtin/commit.c:1504
11991 msgid "commit message"
11994 #: builtin/commit-tree.c:118
11995 msgid "read commit log message from file"
11998 #: builtin/commit-tree.c:121 builtin/commit.c:1516 builtin/merge.c:298
11999 #: builtin/pull.c:176 builtin/revert.c:118
12000 msgid "GPG sign commit"
12003 #: builtin/commit-tree.c:133
12004 msgid "must give exactly one tree"
12007 #: builtin/commit-tree.c:140
12008 msgid "git commit-tree: failed to read"
12011 #: builtin/commit.c:41
12012 msgid "git commit [<options>] [--] <pathspec>..."
12015 #: builtin/commit.c:46
12016 msgid "git status [<options>] [--] <pathspec>..."
12019 #: builtin/commit.c:51
12021 "You asked to amend the most recent commit, but doing so would make\n"
12022 "it empty. You can repeat your command with --allow-empty, or you can\n"
12023 "remove the commit entirely with \"git reset HEAD^\".\n"
12026 #: builtin/commit.c:56
12028 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
12029 "If you wish to commit it anyway, use:\n"
12031 " git commit --allow-empty\n"
12035 #: builtin/commit.c:63
12036 msgid "Otherwise, please use 'git rebase --skip'\n"
12039 #: builtin/commit.c:66
12040 msgid "Otherwise, please use 'git cherry-pick --skip'\n"
12043 #: builtin/commit.c:69
12047 " git cherry-pick --continue\n"
12049 "to resume cherry-picking the remaining commits.\n"
12050 "If you wish to skip this commit, use:\n"
12052 " git cherry-pick --skip\n"
12056 #: builtin/commit.c:312
12057 msgid "failed to unpack HEAD tree object"
12060 #: builtin/commit.c:348
12061 msgid "--pathspec-from-file with -a does not make sense"
12064 #: builtin/commit.c:361
12065 msgid "No paths with --include/--only does not make sense."
12068 #: builtin/commit.c:373
12069 msgid "unable to create temporary index"
12072 #: builtin/commit.c:382
12073 msgid "interactive add failed"
12076 #: builtin/commit.c:397
12077 msgid "unable to update temporary index"
12080 #: builtin/commit.c:399
12081 msgid "Failed to update main cache tree"
12084 #: builtin/commit.c:424 builtin/commit.c:447 builtin/commit.c:495
12085 msgid "unable to write new_index file"
12088 #: builtin/commit.c:476
12089 msgid "cannot do a partial commit during a merge."
12092 #: builtin/commit.c:478
12093 msgid "cannot do a partial commit during a cherry-pick."
12096 #: builtin/commit.c:480
12097 msgid "cannot do a partial commit during a rebase."
12100 #: builtin/commit.c:488
12101 msgid "cannot read the index"
12104 #: builtin/commit.c:507
12105 msgid "unable to write temporary index file"
12108 #: builtin/commit.c:605
12110 msgid "commit '%s' lacks author header"
12113 #: builtin/commit.c:607
12115 msgid "commit '%s' has malformed author line"
12118 #: builtin/commit.c:626
12119 msgid "malformed --author parameter"
12122 #: builtin/commit.c:679
12124 "unable to select a comment character that is not used\n"
12125 "in the current commit message"
12128 #: builtin/commit.c:717 builtin/commit.c:750 builtin/commit.c:1097
12130 msgid "could not lookup commit %s"
12133 #: builtin/commit.c:729 builtin/shortlog.c:425
12135 msgid "(reading log message from standard input)\n"
12138 #: builtin/commit.c:731
12139 msgid "could not read log from standard input"
12142 #: builtin/commit.c:735
12144 msgid "could not read log file '%s'"
12147 #: builtin/commit.c:766 builtin/commit.c:782
12148 msgid "could not read SQUASH_MSG"
12151 #: builtin/commit.c:773
12152 msgid "could not read MERGE_MSG"
12155 #: builtin/commit.c:833
12156 msgid "could not write commit template"
12159 #: builtin/commit.c:853
12162 "It looks like you may be committing a merge.\n"
12163 "If this is not correct, please run\n"
12164 "\tgit update-ref -d MERGE_HEAD\n"
12168 #: builtin/commit.c:858
12171 "It looks like you may be committing a cherry-pick.\n"
12172 "If this is not correct, please run\n"
12173 "\tgit update-ref -d CHERRY_PICK_HEAD\n"
12177 #: builtin/commit.c:868
12180 "Please enter the commit message for your changes. Lines starting\n"
12181 "with '%c' will be ignored, and an empty message aborts the commit.\n"
12184 #: builtin/commit.c:876
12187 "Please enter the commit message for your changes. Lines starting\n"
12188 "with '%c' will be kept; you may remove them yourself if you want to.\n"
12189 "An empty message aborts the commit.\n"
12192 #: builtin/commit.c:893
12194 msgid "%sAuthor: %.*s <%.*s>"
12197 #: builtin/commit.c:901
12202 #: builtin/commit.c:908
12204 msgid "%sCommitter: %.*s <%.*s>"
12207 #: builtin/commit.c:926
12208 msgid "Cannot read index"
12211 #: builtin/commit.c:997
12212 msgid "Error building trees"
12215 #: builtin/commit.c:1011 builtin/tag.c:276
12217 msgid "Please supply the message using either -m or -F option.\n"
12220 #: builtin/commit.c:1055
12222 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
12225 #: builtin/commit.c:1069
12227 msgid "Invalid ignored mode '%s'"
12230 #: builtin/commit.c:1087 builtin/commit.c:1331
12232 msgid "Invalid untracked files mode '%s'"
12235 #: builtin/commit.c:1127
12236 msgid "--long and -z are incompatible"
12239 #: builtin/commit.c:1171
12240 msgid "Using both --reset-author and --author does not make sense"
12243 #: builtin/commit.c:1180
12244 msgid "You have nothing to amend."
12247 #: builtin/commit.c:1183
12248 msgid "You are in the middle of a merge -- cannot amend."
12251 #: builtin/commit.c:1185
12252 msgid "You are in the middle of a cherry-pick -- cannot amend."
12255 #: builtin/commit.c:1187
12256 msgid "You are in the middle of a rebase -- cannot amend."
12259 #: builtin/commit.c:1190
12260 msgid "Options --squash and --fixup cannot be used together"
12263 #: builtin/commit.c:1200
12264 msgid "Only one of -c/-C/-F/--fixup can be used."
12267 #: builtin/commit.c:1202
12268 msgid "Option -m cannot be combined with -c/-C/-F."
12271 #: builtin/commit.c:1211
12272 msgid "--reset-author can be used only with -C, -c or --amend."
12275 #: builtin/commit.c:1229
12276 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
12279 #: builtin/commit.c:1235
12281 msgid "paths '%s ...' with -a does not make sense"
12284 #: builtin/commit.c:1366 builtin/commit.c:1527
12285 msgid "show status concisely"
12288 #: builtin/commit.c:1368 builtin/commit.c:1529
12289 msgid "show branch information"
12292 #: builtin/commit.c:1370
12293 msgid "show stash information"
12296 #: builtin/commit.c:1372 builtin/commit.c:1531
12297 msgid "compute full ahead/behind values"
12300 #: builtin/commit.c:1374
12304 #: builtin/commit.c:1374 builtin/commit.c:1533 builtin/push.c:560
12305 #: builtin/worktree.c:725
12306 msgid "machine-readable output"
12309 #: builtin/commit.c:1377 builtin/commit.c:1535
12310 msgid "show status in long format (default)"
12313 #: builtin/commit.c:1380 builtin/commit.c:1538
12314 msgid "terminate entries with NUL"
12317 #: builtin/commit.c:1382 builtin/commit.c:1386 builtin/commit.c:1541
12318 #: builtin/fast-export.c:1198 builtin/fast-export.c:1201
12319 #: builtin/fast-export.c:1204 builtin/rebase.c:1406 parse-options.h:336
12323 #: builtin/commit.c:1383 builtin/commit.c:1541
12324 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
12327 #: builtin/commit.c:1387
12329 "show ignored files, optional modes: traditional, matching, no. (Default: "
12333 #: builtin/commit.c:1389 parse-options.h:192
12337 #: builtin/commit.c:1390
12339 "ignore changes to submodules, optional when: all, dirty, untracked. "
12343 #: builtin/commit.c:1392
12344 msgid "list untracked files in columns"
12347 #: builtin/commit.c:1393
12348 msgid "do not detect renames"
12351 #: builtin/commit.c:1395
12352 msgid "detect renames, optionally set similarity index"
12355 #: builtin/commit.c:1415
12356 msgid "Unsupported combination of ignored and untracked-files arguments"
12359 #: builtin/commit.c:1497
12360 msgid "suppress summary after successful commit"
12363 #: builtin/commit.c:1498
12364 msgid "show diff in commit message template"
12367 #: builtin/commit.c:1500
12368 msgid "Commit message options"
12371 #: builtin/commit.c:1501 builtin/merge.c:285 builtin/tag.c:415
12372 msgid "read message from file"
12375 #: builtin/commit.c:1502
12379 #: builtin/commit.c:1502
12380 msgid "override author for commit"
12383 #: builtin/commit.c:1503 builtin/gc.c:542
12387 #: builtin/commit.c:1503
12388 msgid "override date for commit"
12391 #: builtin/commit.c:1505 builtin/commit.c:1506 builtin/commit.c:1507
12392 #: builtin/commit.c:1508 parse-options.h:328 ref-filter.h:87
12396 #: builtin/commit.c:1505
12397 msgid "reuse and edit message from specified commit"
12400 #: builtin/commit.c:1506
12401 msgid "reuse message from specified commit"
12404 #: builtin/commit.c:1507
12405 msgid "use autosquash formatted message to fixup specified commit"
12408 #: builtin/commit.c:1508
12409 msgid "use autosquash formatted message to squash specified commit"
12412 #: builtin/commit.c:1509
12413 msgid "the commit is authored by me now (used with -C/-c/--amend)"
12416 #: builtin/commit.c:1510 builtin/log.c:1744 builtin/merge.c:301
12417 #: builtin/pull.c:145 builtin/revert.c:110
12418 msgid "add a Signed-off-by trailer"
12421 #: builtin/commit.c:1511
12422 msgid "use specified template file"
12425 #: builtin/commit.c:1512
12426 msgid "force edit of commit"
12429 #: builtin/commit.c:1514
12430 msgid "include status in commit message template"
12433 #: builtin/commit.c:1519
12434 msgid "Commit contents options"
12437 #: builtin/commit.c:1520
12438 msgid "commit all changed files"
12441 #: builtin/commit.c:1521
12442 msgid "add specified files to index for commit"
12445 #: builtin/commit.c:1522
12446 msgid "interactively add files"
12449 #: builtin/commit.c:1523
12450 msgid "interactively add changes"
12453 #: builtin/commit.c:1524
12454 msgid "commit only specified files"
12457 #: builtin/commit.c:1525
12458 msgid "bypass pre-commit and commit-msg hooks"
12461 #: builtin/commit.c:1526
12462 msgid "show what would be committed"
12465 #: builtin/commit.c:1539
12466 msgid "amend previous commit"
12469 #: builtin/commit.c:1540
12470 msgid "bypass post-rewrite hook"
12473 #: builtin/commit.c:1547
12474 msgid "ok to record an empty change"
12477 #: builtin/commit.c:1549
12478 msgid "ok to record a change with an empty message"
12481 #: builtin/commit.c:1622
12483 msgid "Corrupt MERGE_HEAD file (%s)"
12486 #: builtin/commit.c:1629
12487 msgid "could not read MERGE_MODE"
12490 #: builtin/commit.c:1650
12492 msgid "could not read commit message: %s"
12495 #: builtin/commit.c:1657
12497 msgid "Aborting commit due to empty commit message.\n"
12500 #: builtin/commit.c:1662
12502 msgid "Aborting commit; you did not edit the message.\n"
12505 #: builtin/commit.c:1696
12507 "repository has been updated, but unable to write\n"
12508 "new_index file. Check that disk is not full and quota is\n"
12509 "not exceeded, and then \"git restore --staged :/\" to recover."
12512 #: builtin/config.c:11
12513 msgid "git config [<options>]"
12516 #: builtin/config.c:109 builtin/env--helper.c:27
12518 msgid "unrecognized --type argument, %s"
12521 #: builtin/config.c:121
12522 msgid "only one type at a time"
12525 #: builtin/config.c:130
12526 msgid "Config file location"
12529 #: builtin/config.c:131
12530 msgid "use global config file"
12533 #: builtin/config.c:132
12534 msgid "use system config file"
12537 #: builtin/config.c:133
12538 msgid "use repository config file"
12541 #: builtin/config.c:134
12542 msgid "use per-worktree config file"
12545 #: builtin/config.c:135
12546 msgid "use given config file"
12549 #: builtin/config.c:136
12553 #: builtin/config.c:136
12554 msgid "read config from given blob object"
12557 #: builtin/config.c:137
12561 #: builtin/config.c:138
12562 msgid "get value: name [value-pattern]"
12565 #: builtin/config.c:139
12566 msgid "get all values: key [value-pattern]"
12569 #: builtin/config.c:140
12570 msgid "get values for regexp: name-regex [value-pattern]"
12573 #: builtin/config.c:141
12574 msgid "get value specific for the URL: section[.var] URL"
12577 #: builtin/config.c:142
12578 msgid "replace all matching variables: name value [value-pattern]"
12581 #: builtin/config.c:143
12582 msgid "add a new variable: name value"
12585 #: builtin/config.c:144
12586 msgid "remove a variable: name [value-pattern]"
12589 #: builtin/config.c:145
12590 msgid "remove all matches: name [value-pattern]"
12593 #: builtin/config.c:146
12594 msgid "rename section: old-name new-name"
12597 #: builtin/config.c:147
12598 msgid "remove a section: name"
12601 #: builtin/config.c:148
12605 #: builtin/config.c:149
12606 msgid "use string equality when comparing values to 'value-pattern'"
12609 #: builtin/config.c:150
12610 msgid "open an editor"
12613 #: builtin/config.c:151
12614 msgid "find the color configured: slot [default]"
12617 #: builtin/config.c:152
12618 msgid "find the color setting: slot [stdout-is-tty]"
12621 #: builtin/config.c:153
12625 #: builtin/config.c:154 builtin/env--helper.c:43
12626 msgid "value is given this type"
12629 #: builtin/config.c:155
12630 msgid "value is \"true\" or \"false\""
12633 #: builtin/config.c:156
12634 msgid "value is decimal number"
12637 #: builtin/config.c:157
12638 msgid "value is --bool or --int"
12641 #: builtin/config.c:158
12642 msgid "value is --bool or string"
12645 #: builtin/config.c:159
12646 msgid "value is a path (file or directory name)"
12649 #: builtin/config.c:160
12650 msgid "value is an expiry date"
12653 #: builtin/config.c:161
12657 #: builtin/config.c:162
12658 msgid "terminate values with NUL byte"
12661 #: builtin/config.c:163
12662 msgid "show variable names only"
12665 #: builtin/config.c:164
12666 msgid "respect include directives on lookup"
12669 #: builtin/config.c:165
12670 msgid "show origin of config (file, standard input, blob, command line)"
12673 #: builtin/config.c:166
12674 msgid "show scope of config (worktree, local, global, system, command)"
12677 #: builtin/config.c:167 builtin/env--helper.c:45
12681 #: builtin/config.c:167
12682 msgid "with --get, use default value when missing entry"
12685 #: builtin/config.c:181
12687 msgid "wrong number of arguments, should be %d"
12690 #: builtin/config.c:183
12692 msgid "wrong number of arguments, should be from %d to %d"
12695 #: builtin/config.c:339
12697 msgid "invalid key pattern: %s"
12700 #: builtin/config.c:377
12702 msgid "failed to format default config value: %s"
12705 #: builtin/config.c:441
12707 msgid "cannot parse color '%s'"
12710 #: builtin/config.c:483
12711 msgid "unable to parse default color value"
12714 #: builtin/config.c:536 builtin/config.c:833
12715 msgid "not in a git directory"
12718 #: builtin/config.c:539
12719 msgid "writing to stdin is not supported"
12722 #: builtin/config.c:542
12723 msgid "writing config blobs is not supported"
12726 #: builtin/config.c:627
12729 "# This is Git's per-user configuration file.\n"
12731 "# Please adapt and uncomment the following lines:\n"
12736 #: builtin/config.c:652
12737 msgid "only one config file at a time"
12740 #: builtin/config.c:658
12741 msgid "--local can only be used inside a git repository"
12744 #: builtin/config.c:660
12745 msgid "--blob can only be used inside a git repository"
12748 #: builtin/config.c:662
12749 msgid "--worktree can only be used inside a git repository"
12752 #: builtin/config.c:684
12753 msgid "$HOME not set"
12756 #: builtin/config.c:708
12758 "--worktree cannot be used with multiple working trees unless the config\n"
12759 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
12760 "section in \"git help worktree\" for details"
12763 #: builtin/config.c:743
12764 msgid "--get-color and variable type are incoherent"
12767 #: builtin/config.c:748
12768 msgid "only one action at a time"
12771 #: builtin/config.c:761
12772 msgid "--name-only is only applicable to --list or --get-regexp"
12775 #: builtin/config.c:767
12777 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
12781 #: builtin/config.c:773
12782 msgid "--default is only applicable to --get"
12785 #: builtin/config.c:806
12786 msgid "--fixed-value only applies with 'value-pattern'"
12789 #: builtin/config.c:822
12791 msgid "unable to read config file '%s'"
12794 #: builtin/config.c:825
12795 msgid "error processing config file(s)"
12798 #: builtin/config.c:835
12799 msgid "editing stdin is not supported"
12802 #: builtin/config.c:837
12803 msgid "editing blobs is not supported"
12806 #: builtin/config.c:851
12808 msgid "cannot create configuration file %s"
12811 #: builtin/config.c:864
12814 "cannot overwrite multiple values with a single value\n"
12815 " Use a regexp, --add or --replace-all to change %s."
12818 #: builtin/config.c:943 builtin/config.c:954
12820 msgid "no such section: %s"
12823 #: builtin/count-objects.c:90
12824 msgid "git count-objects [-v] [-H | --human-readable]"
12827 #: builtin/count-objects.c:100
12828 msgid "print sizes in human readable format"
12831 #: builtin/credential-cache--daemon.c:226
12834 "The permissions on your socket directory are too loose; other\n"
12835 "users may be able to read your cached credentials. Consider running:\n"
12840 #: builtin/credential-cache--daemon.c:275
12841 msgid "print debugging messages to stderr"
12844 #: builtin/credential-cache--daemon.c:315
12845 msgid "credential-cache--daemon unavailable; no unix socket support"
12848 #: builtin/credential-cache.c:154
12849 msgid "credential-cache unavailable; no unix socket support"
12852 #: builtin/credential-store.c:66
12854 msgid "unable to get credential storage lock in %d ms"
12857 #: builtin/describe.c:26
12858 msgid "git describe [<options>] [<commit-ish>...]"
12861 #: builtin/describe.c:27
12862 msgid "git describe [<options>] --dirty"
12865 #: builtin/describe.c:63
12869 #: builtin/describe.c:63
12870 msgid "lightweight"
12873 #: builtin/describe.c:63
12877 #: builtin/describe.c:277
12879 msgid "annotated tag %s not available"
12882 #: builtin/describe.c:281
12884 msgid "tag '%s' is externally known as '%s'"
12887 #: builtin/describe.c:328
12889 msgid "no tag exactly matches '%s'"
12892 #: builtin/describe.c:330
12894 msgid "No exact match on refs or tags, searching to describe\n"
12897 #: builtin/describe.c:397
12899 msgid "finished search at %s\n"
12902 #: builtin/describe.c:424
12905 "No annotated tags can describe '%s'.\n"
12906 "However, there were unannotated tags: try --tags."
12909 #: builtin/describe.c:428
12912 "No tags can describe '%s'.\n"
12913 "Try --always, or create some tags."
12916 #: builtin/describe.c:458
12918 msgid "traversed %lu commits\n"
12921 #: builtin/describe.c:461
12924 "more than %i tags found; listed %i most recent\n"
12925 "gave up search at %s\n"
12928 #: builtin/describe.c:529
12930 msgid "describe %s\n"
12933 #: builtin/describe.c:532
12935 msgid "Not a valid object name %s"
12938 #: builtin/describe.c:540
12940 msgid "%s is neither a commit nor blob"
12943 #: builtin/describe.c:554
12944 msgid "find the tag that comes after the commit"
12947 #: builtin/describe.c:555
12948 msgid "debug search strategy on stderr"
12951 #: builtin/describe.c:556
12952 msgid "use any ref"
12955 #: builtin/describe.c:557
12956 msgid "use any tag, even unannotated"
12959 #: builtin/describe.c:558
12960 msgid "always use long format"
12963 #: builtin/describe.c:559
12964 msgid "only follow first parent"
12967 #: builtin/describe.c:562
12968 msgid "only output exact matches"
12971 #: builtin/describe.c:564
12972 msgid "consider <n> most recent tags (default: 10)"
12975 #: builtin/describe.c:566
12976 msgid "only consider tags matching <pattern>"
12979 #: builtin/describe.c:568
12980 msgid "do not consider tags matching <pattern>"
12983 #: builtin/describe.c:570 builtin/name-rev.c:535
12984 msgid "show abbreviated commit object as fallback"
12987 #: builtin/describe.c:571 builtin/describe.c:574
12991 #: builtin/describe.c:572
12992 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
12995 #: builtin/describe.c:575
12996 msgid "append <mark> on broken working tree (default: \"-broken\")"
12999 #: builtin/describe.c:593
13000 msgid "--long is incompatible with --abbrev=0"
13003 #: builtin/describe.c:622
13004 msgid "No names found, cannot describe anything."
13007 #: builtin/describe.c:673
13008 msgid "--dirty is incompatible with commit-ishes"
13011 #: builtin/describe.c:675
13012 msgid "--broken is incompatible with commit-ishes"
13015 #: builtin/diff-tree.c:155
13016 msgid "--stdin and --merge-base are mutually exclusive"
13019 #: builtin/diff-tree.c:157
13020 msgid "--merge-base only works with two commits"
13023 #: builtin/diff.c:91
13025 msgid "'%s': not a regular file or symlink"
13028 #: builtin/diff.c:258
13030 msgid "invalid option: %s"
13033 #: builtin/diff.c:375
13035 msgid "%s...%s: no merge base"
13038 #: builtin/diff.c:485
13039 msgid "Not a git repository"
13042 #: builtin/diff.c:530 builtin/grep.c:681
13044 msgid "invalid object '%s' given."
13047 #: builtin/diff.c:541
13049 msgid "more than two blobs given: '%s'"
13052 #: builtin/diff.c:546
13054 msgid "unhandled object '%s' given."
13057 #: builtin/diff.c:580
13059 msgid "%s...%s: multiple merge bases, using %s"
13062 #: builtin/difftool.c:30
13063 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
13066 #: builtin/difftool.c:260
13071 #: builtin/difftool.c:302
13073 msgid "could not read symlink %s"
13076 #: builtin/difftool.c:304
13078 msgid "could not read symlink file %s"
13081 #: builtin/difftool.c:312
13083 msgid "could not read object %s for symlink %s"
13086 #: builtin/difftool.c:412
13088 "combined diff formats('-c' and '--cc') are not supported in\n"
13089 "directory diff mode('-d' and '--dir-diff')."
13092 #: builtin/difftool.c:633
13094 msgid "both files modified: '%s' and '%s'."
13097 #: builtin/difftool.c:635
13098 msgid "working tree file has been left."
13101 #: builtin/difftool.c:646
13103 msgid "temporary files exist in '%s'."
13106 #: builtin/difftool.c:647
13107 msgid "you may want to cleanup or recover these."
13110 #: builtin/difftool.c:696
13111 msgid "use `diff.guitool` instead of `diff.tool`"
13114 #: builtin/difftool.c:698
13115 msgid "perform a full-directory diff"
13118 #: builtin/difftool.c:700
13119 msgid "do not prompt before launching a diff tool"
13122 #: builtin/difftool.c:705
13123 msgid "use symlinks in dir-diff mode"
13126 #: builtin/difftool.c:706
13130 #: builtin/difftool.c:707
13131 msgid "use the specified diff tool"
13134 #: builtin/difftool.c:709
13135 msgid "print a list of diff tools that may be used with `--tool`"
13138 #: builtin/difftool.c:712
13140 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
13144 #: builtin/difftool.c:715
13145 msgid "specify a custom command for viewing diffs"
13148 #: builtin/difftool.c:716
13149 msgid "passed to `diff`"
13152 #: builtin/difftool.c:731
13153 msgid "difftool requires worktree or --no-index"
13156 #: builtin/difftool.c:738
13157 msgid "--dir-diff is incompatible with --no-index"
13160 #: builtin/difftool.c:741
13161 msgid "--gui, --tool and --extcmd are mutually exclusive"
13164 #: builtin/difftool.c:749
13165 msgid "no <tool> given for --tool=<tool>"
13168 #: builtin/difftool.c:756
13169 msgid "no <cmd> given for --extcmd=<cmd>"
13172 #: builtin/env--helper.c:6
13173 msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
13176 #: builtin/env--helper.c:42 builtin/hash-object.c:98
13180 #: builtin/env--helper.c:46
13181 msgid "default for git_env_*(...) to fall back on"
13184 #: builtin/env--helper.c:48
13185 msgid "be quiet only use git_env_*() value as exit code"
13188 #: builtin/env--helper.c:67
13190 msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
13193 #: builtin/env--helper.c:82
13196 "option `--default' expects an unsigned long value with `--type=ulong`, not `"
13200 #: builtin/fast-export.c:29
13201 msgid "git fast-export [rev-list-opts]"
13204 #: builtin/fast-export.c:868
13205 msgid "Error: Cannot export nested tags unless --mark-tags is specified."
13208 #: builtin/fast-export.c:1177
13209 msgid "--anonymize-map token cannot be empty"
13212 #: builtin/fast-export.c:1197
13213 msgid "show progress after <n> objects"
13216 #: builtin/fast-export.c:1199
13217 msgid "select handling of signed tags"
13220 #: builtin/fast-export.c:1202
13221 msgid "select handling of tags that tag filtered objects"
13224 #: builtin/fast-export.c:1205
13225 msgid "select handling of commit messages in an alternate encoding"
13228 #: builtin/fast-export.c:1208
13229 msgid "Dump marks to this file"
13232 #: builtin/fast-export.c:1210
13233 msgid "Import marks from this file"
13236 #: builtin/fast-export.c:1214
13237 msgid "Import marks from this file if it exists"
13240 #: builtin/fast-export.c:1216
13241 msgid "Fake a tagger when tags lack one"
13244 #: builtin/fast-export.c:1218
13245 msgid "Output full tree for each commit"
13248 #: builtin/fast-export.c:1220
13249 msgid "Use the done feature to terminate the stream"
13252 #: builtin/fast-export.c:1221
13253 msgid "Skip output of blob data"
13256 #: builtin/fast-export.c:1222 builtin/log.c:1816
13260 #: builtin/fast-export.c:1223
13261 msgid "Apply refspec to exported refs"
13264 #: builtin/fast-export.c:1224
13265 msgid "anonymize output"
13268 #: builtin/fast-export.c:1225
13272 #: builtin/fast-export.c:1226
13273 msgid "convert <from> to <to> in anonymized output"
13276 #: builtin/fast-export.c:1229
13277 msgid "Reference parents which are not in fast-export stream by object id"
13280 #: builtin/fast-export.c:1231
13281 msgid "Show original object ids of blobs/commits"
13284 #: builtin/fast-export.c:1233
13285 msgid "Label tags with mark ids"
13288 #: builtin/fast-export.c:1256
13289 msgid "--anonymize-map without --anonymize does not make sense"
13292 #: builtin/fast-export.c:1271
13293 msgid "Cannot pass both --import-marks and --import-marks-if-exists"
13296 #: builtin/fast-import.c:3088
13298 msgid "Missing from marks for submodule '%s'"
13301 #: builtin/fast-import.c:3090
13303 msgid "Missing to marks for submodule '%s'"
13306 #: builtin/fast-import.c:3225
13308 msgid "Expected 'mark' command, got %s"
13311 #: builtin/fast-import.c:3230
13313 msgid "Expected 'to' command, got %s"
13316 #: builtin/fast-import.c:3322
13317 msgid "Expected format name:filename for submodule rewrite option"
13320 #: builtin/fast-import.c:3377
13322 msgid "feature '%s' forbidden in input without --allow-unsafe-features"
13325 #: builtin/fetch-pack.c:241
13327 msgid "Lockfile created but not reported: %s"
13330 #: builtin/fetch.c:35
13331 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
13334 #: builtin/fetch.c:36
13335 msgid "git fetch [<options>] <group>"
13338 #: builtin/fetch.c:37
13339 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
13342 #: builtin/fetch.c:38
13343 msgid "git fetch --all [<options>]"
13346 #: builtin/fetch.c:119
13347 msgid "fetch.parallel cannot be negative"
13350 #: builtin/fetch.c:142 builtin/pull.c:185
13351 msgid "fetch from all remotes"
13354 #: builtin/fetch.c:144 builtin/pull.c:245
13355 msgid "set upstream for git pull/fetch"
13358 #: builtin/fetch.c:146 builtin/pull.c:188
13359 msgid "append to .git/FETCH_HEAD instead of overwriting"
13362 #: builtin/fetch.c:148 builtin/pull.c:191
13363 msgid "path to upload pack on remote end"
13366 #: builtin/fetch.c:149
13367 msgid "force overwrite of local reference"
13370 #: builtin/fetch.c:151
13371 msgid "fetch from multiple remotes"
13374 #: builtin/fetch.c:153 builtin/pull.c:195
13375 msgid "fetch all tags and associated objects"
13378 #: builtin/fetch.c:155
13379 msgid "do not fetch all tags (--no-tags)"
13382 #: builtin/fetch.c:157
13383 msgid "number of submodules fetched in parallel"
13386 #: builtin/fetch.c:159 builtin/pull.c:198
13387 msgid "prune remote-tracking branches no longer on remote"
13390 #: builtin/fetch.c:161
13391 msgid "prune local tags no longer on remote and clobber changed tags"
13394 #: builtin/fetch.c:162 builtin/fetch.c:187 builtin/pull.c:122
13398 #: builtin/fetch.c:163
13399 msgid "control recursive fetching of submodules"
13402 #: builtin/fetch.c:168
13403 msgid "write fetched references to the FETCH_HEAD file"
13406 #: builtin/fetch.c:169 builtin/pull.c:206
13407 msgid "keep downloaded pack"
13410 #: builtin/fetch.c:171
13411 msgid "allow updating of HEAD ref"
13414 #: builtin/fetch.c:174 builtin/fetch.c:180 builtin/pull.c:209
13415 #: builtin/pull.c:218
13416 msgid "deepen history of shallow clone"
13419 #: builtin/fetch.c:176 builtin/pull.c:212
13420 msgid "deepen history of shallow repository based on time"
13423 #: builtin/fetch.c:182 builtin/pull.c:221
13424 msgid "convert to a complete repository"
13427 #: builtin/fetch.c:185
13428 msgid "prepend this to submodule path output"
13431 #: builtin/fetch.c:188
13433 "default for recursive fetching of submodules (lower priority than config "
13437 #: builtin/fetch.c:192 builtin/pull.c:224
13438 msgid "accept refs that update .git/shallow"
13441 #: builtin/fetch.c:193 builtin/pull.c:226
13445 #: builtin/fetch.c:194 builtin/pull.c:227
13446 msgid "specify fetch refmap"
13449 #: builtin/fetch.c:201 builtin/pull.c:240
13450 msgid "report that we have only objects reachable from this object"
13453 #: builtin/fetch.c:204 builtin/fetch.c:206
13454 msgid "run 'maintenance --auto' after fetching"
13457 #: builtin/fetch.c:208 builtin/pull.c:243
13458 msgid "check for forced-updates on all updated branches"
13461 #: builtin/fetch.c:210
13462 msgid "write the commit-graph after fetching"
13465 #: builtin/fetch.c:212
13466 msgid "accept refspecs from stdin"
13469 #: builtin/fetch.c:523
13470 msgid "Couldn't find remote ref HEAD"
13473 #: builtin/fetch.c:677
13475 msgid "configuration fetch.output contains invalid value %s"
13478 #: builtin/fetch.c:775
13480 msgid "object %s not found"
13483 #: builtin/fetch.c:779
13484 msgid "[up to date]"
13487 #: builtin/fetch.c:792 builtin/fetch.c:808 builtin/fetch.c:880
13491 #: builtin/fetch.c:793
13492 msgid "can't fetch in current branch"
13495 #: builtin/fetch.c:803
13496 msgid "[tag update]"
13499 #: builtin/fetch.c:804 builtin/fetch.c:841 builtin/fetch.c:863
13500 #: builtin/fetch.c:875
13501 msgid "unable to update local ref"
13504 #: builtin/fetch.c:808
13505 msgid "would clobber existing tag"
13508 #: builtin/fetch.c:830
13512 #: builtin/fetch.c:833
13513 msgid "[new branch]"
13516 #: builtin/fetch.c:836
13520 #: builtin/fetch.c:875
13521 msgid "forced update"
13524 #: builtin/fetch.c:880
13525 msgid "non-fast-forward"
13528 #: builtin/fetch.c:901
13530 "Fetch normally indicates which branches had a forced update,\n"
13531 "but that check has been disabled. To re-enable, use '--show-forced-updates'\n"
13532 "flag or run 'git config fetch.showForcedUpdates true'."
13535 #: builtin/fetch.c:905
13538 "It took %.2f seconds to check forced updates. You can use\n"
13539 "'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
13541 " to avoid this check.\n"
13544 #: builtin/fetch.c:939
13546 msgid "%s did not send all necessary objects\n"
13549 #: builtin/fetch.c:960
13551 msgid "reject %s because shallow roots are not allowed to be updated"
13554 #: builtin/fetch.c:1053 builtin/fetch.c:1191
13556 msgid "From %.*s\n"
13559 #: builtin/fetch.c:1064
13562 "some local refs could not be updated; try running\n"
13563 " 'git remote prune %s' to remove any old, conflicting branches"
13566 #: builtin/fetch.c:1161
13568 msgid " (%s will become dangling)"
13571 #: builtin/fetch.c:1162
13573 msgid " (%s has become dangling)"
13576 #: builtin/fetch.c:1194
13580 #: builtin/fetch.c:1195 builtin/remote.c:1118
13584 #: builtin/fetch.c:1218
13586 msgid "Refusing to fetch into current branch %s of non-bare repository"
13589 #: builtin/fetch.c:1237
13591 msgid "Option \"%s\" value \"%s\" is not valid for %s"
13594 #: builtin/fetch.c:1240
13596 msgid "Option \"%s\" is ignored for %s\n"
13599 #: builtin/fetch.c:1448
13600 msgid "multiple branches detected, incompatible with --set-upstream"
13603 #: builtin/fetch.c:1463
13604 msgid "not setting upstream for a remote remote-tracking branch"
13607 #: builtin/fetch.c:1465
13608 msgid "not setting upstream for a remote tag"
13611 #: builtin/fetch.c:1467
13612 msgid "unknown branch type"
13615 #: builtin/fetch.c:1469
13617 "no source branch found.\n"
13618 "you need to specify exactly one branch with the --set-upstream option."
13621 #: builtin/fetch.c:1598 builtin/fetch.c:1661
13623 msgid "Fetching %s\n"
13626 #: builtin/fetch.c:1608 builtin/fetch.c:1663 builtin/remote.c:101
13628 msgid "Could not fetch %s"
13631 #: builtin/fetch.c:1620
13633 msgid "could not fetch '%s' (exit code: %d)\n"
13636 #: builtin/fetch.c:1724
13638 "No remote repository specified. Please, specify either a URL or a\n"
13639 "remote name from which new revisions should be fetched."
13642 #: builtin/fetch.c:1760
13643 msgid "You need to specify a tag name."
13646 #: builtin/fetch.c:1825
13647 msgid "Negative depth in --deepen is not supported"
13650 #: builtin/fetch.c:1827
13651 msgid "--deepen and --depth are mutually exclusive"
13654 #: builtin/fetch.c:1832
13655 msgid "--depth and --unshallow cannot be used together"
13658 #: builtin/fetch.c:1834
13659 msgid "--unshallow on a complete repository does not make sense"
13662 #: builtin/fetch.c:1851
13663 msgid "fetch --all does not take a repository argument"
13666 #: builtin/fetch.c:1853
13667 msgid "fetch --all does not make sense with refspecs"
13670 #: builtin/fetch.c:1862
13672 msgid "No such remote or remote group: %s"
13675 #: builtin/fetch.c:1869
13676 msgid "Fetching a group and specifying refspecs does not make sense"
13679 #: builtin/fetch.c:1887
13681 "--filter can only be used with the remote configured in extensions."
13685 #: builtin/fetch.c:1891
13686 msgid "--stdin can only be used when fetching from one remote"
13689 #: builtin/fmt-merge-msg.c:7
13691 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
13694 #: builtin/fmt-merge-msg.c:18
13695 msgid "populate log with at most <n> entries from shortlog"
13698 #: builtin/fmt-merge-msg.c:21
13699 msgid "alias for --log (deprecated)"
13702 #: builtin/fmt-merge-msg.c:24
13706 #: builtin/fmt-merge-msg.c:25
13707 msgid "use <text> as start of message"
13710 #: builtin/fmt-merge-msg.c:26
13711 msgid "file to read from"
13714 #: builtin/for-each-ref.c:10
13715 msgid "git for-each-ref [<options>] [<pattern>]"
13718 #: builtin/for-each-ref.c:11
13719 msgid "git for-each-ref [--points-at <object>]"
13722 #: builtin/for-each-ref.c:12
13723 msgid "git for-each-ref [--merged [<commit>]] [--no-merged [<commit>]]"
13726 #: builtin/for-each-ref.c:13
13727 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
13730 #: builtin/for-each-ref.c:28
13731 msgid "quote placeholders suitably for shells"
13734 #: builtin/for-each-ref.c:30
13735 msgid "quote placeholders suitably for perl"
13738 #: builtin/for-each-ref.c:32
13739 msgid "quote placeholders suitably for python"
13742 #: builtin/for-each-ref.c:34
13743 msgid "quote placeholders suitably for Tcl"
13746 #: builtin/for-each-ref.c:37
13747 msgid "show only <n> matched refs"
13750 #: builtin/for-each-ref.c:39 builtin/tag.c:440
13751 msgid "respect format colors"
13754 #: builtin/for-each-ref.c:42
13755 msgid "print only refs which points at the given object"
13758 #: builtin/for-each-ref.c:44
13759 msgid "print only refs that are merged"
13762 #: builtin/for-each-ref.c:45
13763 msgid "print only refs that are not merged"
13766 #: builtin/for-each-ref.c:46
13767 msgid "print only refs which contain the commit"
13770 #: builtin/for-each-ref.c:47
13771 msgid "print only refs which don't contain the commit"
13774 #: builtin/for-each-repo.c:9
13775 msgid "git for-each-repo --config=<config> <command-args>"
13778 #: builtin/for-each-repo.c:37
13782 #: builtin/for-each-repo.c:38
13783 msgid "config key storing a list of repository paths"
13786 #: builtin/for-each-repo.c:46
13787 msgid "missing --config=<config>"
13790 #: builtin/fsck.c:69 builtin/fsck.c:148 builtin/fsck.c:149
13794 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
13795 #: builtin/fsck.c:101 builtin/fsck.c:121
13797 msgid "error in %s %s: %s"
13800 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
13801 #: builtin/fsck.c:115
13803 msgid "warning in %s %s: %s"
13806 #: builtin/fsck.c:144 builtin/fsck.c:147
13808 msgid "broken link from %7s %s"
13811 #: builtin/fsck.c:156
13812 msgid "wrong object type in link"
13815 #: builtin/fsck.c:172
13818 "broken link from %7s %s\n"
13822 #: builtin/fsck.c:283
13824 msgid "missing %s %s"
13827 #: builtin/fsck.c:310
13829 msgid "unreachable %s %s"
13832 #: builtin/fsck.c:330
13834 msgid "dangling %s %s"
13837 #: builtin/fsck.c:340
13838 msgid "could not create lost-found"
13841 #: builtin/fsck.c:351
13843 msgid "could not finish '%s'"
13846 #: builtin/fsck.c:368
13848 msgid "Checking %s"
13851 #: builtin/fsck.c:406
13853 msgid "Checking connectivity (%d objects)"
13856 #: builtin/fsck.c:425
13858 msgid "Checking %s %s"
13861 #: builtin/fsck.c:430
13862 msgid "broken links"
13865 #: builtin/fsck.c:439
13870 #: builtin/fsck.c:447
13872 msgid "tagged %s %s (%s) in %s"
13875 #: builtin/fsck.c:476
13877 msgid "%s: object corrupt or missing"
13880 #: builtin/fsck.c:501
13882 msgid "%s: invalid reflog entry %s"
13885 #: builtin/fsck.c:515
13887 msgid "Checking reflog %s->%s"
13890 #: builtin/fsck.c:549
13892 msgid "%s: invalid sha1 pointer %s"
13895 #: builtin/fsck.c:556
13897 msgid "%s: not a commit"
13900 #: builtin/fsck.c:610
13901 msgid "notice: No default references"
13904 #: builtin/fsck.c:625
13906 msgid "%s: object corrupt or missing: %s"
13909 #: builtin/fsck.c:638
13911 msgid "%s: object could not be parsed: %s"
13914 #: builtin/fsck.c:658
13916 msgid "bad sha1 file: %s"
13919 #: builtin/fsck.c:673
13920 msgid "Checking object directory"
13923 #: builtin/fsck.c:676
13924 msgid "Checking object directories"
13927 #: builtin/fsck.c:691
13929 msgid "Checking %s link"
13932 #: builtin/fsck.c:696 builtin/index-pack.c:865
13937 #: builtin/fsck.c:703
13939 msgid "%s points to something strange (%s)"
13942 #: builtin/fsck.c:709
13944 msgid "%s: detached HEAD points at nothing"
13947 #: builtin/fsck.c:713
13949 msgid "notice: %s points to an unborn branch (%s)"
13952 #: builtin/fsck.c:725
13953 msgid "Checking cache tree"
13956 #: builtin/fsck.c:730
13958 msgid "%s: invalid sha1 pointer in cache-tree"
13961 #: builtin/fsck.c:739
13962 msgid "non-tree in cache-tree"
13965 #: builtin/fsck.c:770
13966 msgid "git fsck [<options>] [<object>...]"
13969 #: builtin/fsck.c:776
13970 msgid "show unreachable objects"
13973 #: builtin/fsck.c:777
13974 msgid "show dangling objects"
13977 #: builtin/fsck.c:778
13978 msgid "report tags"
13981 #: builtin/fsck.c:779
13982 msgid "report root nodes"
13985 #: builtin/fsck.c:780
13986 msgid "make index objects head nodes"
13989 #: builtin/fsck.c:781
13990 msgid "make reflogs head nodes (default)"
13993 #: builtin/fsck.c:782
13994 msgid "also consider packs and alternate objects"
13997 #: builtin/fsck.c:783
13998 msgid "check only connectivity"
14001 #: builtin/fsck.c:784
14002 msgid "enable more strict checking"
14005 #: builtin/fsck.c:786
14006 msgid "write dangling objects in .git/lost-found"
14009 #: builtin/fsck.c:787 builtin/prune.c:134
14010 msgid "show progress"
14013 #: builtin/fsck.c:788
14014 msgid "show verbose names for reachable objects"
14017 #: builtin/fsck.c:847 builtin/index-pack.c:261
14018 msgid "Checking objects"
14021 #: builtin/fsck.c:875
14023 msgid "%s: object missing"
14026 #: builtin/fsck.c:886
14028 msgid "invalid parameter: expected sha1, got '%s'"
14032 msgid "git gc [<options>]"
14037 msgid "Failed to fstat %s: %s"
14040 #: builtin/gc.c:130
14042 msgid "failed to parse '%s' value '%s'"
14045 #: builtin/gc.c:479 builtin/init-db.c:58
14047 msgid "cannot stat '%s'"
14050 #: builtin/gc.c:488 builtin/notes.c:240 builtin/tag.c:530
14052 msgid "cannot read '%s'"
14055 #: builtin/gc.c:495
14058 "The last gc run reported the following. Please correct the root cause\n"
14060 "Automatic cleanup will not be performed until the file is removed.\n"
14065 #: builtin/gc.c:543
14066 msgid "prune unreferenced objects"
14069 #: builtin/gc.c:545
14070 msgid "be more thorough (increased runtime)"
14073 #: builtin/gc.c:546
14074 msgid "enable auto-gc mode"
14077 #: builtin/gc.c:549
14078 msgid "force running gc even if there may be another gc running"
14081 #: builtin/gc.c:552
14082 msgid "repack all other packs except the largest pack"
14085 #: builtin/gc.c:569
14087 msgid "failed to parse gc.logexpiry value %s"
14090 #: builtin/gc.c:580
14092 msgid "failed to parse prune expiry value %s"
14095 #: builtin/gc.c:600
14097 msgid "Auto packing the repository in background for optimum performance.\n"
14100 #: builtin/gc.c:602
14102 msgid "Auto packing the repository for optimum performance.\n"
14105 #: builtin/gc.c:603
14107 msgid "See \"git help gc\" for manual housekeeping.\n"
14110 #: builtin/gc.c:643
14113 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
14116 #: builtin/gc.c:698
14118 "There are too many unreachable loose objects; run 'git prune' to remove them."
14121 #: builtin/gc.c:708
14123 "git maintenance run [--auto] [--[no-]quiet] [--task=<task>] [--schedule]"
14126 #: builtin/gc.c:738
14127 msgid "--no-schedule is not allowed"
14130 #: builtin/gc.c:743
14132 msgid "unrecognized --schedule argument '%s'"
14135 #: builtin/gc.c:862
14136 msgid "failed to write commit-graph"
14139 #: builtin/gc.c:901
14140 msgid "failed to fill remotes"
14143 #: builtin/gc.c:1024
14144 msgid "failed to start 'git pack-objects' process"
14147 #: builtin/gc.c:1041
14148 msgid "failed to finish 'git pack-objects' process"
14151 #: builtin/gc.c:1093
14152 msgid "failed to write multi-pack-index"
14155 #: builtin/gc.c:1111
14156 msgid "'git multi-pack-index expire' failed"
14159 #: builtin/gc.c:1172
14160 msgid "'git multi-pack-index repack' failed"
14163 #: builtin/gc.c:1181
14165 "skipping incremental-repack task because core.multiPackIndex is disabled"
14168 #: builtin/gc.c:1279
14170 msgid "lock file '%s' exists, skipping maintenance"
14173 #: builtin/gc.c:1309
14175 msgid "task '%s' failed"
14178 #: builtin/gc.c:1389
14180 msgid "'%s' is not a valid task"
14183 #: builtin/gc.c:1394
14185 msgid "task '%s' cannot be selected multiple times"
14188 #: builtin/gc.c:1409
14189 msgid "run tasks based on the state of the repository"
14192 #: builtin/gc.c:1410
14196 #: builtin/gc.c:1411
14197 msgid "run tasks based on frequency"
14200 #: builtin/gc.c:1414
14201 msgid "do not report progress or other information over stderr"
14204 #: builtin/gc.c:1415
14208 #: builtin/gc.c:1416
14209 msgid "run a specific task"
14212 #: builtin/gc.c:1433
14213 msgid "use at most one of --auto and --schedule=<frequency>"
14216 #: builtin/gc.c:1467
14217 msgid "failed to run 'git config'"
14220 #: builtin/gc.c:1512
14221 msgid "another process is scheduling background maintenance"
14224 #: builtin/gc.c:1525
14225 msgid "failed to run 'crontab -l'; your system might not support 'cron'"
14228 #: builtin/gc.c:1544
14229 msgid "failed to run 'crontab'; your system might not support 'cron'"
14232 #: builtin/gc.c:1550
14233 msgid "failed to open stdin of 'crontab'"
14236 #: builtin/gc.c:1592
14237 msgid "'crontab' died"
14240 #: builtin/gc.c:1605
14241 msgid "failed to add repo to global config"
14244 #: builtin/gc.c:1615
14245 msgid "git maintenance <subcommand> [<options>]"
14248 #: builtin/gc.c:1634
14250 msgid "invalid subcommand: %s"
14253 #: builtin/grep.c:30
14254 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
14257 #: builtin/grep.c:225
14259 msgid "grep: failed to create thread: %s"
14262 #: builtin/grep.c:279
14264 msgid "invalid number of threads specified (%d) for %s"
14267 #. TRANSLATORS: %s is the configuration
14268 #. variable for tweaking threads, currently
14271 #: builtin/grep.c:287 builtin/index-pack.c:1576 builtin/index-pack.c:1766
14272 #: builtin/pack-objects.c:2936
14274 msgid "no threads support, ignoring %s"
14277 #: builtin/grep.c:475 builtin/grep.c:600 builtin/grep.c:640
14279 msgid "unable to read tree (%s)"
14282 #: builtin/grep.c:655
14284 msgid "unable to grep from object of type %s"
14287 #: builtin/grep.c:736
14289 msgid "switch `%c' expects a numerical value"
14292 #: builtin/grep.c:835
14293 msgid "search in index instead of in the work tree"
14296 #: builtin/grep.c:837
14297 msgid "find in contents not managed by git"
14300 #: builtin/grep.c:839
14301 msgid "search in both tracked and untracked files"
14304 #: builtin/grep.c:841
14305 msgid "ignore files specified via '.gitignore'"
14308 #: builtin/grep.c:843
14309 msgid "recursively search in each submodule"
14312 #: builtin/grep.c:846
14313 msgid "show non-matching lines"
14316 #: builtin/grep.c:848
14317 msgid "case insensitive matching"
14320 #: builtin/grep.c:850
14321 msgid "match patterns only at word boundaries"
14324 #: builtin/grep.c:852
14325 msgid "process binary files as text"
14328 #: builtin/grep.c:854
14329 msgid "don't match patterns in binary files"
14332 #: builtin/grep.c:857
14333 msgid "process binary files with textconv filters"
14336 #: builtin/grep.c:859
14337 msgid "search in subdirectories (default)"
14340 #: builtin/grep.c:861
14341 msgid "descend at most <depth> levels"
14344 #: builtin/grep.c:865
14345 msgid "use extended POSIX regular expressions"
14348 #: builtin/grep.c:868
14349 msgid "use basic POSIX regular expressions (default)"
14352 #: builtin/grep.c:871
14353 msgid "interpret patterns as fixed strings"
14356 #: builtin/grep.c:874
14357 msgid "use Perl-compatible regular expressions"
14360 #: builtin/grep.c:877
14361 msgid "show line numbers"
14364 #: builtin/grep.c:878
14365 msgid "show column number of first match"
14368 #: builtin/grep.c:879
14369 msgid "don't show filenames"
14372 #: builtin/grep.c:880
14373 msgid "show filenames"
14376 #: builtin/grep.c:882
14377 msgid "show filenames relative to top directory"
14380 #: builtin/grep.c:884
14381 msgid "show only filenames instead of matching lines"
14384 #: builtin/grep.c:886
14385 msgid "synonym for --files-with-matches"
14388 #: builtin/grep.c:889
14389 msgid "show only the names of files without match"
14392 #: builtin/grep.c:891
14393 msgid "print NUL after filenames"
14396 #: builtin/grep.c:894
14397 msgid "show only matching parts of a line"
14400 #: builtin/grep.c:896
14401 msgid "show the number of matches instead of matching lines"
14404 #: builtin/grep.c:897
14405 msgid "highlight matches"
14408 #: builtin/grep.c:899
14409 msgid "print empty line between matches from different files"
14412 #: builtin/grep.c:901
14413 msgid "show filename only once above matches from same file"
14416 #: builtin/grep.c:904
14417 msgid "show <n> context lines before and after matches"
14420 #: builtin/grep.c:907
14421 msgid "show <n> context lines before matches"
14424 #: builtin/grep.c:909
14425 msgid "show <n> context lines after matches"
14428 #: builtin/grep.c:911
14429 msgid "use <n> worker threads"
14432 #: builtin/grep.c:912
14433 msgid "shortcut for -C NUM"
14436 #: builtin/grep.c:915
14437 msgid "show a line with the function name before matches"
14440 #: builtin/grep.c:917
14441 msgid "show the surrounding function"
14444 #: builtin/grep.c:920
14445 msgid "read patterns from file"
14448 #: builtin/grep.c:922
14449 msgid "match <pattern>"
14452 #: builtin/grep.c:924
14453 msgid "combine patterns specified with -e"
14456 #: builtin/grep.c:936
14457 msgid "indicate hit with exit status without output"
14460 #: builtin/grep.c:938
14461 msgid "show only matches from files that match all patterns"
14464 #: builtin/grep.c:940
14465 msgid "show parse tree for grep expression"
14468 #: builtin/grep.c:944
14472 #: builtin/grep.c:944
14473 msgid "show matching files in the pager"
14476 #: builtin/grep.c:948
14477 msgid "allow calling of grep(1) (ignored by this build)"
14480 #: builtin/grep.c:1014
14481 msgid "no pattern given"
14484 #: builtin/grep.c:1050
14485 msgid "--no-index or --untracked cannot be used with revs"
14488 #: builtin/grep.c:1058
14490 msgid "unable to resolve revision: %s"
14493 #: builtin/grep.c:1088
14494 msgid "--untracked not supported with --recurse-submodules"
14497 #: builtin/grep.c:1092
14498 msgid "invalid option combination, ignoring --threads"
14501 #: builtin/grep.c:1095 builtin/pack-objects.c:3655
14502 msgid "no threads support, ignoring --threads"
14505 #: builtin/grep.c:1098 builtin/index-pack.c:1573 builtin/pack-objects.c:2933
14507 msgid "invalid number of threads specified (%d)"
14510 #: builtin/grep.c:1132
14511 msgid "--open-files-in-pager only works on the worktree"
14514 #: builtin/grep.c:1158
14515 msgid "--cached or --untracked cannot be used with --no-index"
14518 #: builtin/grep.c:1164
14519 msgid "--[no-]exclude-standard cannot be used for tracked contents"
14522 #: builtin/grep.c:1172
14523 msgid "both --cached and trees are given"
14526 #: builtin/hash-object.c:85
14528 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
14532 #: builtin/hash-object.c:86
14533 msgid "git hash-object --stdin-paths"
14536 #: builtin/hash-object.c:98
14537 msgid "object type"
14540 #: builtin/hash-object.c:99
14541 msgid "write the object into the object database"
14544 #: builtin/hash-object.c:101
14545 msgid "read the object from stdin"
14548 #: builtin/hash-object.c:103
14549 msgid "store file as is without filters"
14552 #: builtin/hash-object.c:104
14554 "just hash any random garbage to create corrupt objects for debugging Git"
14557 #: builtin/hash-object.c:105
14558 msgid "process file as it were from this path"
14561 #: builtin/help.c:47
14562 msgid "print all available commands"
14565 #: builtin/help.c:48
14566 msgid "exclude guides"
14569 #: builtin/help.c:49
14570 msgid "print list of useful guides"
14573 #: builtin/help.c:50
14574 msgid "print all configuration variable names"
14577 #: builtin/help.c:52
14578 msgid "show man page"
14581 #: builtin/help.c:53
14582 msgid "show manual in web browser"
14585 #: builtin/help.c:55
14586 msgid "show info page"
14589 #: builtin/help.c:57
14590 msgid "print command description"
14593 #: builtin/help.c:62
14594 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
14597 #: builtin/help.c:163
14599 msgid "unrecognized help format '%s'"
14602 #: builtin/help.c:190
14603 msgid "Failed to start emacsclient."
14606 #: builtin/help.c:203
14607 msgid "Failed to parse emacsclient version."
14610 #: builtin/help.c:211
14612 msgid "emacsclient version '%d' too old (< 22)."
14615 #: builtin/help.c:229 builtin/help.c:251 builtin/help.c:261 builtin/help.c:269
14617 msgid "failed to exec '%s'"
14620 #: builtin/help.c:307
14623 "'%s': path for unsupported man viewer.\n"
14624 "Please consider using 'man.<tool>.cmd' instead."
14627 #: builtin/help.c:319
14630 "'%s': cmd for supported man viewer.\n"
14631 "Please consider using 'man.<tool>.path' instead."
14634 #: builtin/help.c:436
14636 msgid "'%s': unknown man viewer."
14639 #: builtin/help.c:453
14640 msgid "no man viewer handled the request"
14643 #: builtin/help.c:461
14644 msgid "no info viewer handled the request"
14647 #: builtin/help.c:520 builtin/help.c:531 git.c:337
14649 msgid "'%s' is aliased to '%s'"
14652 #: builtin/help.c:534 git.c:369
14654 msgid "bad alias.%s string: %s"
14657 #: builtin/help.c:563 builtin/help.c:593
14659 msgid "usage: %s%s"
14662 #: builtin/help.c:577
14663 msgid "'git help config' for more information"
14666 #: builtin/index-pack.c:221
14668 msgid "object type mismatch at %s"
14671 #: builtin/index-pack.c:241
14673 msgid "did not receive expected object %s"
14676 #: builtin/index-pack.c:244
14678 msgid "object %s: expected type %s, found %s"
14681 #: builtin/index-pack.c:294
14683 msgid "cannot fill %d byte"
14684 msgid_plural "cannot fill %d bytes"
14688 #: builtin/index-pack.c:304
14692 #: builtin/index-pack.c:305
14693 msgid "read error on input"
14696 #: builtin/index-pack.c:317
14697 msgid "used more bytes than were available"
14700 #: builtin/index-pack.c:324 builtin/pack-objects.c:619
14701 msgid "pack too large for current definition of off_t"
14704 #: builtin/index-pack.c:327 builtin/unpack-objects.c:95
14705 msgid "pack exceeds maximum allowed size"
14708 #: builtin/index-pack.c:342 builtin/repack.c:286
14710 msgid "unable to create '%s'"
14713 #: builtin/index-pack.c:348
14715 msgid "cannot open packfile '%s'"
14718 #: builtin/index-pack.c:362
14719 msgid "pack signature mismatch"
14722 #: builtin/index-pack.c:364
14724 msgid "pack version %<PRIu32> unsupported"
14727 #: builtin/index-pack.c:382
14729 msgid "pack has bad object at offset %<PRIuMAX>: %s"
14732 #: builtin/index-pack.c:488
14734 msgid "inflate returned %d"
14737 #: builtin/index-pack.c:537
14738 msgid "offset value overflow for delta base object"
14741 #: builtin/index-pack.c:545
14742 msgid "delta base offset is out of bound"
14745 #: builtin/index-pack.c:553
14747 msgid "unknown object type %d"
14750 #: builtin/index-pack.c:584
14751 msgid "cannot pread pack file"
14754 #: builtin/index-pack.c:586
14756 msgid "premature end of pack file, %<PRIuMAX> byte missing"
14757 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
14761 #: builtin/index-pack.c:612
14762 msgid "serious inflate inconsistency"
14765 #: builtin/index-pack.c:757 builtin/index-pack.c:763 builtin/index-pack.c:787
14766 #: builtin/index-pack.c:826 builtin/index-pack.c:835
14768 msgid "SHA1 COLLISION FOUND WITH %s !"
14771 #: builtin/index-pack.c:760 builtin/pack-objects.c:171
14772 #: builtin/pack-objects.c:231 builtin/pack-objects.c:326
14774 msgid "unable to read %s"
14777 #: builtin/index-pack.c:824
14779 msgid "cannot read existing object info %s"
14782 #: builtin/index-pack.c:832
14784 msgid "cannot read existing object %s"
14787 #: builtin/index-pack.c:846
14789 msgid "invalid blob object %s"
14792 #: builtin/index-pack.c:849 builtin/index-pack.c:868
14793 msgid "fsck error in packed object"
14796 #: builtin/index-pack.c:870
14798 msgid "Not all child objects of %s are reachable"
14801 #: builtin/index-pack.c:931 builtin/index-pack.c:978
14802 msgid "failed to apply delta"
14805 #: builtin/index-pack.c:1161
14806 msgid "Receiving objects"
14809 #: builtin/index-pack.c:1161
14810 msgid "Indexing objects"
14813 #: builtin/index-pack.c:1195
14814 msgid "pack is corrupted (SHA1 mismatch)"
14817 #: builtin/index-pack.c:1200
14818 msgid "cannot fstat packfile"
14821 #: builtin/index-pack.c:1203
14822 msgid "pack has junk at the end"
14825 #: builtin/index-pack.c:1215
14826 msgid "confusion beyond insanity in parse_pack_objects()"
14829 #: builtin/index-pack.c:1238
14830 msgid "Resolving deltas"
14833 #: builtin/index-pack.c:1249 builtin/pack-objects.c:2697
14835 msgid "unable to create thread: %s"
14838 #: builtin/index-pack.c:1282
14839 msgid "confusion beyond insanity"
14842 #: builtin/index-pack.c:1288
14844 msgid "completed with %d local object"
14845 msgid_plural "completed with %d local objects"
14849 #: builtin/index-pack.c:1300
14851 msgid "Unexpected tail checksum for %s (disk corruption?)"
14854 #: builtin/index-pack.c:1304
14856 msgid "pack has %d unresolved delta"
14857 msgid_plural "pack has %d unresolved deltas"
14861 #: builtin/index-pack.c:1328
14863 msgid "unable to deflate appended object (%d)"
14866 #: builtin/index-pack.c:1424
14868 msgid "local object %s is corrupt"
14871 #: builtin/index-pack.c:1444
14873 msgid "packfile name '%s' does not end with '.pack'"
14876 #: builtin/index-pack.c:1469
14878 msgid "cannot write %s file '%s'"
14881 #: builtin/index-pack.c:1477
14883 msgid "cannot close written %s file '%s'"
14886 #: builtin/index-pack.c:1501
14887 msgid "error while closing pack file"
14890 #: builtin/index-pack.c:1515
14891 msgid "cannot store pack file"
14894 #: builtin/index-pack.c:1523
14895 msgid "cannot store index file"
14898 #: builtin/index-pack.c:1567 builtin/pack-objects.c:2944
14900 msgid "bad pack.indexversion=%<PRIu32>"
14903 #: builtin/index-pack.c:1631
14905 msgid "Cannot open existing pack file '%s'"
14908 #: builtin/index-pack.c:1633
14910 msgid "Cannot open existing pack idx file for '%s'"
14913 #: builtin/index-pack.c:1681
14915 msgid "non delta: %d object"
14916 msgid_plural "non delta: %d objects"
14920 #: builtin/index-pack.c:1688
14922 msgid "chain length = %d: %lu object"
14923 msgid_plural "chain length = %d: %lu objects"
14927 #: builtin/index-pack.c:1728
14928 msgid "Cannot come back to cwd"
14931 #: builtin/index-pack.c:1777 builtin/index-pack.c:1780
14932 #: builtin/index-pack.c:1796 builtin/index-pack.c:1800
14937 #: builtin/index-pack.c:1806 builtin/init-db.c:392 builtin/init-db.c:625
14939 msgid "unknown hash algorithm '%s'"
14942 #: builtin/index-pack.c:1821
14943 msgid "--fix-thin cannot be used without --stdin"
14946 #: builtin/index-pack.c:1823
14947 msgid "--stdin requires a git repository"
14950 #: builtin/index-pack.c:1825
14951 msgid "--object-format cannot be used with --stdin"
14954 #: builtin/index-pack.c:1831
14955 msgid "--verify with no packfile name given"
14958 #: builtin/index-pack.c:1892 builtin/unpack-objects.c:582
14959 msgid "fsck error in pack objects"
14962 #: builtin/init-db.c:64
14964 msgid "cannot stat template '%s'"
14967 #: builtin/init-db.c:69
14969 msgid "cannot opendir '%s'"
14972 #: builtin/init-db.c:81
14974 msgid "cannot readlink '%s'"
14977 #: builtin/init-db.c:83
14979 msgid "cannot symlink '%s' '%s'"
14982 #: builtin/init-db.c:89
14984 msgid "cannot copy '%s' to '%s'"
14987 #: builtin/init-db.c:93
14989 msgid "ignoring template %s"
14992 #: builtin/init-db.c:124
14994 msgid "templates not found in %s"
14997 #: builtin/init-db.c:139
14999 msgid "not copying templates from '%s': %s"
15002 #: builtin/init-db.c:275
15004 msgid "invalid initial branch name: '%s'"
15007 #: builtin/init-db.c:367
15009 msgid "unable to handle file type %d"
15012 #: builtin/init-db.c:370
15014 msgid "unable to move %s to %s"
15017 #: builtin/init-db.c:386
15018 msgid "attempt to reinitialize repository with different hash"
15021 #: builtin/init-db.c:410 builtin/init-db.c:413
15023 msgid "%s already exists"
15026 #: builtin/init-db.c:445
15028 msgid "re-init: ignored --initial-branch=%s"
15031 #: builtin/init-db.c:476
15033 msgid "Reinitialized existing shared Git repository in %s%s\n"
15036 #: builtin/init-db.c:477
15038 msgid "Reinitialized existing Git repository in %s%s\n"
15041 #: builtin/init-db.c:481
15043 msgid "Initialized empty shared Git repository in %s%s\n"
15046 #: builtin/init-db.c:482
15048 msgid "Initialized empty Git repository in %s%s\n"
15051 #: builtin/init-db.c:531
15053 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
15054 "shared[=<permissions>]] [<directory>]"
15057 #: builtin/init-db.c:557
15058 msgid "permissions"
15061 #: builtin/init-db.c:558
15062 msgid "specify that the git repository is to be shared amongst several users"
15065 #: builtin/init-db.c:564
15066 msgid "override the name of the initial branch"
15069 #: builtin/init-db.c:565 builtin/verify-pack.c:74
15073 #: builtin/init-db.c:566 builtin/show-index.c:22 builtin/verify-pack.c:75
15074 msgid "specify the hash algorithm to use"
15077 #: builtin/init-db.c:573
15078 msgid "--separate-git-dir and --bare are mutually exclusive"
15081 #: builtin/init-db.c:602 builtin/init-db.c:607
15083 msgid "cannot mkdir %s"
15086 #: builtin/init-db.c:611 builtin/init-db.c:666
15088 msgid "cannot chdir to %s"
15091 #: builtin/init-db.c:638
15094 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
15098 #: builtin/init-db.c:690
15100 msgid "Cannot access work tree '%s'"
15103 #: builtin/init-db.c:695
15104 msgid "--separate-git-dir incompatible with bare repository"
15107 #: builtin/interpret-trailers.c:16
15109 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
15110 "<token>[(=|:)<value>])...] [<file>...]"
15113 #: builtin/interpret-trailers.c:95
15114 msgid "edit files in place"
15117 #: builtin/interpret-trailers.c:96
15118 msgid "trim empty trailers"
15121 #: builtin/interpret-trailers.c:99
15122 msgid "where to place the new trailer"
15125 #: builtin/interpret-trailers.c:101
15126 msgid "action if trailer already exists"
15129 #: builtin/interpret-trailers.c:103
15130 msgid "action if trailer is missing"
15133 #: builtin/interpret-trailers.c:105
15134 msgid "output only the trailers"
15137 #: builtin/interpret-trailers.c:106
15138 msgid "do not apply config rules"
15141 #: builtin/interpret-trailers.c:107
15142 msgid "join whitespace-continued values"
15145 #: builtin/interpret-trailers.c:108
15146 msgid "set parsing options"
15149 #: builtin/interpret-trailers.c:110
15150 msgid "do not treat --- specially"
15153 #: builtin/interpret-trailers.c:111
15157 #: builtin/interpret-trailers.c:112
15158 msgid "trailer(s) to add"
15161 #: builtin/interpret-trailers.c:123
15162 msgid "--trailer with --only-input does not make sense"
15165 #: builtin/interpret-trailers.c:133
15166 msgid "no input file given for in-place editing"
15169 #: builtin/log.c:58
15170 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
15173 #: builtin/log.c:59
15174 msgid "git show [<options>] <object>..."
15177 #: builtin/log.c:112
15179 msgid "invalid --decorate option: %s"
15182 #: builtin/log.c:179
15183 msgid "show source"
15186 #: builtin/log.c:180
15187 msgid "Use mail map file"
15190 #: builtin/log.c:183
15191 msgid "only decorate refs that match <pattern>"
15194 #: builtin/log.c:185
15195 msgid "do not decorate refs that match <pattern>"
15198 #: builtin/log.c:186
15199 msgid "decorate options"
15202 #: builtin/log.c:189
15204 "Trace the evolution of line range <start>,<end> or function :<funcname> in "
15208 #: builtin/log.c:212
15209 msgid "-L<range>:<file> cannot be used with pathspec"
15212 #: builtin/log.c:302
15214 msgid "Final output: %d %s\n"
15217 #: builtin/log.c:564
15219 msgid "git show %s: bad file"
15222 #: builtin/log.c:579 builtin/log.c:674
15224 msgid "could not read object %s"
15227 #: builtin/log.c:699
15229 msgid "unknown type: %d"
15232 #: builtin/log.c:848
15234 msgid "%s: invalid cover from description mode"
15237 #: builtin/log.c:855
15238 msgid "format.headers without value"
15241 #: builtin/log.c:984
15243 msgid "cannot open patch file %s"
15246 #: builtin/log.c:1001
15247 msgid "need exactly one range"
15250 #: builtin/log.c:1011
15251 msgid "not a range"
15254 #: builtin/log.c:1175
15255 msgid "cover letter needs email format"
15258 #: builtin/log.c:1181
15259 msgid "failed to create cover-letter file"
15262 #: builtin/log.c:1262
15264 msgid "insane in-reply-to: %s"
15267 #: builtin/log.c:1289
15268 msgid "git format-patch [<options>] [<since> | <revision-range>]"
15271 #: builtin/log.c:1347
15272 msgid "two output directories?"
15275 #: builtin/log.c:1498 builtin/log.c:2318 builtin/log.c:2320 builtin/log.c:2332
15277 msgid "unknown commit %s"
15280 #: builtin/log.c:1509 builtin/replace.c:58 builtin/replace.c:207
15281 #: builtin/replace.c:210
15283 msgid "failed to resolve '%s' as a valid ref"
15286 #: builtin/log.c:1518
15287 msgid "could not find exact merge base"
15290 #: builtin/log.c:1528
15292 "failed to get upstream, if you want to record base commit automatically,\n"
15293 "please use git branch --set-upstream-to to track a remote branch.\n"
15294 "Or you could specify base commit by --base=<base-commit-id> manually"
15297 #: builtin/log.c:1551
15298 msgid "failed to find exact merge base"
15301 #: builtin/log.c:1568
15302 msgid "base commit should be the ancestor of revision list"
15305 #: builtin/log.c:1578
15306 msgid "base commit shouldn't be in revision list"
15309 #: builtin/log.c:1636
15310 msgid "cannot get patch id"
15313 #: builtin/log.c:1693
15314 msgid "failed to infer range-diff origin of current series"
15317 #: builtin/log.c:1695
15319 msgid "using '%s' as range-diff origin of current series"
15322 #: builtin/log.c:1739
15323 msgid "use [PATCH n/m] even with a single patch"
15326 #: builtin/log.c:1742
15327 msgid "use [PATCH] even with multiple patches"
15330 #: builtin/log.c:1746
15331 msgid "print patches to standard out"
15334 #: builtin/log.c:1748
15335 msgid "generate a cover letter"
15338 #: builtin/log.c:1750
15339 msgid "use simple number sequence for output file names"
15342 #: builtin/log.c:1751
15346 #: builtin/log.c:1752
15347 msgid "use <sfx> instead of '.patch'"
15350 #: builtin/log.c:1754
15351 msgid "start numbering patches at <n> instead of 1"
15354 #: builtin/log.c:1756
15355 msgid "mark the series as Nth re-roll"
15358 #: builtin/log.c:1758
15359 msgid "max length of output filename"
15362 #: builtin/log.c:1760
15363 msgid "Use [RFC PATCH] instead of [PATCH]"
15366 #: builtin/log.c:1763
15367 msgid "cover-from-description-mode"
15370 #: builtin/log.c:1764
15371 msgid "generate parts of a cover letter based on a branch's description"
15374 #: builtin/log.c:1766
15375 msgid "Use [<prefix>] instead of [PATCH]"
15378 #: builtin/log.c:1769
15379 msgid "store resulting files in <dir>"
15382 #: builtin/log.c:1772
15383 msgid "don't strip/add [PATCH]"
15386 #: builtin/log.c:1775
15387 msgid "don't output binary diffs"
15390 #: builtin/log.c:1777
15391 msgid "output all-zero hash in From header"
15394 #: builtin/log.c:1779
15395 msgid "don't include a patch matching a commit upstream"
15398 #: builtin/log.c:1781
15399 msgid "show patch format instead of default (patch + stat)"
15402 #: builtin/log.c:1783
15406 #: builtin/log.c:1784
15410 #: builtin/log.c:1785
15411 msgid "add email header"
15414 #: builtin/log.c:1786 builtin/log.c:1787
15418 #: builtin/log.c:1786
15419 msgid "add To: header"
15422 #: builtin/log.c:1787
15423 msgid "add Cc: header"
15426 #: builtin/log.c:1788
15430 #: builtin/log.c:1789
15431 msgid "set From address to <ident> (or committer ident if absent)"
15434 #: builtin/log.c:1791
15438 #: builtin/log.c:1792
15439 msgid "make first mail a reply to <message-id>"
15442 #: builtin/log.c:1793 builtin/log.c:1796
15446 #: builtin/log.c:1794
15447 msgid "attach the patch"
15450 #: builtin/log.c:1797
15451 msgid "inline the patch"
15454 #: builtin/log.c:1801
15455 msgid "enable message threading, styles: shallow, deep"
15458 #: builtin/log.c:1803
15462 #: builtin/log.c:1804
15463 msgid "add a signature"
15466 #: builtin/log.c:1805
15467 msgid "base-commit"
15470 #: builtin/log.c:1806
15471 msgid "add prerequisite tree info to the patch series"
15474 #: builtin/log.c:1809
15475 msgid "add a signature from a file"
15478 #: builtin/log.c:1810
15479 msgid "don't print the patch filenames"
15482 #: builtin/log.c:1812
15483 msgid "show progress while generating patches"
15486 #: builtin/log.c:1814
15487 msgid "show changes against <rev> in cover letter or single patch"
15490 #: builtin/log.c:1817
15491 msgid "show changes against <refspec> in cover letter or single patch"
15494 #: builtin/log.c:1819
15495 msgid "percentage by which creation is weighted"
15498 #: builtin/log.c:1905
15500 msgid "invalid ident line: %s"
15503 #: builtin/log.c:1920
15504 msgid "-n and -k are mutually exclusive"
15507 #: builtin/log.c:1922
15508 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
15511 #: builtin/log.c:1930
15512 msgid "--name-only does not make sense"
15515 #: builtin/log.c:1932
15516 msgid "--name-status does not make sense"
15519 #: builtin/log.c:1934
15520 msgid "--check does not make sense"
15523 #: builtin/log.c:1956
15524 msgid "--stdout, --output, and --output-directory are mutually exclusive"
15527 #: builtin/log.c:2079
15528 msgid "--interdiff requires --cover-letter or single patch"
15531 #: builtin/log.c:2083
15535 #: builtin/log.c:2084
15537 msgid "Interdiff against v%d:"
15540 #: builtin/log.c:2090
15541 msgid "--creation-factor requires --range-diff"
15544 #: builtin/log.c:2094
15545 msgid "--range-diff requires --cover-letter or single patch"
15548 #: builtin/log.c:2102
15549 msgid "Range-diff:"
15552 #: builtin/log.c:2103
15554 msgid "Range-diff against v%d:"
15557 #: builtin/log.c:2114
15559 msgid "unable to read signature file '%s'"
15562 #: builtin/log.c:2150
15563 msgid "Generating patches"
15566 #: builtin/log.c:2194
15567 msgid "failed to create output files"
15570 #: builtin/log.c:2253
15571 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
15574 #: builtin/log.c:2307
15577 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
15580 #: builtin/ls-files.c:471
15581 msgid "git ls-files [<options>] [<file>...]"
15584 #: builtin/ls-files.c:527
15585 msgid "identify the file status with tags"
15588 #: builtin/ls-files.c:529
15589 msgid "use lowercase letters for 'assume unchanged' files"
15592 #: builtin/ls-files.c:531
15593 msgid "use lowercase letters for 'fsmonitor clean' files"
15596 #: builtin/ls-files.c:533
15597 msgid "show cached files in the output (default)"
15600 #: builtin/ls-files.c:535
15601 msgid "show deleted files in the output"
15604 #: builtin/ls-files.c:537
15605 msgid "show modified files in the output"
15608 #: builtin/ls-files.c:539
15609 msgid "show other files in the output"
15612 #: builtin/ls-files.c:541
15613 msgid "show ignored files in the output"
15616 #: builtin/ls-files.c:544
15617 msgid "show staged contents' object name in the output"
15620 #: builtin/ls-files.c:546
15621 msgid "show files on the filesystem that need to be removed"
15624 #: builtin/ls-files.c:548
15625 msgid "show 'other' directories' names only"
15628 #: builtin/ls-files.c:550
15629 msgid "show line endings of files"
15632 #: builtin/ls-files.c:552
15633 msgid "don't show empty directories"
15636 #: builtin/ls-files.c:555
15637 msgid "show unmerged files in the output"
15640 #: builtin/ls-files.c:557
15641 msgid "show resolve-undo information"
15644 #: builtin/ls-files.c:559
15645 msgid "skip files matching pattern"
15648 #: builtin/ls-files.c:562
15649 msgid "exclude patterns are read from <file>"
15652 #: builtin/ls-files.c:565
15653 msgid "read additional per-directory exclude patterns in <file>"
15656 #: builtin/ls-files.c:567
15657 msgid "add the standard git exclusions"
15660 #: builtin/ls-files.c:571
15661 msgid "make the output relative to the project top directory"
15664 #: builtin/ls-files.c:574
15665 msgid "recurse through submodules"
15668 #: builtin/ls-files.c:576
15669 msgid "if any <file> is not in the index, treat this as an error"
15672 #: builtin/ls-files.c:577
15676 #: builtin/ls-files.c:578
15677 msgid "pretend that paths removed since <tree-ish> are still present"
15680 #: builtin/ls-files.c:580
15681 msgid "show debugging data"
15684 #: builtin/ls-remote.c:9
15686 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
15687 " [-q | --quiet] [--exit-code] [--get-url]\n"
15688 " [--symref] [<repository> [<refs>...]]"
15691 #: builtin/ls-remote.c:59
15692 msgid "do not print remote URL"
15695 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1398
15699 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
15700 msgid "path of git-upload-pack on the remote host"
15703 #: builtin/ls-remote.c:65
15704 msgid "limit to tags"
15707 #: builtin/ls-remote.c:66
15708 msgid "limit to heads"
15711 #: builtin/ls-remote.c:67
15712 msgid "do not show peeled tags"
15715 #: builtin/ls-remote.c:69
15716 msgid "take url.<base>.insteadOf into account"
15719 #: builtin/ls-remote.c:72
15720 msgid "exit with exit code 2 if no matching refs are found"
15723 #: builtin/ls-remote.c:75
15724 msgid "show underlying ref in addition to the object pointed by it"
15727 #: builtin/ls-tree.c:30
15728 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
15731 #: builtin/ls-tree.c:128
15732 msgid "only show trees"
15735 #: builtin/ls-tree.c:130
15736 msgid "recurse into subtrees"
15739 #: builtin/ls-tree.c:132
15740 msgid "show trees when recursing"
15743 #: builtin/ls-tree.c:135
15744 msgid "terminate entries with NUL byte"
15747 #: builtin/ls-tree.c:136
15748 msgid "include object size"
15751 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
15752 msgid "list only filenames"
15755 #: builtin/ls-tree.c:143
15756 msgid "use full path names"
15759 #: builtin/ls-tree.c:145
15760 msgid "list entire tree; not just current directory (implies --full-name)"
15763 #: builtin/mailsplit.c:241
15765 msgid "empty mbox: '%s'"
15768 #: builtin/merge-base.c:32
15769 msgid "git merge-base [-a | --all] <commit> <commit>..."
15772 #: builtin/merge-base.c:33
15773 msgid "git merge-base [-a | --all] --octopus <commit>..."
15776 #: builtin/merge-base.c:34
15777 msgid "git merge-base --independent <commit>..."
15780 #: builtin/merge-base.c:35
15781 msgid "git merge-base --is-ancestor <commit> <commit>"
15784 #: builtin/merge-base.c:36
15785 msgid "git merge-base --fork-point <ref> [<commit>]"
15788 #: builtin/merge-base.c:143
15789 msgid "output all common ancestors"
15792 #: builtin/merge-base.c:145
15793 msgid "find ancestors for a single n-way merge"
15796 #: builtin/merge-base.c:147
15797 msgid "list revs not reachable from others"
15800 #: builtin/merge-base.c:149
15801 msgid "is the first one ancestor of the other?"
15804 #: builtin/merge-base.c:151
15805 msgid "find where <commit> forked from reflog of <ref>"
15808 #: builtin/merge-file.c:9
15810 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
15811 "<orig-file> <file2>"
15814 #: builtin/merge-file.c:35
15815 msgid "send results to standard output"
15818 #: builtin/merge-file.c:36
15819 msgid "use a diff3 based merge"
15822 #: builtin/merge-file.c:37
15823 msgid "for conflicts, use our version"
15826 #: builtin/merge-file.c:39
15827 msgid "for conflicts, use their version"
15830 #: builtin/merge-file.c:41
15831 msgid "for conflicts, use a union version"
15834 #: builtin/merge-file.c:44
15835 msgid "for conflicts, use this marker size"
15838 #: builtin/merge-file.c:45
15839 msgid "do not warn about conflicts"
15842 #: builtin/merge-file.c:47
15843 msgid "set labels for file1/orig-file/file2"
15846 #: builtin/merge-recursive.c:47
15848 msgid "unknown option %s"
15851 #: builtin/merge-recursive.c:53
15853 msgid "could not parse object '%s'"
15856 #: builtin/merge-recursive.c:57
15858 msgid "cannot handle more than %d base. Ignoring %s."
15859 msgid_plural "cannot handle more than %d bases. Ignoring %s."
15863 #: builtin/merge-recursive.c:65
15864 msgid "not handling anything other than two heads merge."
15867 #: builtin/merge-recursive.c:74 builtin/merge-recursive.c:76
15869 msgid "could not resolve ref '%s'"
15872 #: builtin/merge-recursive.c:82
15874 msgid "Merging %s with %s\n"
15877 #: builtin/merge.c:57
15878 msgid "git merge [<options>] [<commit>...]"
15881 #: builtin/merge.c:58
15882 msgid "git merge --abort"
15885 #: builtin/merge.c:59
15886 msgid "git merge --continue"
15889 #: builtin/merge.c:122
15890 msgid "switch `m' requires a value"
15893 #: builtin/merge.c:145
15895 msgid "option `%s' requires a value"
15898 #: builtin/merge.c:198
15900 msgid "Could not find merge strategy '%s'.\n"
15903 #: builtin/merge.c:199
15905 msgid "Available strategies are:"
15908 #: builtin/merge.c:204
15910 msgid "Available custom strategies are:"
15913 #: builtin/merge.c:255 builtin/pull.c:133
15914 msgid "do not show a diffstat at the end of the merge"
15917 #: builtin/merge.c:258 builtin/pull.c:136
15918 msgid "show a diffstat at the end of the merge"
15921 #: builtin/merge.c:259 builtin/pull.c:139
15922 msgid "(synonym to --stat)"
15925 #: builtin/merge.c:261 builtin/pull.c:142
15926 msgid "add (at most <n>) entries from shortlog to merge commit message"
15929 #: builtin/merge.c:264 builtin/pull.c:148
15930 msgid "create a single commit instead of doing a merge"
15933 #: builtin/merge.c:266 builtin/pull.c:151
15934 msgid "perform a commit if the merge succeeds (default)"
15937 #: builtin/merge.c:268 builtin/pull.c:154
15938 msgid "edit message before committing"
15941 #: builtin/merge.c:270
15942 msgid "allow fast-forward (default)"
15945 #: builtin/merge.c:272 builtin/pull.c:161
15946 msgid "abort if fast-forward is not possible"
15949 #: builtin/merge.c:276 builtin/pull.c:164
15950 msgid "verify that the named commit has a valid GPG signature"
15953 #: builtin/merge.c:277 builtin/notes.c:787 builtin/pull.c:168
15954 #: builtin/rebase.c:539 builtin/rebase.c:1412 builtin/revert.c:114
15958 #: builtin/merge.c:278 builtin/pull.c:169
15959 msgid "merge strategy to use"
15962 #: builtin/merge.c:279 builtin/pull.c:172
15963 msgid "option=value"
15966 #: builtin/merge.c:280 builtin/pull.c:173
15967 msgid "option for selected merge strategy"
15970 #: builtin/merge.c:282
15971 msgid "merge commit message (for a non-fast-forward merge)"
15974 #: builtin/merge.c:289
15975 msgid "abort the current in-progress merge"
15978 #: builtin/merge.c:291
15979 msgid "--abort but leave index and working tree alone"
15982 #: builtin/merge.c:293
15983 msgid "continue the current in-progress merge"
15986 #: builtin/merge.c:295 builtin/pull.c:180
15987 msgid "allow merging unrelated histories"
15990 #: builtin/merge.c:302
15991 msgid "bypass pre-merge-commit and commit-msg hooks"
15994 #: builtin/merge.c:319
15995 msgid "could not run stash."
15998 #: builtin/merge.c:324
15999 msgid "stash failed"
16002 #: builtin/merge.c:329
16004 msgid "not a valid object: %s"
16007 #: builtin/merge.c:351 builtin/merge.c:368
16008 msgid "read-tree failed"
16011 #: builtin/merge.c:398
16012 msgid " (nothing to squash)"
16015 #: builtin/merge.c:409
16017 msgid "Squash commit -- not updating HEAD\n"
16020 #: builtin/merge.c:459
16022 msgid "No merge message -- not updating HEAD\n"
16025 #: builtin/merge.c:510
16027 msgid "'%s' does not point to a commit"
16030 #: builtin/merge.c:597
16032 msgid "Bad branch.%s.mergeoptions string: %s"
16035 #: builtin/merge.c:723
16036 msgid "Not handling anything other than two heads merge."
16039 #: builtin/merge.c:736
16041 msgid "Unknown option for merge-recursive: -X%s"
16044 #: builtin/merge.c:755 t/helper/test-fast-rebase.c:209
16046 msgid "unable to write %s"
16049 #: builtin/merge.c:807
16051 msgid "Could not read from '%s'"
16054 #: builtin/merge.c:816
16056 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
16059 #: builtin/merge.c:822
16061 "Please enter a commit message to explain why this merge is necessary,\n"
16062 "especially if it merges an updated upstream into a topic branch.\n"
16066 #: builtin/merge.c:827
16067 msgid "An empty message aborts the commit.\n"
16070 #: builtin/merge.c:830
16073 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
16077 #: builtin/merge.c:883
16078 msgid "Empty commit message."
16081 #: builtin/merge.c:898
16083 msgid "Wonderful.\n"
16086 #: builtin/merge.c:959
16088 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
16091 #: builtin/merge.c:998
16092 msgid "No current branch."
16095 #: builtin/merge.c:1000
16096 msgid "No remote for the current branch."
16099 #: builtin/merge.c:1002
16100 msgid "No default upstream defined for the current branch."
16103 #: builtin/merge.c:1007
16105 msgid "No remote-tracking branch for %s from %s"
16108 #: builtin/merge.c:1064
16110 msgid "Bad value '%s' in environment '%s'"
16113 #: builtin/merge.c:1167
16115 msgid "not something we can merge in %s: %s"
16118 #: builtin/merge.c:1201
16119 msgid "not something we can merge"
16122 #: builtin/merge.c:1311
16123 msgid "--abort expects no arguments"
16126 #: builtin/merge.c:1315
16127 msgid "There is no merge to abort (MERGE_HEAD missing)."
16130 #: builtin/merge.c:1333
16131 msgid "--quit expects no arguments"
16134 #: builtin/merge.c:1346
16135 msgid "--continue expects no arguments"
16138 #: builtin/merge.c:1350
16139 msgid "There is no merge in progress (MERGE_HEAD missing)."
16142 #: builtin/merge.c:1366
16144 "You have not concluded your merge (MERGE_HEAD exists).\n"
16145 "Please, commit your changes before you merge."
16148 #: builtin/merge.c:1373
16150 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
16151 "Please, commit your changes before you merge."
16154 #: builtin/merge.c:1376
16155 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
16158 #: builtin/merge.c:1390
16159 msgid "You cannot combine --squash with --no-ff."
16162 #: builtin/merge.c:1392
16163 msgid "You cannot combine --squash with --commit."
16166 #: builtin/merge.c:1408
16167 msgid "No commit specified and merge.defaultToUpstream not set."
16170 #: builtin/merge.c:1425
16171 msgid "Squash commit into empty head not supported yet"
16174 #: builtin/merge.c:1427
16175 msgid "Non-fast-forward commit does not make sense into an empty head"
16178 #: builtin/merge.c:1432
16180 msgid "%s - not something we can merge"
16183 #: builtin/merge.c:1434
16184 msgid "Can merge only exactly one commit into empty head"
16187 #: builtin/merge.c:1515
16188 msgid "refusing to merge unrelated histories"
16191 #: builtin/merge.c:1524
16192 msgid "Already up to date."
16195 #: builtin/merge.c:1534
16197 msgid "Updating %s..%s\n"
16200 #: builtin/merge.c:1580
16202 msgid "Trying really trivial in-index merge...\n"
16205 #: builtin/merge.c:1587
16210 #: builtin/merge.c:1612
16211 msgid "Already up to date. Yeeah!"
16214 #: builtin/merge.c:1618
16215 msgid "Not possible to fast-forward, aborting."
16218 #: builtin/merge.c:1646 builtin/merge.c:1711
16220 msgid "Rewinding the tree to pristine...\n"
16223 #: builtin/merge.c:1650
16225 msgid "Trying merge strategy %s...\n"
16228 #: builtin/merge.c:1702
16230 msgid "No merge strategy handled the merge.\n"
16233 #: builtin/merge.c:1704
16235 msgid "Merge with strategy %s failed.\n"
16238 #: builtin/merge.c:1713
16240 msgid "Using the %s to prepare resolving by hand.\n"
16243 #: builtin/merge.c:1727
16245 msgid "Automatic merge went well; stopped before committing as requested\n"
16248 #: builtin/mktree.c:66
16249 msgid "git mktree [-z] [--missing] [--batch]"
16252 #: builtin/mktree.c:154
16253 msgid "input is NUL terminated"
16256 #: builtin/mktree.c:155 builtin/write-tree.c:26
16257 msgid "allow missing objects"
16260 #: builtin/mktree.c:156
16261 msgid "allow creation of more than one tree"
16264 #: builtin/multi-pack-index.c:9
16266 "git multi-pack-index [<options>] (write|verify|expire|repack --batch-"
16270 #: builtin/multi-pack-index.c:26
16271 msgid "object directory containing set of packfile and pack-index pairs"
16274 #: builtin/multi-pack-index.c:29
16276 "during repack, collect pack-files of smaller size into a batch that is "
16277 "larger than this size"
16280 #: builtin/multi-pack-index.c:50 builtin/prune-packed.c:25
16281 msgid "too many arguments"
16284 #: builtin/multi-pack-index.c:60
16285 msgid "--batch-size option is only for 'repack' subcommand"
16288 #: builtin/multi-pack-index.c:69
16290 msgid "unrecognized subcommand: %s"
16294 msgid "git mv [<options>] <source>... <destination>"
16299 msgid "Directory %s is in index and no submodule?"
16303 msgid "Please stage your changes to .gitmodules or stash them to proceed"
16306 #: builtin/mv.c:103
16308 msgid "%.*s is in index"
16311 #: builtin/mv.c:125
16312 msgid "force move/rename even if target exists"
16315 #: builtin/mv.c:127
16316 msgid "skip move/rename errors"
16319 #: builtin/mv.c:170
16321 msgid "destination '%s' is not a directory"
16324 #: builtin/mv.c:181
16326 msgid "Checking rename of '%s' to '%s'\n"
16329 #: builtin/mv.c:185
16333 #: builtin/mv.c:188
16334 msgid "can not move directory into itself"
16337 #: builtin/mv.c:191
16338 msgid "cannot move directory over file"
16341 #: builtin/mv.c:200
16342 msgid "source directory is empty"
16345 #: builtin/mv.c:225
16346 msgid "not under version control"
16349 #: builtin/mv.c:227
16353 #: builtin/mv.c:230
16354 msgid "destination exists"
16357 #: builtin/mv.c:238
16359 msgid "overwriting '%s'"
16362 #: builtin/mv.c:241
16363 msgid "Cannot overwrite"
16366 #: builtin/mv.c:244
16367 msgid "multiple sources for the same target"
16370 #: builtin/mv.c:246
16371 msgid "destination directory does not exist"
16374 #: builtin/mv.c:253
16376 msgid "%s, source=%s, destination=%s"
16379 #: builtin/mv.c:274
16381 msgid "Renaming %s to %s\n"
16384 #: builtin/mv.c:280 builtin/remote.c:785 builtin/repack.c:484
16386 msgid "renaming '%s' failed"
16389 #: builtin/name-rev.c:465
16390 msgid "git name-rev [<options>] <commit>..."
16393 #: builtin/name-rev.c:466
16394 msgid "git name-rev [<options>] --all"
16397 #: builtin/name-rev.c:467
16398 msgid "git name-rev [<options>] --stdin"
16401 #: builtin/name-rev.c:524
16402 msgid "print only ref-based names (no object names)"
16405 #: builtin/name-rev.c:525
16406 msgid "only use tags to name the commits"
16409 #: builtin/name-rev.c:527
16410 msgid "only use refs matching <pattern>"
16413 #: builtin/name-rev.c:529
16414 msgid "ignore refs matching <pattern>"
16417 #: builtin/name-rev.c:531
16418 msgid "list all commits reachable from all refs"
16421 #: builtin/name-rev.c:532
16422 msgid "read from stdin"
16425 #: builtin/name-rev.c:533
16426 msgid "allow to print `undefined` names (default)"
16429 #: builtin/name-rev.c:539
16430 msgid "dereference tags in the input (internal use)"
16433 #: builtin/notes.c:28
16434 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
16437 #: builtin/notes.c:29
16439 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
16440 "| (-c | -C) <object>] [<object>]"
16443 #: builtin/notes.c:30
16444 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
16447 #: builtin/notes.c:31
16449 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
16450 "(-c | -C) <object>] [<object>]"
16453 #: builtin/notes.c:32
16454 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
16457 #: builtin/notes.c:33
16458 msgid "git notes [--ref <notes-ref>] show [<object>]"
16461 #: builtin/notes.c:34
16463 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
16466 #: builtin/notes.c:35
16467 msgid "git notes merge --commit [-v | -q]"
16470 #: builtin/notes.c:36
16471 msgid "git notes merge --abort [-v | -q]"
16474 #: builtin/notes.c:37
16475 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
16478 #: builtin/notes.c:38
16479 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
16482 #: builtin/notes.c:39
16483 msgid "git notes [--ref <notes-ref>] get-ref"
16486 #: builtin/notes.c:44
16487 msgid "git notes [list [<object>]]"
16490 #: builtin/notes.c:49
16491 msgid "git notes add [<options>] [<object>]"
16494 #: builtin/notes.c:54
16495 msgid "git notes copy [<options>] <from-object> <to-object>"
16498 #: builtin/notes.c:55
16499 msgid "git notes copy --stdin [<from-object> <to-object>]..."
16502 #: builtin/notes.c:60
16503 msgid "git notes append [<options>] [<object>]"
16506 #: builtin/notes.c:65
16507 msgid "git notes edit [<object>]"
16510 #: builtin/notes.c:70
16511 msgid "git notes show [<object>]"
16514 #: builtin/notes.c:75
16515 msgid "git notes merge [<options>] <notes-ref>"
16518 #: builtin/notes.c:76
16519 msgid "git notes merge --commit [<options>]"
16522 #: builtin/notes.c:77
16523 msgid "git notes merge --abort [<options>]"
16526 #: builtin/notes.c:82
16527 msgid "git notes remove [<object>]"
16530 #: builtin/notes.c:87
16531 msgid "git notes prune [<options>]"
16534 #: builtin/notes.c:92
16535 msgid "git notes get-ref"
16538 #: builtin/notes.c:97
16539 msgid "Write/edit the notes for the following object:"
16542 #: builtin/notes.c:150
16544 msgid "unable to start 'show' for object '%s'"
16547 #: builtin/notes.c:154
16548 msgid "could not read 'show' output"
16551 #: builtin/notes.c:162
16553 msgid "failed to finish 'show' for object '%s'"
16556 #: builtin/notes.c:197
16557 msgid "please supply the note contents using either -m or -F option"
16560 #: builtin/notes.c:206
16561 msgid "unable to write note object"
16564 #: builtin/notes.c:208
16566 msgid "the note contents have been left in %s"
16569 #: builtin/notes.c:242 builtin/tag.c:533
16571 msgid "could not open or read '%s'"
16574 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
16575 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
16576 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
16578 msgid "failed to resolve '%s' as a valid ref."
16581 #: builtin/notes.c:265
16583 msgid "failed to read object '%s'."
16586 #: builtin/notes.c:268
16588 msgid "cannot read note data from non-blob object '%s'."
16591 #: builtin/notes.c:309
16593 msgid "malformed input line: '%s'."
16596 #: builtin/notes.c:324
16598 msgid "failed to copy notes from '%s' to '%s'"
16601 #. TRANSLATORS: the first %s will be replaced by a git
16602 #. notes command: 'add', 'merge', 'remove', etc.
16604 #: builtin/notes.c:356
16606 msgid "refusing to %s notes in %s (outside of refs/notes/)"
16609 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
16610 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
16611 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
16612 msgid "too many parameters"
16615 #: builtin/notes.c:389 builtin/notes.c:678
16617 msgid "no note found for object %s."
16620 #: builtin/notes.c:410 builtin/notes.c:576
16621 msgid "note contents as a string"
16624 #: builtin/notes.c:413 builtin/notes.c:579
16625 msgid "note contents in a file"
16628 #: builtin/notes.c:416 builtin/notes.c:582
16629 msgid "reuse and edit specified note object"
16632 #: builtin/notes.c:419 builtin/notes.c:585
16633 msgid "reuse specified note object"
16636 #: builtin/notes.c:422 builtin/notes.c:588
16637 msgid "allow storing empty note"
16640 #: builtin/notes.c:423 builtin/notes.c:496
16641 msgid "replace existing notes"
16644 #: builtin/notes.c:448
16647 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
16651 #: builtin/notes.c:463 builtin/notes.c:544
16653 msgid "Overwriting existing notes for object %s\n"
16656 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
16658 msgid "Removing note for object %s\n"
16661 #: builtin/notes.c:497
16662 msgid "read objects from stdin"
16665 #: builtin/notes.c:499
16666 msgid "load rewriting config for <command> (implies --stdin)"
16669 #: builtin/notes.c:517
16670 msgid "too few parameters"
16673 #: builtin/notes.c:538
16676 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
16680 #: builtin/notes.c:550
16682 msgid "missing notes on source object %s. Cannot copy."
16685 #: builtin/notes.c:603
16688 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
16689 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
16692 #: builtin/notes.c:698
16693 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
16696 #: builtin/notes.c:700
16697 msgid "failed to delete ref NOTES_MERGE_REF"
16700 #: builtin/notes.c:702
16701 msgid "failed to remove 'git notes merge' worktree"
16704 #: builtin/notes.c:722
16705 msgid "failed to read ref NOTES_MERGE_PARTIAL"
16708 #: builtin/notes.c:724
16709 msgid "could not find commit from NOTES_MERGE_PARTIAL."
16712 #: builtin/notes.c:726
16713 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
16716 #: builtin/notes.c:739
16717 msgid "failed to resolve NOTES_MERGE_REF"
16720 #: builtin/notes.c:742
16721 msgid "failed to finalize notes merge"
16724 #: builtin/notes.c:768
16726 msgid "unknown notes merge strategy %s"
16729 #: builtin/notes.c:784
16730 msgid "General options"
16733 #: builtin/notes.c:786
16734 msgid "Merge options"
16737 #: builtin/notes.c:788
16739 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
16743 #: builtin/notes.c:790
16744 msgid "Committing unmerged notes"
16747 #: builtin/notes.c:792
16748 msgid "finalize notes merge by committing unmerged notes"
16751 #: builtin/notes.c:794
16752 msgid "Aborting notes merge resolution"
16755 #: builtin/notes.c:796
16756 msgid "abort notes merge"
16759 #: builtin/notes.c:807
16760 msgid "cannot mix --commit, --abort or -s/--strategy"
16763 #: builtin/notes.c:812
16764 msgid "must specify a notes ref to merge"
16767 #: builtin/notes.c:836
16769 msgid "unknown -s/--strategy: %s"
16772 #: builtin/notes.c:873
16774 msgid "a notes merge into %s is already in-progress at %s"
16777 #: builtin/notes.c:876
16779 msgid "failed to store link to current notes ref (%s)"
16782 #: builtin/notes.c:878
16785 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
16786 "'git notes merge --commit', or abort the merge with 'git notes merge --"
16790 #: builtin/notes.c:897 builtin/tag.c:546
16792 msgid "Failed to resolve '%s' as a valid ref."
16795 #: builtin/notes.c:900
16797 msgid "Object %s has no note\n"
16800 #: builtin/notes.c:912
16801 msgid "attempt to remove non-existent note is not an error"
16804 #: builtin/notes.c:915
16805 msgid "read object names from the standard input"
16808 #: builtin/notes.c:954 builtin/prune.c:132 builtin/worktree.c:220
16809 msgid "do not remove, show only"
16812 #: builtin/notes.c:955
16813 msgid "report pruned notes"
16816 #: builtin/notes.c:998
16820 #: builtin/notes.c:999
16821 msgid "use notes from <notes-ref>"
16824 #: builtin/notes.c:1034 builtin/stash.c:1604
16826 msgid "unknown subcommand: %s"
16829 #: builtin/pack-objects.c:54
16831 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
16834 #: builtin/pack-objects.c:55
16836 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
16839 #: builtin/pack-objects.c:443
16841 msgid "bad packed object CRC for %s"
16844 #: builtin/pack-objects.c:454
16846 msgid "corrupt packed object for %s"
16849 #: builtin/pack-objects.c:585
16851 msgid "recursive delta detected for object %s"
16854 #: builtin/pack-objects.c:796
16856 msgid "ordered %u objects, expected %<PRIu32>"
16859 #: builtin/pack-objects.c:1004
16860 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
16863 #: builtin/pack-objects.c:1017
16864 msgid "Writing objects"
16867 #: builtin/pack-objects.c:1078 builtin/update-index.c:90
16869 msgid "failed to stat %s"
16872 #: builtin/pack-objects.c:1131
16874 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
16877 #: builtin/pack-objects.c:1348
16878 msgid "disabling bitmap writing, as some objects are not being packed"
16881 #: builtin/pack-objects.c:1796
16883 msgid "delta base offset overflow in pack for %s"
16886 #: builtin/pack-objects.c:1805
16888 msgid "delta base offset out of bound for %s"
16891 #: builtin/pack-objects.c:2086
16892 msgid "Counting objects"
16895 #: builtin/pack-objects.c:2231
16897 msgid "unable to parse object header of %s"
16900 #: builtin/pack-objects.c:2301 builtin/pack-objects.c:2317
16901 #: builtin/pack-objects.c:2327
16903 msgid "object %s cannot be read"
16906 #: builtin/pack-objects.c:2304 builtin/pack-objects.c:2331
16908 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
16911 #: builtin/pack-objects.c:2341
16912 msgid "suboptimal pack - out of memory"
16915 #: builtin/pack-objects.c:2656
16917 msgid "Delta compression using up to %d threads"
16920 #: builtin/pack-objects.c:2795
16922 msgid "unable to pack objects reachable from tag %s"
16925 #: builtin/pack-objects.c:2883
16926 msgid "Compressing objects"
16929 #: builtin/pack-objects.c:2889
16930 msgid "inconsistency with delta count"
16933 #: builtin/pack-objects.c:2961
16936 "value of uploadpack.blobpackfileuri must be of the form '<object-hash> <pack-"
16937 "hash> <uri>' (got '%s')"
16940 #: builtin/pack-objects.c:2964
16943 "object already configured in another uploadpack.blobpackfileuri (got '%s')"
16946 #: builtin/pack-objects.c:2993
16949 "expected edge object ID, got garbage:\n"
16953 #: builtin/pack-objects.c:2999
16956 "expected object ID, got garbage:\n"
16960 #: builtin/pack-objects.c:3097
16961 msgid "invalid value for --missing"
16964 #: builtin/pack-objects.c:3156 builtin/pack-objects.c:3264
16965 msgid "cannot open pack index"
16968 #: builtin/pack-objects.c:3187
16970 msgid "loose object at %s could not be examined"
16973 #: builtin/pack-objects.c:3272
16974 msgid "unable to force loose object"
16977 #: builtin/pack-objects.c:3365
16979 msgid "not a rev '%s'"
16982 #: builtin/pack-objects.c:3368
16984 msgid "bad revision '%s'"
16987 #: builtin/pack-objects.c:3393
16988 msgid "unable to add recent objects"
16991 #: builtin/pack-objects.c:3446
16993 msgid "unsupported index version %s"
16996 #: builtin/pack-objects.c:3450
16998 msgid "bad index version '%s'"
17001 #: builtin/pack-objects.c:3488
17002 msgid "<version>[,<offset>]"
17005 #: builtin/pack-objects.c:3489
17006 msgid "write the pack index file in the specified idx format version"
17009 #: builtin/pack-objects.c:3492
17010 msgid "maximum size of each output pack file"
17013 #: builtin/pack-objects.c:3494
17014 msgid "ignore borrowed objects from alternate object store"
17017 #: builtin/pack-objects.c:3496
17018 msgid "ignore packed objects"
17021 #: builtin/pack-objects.c:3498
17022 msgid "limit pack window by objects"
17025 #: builtin/pack-objects.c:3500
17026 msgid "limit pack window by memory in addition to object limit"
17029 #: builtin/pack-objects.c:3502
17030 msgid "maximum length of delta chain allowed in the resulting pack"
17033 #: builtin/pack-objects.c:3504
17034 msgid "reuse existing deltas"
17037 #: builtin/pack-objects.c:3506
17038 msgid "reuse existing objects"
17041 #: builtin/pack-objects.c:3508
17042 msgid "use OFS_DELTA objects"
17045 #: builtin/pack-objects.c:3510
17046 msgid "use threads when searching for best delta matches"
17049 #: builtin/pack-objects.c:3512
17050 msgid "do not create an empty pack output"
17053 #: builtin/pack-objects.c:3514
17054 msgid "read revision arguments from standard input"
17057 #: builtin/pack-objects.c:3516
17058 msgid "limit the objects to those that are not yet packed"
17061 #: builtin/pack-objects.c:3519
17062 msgid "include objects reachable from any reference"
17065 #: builtin/pack-objects.c:3522
17066 msgid "include objects referred by reflog entries"
17069 #: builtin/pack-objects.c:3525
17070 msgid "include objects referred to by the index"
17073 #: builtin/pack-objects.c:3528
17074 msgid "output pack to stdout"
17077 #: builtin/pack-objects.c:3530
17078 msgid "include tag objects that refer to objects to be packed"
17081 #: builtin/pack-objects.c:3532
17082 msgid "keep unreachable objects"
17085 #: builtin/pack-objects.c:3534
17086 msgid "pack loose unreachable objects"
17089 #: builtin/pack-objects.c:3536
17090 msgid "unpack unreachable objects newer than <time>"
17093 #: builtin/pack-objects.c:3539
17094 msgid "use the sparse reachability algorithm"
17097 #: builtin/pack-objects.c:3541
17098 msgid "create thin packs"
17101 #: builtin/pack-objects.c:3543
17102 msgid "create packs suitable for shallow fetches"
17105 #: builtin/pack-objects.c:3545
17106 msgid "ignore packs that have companion .keep file"
17109 #: builtin/pack-objects.c:3547
17110 msgid "ignore this pack"
17113 #: builtin/pack-objects.c:3549
17114 msgid "pack compression level"
17117 #: builtin/pack-objects.c:3551
17118 msgid "do not hide commits by grafts"
17121 #: builtin/pack-objects.c:3553
17122 msgid "use a bitmap index if available to speed up counting objects"
17125 #: builtin/pack-objects.c:3555
17126 msgid "write a bitmap index together with the pack index"
17129 #: builtin/pack-objects.c:3559
17130 msgid "write a bitmap index if possible"
17133 #: builtin/pack-objects.c:3563
17134 msgid "handling for missing objects"
17137 #: builtin/pack-objects.c:3566
17138 msgid "do not pack objects in promisor packfiles"
17141 #: builtin/pack-objects.c:3568
17142 msgid "respect islands during delta compression"
17145 #: builtin/pack-objects.c:3570
17149 #: builtin/pack-objects.c:3571
17150 msgid "exclude any configured uploadpack.blobpackfileuri with this protocol"
17153 #: builtin/pack-objects.c:3600
17155 msgid "delta chain depth %d is too deep, forcing %d"
17158 #: builtin/pack-objects.c:3605
17160 msgid "pack.deltaCacheLimit is too high, forcing %d"
17163 #: builtin/pack-objects.c:3659
17164 msgid "--max-pack-size cannot be used to build a pack for transfer"
17167 #: builtin/pack-objects.c:3661
17168 msgid "minimum pack size limit is 1 MiB"
17171 #: builtin/pack-objects.c:3666
17172 msgid "--thin cannot be used to build an indexable pack"
17175 #: builtin/pack-objects.c:3669
17176 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
17179 #: builtin/pack-objects.c:3675
17180 msgid "cannot use --filter without --stdout"
17183 #: builtin/pack-objects.c:3735
17184 msgid "Enumerating objects"
17187 #: builtin/pack-objects.c:3766
17190 "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>), pack-"
17194 #: builtin/pack-refs.c:8
17195 msgid "git pack-refs [<options>]"
17198 #: builtin/pack-refs.c:16
17199 msgid "pack everything"
17202 #: builtin/pack-refs.c:17
17203 msgid "prune loose refs (default)"
17206 #: builtin/prune-packed.c:6
17207 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
17210 #: builtin/prune.c:14
17211 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
17214 #: builtin/prune.c:133
17215 msgid "report pruned objects"
17218 #: builtin/prune.c:136
17219 msgid "expire objects older than <time>"
17222 #: builtin/prune.c:138
17223 msgid "limit traversal to objects outside promisor packfiles"
17226 #: builtin/prune.c:152
17227 msgid "cannot prune in a precious-objects repo"
17230 #: builtin/pull.c:45 builtin/pull.c:47
17232 msgid "Invalid value for %s: %s"
17235 #: builtin/pull.c:67
17236 msgid "git pull [<options>] [<repository> [<refspec>...]]"
17239 #: builtin/pull.c:123
17240 msgid "control for recursive fetching of submodules"
17243 #: builtin/pull.c:127
17244 msgid "Options related to merging"
17247 #: builtin/pull.c:130
17248 msgid "incorporate changes by rebasing rather than merging"
17251 #: builtin/pull.c:158 builtin/rebase.c:490 builtin/revert.c:126
17252 msgid "allow fast-forward"
17255 #: builtin/pull.c:167 parse-options.h:339
17256 msgid "automatically stash/stash pop before and after"
17259 #: builtin/pull.c:183
17260 msgid "Options related to fetching"
17263 #: builtin/pull.c:193
17264 msgid "force overwrite of local branch"
17267 #: builtin/pull.c:201
17268 msgid "number of submodules pulled in parallel"
17271 #: builtin/pull.c:317
17273 msgid "Invalid value for pull.ff: %s"
17276 #: builtin/pull.c:348
17278 "Pulling without specifying how to reconcile divergent branches is\n"
17279 "discouraged. You can squelch this message by running one of the following\n"
17280 "commands sometime before your next pull:\n"
17282 " git config pull.rebase false # merge (the default strategy)\n"
17283 " git config pull.rebase true # rebase\n"
17284 " git config pull.ff only # fast-forward only\n"
17286 "You can replace \"git config\" with \"git config --global\" to set a "
17288 "preference for all repositories. You can also pass --rebase, --no-rebase,\n"
17289 "or --ff-only on the command line to override the configured default per\n"
17293 #: builtin/pull.c:458
17295 "There is no candidate for rebasing against among the refs that you just "
17299 #: builtin/pull.c:460
17301 "There are no candidates for merging among the refs that you just fetched."
17304 #: builtin/pull.c:461
17306 "Generally this means that you provided a wildcard refspec which had no\n"
17307 "matches on the remote end."
17310 #: builtin/pull.c:464
17313 "You asked to pull from the remote '%s', but did not specify\n"
17314 "a branch. Because this is not the default configured remote\n"
17315 "for your current branch, you must specify a branch on the command line."
17318 #: builtin/pull.c:469 builtin/rebase.c:1246
17319 msgid "You are not currently on a branch."
17322 #: builtin/pull.c:471 builtin/pull.c:486
17323 msgid "Please specify which branch you want to rebase against."
17326 #: builtin/pull.c:473 builtin/pull.c:488
17327 msgid "Please specify which branch you want to merge with."
17330 #: builtin/pull.c:474 builtin/pull.c:489
17331 msgid "See git-pull(1) for details."
17334 #: builtin/pull.c:476 builtin/pull.c:482 builtin/pull.c:491
17335 #: builtin/rebase.c:1252
17339 #: builtin/pull.c:476 builtin/pull.c:491 builtin/pull.c:496
17343 #: builtin/pull.c:484 builtin/rebase.c:1244
17344 msgid "There is no tracking information for the current branch."
17347 #: builtin/pull.c:493
17349 "If you wish to set tracking information for this branch you can do so with:"
17352 #: builtin/pull.c:498
17355 "Your configuration specifies to merge with the ref '%s'\n"
17356 "from the remote, but no such ref was fetched."
17359 #: builtin/pull.c:609
17361 msgid "unable to access commit %s"
17364 #: builtin/pull.c:915
17365 msgid "ignoring --verify-signatures for rebase"
17368 #: builtin/pull.c:972
17369 msgid "Updating an unborn branch with changes added to the index."
17372 #: builtin/pull.c:976
17373 msgid "pull with rebase"
17376 #: builtin/pull.c:977
17377 msgid "please commit or stash them."
17380 #: builtin/pull.c:1002
17383 "fetch updated the current branch head.\n"
17384 "fast-forwarding your working tree from\n"
17388 #: builtin/pull.c:1008
17391 "Cannot fast-forward your working tree.\n"
17392 "After making sure that you saved anything precious from\n"
17395 "$ git reset --hard\n"
17399 #: builtin/pull.c:1023
17400 msgid "Cannot merge multiple branches into empty head."
17403 #: builtin/pull.c:1027
17404 msgid "Cannot rebase onto multiple branches."
17407 #: builtin/pull.c:1041
17408 msgid "cannot rebase with locally recorded submodule modifications"
17411 #: builtin/push.c:19
17412 msgid "git push [<options>] [<repository> [<refspec>...]]"
17415 #: builtin/push.c:111
17416 msgid "tag shorthand without <tag>"
17419 #: builtin/push.c:119
17420 msgid "--delete only accepts plain target ref names"
17423 #: builtin/push.c:164
17426 "To choose either option permanently, see push.default in 'git help config'."
17429 #: builtin/push.c:167
17432 "The upstream branch of your current branch does not match\n"
17433 "the name of your current branch. To push to the upstream branch\n"
17434 "on the remote, use\n"
17436 " git push %s HEAD:%s\n"
17438 "To push to the branch of the same name on the remote, use\n"
17440 " git push %s HEAD\n"
17444 #: builtin/push.c:182
17447 "You are not currently on a branch.\n"
17448 "To push the history leading to the current (detached HEAD)\n"
17451 " git push %s HEAD:<name-of-remote-branch>\n"
17454 #: builtin/push.c:194
17457 "The current branch %s has no upstream branch.\n"
17458 "To push the current branch and set the remote as upstream, use\n"
17460 " git push --set-upstream %s %s\n"
17463 #: builtin/push.c:202
17465 msgid "The current branch %s has multiple upstream branches, refusing to push."
17468 #: builtin/push.c:205
17471 "You are pushing to remote '%s', which is not the upstream of\n"
17472 "your current branch '%s', without telling me what to push\n"
17473 "to update which remote branch."
17476 #: builtin/push.c:260
17478 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
17481 #: builtin/push.c:267
17483 "Updates were rejected because the tip of your current branch is behind\n"
17484 "its remote counterpart. Integrate the remote changes (e.g.\n"
17485 "'git pull ...') before pushing again.\n"
17486 "See the 'Note about fast-forwards' in 'git push --help' for details."
17489 #: builtin/push.c:273
17491 "Updates were rejected because a pushed branch tip is behind its remote\n"
17492 "counterpart. Check out this branch and integrate the remote changes\n"
17493 "(e.g. 'git pull ...') before pushing again.\n"
17494 "See the 'Note about fast-forwards' in 'git push --help' for details."
17497 #: builtin/push.c:279
17499 "Updates were rejected because the remote contains work that you do\n"
17500 "not have locally. This is usually caused by another repository pushing\n"
17501 "to the same ref. You may want to first integrate the remote changes\n"
17502 "(e.g., 'git pull ...') before pushing again.\n"
17503 "See the 'Note about fast-forwards' in 'git push --help' for details."
17506 #: builtin/push.c:286
17507 msgid "Updates were rejected because the tag already exists in the remote."
17510 #: builtin/push.c:289
17512 "You cannot update a remote ref that points at a non-commit object,\n"
17513 "or update a remote ref to make it point at a non-commit object,\n"
17514 "without using the '--force' option.\n"
17517 #: builtin/push.c:294
17519 "Updates were rejected because the tip of the remote-tracking\n"
17520 "branch has been updated since the last checkout. You may want\n"
17521 "to integrate those changes locally (e.g., 'git pull ...')\n"
17522 "before forcing an update.\n"
17525 #: builtin/push.c:364
17527 msgid "Pushing to %s\n"
17530 #: builtin/push.c:371
17532 msgid "failed to push some refs to '%s'"
17535 #: builtin/push.c:553
17539 #: builtin/push.c:554 builtin/send-pack.c:189
17540 msgid "push all refs"
17543 #: builtin/push.c:555 builtin/send-pack.c:191
17544 msgid "mirror all refs"
17547 #: builtin/push.c:557
17548 msgid "delete refs"
17551 #: builtin/push.c:558
17552 msgid "push tags (can't be used with --all or --mirror)"
17555 #: builtin/push.c:561 builtin/send-pack.c:192
17556 msgid "force updates"
17559 #: builtin/push.c:562 builtin/send-pack.c:204
17560 msgid "<refname>:<expect>"
17563 #: builtin/push.c:563 builtin/send-pack.c:205
17564 msgid "require old value of ref to be at this value"
17567 #: builtin/push.c:566 builtin/send-pack.c:208
17568 msgid "require remote updates to be integrated locally"
17571 #: builtin/push.c:569
17572 msgid "control recursive pushing of submodules"
17575 #: builtin/push.c:570 builtin/send-pack.c:199
17576 msgid "use thin pack"
17579 #: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:186
17580 #: builtin/send-pack.c:187
17581 msgid "receive pack program"
17584 #: builtin/push.c:573
17585 msgid "set upstream for git pull/status"
17588 #: builtin/push.c:576
17589 msgid "prune locally removed refs"
17592 #: builtin/push.c:578
17593 msgid "bypass pre-push hook"
17596 #: builtin/push.c:579
17597 msgid "push missing but relevant tags"
17600 #: builtin/push.c:581 builtin/send-pack.c:193
17601 msgid "GPG sign the push"
17604 #: builtin/push.c:583 builtin/send-pack.c:200
17605 msgid "request atomic transaction on remote side"
17608 #: builtin/push.c:601
17609 msgid "--delete is incompatible with --all, --mirror and --tags"
17612 #: builtin/push.c:603
17613 msgid "--delete doesn't make sense without any refs"
17616 #: builtin/push.c:623
17618 msgid "bad repository '%s'"
17621 #: builtin/push.c:624
17623 "No configured push destination.\n"
17624 "Either specify the URL from the command-line or configure a remote "
17625 "repository using\n"
17627 " git remote add <name> <url>\n"
17629 "and then push using the remote name\n"
17631 " git push <name>\n"
17634 #: builtin/push.c:639
17635 msgid "--all and --tags are incompatible"
17638 #: builtin/push.c:641
17639 msgid "--all can't be combined with refspecs"
17642 #: builtin/push.c:645
17643 msgid "--mirror and --tags are incompatible"
17646 #: builtin/push.c:647
17647 msgid "--mirror can't be combined with refspecs"
17650 #: builtin/push.c:650
17651 msgid "--all and --mirror are incompatible"
17654 #: builtin/push.c:657
17655 msgid "push options must not have new line characters"
17658 #: builtin/range-diff.c:8
17659 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
17662 #: builtin/range-diff.c:9
17663 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
17666 #: builtin/range-diff.c:10
17667 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
17670 #: builtin/range-diff.c:22
17671 msgid "Percentage by which creation is weighted"
17674 #: builtin/range-diff.c:24
17675 msgid "use simple diff colors"
17678 #: builtin/range-diff.c:26
17682 #: builtin/range-diff.c:26
17683 msgid "passed to 'git log'"
17686 #: builtin/range-diff.c:50 builtin/range-diff.c:54
17688 msgid "no .. in range: '%s'"
17691 #: builtin/range-diff.c:64
17692 msgid "single arg format must be symmetric range"
17695 #: builtin/range-diff.c:79
17696 msgid "need two commit ranges"
17699 #: builtin/read-tree.c:41
17701 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
17702 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
17703 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
17706 #: builtin/read-tree.c:124
17707 msgid "write resulting index to <file>"
17710 #: builtin/read-tree.c:127
17711 msgid "only empty the index"
17714 #: builtin/read-tree.c:129
17718 #: builtin/read-tree.c:131
17719 msgid "perform a merge in addition to a read"
17722 #: builtin/read-tree.c:133
17723 msgid "3-way merge if no file level merging required"
17726 #: builtin/read-tree.c:135
17727 msgid "3-way merge in presence of adds and removes"
17730 #: builtin/read-tree.c:137
17731 msgid "same as -m, but discard unmerged entries"
17734 #: builtin/read-tree.c:138
17735 msgid "<subdirectory>/"
17738 #: builtin/read-tree.c:139
17739 msgid "read the tree into the index under <subdirectory>/"
17742 #: builtin/read-tree.c:142
17743 msgid "update working tree with merge result"
17746 #: builtin/read-tree.c:144
17750 #: builtin/read-tree.c:145
17751 msgid "allow explicitly ignored files to be overwritten"
17754 #: builtin/read-tree.c:148
17755 msgid "don't check the working tree after merging"
17758 #: builtin/read-tree.c:149
17759 msgid "don't update the index or the work tree"
17762 #: builtin/read-tree.c:151
17763 msgid "skip applying sparse checkout filter"
17766 #: builtin/read-tree.c:153
17767 msgid "debug unpack-trees"
17770 #: builtin/read-tree.c:157
17771 msgid "suppress feedback messages"
17774 #: builtin/read-tree.c:188
17775 msgid "You need to resolve your current index first"
17778 #: builtin/rebase.c:35
17780 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
17781 "[<upstream> [<branch>]]"
17784 #: builtin/rebase.c:37
17786 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
17789 #: builtin/rebase.c:39
17790 msgid "git rebase --continue | --abort | --skip | --edit-todo"
17793 #: builtin/rebase.c:193 builtin/rebase.c:217 builtin/rebase.c:244
17795 msgid "unusable todo list: '%s'"
17798 #: builtin/rebase.c:310
17800 msgid "could not create temporary %s"
17803 #: builtin/rebase.c:316
17804 msgid "could not mark as interactive"
17807 #: builtin/rebase.c:369
17808 msgid "could not generate todo list"
17811 #: builtin/rebase.c:411
17812 msgid "a base commit must be provided with --upstream or --onto"
17815 #: builtin/rebase.c:480
17816 msgid "git rebase--interactive [<options>]"
17819 #: builtin/rebase.c:493 builtin/rebase.c:1388
17820 msgid "keep commits which start empty"
17823 #: builtin/rebase.c:497 builtin/revert.c:128
17824 msgid "allow commits with empty messages"
17827 #: builtin/rebase.c:499
17828 msgid "rebase merge commits"
17831 #: builtin/rebase.c:501
17832 msgid "keep original branch points of cousins"
17835 #: builtin/rebase.c:503
17836 msgid "move commits that begin with squash!/fixup!"
17839 #: builtin/rebase.c:504
17840 msgid "sign commits"
17843 #: builtin/rebase.c:506 builtin/rebase.c:1327
17844 msgid "display a diffstat of what changed upstream"
17847 #: builtin/rebase.c:508
17848 msgid "continue rebase"
17851 #: builtin/rebase.c:510
17852 msgid "skip commit"
17855 #: builtin/rebase.c:511
17856 msgid "edit the todo list"
17859 #: builtin/rebase.c:513
17860 msgid "show the current patch"
17863 #: builtin/rebase.c:516
17864 msgid "shorten commit ids in the todo list"
17867 #: builtin/rebase.c:518
17868 msgid "expand commit ids in the todo list"
17871 #: builtin/rebase.c:520
17872 msgid "check the todo list"
17875 #: builtin/rebase.c:522
17876 msgid "rearrange fixup/squash lines"
17879 #: builtin/rebase.c:524
17880 msgid "insert exec commands in todo list"
17883 #: builtin/rebase.c:525
17887 #: builtin/rebase.c:528
17888 msgid "restrict-revision"
17891 #: builtin/rebase.c:528
17892 msgid "restrict revision"
17895 #: builtin/rebase.c:530
17896 msgid "squash-onto"
17899 #: builtin/rebase.c:531
17900 msgid "squash onto"
17903 #: builtin/rebase.c:533
17904 msgid "the upstream commit"
17907 #: builtin/rebase.c:535
17911 #: builtin/rebase.c:535
17915 #: builtin/rebase.c:540
17916 msgid "rebase strategy"
17919 #: builtin/rebase.c:541
17920 msgid "strategy-opts"
17923 #: builtin/rebase.c:542
17924 msgid "strategy options"
17927 #: builtin/rebase.c:543
17931 #: builtin/rebase.c:544
17932 msgid "the branch or commit to checkout"
17935 #: builtin/rebase.c:545
17939 #: builtin/rebase.c:545
17943 #: builtin/rebase.c:546
17947 #: builtin/rebase.c:546
17948 msgid "the command to run"
17951 #: builtin/rebase.c:549 builtin/rebase.c:1421
17952 msgid "automatically re-schedule any `exec` that fails"
17955 #: builtin/rebase.c:565
17956 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
17959 #: builtin/rebase.c:581
17961 msgid "%s requires the merge backend"
17964 #: builtin/rebase.c:624
17966 msgid "could not get 'onto': '%s'"
17969 #: builtin/rebase.c:641
17971 msgid "invalid orig-head: '%s'"
17974 #: builtin/rebase.c:666
17976 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
17979 #: builtin/rebase.c:811 git-rebase--preserve-merges.sh:81
17981 "Resolve all conflicts manually, mark them as resolved with\n"
17982 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
17983 "You can instead skip this commit: run \"git rebase --skip\".\n"
17984 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
17988 #: builtin/rebase.c:894
17992 "git encountered an error while preparing the patches to replay\n"
17993 "these revisions:\n"
17997 "As a result, git cannot rebase them."
18000 #: builtin/rebase.c:1220
18003 "unrecognized empty type '%s'; valid values are \"drop\", \"keep\", and \"ask"
18007 #: builtin/rebase.c:1238
18011 "Please specify which branch you want to rebase against.\n"
18012 "See git-rebase(1) for details.\n"
18014 " git rebase '<branch>'\n"
18018 #: builtin/rebase.c:1254
18021 "If you wish to set tracking information for this branch you can do so with:\n"
18023 " git branch --set-upstream-to=%s/<branch> %s\n"
18027 #: builtin/rebase.c:1284
18028 msgid "exec commands cannot contain newlines"
18031 #: builtin/rebase.c:1288
18032 msgid "empty exec command"
18035 #: builtin/rebase.c:1318
18036 msgid "rebase onto given branch instead of upstream"
18039 #: builtin/rebase.c:1320
18040 msgid "use the merge-base of upstream and branch as the current base"
18043 #: builtin/rebase.c:1322
18044 msgid "allow pre-rebase hook to run"
18047 #: builtin/rebase.c:1324
18048 msgid "be quiet. implies --no-stat"
18051 #: builtin/rebase.c:1330
18052 msgid "do not show diffstat of what changed upstream"
18055 #: builtin/rebase.c:1333
18056 msgid "add a Signed-off-by trailer to each commit"
18059 #: builtin/rebase.c:1336
18060 msgid "make committer date match author date"
18063 #: builtin/rebase.c:1338
18064 msgid "ignore author date and use current date"
18067 #: builtin/rebase.c:1340
18068 msgid "synonym of --reset-author-date"
18071 #: builtin/rebase.c:1342 builtin/rebase.c:1346
18072 msgid "passed to 'git apply'"
18075 #: builtin/rebase.c:1344
18076 msgid "ignore changes in whitespace"
18079 #: builtin/rebase.c:1348 builtin/rebase.c:1351
18080 msgid "cherry-pick all commits, even if unchanged"
18083 #: builtin/rebase.c:1353
18087 #: builtin/rebase.c:1356
18088 msgid "skip current patch and continue"
18091 #: builtin/rebase.c:1358
18092 msgid "abort and check out the original branch"
18095 #: builtin/rebase.c:1361
18096 msgid "abort but keep HEAD where it is"
18099 #: builtin/rebase.c:1362
18100 msgid "edit the todo list during an interactive rebase"
18103 #: builtin/rebase.c:1365
18104 msgid "show the patch file being applied or merged"
18107 #: builtin/rebase.c:1368
18108 msgid "use apply strategies to rebase"
18111 #: builtin/rebase.c:1372
18112 msgid "use merging strategies to rebase"
18115 #: builtin/rebase.c:1376
18116 msgid "let the user edit the list of commits to rebase"
18119 #: builtin/rebase.c:1380
18120 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
18123 #: builtin/rebase.c:1385
18124 msgid "how to handle commits that become empty"
18127 #: builtin/rebase.c:1392
18128 msgid "move commits that begin with squash!/fixup! under -i"
18131 #: builtin/rebase.c:1399
18132 msgid "add exec lines after each commit of the editable list"
18135 #: builtin/rebase.c:1403
18136 msgid "allow rebasing commits with empty messages"
18139 #: builtin/rebase.c:1407
18140 msgid "try to rebase merges instead of skipping them"
18143 #: builtin/rebase.c:1410
18144 msgid "use 'merge-base --fork-point' to refine upstream"
18147 #: builtin/rebase.c:1412
18148 msgid "use the given merge strategy"
18151 #: builtin/rebase.c:1414 builtin/revert.c:115
18155 #: builtin/rebase.c:1415
18156 msgid "pass the argument through to the merge strategy"
18159 #: builtin/rebase.c:1418
18160 msgid "rebase all reachable commits up to the root(s)"
18163 #: builtin/rebase.c:1423
18164 msgid "apply all changes, even those already present upstream"
18167 #: builtin/rebase.c:1440
18169 "the rebase.useBuiltin support has been removed!\n"
18170 "See its entry in 'git help config' for details."
18173 #: builtin/rebase.c:1446
18174 msgid "It looks like 'git am' is in progress. Cannot rebase."
18177 #: builtin/rebase.c:1487
18179 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
18182 #: builtin/rebase.c:1492
18183 msgid "cannot combine '--keep-base' with '--onto'"
18186 #: builtin/rebase.c:1494
18187 msgid "cannot combine '--keep-base' with '--root'"
18190 #: builtin/rebase.c:1498
18191 msgid "cannot combine '--root' with '--fork-point'"
18194 #: builtin/rebase.c:1501
18195 msgid "No rebase in progress?"
18198 #: builtin/rebase.c:1505
18199 msgid "The --edit-todo action can only be used during interactive rebase."
18202 #: builtin/rebase.c:1528 t/helper/test-fast-rebase.c:123
18203 msgid "Cannot read HEAD"
18206 #: builtin/rebase.c:1540
18208 "You must edit all merge conflicts and then\n"
18209 "mark them as resolved using git add"
18212 #: builtin/rebase.c:1559
18213 msgid "could not discard worktree changes"
18216 #: builtin/rebase.c:1578
18218 msgid "could not move back to %s"
18221 #: builtin/rebase.c:1624
18224 "It seems that there is already a %s directory, and\n"
18225 "I wonder if you are in the middle of another rebase. If that is the\n"
18226 "case, please try\n"
18228 "If that is not the case, please\n"
18230 "and run me again. I am stopping in case you still have something\n"
18231 "valuable there.\n"
18234 #: builtin/rebase.c:1652
18235 msgid "switch `C' expects a numerical value"
18238 #: builtin/rebase.c:1694
18240 msgid "Unknown mode: %s"
18243 #: builtin/rebase.c:1733
18244 msgid "--strategy requires --merge or --interactive"
18247 #: builtin/rebase.c:1763
18248 msgid "cannot combine apply options with merge options"
18251 #: builtin/rebase.c:1776
18253 msgid "Unknown rebase backend: %s"
18256 #: builtin/rebase.c:1806
18257 msgid "--reschedule-failed-exec requires --exec or --interactive"
18260 #: builtin/rebase.c:1826
18261 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
18264 #: builtin/rebase.c:1830
18266 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
18269 #: builtin/rebase.c:1854
18271 msgid "invalid upstream '%s'"
18274 #: builtin/rebase.c:1860
18275 msgid "Could not create new root commit"
18278 #: builtin/rebase.c:1886
18280 msgid "'%s': need exactly one merge base with branch"
18283 #: builtin/rebase.c:1889
18285 msgid "'%s': need exactly one merge base"
18288 #: builtin/rebase.c:1897
18290 msgid "Does not point to a valid commit '%s'"
18293 #: builtin/rebase.c:1923
18295 msgid "fatal: no such branch/commit '%s'"
18298 #: builtin/rebase.c:1931 builtin/submodule--helper.c:40
18299 #: builtin/submodule--helper.c:2414
18301 msgid "No such ref: %s"
18304 #: builtin/rebase.c:1942
18305 msgid "Could not resolve HEAD to a revision"
18308 #: builtin/rebase.c:1963
18309 msgid "Please commit or stash them."
18312 #: builtin/rebase.c:1999
18314 msgid "could not switch to %s"
18317 #: builtin/rebase.c:2010
18318 msgid "HEAD is up to date."
18321 #: builtin/rebase.c:2012
18323 msgid "Current branch %s is up to date.\n"
18326 #: builtin/rebase.c:2020
18327 msgid "HEAD is up to date, rebase forced."
18330 #: builtin/rebase.c:2022
18332 msgid "Current branch %s is up to date, rebase forced.\n"
18335 #: builtin/rebase.c:2030
18336 msgid "The pre-rebase hook refused to rebase."
18339 #: builtin/rebase.c:2037
18341 msgid "Changes to %s:\n"
18344 #: builtin/rebase.c:2040
18346 msgid "Changes from %s to %s:\n"
18349 #: builtin/rebase.c:2065
18351 msgid "First, rewinding head to replay your work on top of it...\n"
18354 #: builtin/rebase.c:2074
18355 msgid "Could not detach HEAD"
18358 #: builtin/rebase.c:2083
18360 msgid "Fast-forwarded %s to %s.\n"
18363 #: builtin/receive-pack.c:34
18364 msgid "git receive-pack <git-dir>"
18367 #: builtin/receive-pack.c:1276
18369 "By default, updating the current branch in a non-bare repository\n"
18370 "is denied, because it will make the index and work tree inconsistent\n"
18371 "with what you pushed, and will require 'git reset --hard' to match\n"
18372 "the work tree to HEAD.\n"
18374 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
18375 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
18376 "its current branch; however, this is not recommended unless you\n"
18377 "arranged to update its work tree to match what you pushed in some\n"
18380 "To squelch this message and still keep the default behaviour, set\n"
18381 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
18384 #: builtin/receive-pack.c:1296
18386 "By default, deleting the current branch is denied, because the next\n"
18387 "'git clone' won't result in any file checked out, causing confusion.\n"
18389 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
18390 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
18391 "current branch, with or without a warning message.\n"
18393 "To squelch this message, you can set it to 'refuse'."
18396 #: builtin/receive-pack.c:2481
18400 #: builtin/receive-pack.c:2495
18401 msgid "You must specify a directory."
18404 #: builtin/reflog.c:17
18406 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
18407 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
18411 #: builtin/reflog.c:22
18413 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
18417 #: builtin/reflog.c:25
18418 msgid "git reflog exists <ref>"
18421 #: builtin/reflog.c:568 builtin/reflog.c:573
18423 msgid "'%s' is not a valid timestamp"
18426 #: builtin/reflog.c:606
18428 msgid "Marking reachable objects..."
18431 #: builtin/reflog.c:644
18433 msgid "%s points nowhere!"
18436 #: builtin/reflog.c:696
18437 msgid "no reflog specified to delete"
18440 #: builtin/reflog.c:705
18442 msgid "not a reflog: %s"
18445 #: builtin/reflog.c:710
18447 msgid "no reflog for '%s'"
18450 #: builtin/reflog.c:756
18452 msgid "invalid ref format: %s"
18455 #: builtin/reflog.c:765
18456 msgid "git reflog [ show | expire | delete | exists ]"
18459 #: builtin/remote.c:17
18460 msgid "git remote [-v | --verbose]"
18463 #: builtin/remote.c:18
18465 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
18466 "mirror=<fetch|push>] <name> <url>"
18469 #: builtin/remote.c:19 builtin/remote.c:39
18470 msgid "git remote rename <old> <new>"
18473 #: builtin/remote.c:20 builtin/remote.c:44
18474 msgid "git remote remove <name>"
18477 #: builtin/remote.c:21 builtin/remote.c:49
18478 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
18481 #: builtin/remote.c:22
18482 msgid "git remote [-v | --verbose] show [-n] <name>"
18485 #: builtin/remote.c:23
18486 msgid "git remote prune [-n | --dry-run] <name>"
18489 #: builtin/remote.c:24
18491 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
18494 #: builtin/remote.c:25
18495 msgid "git remote set-branches [--add] <name> <branch>..."
18498 #: builtin/remote.c:26 builtin/remote.c:75
18499 msgid "git remote get-url [--push] [--all] <name>"
18502 #: builtin/remote.c:27 builtin/remote.c:80
18503 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
18506 #: builtin/remote.c:28 builtin/remote.c:81
18507 msgid "git remote set-url --add <name> <newurl>"
18510 #: builtin/remote.c:29 builtin/remote.c:82
18511 msgid "git remote set-url --delete <name> <url>"
18514 #: builtin/remote.c:34
18515 msgid "git remote add [<options>] <name> <url>"
18518 #: builtin/remote.c:54
18519 msgid "git remote set-branches <name> <branch>..."
18522 #: builtin/remote.c:55
18523 msgid "git remote set-branches --add <name> <branch>..."
18526 #: builtin/remote.c:60
18527 msgid "git remote show [<options>] <name>"
18530 #: builtin/remote.c:65
18531 msgid "git remote prune [<options>] <name>"
18534 #: builtin/remote.c:70
18535 msgid "git remote update [<options>] [<group> | <remote>]..."
18538 #: builtin/remote.c:99
18540 msgid "Updating %s"
18543 #: builtin/remote.c:131
18545 "--mirror is dangerous and deprecated; please\n"
18546 "\t use --mirror=fetch or --mirror=push instead"
18549 #: builtin/remote.c:148
18551 msgid "unknown mirror argument: %s"
18554 #: builtin/remote.c:164
18555 msgid "fetch the remote branches"
18558 #: builtin/remote.c:166
18559 msgid "import all tags and associated objects when fetching"
18562 #: builtin/remote.c:169
18563 msgid "or do not fetch any tag at all (--no-tags)"
18566 #: builtin/remote.c:171
18567 msgid "branch(es) to track"
18570 #: builtin/remote.c:172
18571 msgid "master branch"
18574 #: builtin/remote.c:174
18575 msgid "set up remote as a mirror to push to or fetch from"
18578 #: builtin/remote.c:186
18579 msgid "specifying a master branch makes no sense with --mirror"
18582 #: builtin/remote.c:188
18583 msgid "specifying branches to track makes sense only with fetch mirrors"
18586 #: builtin/remote.c:195 builtin/remote.c:700
18588 msgid "remote %s already exists."
18591 #: builtin/remote.c:240
18593 msgid "Could not setup master '%s'"
18596 #: builtin/remote.c:355
18598 msgid "Could not get fetch map for refspec %s"
18601 #: builtin/remote.c:454 builtin/remote.c:462
18605 #: builtin/remote.c:466
18609 #: builtin/remote.c:655
18611 msgid "could not set '%s'"
18614 #: builtin/remote.c:660
18617 "The %s configuration remote.pushDefault in:\n"
18619 "now names the non-existent remote '%s'"
18622 #: builtin/remote.c:691 builtin/remote.c:836 builtin/remote.c:946
18624 msgid "No such remote: '%s'"
18627 #: builtin/remote.c:710
18629 msgid "Could not rename config section '%s' to '%s'"
18632 #: builtin/remote.c:730
18635 "Not updating non-default fetch refspec\n"
18637 "\tPlease update the configuration manually if necessary."
18640 #: builtin/remote.c:770
18642 msgid "deleting '%s' failed"
18645 #: builtin/remote.c:804
18647 msgid "creating '%s' failed"
18650 #: builtin/remote.c:882
18652 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
18653 "to delete it, use:"
18655 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
18656 "to delete them, use:"
18660 #: builtin/remote.c:896
18662 msgid "Could not remove config section '%s'"
18665 #: builtin/remote.c:999
18667 msgid " new (next fetch will store in remotes/%s)"
18670 #: builtin/remote.c:1002
18674 #: builtin/remote.c:1004
18675 msgid " stale (use 'git remote prune' to remove)"
18678 #: builtin/remote.c:1006
18682 #: builtin/remote.c:1047
18684 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
18687 #: builtin/remote.c:1056
18689 msgid "rebases interactively onto remote %s"
18692 #: builtin/remote.c:1058
18694 msgid "rebases interactively (with merges) onto remote %s"
18697 #: builtin/remote.c:1061
18699 msgid "rebases onto remote %s"
18702 #: builtin/remote.c:1065
18704 msgid " merges with remote %s"
18707 #: builtin/remote.c:1068
18709 msgid "merges with remote %s"
18712 #: builtin/remote.c:1071
18714 msgid "%-*s and with remote %s\n"
18717 #: builtin/remote.c:1114
18721 #: builtin/remote.c:1117
18725 #: builtin/remote.c:1121
18729 #: builtin/remote.c:1124
18730 msgid "fast-forwardable"
18733 #: builtin/remote.c:1127
18734 msgid "local out of date"
18737 #: builtin/remote.c:1134
18739 msgid " %-*s forces to %-*s (%s)"
18742 #: builtin/remote.c:1137
18744 msgid " %-*s pushes to %-*s (%s)"
18747 #: builtin/remote.c:1141
18749 msgid " %-*s forces to %s"
18752 #: builtin/remote.c:1144
18754 msgid " %-*s pushes to %s"
18757 #: builtin/remote.c:1212
18758 msgid "do not query remotes"
18761 #: builtin/remote.c:1239
18763 msgid "* remote %s"
18766 #: builtin/remote.c:1240
18768 msgid " Fetch URL: %s"
18771 #: builtin/remote.c:1241 builtin/remote.c:1257 builtin/remote.c:1396
18775 #. TRANSLATORS: the colon ':' should align
18776 #. with the one in " Fetch URL: %s"
18779 #: builtin/remote.c:1255 builtin/remote.c:1257
18781 msgid " Push URL: %s"
18784 #: builtin/remote.c:1259 builtin/remote.c:1261 builtin/remote.c:1263
18786 msgid " HEAD branch: %s"
18789 #: builtin/remote.c:1259
18790 msgid "(not queried)"
18793 #: builtin/remote.c:1261
18797 #: builtin/remote.c:1265
18800 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
18803 #: builtin/remote.c:1277
18805 msgid " Remote branch:%s"
18806 msgid_plural " Remote branches:%s"
18810 #: builtin/remote.c:1280 builtin/remote.c:1306
18811 msgid " (status not queried)"
18814 #: builtin/remote.c:1289
18815 msgid " Local branch configured for 'git pull':"
18816 msgid_plural " Local branches configured for 'git pull':"
18820 #: builtin/remote.c:1297
18821 msgid " Local refs will be mirrored by 'git push'"
18824 #: builtin/remote.c:1303
18826 msgid " Local ref configured for 'git push'%s:"
18827 msgid_plural " Local refs configured for 'git push'%s:"
18831 #: builtin/remote.c:1324
18832 msgid "set refs/remotes/<name>/HEAD according to remote"
18835 #: builtin/remote.c:1326
18836 msgid "delete refs/remotes/<name>/HEAD"
18839 #: builtin/remote.c:1341
18840 msgid "Cannot determine remote HEAD"
18843 #: builtin/remote.c:1343
18844 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
18847 #: builtin/remote.c:1353
18849 msgid "Could not delete %s"
18852 #: builtin/remote.c:1361
18854 msgid "Not a valid ref: %s"
18857 #: builtin/remote.c:1363
18859 msgid "Could not setup %s"
18862 #: builtin/remote.c:1381
18864 msgid " %s will become dangling!"
18867 #: builtin/remote.c:1382
18869 msgid " %s has become dangling!"
18872 #: builtin/remote.c:1392
18877 #: builtin/remote.c:1393
18882 #: builtin/remote.c:1409
18884 msgid " * [would prune] %s"
18887 #: builtin/remote.c:1412
18889 msgid " * [pruned] %s"
18892 #: builtin/remote.c:1457
18893 msgid "prune remotes after fetching"
18896 #: builtin/remote.c:1521 builtin/remote.c:1577 builtin/remote.c:1647
18898 msgid "No such remote '%s'"
18901 #: builtin/remote.c:1539
18905 #: builtin/remote.c:1546
18906 msgid "no remote specified"
18909 #: builtin/remote.c:1563
18910 msgid "query push URLs rather than fetch URLs"
18913 #: builtin/remote.c:1565
18914 msgid "return all URLs"
18917 #: builtin/remote.c:1595
18919 msgid "no URLs configured for remote '%s'"
18922 #: builtin/remote.c:1621
18923 msgid "manipulate push URLs"
18926 #: builtin/remote.c:1623
18930 #: builtin/remote.c:1625
18931 msgid "delete URLs"
18934 #: builtin/remote.c:1632
18935 msgid "--add --delete doesn't make sense"
18938 #: builtin/remote.c:1673
18940 msgid "Invalid old URL pattern: %s"
18943 #: builtin/remote.c:1681
18945 msgid "No such URL found: %s"
18948 #: builtin/remote.c:1683
18949 msgid "Will not delete all non-push URLs"
18952 #: builtin/repack.c:25
18953 msgid "git repack [<options>]"
18956 #: builtin/repack.c:30
18958 "Incremental repacks are incompatible with bitmap indexes. Use\n"
18959 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
18962 #: builtin/repack.c:197
18963 msgid "could not start pack-objects to repack promisor objects"
18966 #: builtin/repack.c:268 builtin/repack.c:447
18967 msgid "repack: Expecting full hex object ID lines only from pack-objects."
18970 #: builtin/repack.c:295
18971 msgid "could not finish pack-objects to repack promisor objects"
18974 #: builtin/repack.c:323
18975 msgid "pack everything in a single pack"
18978 #: builtin/repack.c:325
18979 msgid "same as -a, and turn unreachable objects loose"
18982 #: builtin/repack.c:328
18983 msgid "remove redundant packs, and run git-prune-packed"
18986 #: builtin/repack.c:330
18987 msgid "pass --no-reuse-delta to git-pack-objects"
18990 #: builtin/repack.c:332
18991 msgid "pass --no-reuse-object to git-pack-objects"
18994 #: builtin/repack.c:334
18995 msgid "do not run git-update-server-info"
18998 #: builtin/repack.c:337
18999 msgid "pass --local to git-pack-objects"
19002 #: builtin/repack.c:339
19003 msgid "write bitmap index"
19006 #: builtin/repack.c:341
19007 msgid "pass --delta-islands to git-pack-objects"
19010 #: builtin/repack.c:342
19011 msgid "approxidate"
19014 #: builtin/repack.c:343
19015 msgid "with -A, do not loosen objects older than this"
19018 #: builtin/repack.c:345
19019 msgid "with -a, repack unreachable objects"
19022 #: builtin/repack.c:347
19023 msgid "size of the window used for delta compression"
19026 #: builtin/repack.c:348 builtin/repack.c:354
19030 #: builtin/repack.c:349
19031 msgid "same as the above, but limit memory size instead of entries count"
19034 #: builtin/repack.c:351
19035 msgid "limits the maximum delta depth"
19038 #: builtin/repack.c:353
19039 msgid "limits the maximum number of threads"
19042 #: builtin/repack.c:355
19043 msgid "maximum size of each packfile"
19046 #: builtin/repack.c:357
19047 msgid "repack objects in packs marked with .keep"
19050 #: builtin/repack.c:359
19051 msgid "do not repack this pack"
19054 #: builtin/repack.c:369
19055 msgid "cannot delete packs in a precious-objects repo"
19058 #: builtin/repack.c:373
19059 msgid "--keep-unreachable and -A are incompatible"
19062 #: builtin/repack.c:456
19063 msgid "Nothing new to pack."
19066 #: builtin/repack.c:486
19068 msgid "missing required file: %s"
19071 #: builtin/repack.c:488
19073 msgid "could not unlink: %s"
19076 #: builtin/replace.c:22
19077 msgid "git replace [-f] <object> <replacement>"
19080 #: builtin/replace.c:23
19081 msgid "git replace [-f] --edit <object>"
19084 #: builtin/replace.c:24
19085 msgid "git replace [-f] --graft <commit> [<parent>...]"
19088 #: builtin/replace.c:25
19089 msgid "git replace [-f] --convert-graft-file"
19092 #: builtin/replace.c:26
19093 msgid "git replace -d <object>..."
19096 #: builtin/replace.c:27
19097 msgid "git replace [--format=<format>] [-l [<pattern>]]"
19100 #: builtin/replace.c:90
19103 "invalid replace format '%s'\n"
19104 "valid formats are 'short', 'medium' and 'long'"
19107 #: builtin/replace.c:125
19109 msgid "replace ref '%s' not found"
19112 #: builtin/replace.c:141
19114 msgid "Deleted replace ref '%s'"
19117 #: builtin/replace.c:153
19119 msgid "'%s' is not a valid ref name"
19122 #: builtin/replace.c:158
19124 msgid "replace ref '%s' already exists"
19127 #: builtin/replace.c:178
19130 "Objects must be of the same type.\n"
19131 "'%s' points to a replaced object of type '%s'\n"
19132 "while '%s' points to a replacement object of type '%s'."
19135 #: builtin/replace.c:229
19137 msgid "unable to open %s for writing"
19140 #: builtin/replace.c:242
19141 msgid "cat-file reported failure"
19144 #: builtin/replace.c:258
19146 msgid "unable to open %s for reading"
19149 #: builtin/replace.c:272
19150 msgid "unable to spawn mktree"
19153 #: builtin/replace.c:276
19154 msgid "unable to read from mktree"
19157 #: builtin/replace.c:285
19158 msgid "mktree reported failure"
19161 #: builtin/replace.c:289
19162 msgid "mktree did not return an object name"
19165 #: builtin/replace.c:298
19167 msgid "unable to fstat %s"
19170 #: builtin/replace.c:303
19171 msgid "unable to write object to database"
19174 #: builtin/replace.c:322 builtin/replace.c:378 builtin/replace.c:424
19175 #: builtin/replace.c:454
19177 msgid "not a valid object name: '%s'"
19180 #: builtin/replace.c:326
19182 msgid "unable to get object type for %s"
19185 #: builtin/replace.c:342
19186 msgid "editing object file failed"
19189 #: builtin/replace.c:351
19191 msgid "new object is the same as the old one: '%s'"
19194 #: builtin/replace.c:384
19196 msgid "could not parse %s as a commit"
19199 #: builtin/replace.c:416
19201 msgid "bad mergetag in commit '%s'"
19204 #: builtin/replace.c:418
19206 msgid "malformed mergetag in commit '%s'"
19209 #: builtin/replace.c:430
19212 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
19213 "instead of --graft"
19216 #: builtin/replace.c:469
19218 msgid "the original commit '%s' has a gpg signature"
19221 #: builtin/replace.c:470
19222 msgid "the signature will be removed in the replacement commit!"
19225 #: builtin/replace.c:480
19227 msgid "could not write replacement commit for: '%s'"
19230 #: builtin/replace.c:488
19232 msgid "graft for '%s' unnecessary"
19235 #: builtin/replace.c:492
19237 msgid "new commit is the same as the old one: '%s'"
19240 #: builtin/replace.c:527
19243 "could not convert the following graft(s):\n"
19247 #: builtin/replace.c:548
19248 msgid "list replace refs"
19251 #: builtin/replace.c:549
19252 msgid "delete replace refs"
19255 #: builtin/replace.c:550
19256 msgid "edit existing object"
19259 #: builtin/replace.c:551
19260 msgid "change a commit's parents"
19263 #: builtin/replace.c:552
19264 msgid "convert existing graft file"
19267 #: builtin/replace.c:553
19268 msgid "replace the ref if it exists"
19271 #: builtin/replace.c:555
19272 msgid "do not pretty-print contents for --edit"
19275 #: builtin/replace.c:556
19276 msgid "use this format"
19279 #: builtin/replace.c:569
19280 msgid "--format cannot be used when not listing"
19283 #: builtin/replace.c:577
19284 msgid "-f only makes sense when writing a replacement"
19287 #: builtin/replace.c:581
19288 msgid "--raw only makes sense with --edit"
19291 #: builtin/replace.c:587
19292 msgid "-d needs at least one argument"
19295 #: builtin/replace.c:593
19296 msgid "bad number of arguments"
19299 #: builtin/replace.c:599
19300 msgid "-e needs exactly one argument"
19303 #: builtin/replace.c:605
19304 msgid "-g needs at least one argument"
19307 #: builtin/replace.c:611
19308 msgid "--convert-graft-file takes no argument"
19311 #: builtin/replace.c:617
19312 msgid "only one pattern can be given with -l"
19315 #: builtin/rerere.c:13
19316 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
19319 #: builtin/rerere.c:60
19320 msgid "register clean resolutions in index"
19323 #: builtin/rerere.c:79
19324 msgid "'git rerere forget' without paths is deprecated"
19327 #: builtin/rerere.c:113
19329 msgid "unable to generate diff for '%s'"
19332 #: builtin/reset.c:32
19334 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
19337 #: builtin/reset.c:33
19338 msgid "git reset [-q] [<tree-ish>] [--] <pathspec>..."
19341 #: builtin/reset.c:34
19343 "git reset [-q] [--pathspec-from-file [--pathspec-file-nul]] [<tree-ish>]"
19346 #: builtin/reset.c:35
19347 msgid "git reset --patch [<tree-ish>] [--] [<pathspec>...]"
19350 #: builtin/reset.c:41
19354 #: builtin/reset.c:41
19358 #: builtin/reset.c:41
19362 #: builtin/reset.c:41
19366 #: builtin/reset.c:41
19370 #: builtin/reset.c:83
19371 msgid "You do not have a valid HEAD."
19374 #: builtin/reset.c:85
19375 msgid "Failed to find tree of HEAD."
19378 #: builtin/reset.c:91
19380 msgid "Failed to find tree of %s."
19383 #: builtin/reset.c:116
19385 msgid "HEAD is now at %s"
19388 #: builtin/reset.c:195
19390 msgid "Cannot do a %s reset in the middle of a merge."
19393 #: builtin/reset.c:295 builtin/stash.c:520 builtin/stash.c:594
19394 #: builtin/stash.c:618
19395 msgid "be quiet, only report errors"
19398 #: builtin/reset.c:297
19399 msgid "reset HEAD and index"
19402 #: builtin/reset.c:298
19403 msgid "reset only HEAD"
19406 #: builtin/reset.c:300 builtin/reset.c:302
19407 msgid "reset HEAD, index and working tree"
19410 #: builtin/reset.c:304
19411 msgid "reset HEAD but keep local changes"
19414 #: builtin/reset.c:310
19415 msgid "record only the fact that removed paths will be added later"
19418 #: builtin/reset.c:344
19420 msgid "Failed to resolve '%s' as a valid revision."
19423 #: builtin/reset.c:352
19425 msgid "Failed to resolve '%s' as a valid tree."
19428 #: builtin/reset.c:361
19429 msgid "--patch is incompatible with --{hard,mixed,soft}"
19432 #: builtin/reset.c:371
19433 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
19436 #: builtin/reset.c:373
19438 msgid "Cannot do %s reset with paths."
19441 #: builtin/reset.c:388
19443 msgid "%s reset is not allowed in a bare repository"
19446 #: builtin/reset.c:392
19447 msgid "-N can only be used with --mixed"
19450 #: builtin/reset.c:413
19451 msgid "Unstaged changes after reset:"
19454 #: builtin/reset.c:416
19458 "It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
19459 "use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
19460 "to make this the default.\n"
19463 #: builtin/reset.c:434
19465 msgid "Could not reset index file to revision '%s'."
19468 #: builtin/reset.c:439
19469 msgid "Could not write new index file."
19472 #: builtin/rev-list.c:499
19473 msgid "cannot combine --exclude-promisor-objects and --missing"
19476 #: builtin/rev-list.c:560
19477 msgid "object filtering requires --objects"
19480 #: builtin/rev-list.c:610
19481 msgid "rev-list does not support display of notes"
19484 #: builtin/rev-list.c:615
19485 msgid "marked counting is incompatible with --objects"
19488 #: builtin/rev-parse.c:409
19489 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
19492 #: builtin/rev-parse.c:414
19493 msgid "keep the `--` passed as an arg"
19496 #: builtin/rev-parse.c:416
19497 msgid "stop parsing after the first non-option argument"
19500 #: builtin/rev-parse.c:419
19501 msgid "output in stuck long form"
19504 #: builtin/rev-parse.c:552
19506 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
19507 " or: git rev-parse --sq-quote [<arg>...]\n"
19508 " or: git rev-parse [<options>] [<arg>...]\n"
19510 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
19513 #: builtin/revert.c:24
19514 msgid "git revert [<options>] <commit-ish>..."
19517 #: builtin/revert.c:25
19518 msgid "git revert <subcommand>"
19521 #: builtin/revert.c:30
19522 msgid "git cherry-pick [<options>] <commit-ish>..."
19525 #: builtin/revert.c:31
19526 msgid "git cherry-pick <subcommand>"
19529 #: builtin/revert.c:72
19531 msgid "option `%s' expects a number greater than zero"
19534 #: builtin/revert.c:92
19536 msgid "%s: %s cannot be used with %s"
19539 #: builtin/revert.c:102
19540 msgid "end revert or cherry-pick sequence"
19543 #: builtin/revert.c:103
19544 msgid "resume revert or cherry-pick sequence"
19547 #: builtin/revert.c:104
19548 msgid "cancel revert or cherry-pick sequence"
19551 #: builtin/revert.c:105
19552 msgid "skip current commit and continue"
19555 #: builtin/revert.c:107
19556 msgid "don't automatically commit"
19559 #: builtin/revert.c:108
19560 msgid "edit the commit message"
19563 #: builtin/revert.c:111
19564 msgid "parent-number"
19567 #: builtin/revert.c:112
19568 msgid "select mainline parent"
19571 #: builtin/revert.c:114
19572 msgid "merge strategy"
19575 #: builtin/revert.c:116
19576 msgid "option for merge strategy"
19579 #: builtin/revert.c:125
19580 msgid "append commit name"
19583 #: builtin/revert.c:127
19584 msgid "preserve initially empty commits"
19587 #: builtin/revert.c:129
19588 msgid "keep redundant, empty commits"
19591 #: builtin/revert.c:239
19592 msgid "revert failed"
19595 #: builtin/revert.c:252
19596 msgid "cherry-pick failed"
19600 msgid "git rm [<options>] [--] <file>..."
19603 #: builtin/rm.c:207
19605 "the following file has staged content different from both the\n"
19606 "file and the HEAD:"
19608 "the following files have staged content different from both the\n"
19609 "file and the HEAD:"
19613 #: builtin/rm.c:212
19616 "(use -f to force removal)"
19619 #: builtin/rm.c:216
19620 msgid "the following file has changes staged in the index:"
19621 msgid_plural "the following files have changes staged in the index:"
19625 #: builtin/rm.c:220 builtin/rm.c:229
19628 "(use --cached to keep the file, or -f to force removal)"
19631 #: builtin/rm.c:226
19632 msgid "the following file has local modifications:"
19633 msgid_plural "the following files have local modifications:"
19637 #: builtin/rm.c:243
19638 msgid "do not list removed files"
19641 #: builtin/rm.c:244
19642 msgid "only remove from the index"
19645 #: builtin/rm.c:245
19646 msgid "override the up-to-date check"
19649 #: builtin/rm.c:246
19650 msgid "allow recursive removal"
19653 #: builtin/rm.c:248
19654 msgid "exit with a zero status even if nothing matched"
19657 #: builtin/rm.c:282
19658 msgid "No pathspec was given. Which files should I remove?"
19661 #: builtin/rm.c:305
19662 msgid "please stage your changes to .gitmodules or stash them to proceed"
19665 #: builtin/rm.c:323
19667 msgid "not removing '%s' recursively without -r"
19670 #: builtin/rm.c:362
19672 msgid "git rm: unable to remove %s"
19675 #: builtin/send-pack.c:20
19677 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
19678 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
19680 " --all and explicit <ref> specification are mutually exclusive."
19683 #: builtin/send-pack.c:188
19684 msgid "remote name"
19687 #: builtin/send-pack.c:201
19688 msgid "use stateless RPC protocol"
19691 #: builtin/send-pack.c:202
19692 msgid "read refs from stdin"
19695 #: builtin/send-pack.c:203
19696 msgid "print status from remote helper"
19699 #: builtin/shortlog.c:16
19700 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
19703 #: builtin/shortlog.c:17
19704 msgid "git log --pretty=short | git shortlog [<options>]"
19707 #: builtin/shortlog.c:135
19708 msgid "using multiple --group options with stdin is not supported"
19711 #: builtin/shortlog.c:145
19712 msgid "using --group=trailer with stdin is not supported"
19715 #: builtin/shortlog.c:335
19717 msgid "unknown group type: %s"
19720 #: builtin/shortlog.c:363
19721 msgid "Group by committer rather than author"
19724 #: builtin/shortlog.c:366
19725 msgid "sort output according to the number of commits per author"
19728 #: builtin/shortlog.c:368
19729 msgid "Suppress commit descriptions, only provides commit count"
19732 #: builtin/shortlog.c:370
19733 msgid "Show the email address of each author"
19736 #: builtin/shortlog.c:371
19737 msgid "<w>[,<i1>[,<i2>]]"
19740 #: builtin/shortlog.c:372
19741 msgid "Linewrap output"
19744 #: builtin/shortlog.c:374
19748 #: builtin/shortlog.c:375
19749 msgid "Group by field"
19752 #: builtin/shortlog.c:403
19753 msgid "too many arguments given outside repository"
19756 #: builtin/show-branch.c:13
19758 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
19759 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
19760 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
19761 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
19764 #: builtin/show-branch.c:17
19765 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
19768 #: builtin/show-branch.c:395
19770 msgid "ignoring %s; cannot handle more than %d ref"
19771 msgid_plural "ignoring %s; cannot handle more than %d refs"
19775 #: builtin/show-branch.c:548
19777 msgid "no matching refs with %s"
19780 #: builtin/show-branch.c:645
19781 msgid "show remote-tracking and local branches"
19784 #: builtin/show-branch.c:647
19785 msgid "show remote-tracking branches"
19788 #: builtin/show-branch.c:649
19789 msgid "color '*!+-' corresponding to the branch"
19792 #: builtin/show-branch.c:651
19793 msgid "show <n> more commits after the common ancestor"
19796 #: builtin/show-branch.c:653
19797 msgid "synonym to more=-1"
19800 #: builtin/show-branch.c:654
19801 msgid "suppress naming strings"
19804 #: builtin/show-branch.c:656
19805 msgid "include the current branch"
19808 #: builtin/show-branch.c:658
19809 msgid "name commits with their object names"
19812 #: builtin/show-branch.c:660
19813 msgid "show possible merge bases"
19816 #: builtin/show-branch.c:662
19817 msgid "show refs unreachable from any other ref"
19820 #: builtin/show-branch.c:664
19821 msgid "show commits in topological order"
19824 #: builtin/show-branch.c:667
19825 msgid "show only commits not on the first branch"
19828 #: builtin/show-branch.c:669
19829 msgid "show merges reachable from only one tip"
19832 #: builtin/show-branch.c:671
19833 msgid "topologically sort, maintaining date order where possible"
19836 #: builtin/show-branch.c:674
19837 msgid "<n>[,<base>]"
19840 #: builtin/show-branch.c:675
19841 msgid "show <n> most recent ref-log entries starting at base"
19844 #: builtin/show-branch.c:711
19846 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
19849 #: builtin/show-branch.c:735
19850 msgid "no branches given, and HEAD is not valid"
19853 #: builtin/show-branch.c:738
19854 msgid "--reflog option needs one branch name"
19857 #: builtin/show-branch.c:741
19859 msgid "only %d entry can be shown at one time."
19860 msgid_plural "only %d entries can be shown at one time."
19864 #: builtin/show-branch.c:745
19866 msgid "no such ref %s"
19869 #: builtin/show-branch.c:831
19871 msgid "cannot handle more than %d rev."
19872 msgid_plural "cannot handle more than %d revs."
19876 #: builtin/show-branch.c:835
19878 msgid "'%s' is not a valid ref."
19881 #: builtin/show-branch.c:838
19883 msgid "cannot find commit %s (%s)"
19886 #: builtin/show-index.c:21
19887 msgid "hash-algorithm"
19890 #: builtin/show-index.c:31
19891 msgid "Unknown hash algorithm"
19894 #: builtin/show-ref.c:12
19896 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
19897 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
19900 #: builtin/show-ref.c:13
19901 msgid "git show-ref --exclude-existing[=<pattern>]"
19904 #: builtin/show-ref.c:162
19905 msgid "only show tags (can be combined with heads)"
19908 #: builtin/show-ref.c:163
19909 msgid "only show heads (can be combined with tags)"
19912 #: builtin/show-ref.c:164
19913 msgid "stricter reference checking, requires exact ref path"
19916 #: builtin/show-ref.c:167 builtin/show-ref.c:169
19917 msgid "show the HEAD reference, even if it would be filtered out"
19920 #: builtin/show-ref.c:171
19921 msgid "dereference tags into object IDs"
19924 #: builtin/show-ref.c:173
19925 msgid "only show SHA1 hash using <n> digits"
19928 #: builtin/show-ref.c:177
19929 msgid "do not print results to stdout (useful with --verify)"
19932 #: builtin/show-ref.c:179
19933 msgid "show refs from stdin that aren't in local repository"
19936 #: builtin/sparse-checkout.c:21
19937 msgid "git sparse-checkout (init|list|set|add|reapply|disable) <options>"
19940 #: builtin/sparse-checkout.c:50
19941 msgid "git sparse-checkout list"
19944 #: builtin/sparse-checkout.c:76
19945 msgid "this worktree is not sparse (sparse-checkout file may not exist)"
19948 #: builtin/sparse-checkout.c:228
19949 msgid "failed to create directory for sparse-checkout file"
19952 #: builtin/sparse-checkout.c:269
19953 msgid "unable to upgrade repository format to enable worktreeConfig"
19956 #: builtin/sparse-checkout.c:271
19957 msgid "failed to set extensions.worktreeConfig setting"
19960 #: builtin/sparse-checkout.c:288
19961 msgid "git sparse-checkout init [--cone]"
19964 #: builtin/sparse-checkout.c:307
19965 msgid "initialize the sparse-checkout in cone mode"
19968 #: builtin/sparse-checkout.c:344
19970 msgid "failed to open '%s'"
19973 #: builtin/sparse-checkout.c:401
19975 msgid "could not normalize path %s"
19978 #: builtin/sparse-checkout.c:413
19979 msgid "git sparse-checkout (set|add) (--stdin | <patterns>)"
19982 #: builtin/sparse-checkout.c:438
19984 msgid "unable to unquote C-style string '%s'"
19987 #: builtin/sparse-checkout.c:492 builtin/sparse-checkout.c:516
19988 msgid "unable to load existing sparse-checkout patterns"
19991 #: builtin/sparse-checkout.c:561
19992 msgid "read patterns from standard in"
19995 #: builtin/sparse-checkout.c:576
19996 msgid "git sparse-checkout reapply"
19999 #: builtin/sparse-checkout.c:595
20000 msgid "git sparse-checkout disable"
20003 #: builtin/sparse-checkout.c:623
20004 msgid "error while refreshing working directory"
20007 #: builtin/stash.c:22 builtin/stash.c:38
20008 msgid "git stash list [<options>]"
20011 #: builtin/stash.c:23 builtin/stash.c:43
20012 msgid "git stash show [<options>] [<stash>]"
20015 #: builtin/stash.c:24 builtin/stash.c:48
20016 msgid "git stash drop [-q|--quiet] [<stash>]"
20019 #: builtin/stash.c:25
20020 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
20023 #: builtin/stash.c:26 builtin/stash.c:63
20024 msgid "git stash branch <branchname> [<stash>]"
20027 #: builtin/stash.c:27 builtin/stash.c:68
20028 msgid "git stash clear"
20031 #: builtin/stash.c:28
20033 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
20034 " [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
20035 " [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
20036 " [--] [<pathspec>...]]"
20039 #: builtin/stash.c:32 builtin/stash.c:85
20041 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
20042 " [-u|--include-untracked] [-a|--all] [<message>]"
20045 #: builtin/stash.c:53
20046 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
20049 #: builtin/stash.c:58
20050 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
20053 #: builtin/stash.c:73
20054 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
20057 #: builtin/stash.c:78
20059 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
20060 " [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
20061 " [--] [<pathspec>...]]"
20064 #: builtin/stash.c:128
20066 msgid "'%s' is not a stash-like commit"
20069 #: builtin/stash.c:148
20071 msgid "Too many revisions specified:%s"
20074 #: builtin/stash.c:162
20075 msgid "No stash entries found."
20078 #: builtin/stash.c:176
20080 msgid "%s is not a valid reference"
20083 #: builtin/stash.c:225
20084 msgid "git stash clear with parameters is unimplemented"
20087 #: builtin/stash.c:404
20088 msgid "cannot apply a stash in the middle of a merge"
20091 #: builtin/stash.c:415
20093 msgid "could not generate diff %s^!."
20096 #: builtin/stash.c:422
20097 msgid "conflicts in index. Try without --index."
20100 #: builtin/stash.c:428
20101 msgid "could not save index tree"
20104 #: builtin/stash.c:437
20105 msgid "could not restore untracked files from stash"
20108 #: builtin/stash.c:451
20110 msgid "Merging %s with %s"
20113 #: builtin/stash.c:461
20114 msgid "Index was not unstashed."
20117 #: builtin/stash.c:522 builtin/stash.c:620
20118 msgid "attempt to recreate the index"
20121 #: builtin/stash.c:566
20123 msgid "Dropped %s (%s)"
20126 #: builtin/stash.c:569
20128 msgid "%s: Could not drop stash entry"
20131 #: builtin/stash.c:582
20133 msgid "'%s' is not a stash reference"
20136 #: builtin/stash.c:632
20137 msgid "The stash entry is kept in case you need it again."
20140 #: builtin/stash.c:655
20141 msgid "No branch name specified"
20144 #: builtin/stash.c:799 builtin/stash.c:836
20146 msgid "Cannot update %s with %s"
20149 #: builtin/stash.c:817 builtin/stash.c:1471 builtin/stash.c:1536
20150 msgid "stash message"
20153 #: builtin/stash.c:827
20154 msgid "\"git stash store\" requires one <commit> argument"
20157 #: builtin/stash.c:1042
20158 msgid "No changes selected"
20161 #: builtin/stash.c:1142
20162 msgid "You do not have the initial commit yet"
20165 #: builtin/stash.c:1169
20166 msgid "Cannot save the current index state"
20169 #: builtin/stash.c:1178
20170 msgid "Cannot save the untracked files"
20173 #: builtin/stash.c:1189 builtin/stash.c:1198
20174 msgid "Cannot save the current worktree state"
20177 #: builtin/stash.c:1226
20178 msgid "Cannot record working tree state"
20181 #: builtin/stash.c:1275
20182 msgid "Can't use --patch and --include-untracked or --all at the same time"
20185 #: builtin/stash.c:1291
20186 msgid "Did you forget to 'git add'?"
20189 #: builtin/stash.c:1306
20190 msgid "No local changes to save"
20193 #: builtin/stash.c:1313
20194 msgid "Cannot initialize stash"
20197 #: builtin/stash.c:1328
20198 msgid "Cannot save the current status"
20201 #: builtin/stash.c:1333
20203 msgid "Saved working directory and index state %s"
20206 #: builtin/stash.c:1423
20207 msgid "Cannot remove worktree changes"
20210 #: builtin/stash.c:1462 builtin/stash.c:1527
20214 #: builtin/stash.c:1464 builtin/stash.c:1529
20215 msgid "stash in patch mode"
20218 #: builtin/stash.c:1465 builtin/stash.c:1530
20222 #: builtin/stash.c:1467 builtin/stash.c:1532
20223 msgid "include untracked files in stash"
20226 #: builtin/stash.c:1469 builtin/stash.c:1534
20227 msgid "include ignore files"
20230 #: builtin/stash.c:1569
20232 "the stash.useBuiltin support has been removed!\n"
20233 "See its entry in 'git help config' for details."
20236 #: builtin/stripspace.c:18
20237 msgid "git stripspace [-s | --strip-comments]"
20240 #: builtin/stripspace.c:19
20241 msgid "git stripspace [-c | --comment-lines]"
20244 #: builtin/stripspace.c:37
20245 msgid "skip and remove all lines starting with comment character"
20248 #: builtin/stripspace.c:40
20249 msgid "prepend comment character and space to each line"
20252 #: builtin/submodule--helper.c:47 builtin/submodule--helper.c:2423
20254 msgid "Expecting a full ref name, got %s"
20257 #: builtin/submodule--helper.c:64
20258 msgid "submodule--helper print-default-remote takes no arguments"
20261 #: builtin/submodule--helper.c:102
20263 msgid "cannot strip one component off url '%s'"
20266 #: builtin/submodule--helper.c:410 builtin/submodule--helper.c:1819
20267 msgid "alternative anchor for relative paths"
20270 #: builtin/submodule--helper.c:415
20271 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
20274 #: builtin/submodule--helper.c:472 builtin/submodule--helper.c:629
20275 #: builtin/submodule--helper.c:652
20277 msgid "No url found for submodule path '%s' in .gitmodules"
20280 #: builtin/submodule--helper.c:524
20282 msgid "Entering '%s'\n"
20285 #: builtin/submodule--helper.c:527
20288 "run_command returned non-zero status for %s\n"
20292 #: builtin/submodule--helper.c:549
20295 "run_command returned non-zero status while recursing in the nested "
20296 "submodules of %s\n"
20300 #: builtin/submodule--helper.c:565
20301 msgid "Suppress output of entering each submodule command"
20304 #: builtin/submodule--helper.c:567 builtin/submodule--helper.c:1487
20305 msgid "Recurse into nested submodules"
20308 #: builtin/submodule--helper.c:572
20309 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
20312 #: builtin/submodule--helper.c:599
20315 "could not look up configuration '%s'. Assuming this repository is its own "
20316 "authoritative upstream."
20319 #: builtin/submodule--helper.c:666
20321 msgid "Failed to register url for submodule path '%s'"
20324 #: builtin/submodule--helper.c:670
20326 msgid "Submodule '%s' (%s) registered for path '%s'\n"
20329 #: builtin/submodule--helper.c:680
20331 msgid "warning: command update mode suggested for submodule '%s'\n"
20334 #: builtin/submodule--helper.c:687
20336 msgid "Failed to register update mode for submodule path '%s'"
20339 #: builtin/submodule--helper.c:709
20340 msgid "Suppress output for initializing a submodule"
20343 #: builtin/submodule--helper.c:714
20344 msgid "git submodule--helper init [<options>] [<path>]"
20347 #: builtin/submodule--helper.c:787 builtin/submodule--helper.c:922
20349 msgid "no submodule mapping found in .gitmodules for path '%s'"
20352 #: builtin/submodule--helper.c:835
20354 msgid "could not resolve HEAD ref inside the submodule '%s'"
20357 #: builtin/submodule--helper.c:862 builtin/submodule--helper.c:1457
20359 msgid "failed to recurse into submodule '%s'"
20362 #: builtin/submodule--helper.c:886 builtin/submodule--helper.c:1623
20363 msgid "Suppress submodule status output"
20366 #: builtin/submodule--helper.c:887
20368 "Use commit stored in the index instead of the one stored in the submodule "
20372 #: builtin/submodule--helper.c:888
20373 msgid "recurse into nested submodules"
20376 #: builtin/submodule--helper.c:893
20377 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
20380 #: builtin/submodule--helper.c:917
20381 msgid "git submodule--helper name <path>"
20384 #: builtin/submodule--helper.c:989
20386 msgid "* %s %s(blob)->%s(submodule)"
20389 #: builtin/submodule--helper.c:992
20391 msgid "* %s %s(submodule)->%s(blob)"
20394 #: builtin/submodule--helper.c:1005
20399 #: builtin/submodule--helper.c:1055
20401 msgid "couldn't hash object from '%s'"
20404 #: builtin/submodule--helper.c:1059
20406 msgid "unexpected mode %o\n"
20409 #: builtin/submodule--helper.c:1300
20410 msgid "use the commit stored in the index instead of the submodule HEAD"
20413 #: builtin/submodule--helper.c:1302
20414 msgid "to compare the commit in the index with that in the submodule HEAD"
20417 #: builtin/submodule--helper.c:1304
20418 msgid "skip submodules with 'ignore_config' value set to 'all'"
20421 #: builtin/submodule--helper.c:1306
20422 msgid "limit the summary size"
20425 #: builtin/submodule--helper.c:1311
20426 msgid "git submodule--helper summary [<options>] [<commit>] [--] [<path>]"
20429 #: builtin/submodule--helper.c:1335
20430 msgid "could not fetch a revision for HEAD"
20433 #: builtin/submodule--helper.c:1340
20434 msgid "--cached and --files are mutually exclusive"
20437 #: builtin/submodule--helper.c:1407
20439 msgid "Synchronizing submodule url for '%s'\n"
20442 #: builtin/submodule--helper.c:1413
20444 msgid "failed to register url for submodule path '%s'"
20447 #: builtin/submodule--helper.c:1427
20449 msgid "failed to get the default remote for submodule '%s'"
20452 #: builtin/submodule--helper.c:1438
20454 msgid "failed to update remote for submodule '%s'"
20457 #: builtin/submodule--helper.c:1485
20458 msgid "Suppress output of synchronizing submodule url"
20461 #: builtin/submodule--helper.c:1492
20462 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
20465 #: builtin/submodule--helper.c:1546
20468 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
20469 "really want to remove it including all of its history)"
20472 #: builtin/submodule--helper.c:1558
20475 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
20479 #: builtin/submodule--helper.c:1566
20481 msgid "Cleared directory '%s'\n"
20484 #: builtin/submodule--helper.c:1568
20486 msgid "Could not remove submodule work tree '%s'\n"
20489 #: builtin/submodule--helper.c:1579
20491 msgid "could not create empty submodule directory %s"
20494 #: builtin/submodule--helper.c:1595
20496 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
20499 #: builtin/submodule--helper.c:1624
20500 msgid "Remove submodule working trees even if they contain local changes"
20503 #: builtin/submodule--helper.c:1625
20504 msgid "Unregister all submodules"
20507 #: builtin/submodule--helper.c:1630
20509 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
20512 #: builtin/submodule--helper.c:1644
20513 msgid "Use '--all' if you really want to deinitialize all submodules"
20516 #: builtin/submodule--helper.c:1713
20518 "An alternate computed from a superproject's alternate is invalid.\n"
20519 "To allow Git to clone without an alternate in such a case, set\n"
20520 "submodule.alternateErrorStrategy to 'info' or, equivalently, clone with\n"
20521 "'--reference-if-able' instead of '--reference'."
20524 #: builtin/submodule--helper.c:1752 builtin/submodule--helper.c:1755
20526 msgid "submodule '%s' cannot add alternate: %s"
20529 #: builtin/submodule--helper.c:1791
20531 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
20534 #: builtin/submodule--helper.c:1798
20536 msgid "Value '%s' for submodule.alternateLocation is not recognized"
20539 #: builtin/submodule--helper.c:1822
20540 msgid "where the new submodule will be cloned to"
20543 #: builtin/submodule--helper.c:1825
20544 msgid "name of the new submodule"
20547 #: builtin/submodule--helper.c:1828
20548 msgid "url where to clone the submodule from"
20551 #: builtin/submodule--helper.c:1836
20552 msgid "depth for shallow clones"
20555 #: builtin/submodule--helper.c:1839 builtin/submodule--helper.c:2348
20556 msgid "force cloning progress"
20559 #: builtin/submodule--helper.c:1841 builtin/submodule--helper.c:2350
20560 msgid "disallow cloning into non-empty directory"
20563 #: builtin/submodule--helper.c:1848
20565 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
20566 "<repository>] [--name <name>] [--depth <depth>] [--single-branch] --url "
20567 "<url> --path <path>"
20570 #: builtin/submodule--helper.c:1873
20572 msgid "refusing to create/use '%s' in another submodule's git dir"
20575 #: builtin/submodule--helper.c:1884
20577 msgid "clone of '%s' into submodule path '%s' failed"
20580 #: builtin/submodule--helper.c:1888
20582 msgid "directory not empty: '%s'"
20585 #: builtin/submodule--helper.c:1900
20587 msgid "could not get submodule directory for '%s'"
20590 #: builtin/submodule--helper.c:1936
20592 msgid "Invalid update mode '%s' for submodule path '%s'"
20595 #: builtin/submodule--helper.c:1940
20597 msgid "Invalid update mode '%s' configured for submodule path '%s'"
20600 #: builtin/submodule--helper.c:2041
20602 msgid "Submodule path '%s' not initialized"
20605 #: builtin/submodule--helper.c:2045
20606 msgid "Maybe you want to use 'update --init'?"
20609 #: builtin/submodule--helper.c:2075
20611 msgid "Skipping unmerged submodule %s"
20614 #: builtin/submodule--helper.c:2104
20616 msgid "Skipping submodule '%s'"
20619 #: builtin/submodule--helper.c:2254
20621 msgid "Failed to clone '%s'. Retry scheduled"
20624 #: builtin/submodule--helper.c:2265
20626 msgid "Failed to clone '%s' a second time, aborting"
20629 #: builtin/submodule--helper.c:2327 builtin/submodule--helper.c:2573
20630 msgid "path into the working tree"
20633 #: builtin/submodule--helper.c:2330
20634 msgid "path into the working tree, across nested submodule boundaries"
20637 #: builtin/submodule--helper.c:2334
20638 msgid "rebase, merge, checkout or none"
20641 #: builtin/submodule--helper.c:2340
20642 msgid "Create a shallow clone truncated to the specified number of revisions"
20645 #: builtin/submodule--helper.c:2343
20646 msgid "parallel jobs"
20649 #: builtin/submodule--helper.c:2345
20650 msgid "whether the initial clone should follow the shallow recommendation"
20653 #: builtin/submodule--helper.c:2346
20654 msgid "don't print cloning progress"
20657 #: builtin/submodule--helper.c:2357
20658 msgid "git submodule--helper update-clone [--prefix=<path>] [<path>...]"
20661 #: builtin/submodule--helper.c:2370
20662 msgid "bad value for update parameter"
20665 #: builtin/submodule--helper.c:2418
20668 "Submodule (%s) branch configured to inherit branch from superproject, but "
20669 "the superproject is not on any branch"
20672 #: builtin/submodule--helper.c:2541
20674 msgid "could not get a repository handle for submodule '%s'"
20677 #: builtin/submodule--helper.c:2574
20678 msgid "recurse into submodules"
20681 #: builtin/submodule--helper.c:2580
20682 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
20685 #: builtin/submodule--helper.c:2636
20686 msgid "check if it is safe to write to the .gitmodules file"
20689 #: builtin/submodule--helper.c:2639
20690 msgid "unset the config in the .gitmodules file"
20693 #: builtin/submodule--helper.c:2644
20694 msgid "git submodule--helper config <name> [<value>]"
20697 #: builtin/submodule--helper.c:2645
20698 msgid "git submodule--helper config --unset <name>"
20701 #: builtin/submodule--helper.c:2646
20702 msgid "git submodule--helper config --check-writeable"
20705 #: builtin/submodule--helper.c:2665 git-submodule.sh:150
20707 msgid "please make sure that the .gitmodules file is in the working tree"
20710 #: builtin/submodule--helper.c:2681
20711 msgid "Suppress output for setting url of a submodule"
20714 #: builtin/submodule--helper.c:2685
20715 msgid "git submodule--helper set-url [--quiet] <path> <newurl>"
20718 #: builtin/submodule--helper.c:2718
20719 msgid "set the default tracking branch to master"
20722 #: builtin/submodule--helper.c:2720
20723 msgid "set the default tracking branch"
20726 #: builtin/submodule--helper.c:2724
20727 msgid "git submodule--helper set-branch [-q|--quiet] (-d|--default) <path>"
20730 #: builtin/submodule--helper.c:2725
20732 "git submodule--helper set-branch [-q|--quiet] (-b|--branch) <branch> <path>"
20735 #: builtin/submodule--helper.c:2732
20736 msgid "--branch or --default required"
20739 #: builtin/submodule--helper.c:2735
20740 msgid "--branch and --default are mutually exclusive"
20743 #: builtin/submodule--helper.c:2792 git.c:438 git.c:711
20745 msgid "%s doesn't support --super-prefix"
20748 #: builtin/submodule--helper.c:2798
20750 msgid "'%s' is not a valid submodule--helper subcommand"
20753 #: builtin/symbolic-ref.c:8
20754 msgid "git symbolic-ref [<options>] <name> [<ref>]"
20757 #: builtin/symbolic-ref.c:9
20758 msgid "git symbolic-ref -d [-q] <name>"
20761 #: builtin/symbolic-ref.c:40
20762 msgid "suppress error message for non-symbolic (detached) refs"
20765 #: builtin/symbolic-ref.c:41
20766 msgid "delete symbolic ref"
20769 #: builtin/symbolic-ref.c:42
20770 msgid "shorten ref output"
20773 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:499
20777 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:499
20778 msgid "reason of the update"
20781 #: builtin/tag.c:25
20783 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
20784 "\t\t<tagname> [<head>]"
20787 #: builtin/tag.c:27
20788 msgid "git tag -d <tagname>..."
20791 #: builtin/tag.c:28
20793 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
20794 "points-at <object>]\n"
20795 "\t\t[--format=<format>] [--merged <commit>] [--no-merged <commit>] "
20799 #: builtin/tag.c:30
20800 msgid "git tag -v [--format=<format>] <tagname>..."
20803 #: builtin/tag.c:89
20805 msgid "tag '%s' not found."
20808 #: builtin/tag.c:105
20810 msgid "Deleted tag '%s' (was %s)\n"
20813 #: builtin/tag.c:135
20817 "Write a message for tag:\n"
20819 "Lines starting with '%c' will be ignored.\n"
20822 #: builtin/tag.c:139
20826 "Write a message for tag:\n"
20828 "Lines starting with '%c' will be kept; you may remove them yourself if you "
20832 #: builtin/tag.c:198
20833 msgid "unable to sign the tag"
20836 #: builtin/tag.c:200
20837 msgid "unable to write tag file"
20840 #: builtin/tag.c:216
20843 "You have created a nested tag. The object referred to by your new tag is\n"
20844 "already a tag. If you meant to tag the object that it points to, use:\n"
20846 "\tgit tag -f %s %s^{}"
20849 #: builtin/tag.c:232
20850 msgid "bad object type."
20853 #: builtin/tag.c:285
20854 msgid "no tag message?"
20857 #: builtin/tag.c:292
20859 msgid "The tag message has been left in %s\n"
20862 #: builtin/tag.c:403
20863 msgid "list tag names"
20866 #: builtin/tag.c:405
20867 msgid "print <n> lines of each tag message"
20870 #: builtin/tag.c:407
20871 msgid "delete tags"
20874 #: builtin/tag.c:408
20875 msgid "verify tags"
20878 #: builtin/tag.c:410
20879 msgid "Tag creation options"
20882 #: builtin/tag.c:412
20883 msgid "annotated tag, needs a message"
20886 #: builtin/tag.c:414
20887 msgid "tag message"
20890 #: builtin/tag.c:416
20891 msgid "force edit of tag message"
20894 #: builtin/tag.c:417
20895 msgid "annotated and GPG-signed tag"
20898 #: builtin/tag.c:420
20899 msgid "use another key to sign the tag"
20902 #: builtin/tag.c:421
20903 msgid "replace the tag if exists"
20906 #: builtin/tag.c:422 builtin/update-ref.c:505
20907 msgid "create a reflog"
20910 #: builtin/tag.c:424
20911 msgid "Tag listing options"
20914 #: builtin/tag.c:425
20915 msgid "show tag list in columns"
20918 #: builtin/tag.c:426 builtin/tag.c:428
20919 msgid "print only tags that contain the commit"
20922 #: builtin/tag.c:427 builtin/tag.c:429
20923 msgid "print only tags that don't contain the commit"
20926 #: builtin/tag.c:430
20927 msgid "print only tags that are merged"
20930 #: builtin/tag.c:431
20931 msgid "print only tags that are not merged"
20934 #: builtin/tag.c:435
20935 msgid "print only tags of the object"
20938 #: builtin/tag.c:483
20939 msgid "--column and -n are incompatible"
20942 #: builtin/tag.c:505
20943 msgid "-n option is only allowed in list mode"
20946 #: builtin/tag.c:507
20947 msgid "--contains option is only allowed in list mode"
20950 #: builtin/tag.c:509
20951 msgid "--no-contains option is only allowed in list mode"
20954 #: builtin/tag.c:511
20955 msgid "--points-at option is only allowed in list mode"
20958 #: builtin/tag.c:513
20959 msgid "--merged and --no-merged options are only allowed in list mode"
20962 #: builtin/tag.c:524
20963 msgid "only one -F or -m option is allowed."
20966 #: builtin/tag.c:543
20967 msgid "too many params"
20970 #: builtin/tag.c:549
20972 msgid "'%s' is not a valid tag name."
20975 #: builtin/tag.c:554
20977 msgid "tag '%s' already exists"
20980 #: builtin/tag.c:585
20982 msgid "Updated tag '%s' (was %s)\n"
20985 #: builtin/unpack-objects.c:502
20986 msgid "Unpacking objects"
20989 #: builtin/update-index.c:84
20991 msgid "failed to create directory %s"
20994 #: builtin/update-index.c:100
20996 msgid "failed to create file %s"
20999 #: builtin/update-index.c:108
21001 msgid "failed to delete file %s"
21004 #: builtin/update-index.c:115 builtin/update-index.c:221
21006 msgid "failed to delete directory %s"
21009 #: builtin/update-index.c:140
21011 msgid "Testing mtime in '%s' "
21014 #: builtin/update-index.c:154
21015 msgid "directory stat info does not change after adding a new file"
21018 #: builtin/update-index.c:167
21019 msgid "directory stat info does not change after adding a new directory"
21022 #: builtin/update-index.c:180
21023 msgid "directory stat info changes after updating a file"
21026 #: builtin/update-index.c:191
21027 msgid "directory stat info changes after adding a file inside subdirectory"
21030 #: builtin/update-index.c:202
21031 msgid "directory stat info does not change after deleting a file"
21034 #: builtin/update-index.c:215
21035 msgid "directory stat info does not change after deleting a directory"
21038 #: builtin/update-index.c:222
21042 #: builtin/update-index.c:591
21043 msgid "git update-index [<options>] [--] [<file>...]"
21046 #: builtin/update-index.c:974
21047 msgid "continue refresh even when index needs update"
21050 #: builtin/update-index.c:977
21051 msgid "refresh: ignore submodules"
21054 #: builtin/update-index.c:980
21055 msgid "do not ignore new files"
21058 #: builtin/update-index.c:982
21059 msgid "let files replace directories and vice-versa"
21062 #: builtin/update-index.c:984
21063 msgid "notice files missing from worktree"
21066 #: builtin/update-index.c:986
21067 msgid "refresh even if index contains unmerged entries"
21070 #: builtin/update-index.c:989
21071 msgid "refresh stat information"
21074 #: builtin/update-index.c:993
21075 msgid "like --refresh, but ignore assume-unchanged setting"
21078 #: builtin/update-index.c:997
21079 msgid "<mode>,<object>,<path>"
21082 #: builtin/update-index.c:998
21083 msgid "add the specified entry to the index"
21086 #: builtin/update-index.c:1008
21087 msgid "mark files as \"not changing\""
21090 #: builtin/update-index.c:1011
21091 msgid "clear assumed-unchanged bit"
21094 #: builtin/update-index.c:1014
21095 msgid "mark files as \"index-only\""
21098 #: builtin/update-index.c:1017
21099 msgid "clear skip-worktree bit"
21102 #: builtin/update-index.c:1020
21103 msgid "do not touch index-only entries"
21106 #: builtin/update-index.c:1022
21107 msgid "add to index only; do not add content to object database"
21110 #: builtin/update-index.c:1024
21111 msgid "remove named paths even if present in worktree"
21114 #: builtin/update-index.c:1026
21115 msgid "with --stdin: input lines are terminated by null bytes"
21118 #: builtin/update-index.c:1028
21119 msgid "read list of paths to be updated from standard input"
21122 #: builtin/update-index.c:1032
21123 msgid "add entries from standard input to the index"
21126 #: builtin/update-index.c:1036
21127 msgid "repopulate stages #2 and #3 for the listed paths"
21130 #: builtin/update-index.c:1040
21131 msgid "only update entries that differ from HEAD"
21134 #: builtin/update-index.c:1044
21135 msgid "ignore files missing from worktree"
21138 #: builtin/update-index.c:1047
21139 msgid "report actions to standard output"
21142 #: builtin/update-index.c:1049
21143 msgid "(for porcelains) forget saved unresolved conflicts"
21146 #: builtin/update-index.c:1053
21147 msgid "write index in this format"
21150 #: builtin/update-index.c:1055
21151 msgid "enable or disable split index"
21154 #: builtin/update-index.c:1057
21155 msgid "enable/disable untracked cache"
21158 #: builtin/update-index.c:1059
21159 msgid "test if the filesystem supports untracked cache"
21162 #: builtin/update-index.c:1061
21163 msgid "enable untracked cache without testing the filesystem"
21166 #: builtin/update-index.c:1063
21167 msgid "write out the index even if is not flagged as changed"
21170 #: builtin/update-index.c:1065
21171 msgid "enable or disable file system monitor"
21174 #: builtin/update-index.c:1067
21175 msgid "mark files as fsmonitor valid"
21178 #: builtin/update-index.c:1070
21179 msgid "clear fsmonitor valid bit"
21182 #: builtin/update-index.c:1173
21184 "core.splitIndex is set to false; remove or change it, if you really want to "
21185 "enable split index"
21188 #: builtin/update-index.c:1182
21190 "core.splitIndex is set to true; remove or change it, if you really want to "
21191 "disable split index"
21194 #: builtin/update-index.c:1194
21196 "core.untrackedCache is set to true; remove or change it, if you really want "
21197 "to disable the untracked cache"
21200 #: builtin/update-index.c:1198
21201 msgid "Untracked cache disabled"
21204 #: builtin/update-index.c:1206
21206 "core.untrackedCache is set to false; remove or change it, if you really want "
21207 "to enable the untracked cache"
21210 #: builtin/update-index.c:1210
21212 msgid "Untracked cache enabled for '%s'"
21215 #: builtin/update-index.c:1218
21216 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
21219 #: builtin/update-index.c:1222
21220 msgid "fsmonitor enabled"
21223 #: builtin/update-index.c:1225
21225 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
21228 #: builtin/update-index.c:1229
21229 msgid "fsmonitor disabled"
21232 #: builtin/update-ref.c:10
21233 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
21236 #: builtin/update-ref.c:11
21237 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
21240 #: builtin/update-ref.c:12
21241 msgid "git update-ref [<options>] --stdin [-z]"
21244 #: builtin/update-ref.c:500
21245 msgid "delete the reference"
21248 #: builtin/update-ref.c:502
21249 msgid "update <refname> not the one it points to"
21252 #: builtin/update-ref.c:503
21253 msgid "stdin has NUL-terminated arguments"
21256 #: builtin/update-ref.c:504
21257 msgid "read updates from stdin"
21260 #: builtin/update-server-info.c:7
21261 msgid "git update-server-info [--force]"
21264 #: builtin/update-server-info.c:15
21265 msgid "update the info files from scratch"
21268 #: builtin/upload-pack.c:11
21269 msgid "git upload-pack [<options>] <dir>"
21272 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
21273 msgid "quit after a single request/response exchange"
21276 #: builtin/upload-pack.c:25
21277 msgid "exit immediately after initial ref advertisement"
21280 #: builtin/upload-pack.c:27
21281 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
21284 #: builtin/upload-pack.c:29
21285 msgid "interrupt transfer after <n> seconds of inactivity"
21288 #: builtin/verify-commit.c:19
21289 msgid "git verify-commit [-v | --verbose] <commit>..."
21292 #: builtin/verify-commit.c:68
21293 msgid "print commit contents"
21296 #: builtin/verify-commit.c:69 builtin/verify-tag.c:37
21297 msgid "print raw gpg status output"
21300 #: builtin/verify-pack.c:59
21301 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
21304 #: builtin/verify-pack.c:70
21308 #: builtin/verify-pack.c:72
21309 msgid "show statistics only"
21312 #: builtin/verify-tag.c:18
21313 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
21316 #: builtin/verify-tag.c:36
21317 msgid "print tag contents"
21320 #: builtin/worktree.c:17
21321 msgid "git worktree add [<options>] <path> [<commit-ish>]"
21324 #: builtin/worktree.c:18
21325 msgid "git worktree list [<options>]"
21328 #: builtin/worktree.c:19
21329 msgid "git worktree lock [<options>] <path>"
21332 #: builtin/worktree.c:20
21333 msgid "git worktree move <worktree> <new-path>"
21336 #: builtin/worktree.c:21
21337 msgid "git worktree prune [<options>]"
21340 #: builtin/worktree.c:22
21341 msgid "git worktree remove [<options>] <worktree>"
21344 #: builtin/worktree.c:23
21345 msgid "git worktree unlock <path>"
21348 #: builtin/worktree.c:60 builtin/worktree.c:973
21350 msgid "failed to delete '%s'"
21353 #: builtin/worktree.c:85
21354 msgid "not a valid directory"
21357 #: builtin/worktree.c:91
21358 msgid "gitdir file does not exist"
21361 #: builtin/worktree.c:96 builtin/worktree.c:105
21363 msgid "unable to read gitdir file (%s)"
21366 #: builtin/worktree.c:115
21368 msgid "short read (expected %<PRIuMAX> bytes, read %<PRIuMAX>)"
21371 #: builtin/worktree.c:123
21372 msgid "invalid gitdir file"
21375 #: builtin/worktree.c:131
21376 msgid "gitdir file points to non-existent location"
21379 #: builtin/worktree.c:146
21381 msgid "Removing %s/%s: %s"
21384 #: builtin/worktree.c:221
21385 msgid "report pruned working trees"
21388 #: builtin/worktree.c:223
21389 msgid "expire working trees older than <time>"
21392 #: builtin/worktree.c:293
21394 msgid "'%s' already exists"
21397 #: builtin/worktree.c:302
21399 msgid "unusable worktree destination '%s'"
21402 #: builtin/worktree.c:307
21405 "'%s' is a missing but locked worktree;\n"
21406 "use '%s -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
21409 #: builtin/worktree.c:309
21412 "'%s' is a missing but already registered worktree;\n"
21413 "use '%s -f' to override, or 'prune' or 'remove' to clear"
21416 #: builtin/worktree.c:360
21418 msgid "could not create directory of '%s'"
21421 #: builtin/worktree.c:494 builtin/worktree.c:500
21423 msgid "Preparing worktree (new branch '%s')"
21426 #: builtin/worktree.c:496
21428 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
21431 #: builtin/worktree.c:505
21433 msgid "Preparing worktree (checking out '%s')"
21436 #: builtin/worktree.c:511
21438 msgid "Preparing worktree (detached HEAD %s)"
21441 #: builtin/worktree.c:552
21442 msgid "checkout <branch> even if already checked out in other worktree"
21445 #: builtin/worktree.c:555
21446 msgid "create a new branch"
21449 #: builtin/worktree.c:557
21450 msgid "create or reset a branch"
21453 #: builtin/worktree.c:559
21454 msgid "populate the new working tree"
21457 #: builtin/worktree.c:560
21458 msgid "keep the new working tree locked"
21461 #: builtin/worktree.c:563
21462 msgid "set up tracking mode (see git-branch(1))"
21465 #: builtin/worktree.c:566
21466 msgid "try to match the new branch name with a remote-tracking branch"
21469 #: builtin/worktree.c:574
21470 msgid "-b, -B, and --detach are mutually exclusive"
21473 #: builtin/worktree.c:635
21474 msgid "--[no-]track can only be used if a new branch is created"
21477 #: builtin/worktree.c:758
21478 msgid "reason for locking"
21481 #: builtin/worktree.c:770 builtin/worktree.c:803 builtin/worktree.c:877
21482 #: builtin/worktree.c:1001
21484 msgid "'%s' is not a working tree"
21487 #: builtin/worktree.c:772 builtin/worktree.c:805
21488 msgid "The main working tree cannot be locked or unlocked"
21491 #: builtin/worktree.c:777
21493 msgid "'%s' is already locked, reason: %s"
21496 #: builtin/worktree.c:779
21498 msgid "'%s' is already locked"
21501 #: builtin/worktree.c:807
21503 msgid "'%s' is not locked"
21506 #: builtin/worktree.c:848
21507 msgid "working trees containing submodules cannot be moved or removed"
21510 #: builtin/worktree.c:856
21511 msgid "force move even if worktree is dirty or locked"
21514 #: builtin/worktree.c:879 builtin/worktree.c:1003
21516 msgid "'%s' is a main working tree"
21519 #: builtin/worktree.c:884
21521 msgid "could not figure out destination name from '%s'"
21524 #: builtin/worktree.c:897
21527 "cannot move a locked working tree, lock reason: %s\n"
21528 "use 'move -f -f' to override or unlock first"
21531 #: builtin/worktree.c:899
21533 "cannot move a locked working tree;\n"
21534 "use 'move -f -f' to override or unlock first"
21537 #: builtin/worktree.c:902
21539 msgid "validation failed, cannot move working tree: %s"
21542 #: builtin/worktree.c:907
21544 msgid "failed to move '%s' to '%s'"
21547 #: builtin/worktree.c:953
21549 msgid "failed to run 'git status' on '%s'"
21552 #: builtin/worktree.c:957
21554 msgid "'%s' contains modified or untracked files, use --force to delete it"
21557 #: builtin/worktree.c:962
21559 msgid "failed to run 'git status' on '%s', code %d"
21562 #: builtin/worktree.c:985
21563 msgid "force removal even if worktree is dirty or locked"
21566 #: builtin/worktree.c:1008
21569 "cannot remove a locked working tree, lock reason: %s\n"
21570 "use 'remove -f -f' to override or unlock first"
21573 #: builtin/worktree.c:1010
21575 "cannot remove a locked working tree;\n"
21576 "use 'remove -f -f' to override or unlock first"
21579 #: builtin/worktree.c:1013
21581 msgid "validation failed, cannot remove working tree: %s"
21584 #: builtin/worktree.c:1037
21586 msgid "repair: %s: %s"
21589 #: builtin/worktree.c:1040
21591 msgid "error: %s: %s"
21594 #: builtin/write-tree.c:15
21595 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
21598 #: builtin/write-tree.c:28
21602 #: builtin/write-tree.c:29
21603 msgid "write tree object for a subdirectory <prefix>"
21606 #: builtin/write-tree.c:31
21607 msgid "only useful for debugging"
21610 #: http-fetch.c:114
21612 msgid "argument to --packfile must be a valid hash (got '%s')"
21615 #: http-fetch.c:122
21616 msgid "not a git repository"
21619 #: t/helper/test-fast-rebase.c:141
21620 msgid "unhandled options"
21623 #: t/helper/test-fast-rebase.c:146
21624 msgid "error preparing revisions"
21627 #: t/helper/test-reach.c:154
21629 msgid "commit %s is not marked reachable"
21632 #: t/helper/test-reach.c:164
21633 msgid "too many commits marked reachable"
21636 #: t/helper/test-serve-v2.c:7
21637 msgid "test-tool serve-v2 [<options>]"
21640 #: t/helper/test-serve-v2.c:19
21641 msgid "exit immediately after advertising capabilities"
21646 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
21647 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
21648 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
21650 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
21651 " <command> [<args>]"
21656 "'git help -a' and 'git help -g' list available subcommands and some\n"
21657 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
21658 "to read about a specific subcommand or concept.\n"
21659 "See 'git help git' for an overview of the system."
21664 msgid "no directory given for --git-dir\n"
21669 msgid "no namespace given for --namespace\n"
21674 msgid "no directory given for --work-tree\n"
21679 msgid "no prefix given for --super-prefix\n"
21684 msgid "-c expects a configuration string\n"
21689 msgid "no directory given for -C\n"
21694 msgid "unknown option: %s\n"
21699 msgid "while expanding alias '%s': '%s'"
21705 "alias '%s' changes environment variables.\n"
21706 "You can use '!git' in the alias to do this"
21711 msgid "empty alias for %s"
21716 msgid "recursive alias: %s"
21720 msgid "write failure on standard output"
21724 msgid "unknown write failure on standard output"
21728 msgid "close failed on standard output"
21733 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
21738 msgid "cannot handle %s as a builtin"
21750 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
21755 msgid "failed to run command '%s': %s\n"
21760 msgid "negative value for http.postbuffer; defaulting to %d"
21764 msgid "Delegation control is not supported with cURL < 7.22.0"
21768 msgid "Public key pinning not supported with cURL < 7.44.0"
21772 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
21776 msgid "Protocol restrictions not supported with cURL < 7.19.4"
21781 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
21786 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
21791 msgid "Could not set SSL backend to '%s': already set"
21797 "unable to update url base from redirection:\n"
21802 #: remote-curl.c:183
21804 msgid "invalid quoting in push-option value: '%s'"
21807 #: remote-curl.c:307
21809 msgid "%sinfo/refs not valid: is this a git repository?"
21812 #: remote-curl.c:408
21813 msgid "invalid server response; expected service, got flush packet"
21816 #: remote-curl.c:439
21818 msgid "invalid server response; got '%s'"
21821 #: remote-curl.c:499
21823 msgid "repository '%s' not found"
21826 #: remote-curl.c:503
21828 msgid "Authentication failed for '%s'"
21831 #: remote-curl.c:507
21833 msgid "unable to access '%s': %s"
21836 #: remote-curl.c:513
21838 msgid "redirecting to %s"
21841 #: remote-curl.c:642
21842 msgid "shouldn't have EOF when not gentle on EOF"
21845 #: remote-curl.c:654
21846 msgid "remote server sent stateless separator"
21849 #: remote-curl.c:724
21850 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
21853 #: remote-curl.c:754
21855 msgid "remote-curl: bad line length character: %.4s"
21858 #: remote-curl.c:756
21859 msgid "remote-curl: unexpected response end packet"
21862 #: remote-curl.c:832
21864 msgid "RPC failed; %s"
21867 #: remote-curl.c:872
21868 msgid "cannot handle pushes this big"
21871 #: remote-curl.c:987
21873 msgid "cannot deflate request; zlib deflate error %d"
21876 #: remote-curl.c:991
21878 msgid "cannot deflate request; zlib end error %d"
21881 #: remote-curl.c:1041
21883 msgid "%d bytes of length header were received"
21886 #: remote-curl.c:1043
21888 msgid "%d bytes of body are still expected"
21891 #: remote-curl.c:1132
21892 msgid "dumb http transport does not support shallow capabilities"
21895 #: remote-curl.c:1147
21896 msgid "fetch failed."
21899 #: remote-curl.c:1193
21900 msgid "cannot fetch by sha1 over smart http"
21903 #: remote-curl.c:1237 remote-curl.c:1243
21905 msgid "protocol error: expected sha/ref, got '%s'"
21908 #: remote-curl.c:1255 remote-curl.c:1373
21910 msgid "http transport does not support %s"
21913 #: remote-curl.c:1291
21914 msgid "git-http-push failed"
21917 #: remote-curl.c:1479
21918 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
21921 #: remote-curl.c:1511
21922 msgid "remote-curl: error reading command stream from git"
21925 #: remote-curl.c:1518
21926 msgid "remote-curl: fetch attempted without a local repo"
21929 #: remote-curl.c:1559
21931 msgid "remote-curl: unknown command '%s' from git"
21934 #: compat/compiler.h:26
21935 msgid "no compiler information available\n"
21938 #: compat/compiler.h:38
21939 msgid "no libc information available\n"
21942 #: list-objects-filter-options.h:91
21946 #: list-objects-filter-options.h:92
21947 msgid "object filtering"
21950 #: parse-options.h:183
21951 msgid "expiry-date"
21954 #: parse-options.h:197
21955 msgid "no-op (backward compatibility)"
21958 #: parse-options.h:309
21959 msgid "be more verbose"
21962 #: parse-options.h:311
21963 msgid "be more quiet"
21966 #: parse-options.h:317
21967 msgid "use <n> digits to display object names"
21970 #: parse-options.h:336
21971 msgid "how to strip spaces and #comments from message"
21974 #: parse-options.h:337
21975 msgid "read pathspec from file"
21978 #: parse-options.h:338
21980 "with --pathspec-from-file, pathspec elements are separated with NUL character"
21988 msgid "field name to sort on"
21992 msgid "update the index with reused conflict resolution if possible"
21996 msgid "HEAD detached at "
22000 msgid "HEAD detached from "
22003 #: command-list.h:50
22004 msgid "Add file contents to the index"
22007 #: command-list.h:51
22008 msgid "Apply a series of patches from a mailbox"
22011 #: command-list.h:52
22012 msgid "Annotate file lines with commit information"
22015 #: command-list.h:53
22016 msgid "Apply a patch to files and/or to the index"
22019 #: command-list.h:54
22020 msgid "Import a GNU Arch repository into Git"
22023 #: command-list.h:55
22024 msgid "Create an archive of files from a named tree"
22027 #: command-list.h:56
22028 msgid "Use binary search to find the commit that introduced a bug"
22031 #: command-list.h:57
22032 msgid "Show what revision and author last modified each line of a file"
22035 #: command-list.h:58
22036 msgid "List, create, or delete branches"
22039 #: command-list.h:59
22040 msgid "Collect information for user to file a bug report"
22043 #: command-list.h:60
22044 msgid "Move objects and refs by archive"
22047 #: command-list.h:61
22048 msgid "Provide content or type and size information for repository objects"
22051 #: command-list.h:62
22052 msgid "Display gitattributes information"
22055 #: command-list.h:63
22056 msgid "Debug gitignore / exclude files"
22059 #: command-list.h:64
22060 msgid "Show canonical names and email addresses of contacts"
22063 #: command-list.h:65
22064 msgid "Switch branches or restore working tree files"
22067 #: command-list.h:66
22068 msgid "Copy files from the index to the working tree"
22071 #: command-list.h:67
22072 msgid "Ensures that a reference name is well formed"
22075 #: command-list.h:68
22076 msgid "Find commits yet to be applied to upstream"
22079 #: command-list.h:69
22080 msgid "Apply the changes introduced by some existing commits"
22083 #: command-list.h:70
22084 msgid "Graphical alternative to git-commit"
22087 #: command-list.h:71
22088 msgid "Remove untracked files from the working tree"
22091 #: command-list.h:72
22092 msgid "Clone a repository into a new directory"
22095 #: command-list.h:73
22096 msgid "Display data in columns"
22099 #: command-list.h:74
22100 msgid "Record changes to the repository"
22103 #: command-list.h:75
22104 msgid "Write and verify Git commit-graph files"
22107 #: command-list.h:76
22108 msgid "Create a new commit object"
22111 #: command-list.h:77
22112 msgid "Get and set repository or global options"
22115 #: command-list.h:78
22116 msgid "Count unpacked number of objects and their disk consumption"
22119 #: command-list.h:79
22120 msgid "Retrieve and store user credentials"
22123 #: command-list.h:80
22124 msgid "Helper to temporarily store passwords in memory"
22127 #: command-list.h:81
22128 msgid "Helper to store credentials on disk"
22131 #: command-list.h:82
22132 msgid "Export a single commit to a CVS checkout"
22135 #: command-list.h:83
22136 msgid "Salvage your data out of another SCM people love to hate"
22139 #: command-list.h:84
22140 msgid "A CVS server emulator for Git"
22143 #: command-list.h:85
22144 msgid "A really simple server for Git repositories"
22147 #: command-list.h:86
22148 msgid "Give an object a human readable name based on an available ref"
22151 #: command-list.h:87
22152 msgid "Show changes between commits, commit and working tree, etc"
22155 #: command-list.h:88
22156 msgid "Compares files in the working tree and the index"
22159 #: command-list.h:89
22160 msgid "Compare a tree to the working tree or index"
22163 #: command-list.h:90
22164 msgid "Compares the content and mode of blobs found via two tree objects"
22167 #: command-list.h:91
22168 msgid "Show changes using common diff tools"
22171 #: command-list.h:92
22172 msgid "Git data exporter"
22175 #: command-list.h:93
22176 msgid "Backend for fast Git data importers"
22179 #: command-list.h:94
22180 msgid "Download objects and refs from another repository"
22183 #: command-list.h:95
22184 msgid "Receive missing objects from another repository"
22187 #: command-list.h:96
22188 msgid "Rewrite branches"
22191 #: command-list.h:97
22192 msgid "Produce a merge commit message"
22195 #: command-list.h:98
22196 msgid "Output information on each ref"
22199 #: command-list.h:99
22200 msgid "Run a Git command on a list of repositories"
22203 #: command-list.h:100
22204 msgid "Prepare patches for e-mail submission"
22207 #: command-list.h:101
22208 msgid "Verifies the connectivity and validity of the objects in the database"
22211 #: command-list.h:102
22212 msgid "Cleanup unnecessary files and optimize the local repository"
22215 #: command-list.h:103
22216 msgid "Extract commit ID from an archive created using git-archive"
22219 #: command-list.h:104
22220 msgid "Print lines matching a pattern"
22223 #: command-list.h:105
22224 msgid "A portable graphical interface to Git"
22227 #: command-list.h:106
22228 msgid "Compute object ID and optionally creates a blob from a file"
22231 #: command-list.h:107
22232 msgid "Display help information about Git"
22235 #: command-list.h:108
22236 msgid "Server side implementation of Git over HTTP"
22239 #: command-list.h:109
22240 msgid "Download from a remote Git repository via HTTP"
22243 #: command-list.h:110
22244 msgid "Push objects over HTTP/DAV to another repository"
22247 #: command-list.h:111
22248 msgid "Send a collection of patches from stdin to an IMAP folder"
22251 #: command-list.h:112
22252 msgid "Build pack index file for an existing packed archive"
22255 #: command-list.h:113
22256 msgid "Create an empty Git repository or reinitialize an existing one"
22259 #: command-list.h:114
22260 msgid "Instantly browse your working repository in gitweb"
22263 #: command-list.h:115
22264 msgid "Add or parse structured information in commit messages"
22267 #: command-list.h:116
22268 msgid "The Git repository browser"
22271 #: command-list.h:117
22272 msgid "Show commit logs"
22275 #: command-list.h:118
22276 msgid "Show information about files in the index and the working tree"
22279 #: command-list.h:119
22280 msgid "List references in a remote repository"
22283 #: command-list.h:120
22284 msgid "List the contents of a tree object"
22287 #: command-list.h:121
22288 msgid "Extracts patch and authorship from a single e-mail message"
22291 #: command-list.h:122
22292 msgid "Simple UNIX mbox splitter program"
22295 #: command-list.h:123
22296 msgid "Run tasks to optimize Git repository data"
22299 #: command-list.h:124
22300 msgid "Join two or more development histories together"
22303 #: command-list.h:125
22304 msgid "Find as good common ancestors as possible for a merge"
22307 #: command-list.h:126
22308 msgid "Run a three-way file merge"
22311 #: command-list.h:127
22312 msgid "Run a merge for files needing merging"
22315 #: command-list.h:128
22316 msgid "The standard helper program to use with git-merge-index"
22319 #: command-list.h:129
22320 msgid "Run merge conflict resolution tools to resolve merge conflicts"
22323 #: command-list.h:130
22324 msgid "Show three-way merge without touching index"
22327 #: command-list.h:131
22328 msgid "Write and verify multi-pack-indexes"
22331 #: command-list.h:132
22332 msgid "Creates a tag object"
22335 #: command-list.h:133
22336 msgid "Build a tree-object from ls-tree formatted text"
22339 #: command-list.h:134
22340 msgid "Move or rename a file, a directory, or a symlink"
22343 #: command-list.h:135
22344 msgid "Find symbolic names for given revs"
22347 #: command-list.h:136
22348 msgid "Add or inspect object notes"
22351 #: command-list.h:137
22352 msgid "Import from and submit to Perforce repositories"
22355 #: command-list.h:138
22356 msgid "Create a packed archive of objects"
22359 #: command-list.h:139
22360 msgid "Find redundant pack files"
22363 #: command-list.h:140
22364 msgid "Pack heads and tags for efficient repository access"
22367 #: command-list.h:141
22368 msgid "Compute unique ID for a patch"
22371 #: command-list.h:142
22372 msgid "Prune all unreachable objects from the object database"
22375 #: command-list.h:143
22376 msgid "Remove extra objects that are already in pack files"
22379 #: command-list.h:144
22380 msgid "Fetch from and integrate with another repository or a local branch"
22383 #: command-list.h:145
22384 msgid "Update remote refs along with associated objects"
22387 #: command-list.h:146
22388 msgid "Applies a quilt patchset onto the current branch"
22391 #: command-list.h:147
22392 msgid "Compare two commit ranges (e.g. two versions of a branch)"
22395 #: command-list.h:148
22396 msgid "Reads tree information into the index"
22399 #: command-list.h:149
22400 msgid "Reapply commits on top of another base tip"
22403 #: command-list.h:150
22404 msgid "Receive what is pushed into the repository"
22407 #: command-list.h:151
22408 msgid "Manage reflog information"
22411 #: command-list.h:152
22412 msgid "Manage set of tracked repositories"
22415 #: command-list.h:153
22416 msgid "Pack unpacked objects in a repository"
22419 #: command-list.h:154
22420 msgid "Create, list, delete refs to replace objects"
22423 #: command-list.h:155
22424 msgid "Generates a summary of pending changes"
22427 #: command-list.h:156
22428 msgid "Reuse recorded resolution of conflicted merges"
22431 #: command-list.h:157
22432 msgid "Reset current HEAD to the specified state"
22435 #: command-list.h:158
22436 msgid "Restore working tree files"
22439 #: command-list.h:159
22440 msgid "Revert some existing commits"
22443 #: command-list.h:160
22444 msgid "Lists commit objects in reverse chronological order"
22447 #: command-list.h:161
22448 msgid "Pick out and massage parameters"
22451 #: command-list.h:162
22452 msgid "Remove files from the working tree and from the index"
22455 #: command-list.h:163
22456 msgid "Send a collection of patches as emails"
22459 #: command-list.h:164
22460 msgid "Push objects over Git protocol to another repository"
22463 #: command-list.h:165
22464 msgid "Restricted login shell for Git-only SSH access"
22467 #: command-list.h:166
22468 msgid "Summarize 'git log' output"
22471 #: command-list.h:167
22472 msgid "Show various types of objects"
22475 #: command-list.h:168
22476 msgid "Show branches and their commits"
22479 #: command-list.h:169
22480 msgid "Show packed archive index"
22483 #: command-list.h:170
22484 msgid "List references in a local repository"
22487 #: command-list.h:171
22488 msgid "Git's i18n setup code for shell scripts"
22491 #: command-list.h:172
22492 msgid "Common Git shell script setup code"
22495 #: command-list.h:173
22496 msgid "Initialize and modify the sparse-checkout"
22499 #: command-list.h:174
22500 msgid "Stash the changes in a dirty working directory away"
22503 #: command-list.h:175
22504 msgid "Add file contents to the staging area"
22507 #: command-list.h:176
22508 msgid "Show the working tree status"
22511 #: command-list.h:177
22512 msgid "Remove unnecessary whitespace"
22515 #: command-list.h:178
22516 msgid "Initialize, update or inspect submodules"
22519 #: command-list.h:179
22520 msgid "Bidirectional operation between a Subversion repository and Git"
22523 #: command-list.h:180
22524 msgid "Switch branches"
22527 #: command-list.h:181
22528 msgid "Read, modify and delete symbolic refs"
22531 #: command-list.h:182
22532 msgid "Create, list, delete or verify a tag object signed with GPG"
22535 #: command-list.h:183
22536 msgid "Creates a temporary file with a blob's contents"
22539 #: command-list.h:184
22540 msgid "Unpack objects from a packed archive"
22543 #: command-list.h:185
22544 msgid "Register file contents in the working tree to the index"
22547 #: command-list.h:186
22548 msgid "Update the object name stored in a ref safely"
22551 #: command-list.h:187
22552 msgid "Update auxiliary info file to help dumb servers"
22555 #: command-list.h:188
22556 msgid "Send archive back to git-archive"
22559 #: command-list.h:189
22560 msgid "Send objects packed back to git-fetch-pack"
22563 #: command-list.h:190
22564 msgid "Show a Git logical variable"
22567 #: command-list.h:191
22568 msgid "Check the GPG signature of commits"
22571 #: command-list.h:192
22572 msgid "Validate packed Git archive files"
22575 #: command-list.h:193
22576 msgid "Check the GPG signature of tags"
22579 #: command-list.h:194
22580 msgid "Git web interface (web frontend to Git repositories)"
22583 #: command-list.h:195
22584 msgid "Show logs with difference each commit introduces"
22587 #: command-list.h:196
22588 msgid "Manage multiple working trees"
22591 #: command-list.h:197
22592 msgid "Create a tree object from the current index"
22595 #: command-list.h:198
22596 msgid "Defining attributes per path"
22599 #: command-list.h:199
22600 msgid "Git command-line interface and conventions"
22603 #: command-list.h:200
22604 msgid "A Git core tutorial for developers"
22607 #: command-list.h:201
22608 msgid "Providing usernames and passwords to Git"
22611 #: command-list.h:202
22612 msgid "Git for CVS users"
22615 #: command-list.h:203
22616 msgid "Tweaking diff output"
22619 #: command-list.h:204
22620 msgid "A useful minimum set of commands for Everyday Git"
22623 #: command-list.h:205
22624 msgid "Frequently asked questions about using Git"
22627 #: command-list.h:206
22628 msgid "A Git Glossary"
22631 #: command-list.h:207
22632 msgid "Hooks used by Git"
22635 #: command-list.h:208
22636 msgid "Specifies intentionally untracked files to ignore"
22639 #: command-list.h:209
22640 msgid "Defining submodule properties"
22643 #: command-list.h:210
22644 msgid "Git namespaces"
22647 #: command-list.h:211
22648 msgid "Helper programs to interact with remote repositories"
22651 #: command-list.h:212
22652 msgid "Git Repository Layout"
22655 #: command-list.h:213
22656 msgid "Specifying revisions and ranges for Git"
22659 #: command-list.h:214
22660 msgid "Mounting one repository inside another"
22663 #: command-list.h:215
22664 msgid "A tutorial introduction to Git: part two"
22667 #: command-list.h:216
22668 msgid "A tutorial introduction to Git"
22671 #: command-list.h:217
22672 msgid "An overview of recommended workflows with Git"
22675 #: git-bisect.sh:48
22677 msgid "Bad rev input: $arg"
22680 #: git-bisect.sh:82
22681 msgid "No logfile given"
22684 #: git-bisect.sh:83
22686 msgid "cannot read $file for replaying"
22689 #: git-bisect.sh:105
22690 msgid "?? what are you talking about?"
22693 #: git-bisect.sh:115
22694 msgid "bisect run failed: no command provided."
22697 #: git-bisect.sh:120
22699 msgid "running $command"
22702 #: git-bisect.sh:127
22705 "bisect run failed:\n"
22706 "exit code $res from '$command' is < 0 or >= 128"
22709 #: git-bisect.sh:152
22710 msgid "bisect run cannot continue any more"
22713 #: git-bisect.sh:158
22716 "bisect run failed:\n"
22717 "'bisect-state $state' exited with error code $res"
22720 #: git-bisect.sh:165
22721 msgid "bisect run success"
22724 #: git-bisect.sh:173
22725 msgid "We are not bisecting."
22728 #: git-merge-octopus.sh:46
22730 "Error: Your local changes to the following files would be overwritten by "
22734 #: git-merge-octopus.sh:61
22735 msgid "Automated merge did not work."
22738 #: git-merge-octopus.sh:62
22739 msgid "Should not be doing an octopus."
22742 #: git-merge-octopus.sh:73
22744 msgid "Unable to find common commit with $pretty_name"
22747 #: git-merge-octopus.sh:77
22749 msgid "Already up to date with $pretty_name"
22752 #: git-merge-octopus.sh:89
22754 msgid "Fast-forwarding to: $pretty_name"
22757 #: git-merge-octopus.sh:97
22759 msgid "Trying simple merge with $pretty_name"
22762 #: git-merge-octopus.sh:102
22763 msgid "Simple merge did not work, trying automatic merge."
22766 #: git-submodule.sh:179
22767 msgid "Relative path can only be used from the toplevel of the working tree"
22770 #: git-submodule.sh:189
22772 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
22775 #: git-submodule.sh:208
22777 msgid "'$sm_path' already exists in the index"
22780 #: git-submodule.sh:211
22782 msgid "'$sm_path' already exists in the index and is not a submodule"
22785 #: git-submodule.sh:218
22787 msgid "'$sm_path' does not have a commit checked out"
22790 #: git-submodule.sh:249
22792 msgid "Adding existing repo at '$sm_path' to the index"
22795 #: git-submodule.sh:251
22797 msgid "'$sm_path' already exists and is not a valid git repo"
22800 #: git-submodule.sh:259
22802 msgid "A git directory for '$sm_name' is found locally with remote(s):"
22805 #: git-submodule.sh:261
22808 "If you want to reuse this local git directory instead of cloning again from\n"
22810 "use the '--force' option. If the local git directory is not the correct "
22812 "or you are unsure what this means choose another name with the '--name' "
22816 #: git-submodule.sh:267
22818 msgid "Reactivating local git directory for submodule '$sm_name'."
22821 #: git-submodule.sh:279
22823 msgid "Unable to checkout submodule '$sm_path'"
22826 #: git-submodule.sh:284
22828 msgid "Failed to add submodule '$sm_path'"
22831 #: git-submodule.sh:293
22833 msgid "Failed to register submodule '$sm_path'"
22836 #: git-submodule.sh:568
22838 msgid "Unable to find current revision in submodule path '$displaypath'"
22841 #: git-submodule.sh:578
22843 msgid "Unable to fetch in submodule path '$sm_path'"
22846 #: git-submodule.sh:583
22849 "Unable to find current ${remote_name}/${branch} revision in submodule path "
22853 #: git-submodule.sh:601
22856 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
22860 #: git-submodule.sh:607
22863 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
22864 "Direct fetching of that commit failed."
22867 #: git-submodule.sh:614
22869 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
22872 #: git-submodule.sh:615
22874 msgid "Submodule path '$displaypath': checked out '$sha1'"
22877 #: git-submodule.sh:619
22879 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
22882 #: git-submodule.sh:620
22884 msgid "Submodule path '$displaypath': rebased into '$sha1'"
22887 #: git-submodule.sh:625
22889 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
22892 #: git-submodule.sh:626
22894 msgid "Submodule path '$displaypath': merged in '$sha1'"
22897 #: git-submodule.sh:631
22899 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
22902 #: git-submodule.sh:632
22904 msgid "Submodule path '$displaypath': '$command $sha1'"
22907 #: git-submodule.sh:663
22909 msgid "Failed to recurse into submodule path '$displaypath'"
22912 #: git-rebase--preserve-merges.sh:109
22913 msgid "Applied autostash."
22916 #: git-rebase--preserve-merges.sh:112
22918 msgid "Cannot store $stash_sha1"
22921 #: git-rebase--preserve-merges.sh:113
22923 "Applying autostash resulted in conflicts.\n"
22924 "Your changes are safe in the stash.\n"
22925 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
22928 #: git-rebase--preserve-merges.sh:191
22930 msgid "Rebasing ($new_count/$total)"
22933 #: git-rebase--preserve-merges.sh:197
22937 "p, pick <commit> = use commit\n"
22938 "r, reword <commit> = use commit, but edit the commit message\n"
22939 "e, edit <commit> = use commit, but stop for amending\n"
22940 "s, squash <commit> = use commit, but meld into previous commit\n"
22941 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
22942 "x, exec <commit> = run command (the rest of the line) using shell\n"
22943 "d, drop <commit> = remove commit\n"
22944 "l, label <label> = label current HEAD with a name\n"
22945 "t, reset <label> = reset HEAD to a label\n"
22946 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
22947 ". create a merge commit using the original merge commit's\n"
22948 ". message (or the oneline, if no original merge commit was\n"
22949 ". specified). Use -c <commit> to reword the commit message.\n"
22951 "These lines can be re-ordered; they are executed from top to bottom.\n"
22954 #: git-rebase--preserve-merges.sh:260
22957 "You can amend the commit now, with\n"
22959 "\tgit commit --amend $gpg_sign_opt_quoted\n"
22961 "Once you are satisfied with your changes, run\n"
22963 "\tgit rebase --continue"
22966 #: git-rebase--preserve-merges.sh:285
22968 msgid "$sha1: not a commit that can be picked"
22971 #: git-rebase--preserve-merges.sh:324
22973 msgid "Invalid commit name: $sha1"
22976 #: git-rebase--preserve-merges.sh:354
22977 msgid "Cannot write current commit's replacement sha1"
22980 #: git-rebase--preserve-merges.sh:405
22982 msgid "Fast-forward to $sha1"
22985 #: git-rebase--preserve-merges.sh:407
22987 msgid "Cannot fast-forward to $sha1"
22990 #: git-rebase--preserve-merges.sh:416
22992 msgid "Cannot move HEAD to $first_parent"
22995 #: git-rebase--preserve-merges.sh:421
22997 msgid "Refusing to squash a merge: $sha1"
23000 #: git-rebase--preserve-merges.sh:439
23002 msgid "Error redoing merge $sha1"
23005 #: git-rebase--preserve-merges.sh:448
23007 msgid "Could not pick $sha1"
23010 #: git-rebase--preserve-merges.sh:457
23012 msgid "This is the commit message #${n}:"
23015 #: git-rebase--preserve-merges.sh:462
23017 msgid "The commit message #${n} will be skipped:"
23020 #: git-rebase--preserve-merges.sh:473
23022 msgid "This is a combination of $count commit."
23023 msgid_plural "This is a combination of $count commits."
23027 #: git-rebase--preserve-merges.sh:482
23029 msgid "Cannot write $fixup_msg"
23032 #: git-rebase--preserve-merges.sh:485
23033 msgid "This is a combination of 2 commits."
23036 #: git-rebase--preserve-merges.sh:526 git-rebase--preserve-merges.sh:569
23037 #: git-rebase--preserve-merges.sh:572
23039 msgid "Could not apply $sha1... $rest"
23042 #: git-rebase--preserve-merges.sh:601
23045 "Could not amend commit after successfully picking $sha1... $rest\n"
23046 "This is most likely due to an empty commit message, or the pre-commit hook\n"
23047 "failed. If the pre-commit hook failed, you may need to resolve the issue "
23049 "you are able to reword the commit."
23052 #: git-rebase--preserve-merges.sh:616
23054 msgid "Stopped at $sha1_abbrev... $rest"
23057 #: git-rebase--preserve-merges.sh:631
23059 msgid "Cannot '$squash_style' without a previous commit"
23062 #: git-rebase--preserve-merges.sh:673
23064 msgid "Executing: $rest"
23067 #: git-rebase--preserve-merges.sh:681
23069 msgid "Execution failed: $rest"
23072 #: git-rebase--preserve-merges.sh:683
23073 msgid "and made changes to the index and/or the working tree"
23076 #: git-rebase--preserve-merges.sh:685
23078 "You can fix the problem, and then run\n"
23080 "\tgit rebase --continue"
23083 #. TRANSLATORS: after these lines is a command to be issued by the user
23084 #: git-rebase--preserve-merges.sh:698
23087 "Execution succeeded: $rest\n"
23088 "but left changes to the index and/or the working tree\n"
23089 "Commit or stash your changes, and then run\n"
23091 "\tgit rebase --continue"
23094 #: git-rebase--preserve-merges.sh:709
23096 msgid "Unknown command: $command $sha1 $rest"
23099 #: git-rebase--preserve-merges.sh:710
23100 msgid "Please fix this using 'git rebase --edit-todo'."
23103 #: git-rebase--preserve-merges.sh:745
23105 msgid "Successfully rebased and updated $head_name."
23108 #: git-rebase--preserve-merges.sh:802
23109 msgid "Could not remove CHERRY_PICK_HEAD"
23112 #: git-rebase--preserve-merges.sh:807
23115 "You have staged changes in your working tree.\n"
23116 "If these changes are meant to be\n"
23117 "squashed into the previous commit, run:\n"
23119 " git commit --amend $gpg_sign_opt_quoted\n"
23121 "If they are meant to go into a new commit, run:\n"
23123 " git commit $gpg_sign_opt_quoted\n"
23125 "In both cases, once you're done, continue with:\n"
23127 " git rebase --continue\n"
23130 #: git-rebase--preserve-merges.sh:824
23131 msgid "Error trying to find the author identity to amend commit"
23134 #: git-rebase--preserve-merges.sh:829
23136 "You have uncommitted changes in your working tree. Please commit them\n"
23137 "first and then run 'git rebase --continue' again."
23140 #: git-rebase--preserve-merges.sh:834 git-rebase--preserve-merges.sh:838
23141 msgid "Could not commit staged changes."
23144 #: git-rebase--preserve-merges.sh:869 git-rebase--preserve-merges.sh:955
23145 msgid "Could not execute editor"
23148 #: git-rebase--preserve-merges.sh:890
23150 msgid "Could not checkout $switch_to"
23153 #: git-rebase--preserve-merges.sh:897
23157 #: git-rebase--preserve-merges.sh:898
23159 msgid "Could not create temporary $state_dir"
23162 #: git-rebase--preserve-merges.sh:901
23163 msgid "Could not mark as interactive"
23166 #: git-rebase--preserve-merges.sh:933
23168 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
23169 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
23173 #: git-rebase--preserve-merges.sh:945
23174 msgid "Note that empty commits are commented out"
23177 #: git-rebase--preserve-merges.sh:987 git-rebase--preserve-merges.sh:992
23178 msgid "Could not init rewritten commits"
23181 #: git-sh-setup.sh:89 git-sh-setup.sh:94
23183 msgid "usage: $dashless $USAGE"
23186 #: git-sh-setup.sh:191
23188 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
23191 #: git-sh-setup.sh:200 git-sh-setup.sh:207
23193 msgid "fatal: $program_name cannot be used without a working tree."
23196 #: git-sh-setup.sh:221
23197 msgid "Cannot rebase: You have unstaged changes."
23200 #: git-sh-setup.sh:224
23201 msgid "Cannot rewrite branches: You have unstaged changes."
23204 #: git-sh-setup.sh:227
23205 msgid "Cannot pull with rebase: You have unstaged changes."
23208 #: git-sh-setup.sh:230
23210 msgid "Cannot $action: You have unstaged changes."
23213 #: git-sh-setup.sh:243
23214 msgid "Cannot rebase: Your index contains uncommitted changes."
23217 #: git-sh-setup.sh:246
23218 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
23221 #: git-sh-setup.sh:249
23223 msgid "Cannot $action: Your index contains uncommitted changes."
23226 #: git-sh-setup.sh:253
23227 msgid "Additionally, your index contains uncommitted changes."
23230 #: git-sh-setup.sh:373
23231 msgid "You need to run this command from the toplevel of the working tree."
23234 #: git-sh-setup.sh:378
23235 msgid "Unable to determine absolute path of git directory"
23238 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
23239 #: git-add--interactive.perl:212
23241 msgid "%12s %12s %s"
23244 #: git-add--interactive.perl:632
23246 msgid "touched %d path\n"
23247 msgid_plural "touched %d paths\n"
23251 #: git-add--interactive.perl:1056
23253 "If the patch applies cleanly, the edited hunk will immediately be\n"
23254 "marked for staging."
23257 #: git-add--interactive.perl:1059
23259 "If the patch applies cleanly, the edited hunk will immediately be\n"
23260 "marked for stashing."
23263 #: git-add--interactive.perl:1062
23265 "If the patch applies cleanly, the edited hunk will immediately be\n"
23266 "marked for unstaging."
23269 #: git-add--interactive.perl:1065 git-add--interactive.perl:1074
23270 #: git-add--interactive.perl:1080
23272 "If the patch applies cleanly, the edited hunk will immediately be\n"
23273 "marked for applying."
23276 #: git-add--interactive.perl:1068 git-add--interactive.perl:1071
23277 #: git-add--interactive.perl:1077
23279 "If the patch applies cleanly, the edited hunk will immediately be\n"
23280 "marked for discarding."
23283 #: git-add--interactive.perl:1114
23285 msgid "failed to open hunk edit file for writing: %s"
23288 #: git-add--interactive.perl:1121
23292 "To remove '%s' lines, make them ' ' lines (context).\n"
23293 "To remove '%s' lines, delete them.\n"
23294 "Lines starting with %s will be removed.\n"
23297 #: git-add--interactive.perl:1143
23299 msgid "failed to open hunk edit file for reading: %s"
23302 #: git-add--interactive.perl:1251
23304 "y - stage this hunk\n"
23305 "n - do not stage this hunk\n"
23306 "q - quit; do not stage this hunk or any of the remaining ones\n"
23307 "a - stage this hunk and all later hunks in the file\n"
23308 "d - do not stage this hunk or any of the later hunks in the file"
23311 #: git-add--interactive.perl:1257
23313 "y - stash this hunk\n"
23314 "n - do not stash this hunk\n"
23315 "q - quit; do not stash this hunk or any of the remaining ones\n"
23316 "a - stash this hunk and all later hunks in the file\n"
23317 "d - do not stash this hunk or any of the later hunks in the file"
23320 #: git-add--interactive.perl:1263
23322 "y - unstage this hunk\n"
23323 "n - do not unstage this hunk\n"
23324 "q - quit; do not unstage this hunk or any of the remaining ones\n"
23325 "a - unstage this hunk and all later hunks in the file\n"
23326 "d - do not unstage this hunk or any of the later hunks in the file"
23329 #: git-add--interactive.perl:1269
23331 "y - apply this hunk to index\n"
23332 "n - do not apply this hunk to index\n"
23333 "q - quit; do not apply this hunk or any of the remaining ones\n"
23334 "a - apply this hunk and all later hunks in the file\n"
23335 "d - do not apply this hunk or any of the later hunks in the file"
23338 #: git-add--interactive.perl:1275 git-add--interactive.perl:1293
23340 "y - discard this hunk from worktree\n"
23341 "n - do not discard this hunk from worktree\n"
23342 "q - quit; do not discard this hunk or any of the remaining ones\n"
23343 "a - discard this hunk and all later hunks in the file\n"
23344 "d - do not discard this hunk or any of the later hunks in the file"
23347 #: git-add--interactive.perl:1281
23349 "y - discard this hunk from index and worktree\n"
23350 "n - do not discard this hunk from index and worktree\n"
23351 "q - quit; do not discard this hunk or any of the remaining ones\n"
23352 "a - discard this hunk and all later hunks in the file\n"
23353 "d - do not discard this hunk or any of the later hunks in the file"
23356 #: git-add--interactive.perl:1287
23358 "y - apply this hunk to index and worktree\n"
23359 "n - do not apply this hunk to index and worktree\n"
23360 "q - quit; do not apply this hunk or any of the remaining ones\n"
23361 "a - apply this hunk and all later hunks in the file\n"
23362 "d - do not apply this hunk or any of the later hunks in the file"
23365 #: git-add--interactive.perl:1299
23367 "y - apply this hunk to worktree\n"
23368 "n - do not apply this hunk to worktree\n"
23369 "q - quit; do not apply this hunk or any of the remaining ones\n"
23370 "a - apply this hunk and all later hunks in the file\n"
23371 "d - do not apply this hunk or any of the later hunks in the file"
23374 #: git-add--interactive.perl:1314
23376 "g - select a hunk to go to\n"
23377 "/ - search for a hunk matching the given regex\n"
23378 "j - leave this hunk undecided, see next undecided hunk\n"
23379 "J - leave this hunk undecided, see next hunk\n"
23380 "k - leave this hunk undecided, see previous undecided hunk\n"
23381 "K - leave this hunk undecided, see previous hunk\n"
23382 "s - split the current hunk into smaller hunks\n"
23383 "e - manually edit the current hunk\n"
23387 #: git-add--interactive.perl:1345
23388 msgid "The selected hunks do not apply to the index!\n"
23391 #: git-add--interactive.perl:1360
23393 msgid "ignoring unmerged: %s\n"
23396 #: git-add--interactive.perl:1479
23398 msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
23401 #: git-add--interactive.perl:1480
23403 msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
23406 #: git-add--interactive.perl:1481
23408 msgid "Apply addition to worktree [y,n,q,a,d%s,?]? "
23411 #: git-add--interactive.perl:1482
23413 msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
23416 #: git-add--interactive.perl:1599
23417 msgid "No other hunks to goto\n"
23420 #: git-add--interactive.perl:1617
23422 msgid "Invalid number: '%s'\n"
23425 #: git-add--interactive.perl:1622
23427 msgid "Sorry, only %d hunk available.\n"
23428 msgid_plural "Sorry, only %d hunks available.\n"
23432 #: git-add--interactive.perl:1657
23433 msgid "No other hunks to search\n"
23436 #: git-add--interactive.perl:1674
23438 msgid "Malformed search regexp %s: %s\n"
23441 #: git-add--interactive.perl:1684
23442 msgid "No hunk matches the given pattern\n"
23445 #: git-add--interactive.perl:1696 git-add--interactive.perl:1718
23446 msgid "No previous hunk\n"
23449 #: git-add--interactive.perl:1705 git-add--interactive.perl:1724
23450 msgid "No next hunk\n"
23453 #: git-add--interactive.perl:1730
23454 msgid "Sorry, cannot split this hunk\n"
23457 #: git-add--interactive.perl:1736
23459 msgid "Split into %d hunk.\n"
23460 msgid_plural "Split into %d hunks.\n"
23464 #: git-add--interactive.perl:1746
23465 msgid "Sorry, cannot edit this hunk\n"
23468 #. TRANSLATORS: please do not translate the command names
23469 #. 'status', 'update', 'revert', etc.
23470 #: git-add--interactive.perl:1811
23472 "status - show paths with changes\n"
23473 "update - add working tree state to the staged set of changes\n"
23474 "revert - revert staged set of changes back to the HEAD version\n"
23475 "patch - pick hunks and update selectively\n"
23476 "diff - view diff between HEAD and index\n"
23477 "add untracked - add contents of untracked files to the staged set of "
23481 #: git-add--interactive.perl:1828 git-add--interactive.perl:1840
23482 #: git-add--interactive.perl:1843 git-add--interactive.perl:1850
23483 #: git-add--interactive.perl:1853 git-add--interactive.perl:1860
23484 #: git-add--interactive.perl:1864 git-add--interactive.perl:1870
23488 #: git-add--interactive.perl:1866
23490 msgid "unknown --patch mode: %s"
23493 #: git-add--interactive.perl:1872 git-add--interactive.perl:1878
23495 msgid "invalid argument %s, expecting --"
23498 #: git-send-email.perl:138
23499 msgid "local zone differs from GMT by a non-minute interval\n"
23502 #: git-send-email.perl:145 git-send-email.perl:151
23503 msgid "local time offset greater than or equal to 24 hours\n"
23506 #: git-send-email.perl:223 git-send-email.perl:229
23507 msgid "the editor exited uncleanly, aborting everything"
23510 #: git-send-email.perl:312
23513 "'%s' contains an intermediate version of the email you were composing.\n"
23516 #: git-send-email.perl:317
23518 msgid "'%s.final' contains the composed email.\n"
23521 #: git-send-email.perl:410
23522 msgid "--dump-aliases incompatible with other options\n"
23525 #: git-send-email.perl:484
23527 "fatal: found configuration options for 'sendmail'\n"
23528 "git-send-email is configured with the sendemail.* options - note the 'e'.\n"
23529 "Set sendemail.forbidSendmailVariables to false to disable this check.\n"
23532 #: git-send-email.perl:489 git-send-email.perl:691
23533 msgid "Cannot run git format-patch from outside a repository\n"
23536 #: git-send-email.perl:492
23538 "`batch-size` and `relogin` must be specified together (via command-line or "
23539 "configuration option)\n"
23542 #: git-send-email.perl:505
23544 msgid "Unknown --suppress-cc field: '%s'\n"
23547 #: git-send-email.perl:536
23549 msgid "Unknown --confirm setting: '%s'\n"
23552 #: git-send-email.perl:564
23554 msgid "warning: sendmail alias with quotes is not supported: %s\n"
23557 #: git-send-email.perl:566
23559 msgid "warning: `:include:` not supported: %s\n"
23562 #: git-send-email.perl:568
23564 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
23567 #: git-send-email.perl:573
23569 msgid "warning: sendmail line is not recognized: %s\n"
23572 #: git-send-email.perl:657
23575 "File '%s' exists but it could also be the range of commits\n"
23576 "to produce patches for. Please disambiguate by...\n"
23578 " * Saying \"./%s\" if you mean a file; or\n"
23579 " * Giving --format-patch option if you mean a range.\n"
23582 #: git-send-email.perl:678
23584 msgid "Failed to opendir %s: %s"
23587 #: git-send-email.perl:702
23591 "warning: no patches were sent\n"
23594 #: git-send-email.perl:713
23597 "No patch files specified!\n"
23601 #: git-send-email.perl:726
23603 msgid "No subject line in %s?"
23606 #: git-send-email.perl:736
23608 msgid "Failed to open for writing %s: %s"
23611 #: git-send-email.perl:747
23613 "Lines beginning in \"GIT:\" will be removed.\n"
23614 "Consider including an overall diffstat or table of contents\n"
23615 "for the patch you are writing.\n"
23617 "Clear the body content if you don't wish to send a summary.\n"
23620 #: git-send-email.perl:771
23622 msgid "Failed to open %s: %s"
23625 #: git-send-email.perl:788
23627 msgid "Failed to open %s.final: %s"
23630 #: git-send-email.perl:831
23631 msgid "Summary email is empty, skipping it\n"
23634 #. TRANSLATORS: please keep [y/N] as is.
23635 #: git-send-email.perl:866
23637 msgid "Are you sure you want to use <%s> [y/N]? "
23640 #: git-send-email.perl:921
23642 "The following files are 8bit, but do not declare a Content-Transfer-"
23646 #: git-send-email.perl:926
23647 msgid "Which 8bit encoding should I declare [UTF-8]? "
23650 #: git-send-email.perl:934
23653 "Refusing to send because the patch\n"
23655 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
23659 #: git-send-email.perl:953
23660 msgid "To whom should the emails be sent (if anyone)?"
23663 #: git-send-email.perl:971
23665 msgid "fatal: alias '%s' expands to itself\n"
23668 #: git-send-email.perl:983
23669 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
23672 #: git-send-email.perl:1041 git-send-email.perl:1049
23674 msgid "error: unable to extract a valid address from: %s\n"
23677 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
23678 #. translation. The program will only accept English input
23680 #: git-send-email.perl:1053
23681 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
23684 #: git-send-email.perl:1370
23686 msgid "CA path \"%s\" does not exist"
23689 #: git-send-email.perl:1453
23691 " The Cc list above has been expanded by additional\n"
23692 " addresses found in the patch commit message. By default\n"
23693 " send-email prompts before sending whenever this occurs.\n"
23694 " This behavior is controlled by the sendemail.confirm\n"
23695 " configuration setting.\n"
23697 " For additional information, run 'git send-email --help'.\n"
23698 " To retain the current behavior, but squelch this message,\n"
23699 " run 'git config --global sendemail.confirm auto'.\n"
23703 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
23704 #. translation. The program will only accept English input
23706 #: git-send-email.perl:1468
23707 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
23710 #: git-send-email.perl:1471
23711 msgid "Send this email reply required"
23714 #: git-send-email.perl:1499
23715 msgid "The required SMTP server is not properly defined."
23718 #: git-send-email.perl:1546
23720 msgid "Server does not support STARTTLS! %s"
23723 #: git-send-email.perl:1551 git-send-email.perl:1555
23725 msgid "STARTTLS failed! %s"
23728 #: git-send-email.perl:1564
23729 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
23732 #: git-send-email.perl:1582
23734 msgid "Failed to send %s\n"
23737 #: git-send-email.perl:1585
23739 msgid "Dry-Sent %s\n"
23742 #: git-send-email.perl:1585
23747 #: git-send-email.perl:1587
23748 msgid "Dry-OK. Log says:\n"
23751 #: git-send-email.perl:1587
23752 msgid "OK. Log says:\n"
23755 #: git-send-email.perl:1599
23759 #: git-send-email.perl:1602
23760 msgid "Result: OK\n"
23763 #: git-send-email.perl:1620
23765 msgid "can't open file %s"
23768 #: git-send-email.perl:1667 git-send-email.perl:1687
23770 msgid "(mbox) Adding cc: %s from line '%s'\n"
23773 #: git-send-email.perl:1673
23775 msgid "(mbox) Adding to: %s from line '%s'\n"
23778 #: git-send-email.perl:1730
23780 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
23783 #: git-send-email.perl:1765
23785 msgid "(body) Adding cc: %s from line '%s'\n"
23788 #: git-send-email.perl:1876
23790 msgid "(%s) Could not execute '%s'"
23793 #: git-send-email.perl:1883
23795 msgid "(%s) Adding %s: %s from: '%s'\n"
23798 #: git-send-email.perl:1887
23800 msgid "(%s) failed to close pipe to '%s'"
23803 #: git-send-email.perl:1917
23804 msgid "cannot send message as 7bit"
23807 #: git-send-email.perl:1925
23808 msgid "invalid transfer encoding"
23811 #: git-send-email.perl:1966 git-send-email.perl:2018 git-send-email.perl:2028
23813 msgid "unable to open %s: %s\n"
23816 #: git-send-email.perl:1969
23818 msgid "%s: patch contains a line longer than 998 characters"
23821 #: git-send-email.perl:1986
23823 msgid "Skipping %s with backup suffix '%s'.\n"
23826 #. TRANSLATORS: please keep "[y|N]" as is.
23827 #: git-send-email.perl:1990
23829 msgid "Do you really want to send %s? [y|N]: "