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-10-10 09:32+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:368
26 #: add-interactive.c:521 add-interactive.c:822 reset.c:65 sequencer.c:3250
27 #: sequencer.c:3698 sequencer.c:3840 builtin/rebase.c:1526
28 #: builtin/rebase.c:1944
29 msgid "could not read index"
32 #: add-interactive.c:576 git-add--interactive.perl:269
33 #: git-add--interactive.perl:294
37 #: add-interactive.c:634 git-add--interactive.perl:278
38 #: git-add--interactive.perl:332
42 #: add-interactive.c:635 git-add--interactive.perl:314
43 #: git-add--interactive.perl:329
47 #: add-interactive.c:672 git-add--interactive.perl:643
51 #: add-interactive.c:689 add-interactive.c:877
53 msgid "could not stage '%s'"
56 #: add-interactive.c:695 add-interactive.c:884 reset.c:89 sequencer.c:3444
57 msgid "could not write index"
60 #: add-interactive.c:698 git-add--interactive.perl:628
61 #, c-format, perl-format
62 msgid "updated %d path\n"
63 msgid_plural "updated %d paths\n"
67 #: add-interactive.c:716 git-add--interactive.perl:678
68 #, c-format, perl-format
69 msgid "note: %s is untracked now.\n"
72 #: add-interactive.c:721 apply.c:4127 builtin/checkout.c:295
73 #: builtin/reset.c:145
75 msgid "make_cache_entry failed for path '%s'"
78 #: add-interactive.c:751 git-add--interactive.perl:655
82 #: add-interactive.c:767
83 msgid "Could not parse HEAD^{tree}"
86 #: add-interactive.c:805 git-add--interactive.perl:631
87 #, c-format, perl-format
88 msgid "reverted %d path\n"
89 msgid_plural "reverted %d paths\n"
93 #: add-interactive.c:856 git-add--interactive.perl:695
95 msgid "No untracked files.\n"
98 #: add-interactive.c:860 git-add--interactive.perl:689
102 #: add-interactive.c:887 git-add--interactive.perl:625
103 #, c-format, perl-format
104 msgid "added %d path\n"
105 msgid_plural "added %d paths\n"
109 #: add-interactive.c:917
111 msgid "ignoring unmerged: %s"
114 #: add-interactive.c:929 add-patch.c:1738 git-add--interactive.perl:1371
116 msgid "Only binary files changed.\n"
119 #: add-interactive.c:931 add-patch.c:1736 git-add--interactive.perl:1373
121 msgid "No changes.\n"
124 #: add-interactive.c:935 git-add--interactive.perl:1381
128 #: add-interactive.c:974 git-add--interactive.perl:1794
132 #: add-interactive.c:1002
133 msgid "show paths with changes"
136 #: add-interactive.c:1004
137 msgid "add working tree state to the staged set of changes"
140 #: add-interactive.c:1006
141 msgid "revert staged set of changes back to the HEAD version"
144 #: add-interactive.c:1008
145 msgid "pick hunks and update selectively"
148 #: add-interactive.c:1010
149 msgid "view diff between HEAD and index"
152 #: add-interactive.c:1012
153 msgid "add contents of untracked files to the staged set of changes"
156 #: add-interactive.c:1020 add-interactive.c:1069
160 #: add-interactive.c:1022
161 msgid "select a single item"
164 #: add-interactive.c:1024
165 msgid "select a range of items"
168 #: add-interactive.c:1026
169 msgid "select multiple ranges"
172 #: add-interactive.c:1028 add-interactive.c:1073
173 msgid "select item based on unique prefix"
176 #: add-interactive.c:1030
177 msgid "unselect specified items"
180 #: add-interactive.c:1032
181 msgid "choose all items"
184 #: add-interactive.c:1034
185 msgid "(empty) finish selecting"
188 #: add-interactive.c:1071
189 msgid "select a numbered item"
192 #: add-interactive.c:1075
193 msgid "(empty) select nothing"
196 #: add-interactive.c:1083 builtin/clean.c:816 git-add--interactive.perl:1891
197 msgid "*** Commands ***"
200 #: add-interactive.c:1084 builtin/clean.c:817 git-add--interactive.perl:1888
204 #: add-interactive.c:1136 git-add--interactive.perl:213
208 #: add-interactive.c:1136 git-add--interactive.perl:213
212 #: add-interactive.c:1136 apply.c:4984 apply.c:4987 builtin/am.c:2270
213 #: builtin/am.c:2273 builtin/bugreport.c:133 builtin/clone.c:123
214 #: builtin/fetch.c:147 builtin/merge.c:275 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:1143
223 msgid "could not refresh index"
226 #: add-interactive.c:1157 builtin/clean.c:781 git-add--interactive.perl:1805
231 #: add-patch.c:34 git-add--interactive.perl:1433
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:1434
237 #, c-format, perl-format
238 msgid "Stage deletion [y,n,q,a,d%s,?]? "
241 #: add-patch.c:36 git-add--interactive.perl:1435
242 #, c-format, perl-format
243 msgid "Stage addition [y,n,q,a,d%s,?]? "
246 #: add-patch.c:37 git-add--interactive.perl:1436
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:1439
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:1440
272 #, c-format, perl-format
273 msgid "Stash deletion [y,n,q,a,d%s,?]? "
276 #: add-patch.c:58 git-add--interactive.perl:1441
277 #, c-format, perl-format
278 msgid "Stash addition [y,n,q,a,d%s,?]? "
281 #: add-patch.c:59 git-add--interactive.perl:1442
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:1445
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:1446
307 #, c-format, perl-format
308 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
311 #: add-patch.c:82 git-add--interactive.perl:1447
312 #, c-format, perl-format
313 msgid "Unstage addition [y,n,q,a,d%s,?]? "
316 #: add-patch.c:83 git-add--interactive.perl:1448
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:1451
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:1452
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:1453
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:1454
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:1457
372 #: git-add--interactive.perl:1475
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:1458
378 #: git-add--interactive.perl:1476
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:1459
384 #: git-add--interactive.perl:1477
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:1460
390 #: git-add--interactive.perl:1478
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:1463
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:1464
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:1465
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:1466
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:1469
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:1470
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:1471
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:1472
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:1076 git-add--interactive.perl:1117
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:1094 git-add--interactive.perl:1131
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:1241 git-add--interactive.perl:1244
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:1285 git-add--interactive.perl:1348
577 msgid "Apply them to the worktree anyway? "
580 #: add-patch.c:1292 git-add--interactive.perl:1351
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:1511 add-patch.c:1521
598 msgid "No previous hunk"
601 #: add-patch.c:1516 add-patch.c:1526
606 msgid "No other hunks to goto"
609 #: add-patch.c:1543 git-add--interactive.perl:1608
610 msgid "go to which hunk (<ret> to see more)? "
613 #: add-patch.c:1544 git-add--interactive.perl:1610
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:1575 git-add--interactive.perl:1663
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:278 builtin/merge.c:1349
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:72 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:3953
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:4333 apply.c:4478
1138 msgid "unable to add cache entry for %s"
1141 #: apply.c:4376 builtin/bisect--helper.c:537
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:4578 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:4933 apply.c:4948
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:4957 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:4990 builtin/am.c:2279
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:5022 builtin/checkout-index.c:173 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:5025 builtin/am.c:2258 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:1340
1314 msgid "detect new or modified lines that have whitespace errors"
1317 #: apply.c:5029 apply.c:5032
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:5042 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:2270 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:5049 builtin/am.c:2267
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:449
1371 msgid "unable to start '%s' filter"
1374 #: archive-tar.c:452
1375 msgid "unable to redirect descriptor"
1378 #: archive-tar.c:459
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:445 sequencer.c:1706 sequencer.c:2852
1426 #: sequencer.c:3293 sequencer.c:3402 builtin/am.c:263 builtin/commit.c:786
1427 #: builtin/merge.c:1124
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:554 builtin/log.c:1760
1479 msgid "prepend prefix to each pathname in the archive"
1482 #: archive.c:556 archive.c:559 builtin/blame.c:884 builtin/blame.c:888
1483 #: builtin/blame.c:889 builtin/commit-tree.c:117 builtin/config.c:133
1484 #: builtin/fast-export.c:1208 builtin/fast-export.c:1210
1485 #: builtin/fast-export.c:1214 builtin/grep.c:908 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:560 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"
1512 msgid "compress faster"
1516 msgid "compress better"
1520 msgid "list supported archive formats"
1523 #: archive.c:578 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116
1524 #: builtin/submodule--helper.c:1830 builtin/submodule--helper.c:2335
1528 #: archive.c:579 builtin/archive.c:92
1529 msgid "retrieve the archive from remote repository <repo>"
1532 #: archive.c:580 builtin/archive.c:93 builtin/difftool.c:715
1533 #: builtin/notes.c:498
1537 #: archive.c:581 builtin/archive.c:94
1538 msgid "path to the remote git-upload-archive command"
1542 msgid "Unexpected option --remote"
1546 msgid "Option --exec can only be used together with --remote"
1550 msgid "Unexpected option --output"
1554 msgid "Options --add-file and --remote cannot be used together"
1559 msgid "Unknown archive format '%s'"
1564 msgid "Argument not supported for format '%s': -%d"
1569 msgid "%.*s is not a valid attribute name"
1574 msgid "%s not allowed: %s:%d"
1579 "Negative patterns are ignored in git attributes\n"
1580 "Use '\\!' for literal leading exclamation."
1585 msgid "Badly quoted content in file '%s': %s"
1590 msgid "We cannot bisect more!\n"
1595 msgid "Not a valid commit name %s"
1601 "The merge base %s is bad.\n"
1602 "This means the bug has been fixed between %s and [%s].\n"
1608 "The merge base %s is new.\n"
1609 "The property has changed between %s and [%s].\n"
1615 "The merge base %s is %s.\n"
1616 "This means the first '%s' commit is between %s and [%s].\n"
1622 "Some %s revs are not ancestors of the %s rev.\n"
1623 "git bisect cannot work properly in this case.\n"
1624 "Maybe you mistook %s and %s revs?\n"
1630 "the merge base between %s and [%s] must be skipped.\n"
1631 "So we cannot be sure the first %s commit is between %s and %s.\n"
1632 "We continue anyway."
1637 msgid "Bisecting: a merge base must be tested\n"
1642 msgid "a %s revision is needed"
1645 #: bisect.c:928 builtin/notes.c:177 builtin/tag.c:255
1647 msgid "could not create file '%s'"
1650 #: bisect.c:974 builtin/merge.c:150
1652 msgid "could not read file '%s'"
1656 msgid "reading bisect refs failed"
1661 msgid "%s was both %s and %s\n"
1667 "No testable commit found.\n"
1668 "Maybe you started with bad path parameters?\n"
1673 msgid "(roughly %d step)"
1674 msgid_plural "(roughly %d steps)"
1678 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1679 #. steps)" translation.
1683 msgid "Bisecting: %d revision left to test after this %s\n"
1684 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1689 msgid "--contents and --reverse do not blend well."
1693 msgid "cannot use --contents with final commit object name"
1697 msgid "--reverse and --first-parent together require specified latest commit"
1700 #: blame.c:2822 bundle.c:213 ref-filter.c:2264 remote.c:2020 sequencer.c:2105
1701 #: sequencer.c:4606 submodule.c:855 builtin/commit.c:1045 builtin/log.c:404
1702 #: builtin/log.c:1020 builtin/log.c:1622 builtin/log.c:2029 builtin/log.c:2319
1703 #: builtin/merge.c:414 builtin/pack-objects.c:3380 builtin/pack-objects.c:3395
1704 #: builtin/shortlog.c:320
1705 msgid "revision walk setup failed"
1710 "--reverse --first-parent together require range along first-parent chain"
1715 msgid "no such path %s in %s"
1720 msgid "cannot read blob %s for path %s"
1727 "After fixing the error cause you may try to fix up\n"
1728 "the remote tracking information by invoking\n"
1729 "\"git branch --set-upstream-to=%s%s%s\"."
1734 msgid "Not setting branch %s as its own upstream."
1739 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1744 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1749 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1754 msgid "Branch '%s' set up to track local branch '%s'."
1759 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1764 msgid "Branch '%s' set up to track remote ref '%s'."
1769 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1774 msgid "Branch '%s' set up to track local ref '%s'."
1778 msgid "Unable to write upstream branch configuration"
1783 msgid "Not tracking: ambiguous information for ref %s"
1788 msgid "'%s' is not a valid branch name."
1793 msgid "A branch named '%s' already exists."
1797 msgid "Cannot force update the current branch."
1802 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1807 msgid "the requested upstream branch '%s' does not exist"
1813 "If you are planning on basing your work on an upstream\n"
1814 "branch that already exists at the remote, you may need to\n"
1815 "run \"git fetch\" to retrieve it.\n"
1817 "If you are planning to push out a new local branch that\n"
1818 "will track its remote counterpart, you may want to use\n"
1819 "\"git push -u\" to set the upstream config as you push."
1824 msgid "Not a valid object name: '%s'."
1829 msgid "Ambiguous object name: '%s'."
1834 msgid "Not a valid branch point: '%s'."
1839 msgid "'%s' is already checked out at '%s'"
1844 msgid "HEAD of working tree %s is not updated"
1849 msgid "unrecognized bundle hash algorithm: %s"
1854 msgid "unknown capability '%s'"
1859 msgid "'%s' does not look like a v2 or v3 bundle file"
1864 msgid "unrecognized header: %s%s (%d)"
1867 #: bundle.c:136 rerere.c:480 rerere.c:690 sequencer.c:2357 sequencer.c:3142
1868 #: builtin/commit.c:814
1870 msgid "could not open '%s'"
1874 msgid "Repository lacks these prerequisite commits:"
1878 msgid "need a repository to verify a bundle"
1883 msgid "The bundle contains this ref:"
1884 msgid_plural "The bundle contains these %d refs:"
1889 msgid "The bundle records a complete history."
1894 msgid "The bundle requires this ref:"
1895 msgid_plural "The bundle requires these %d refs:"
1900 msgid "unable to dup bundle descriptor"
1904 msgid "Could not spawn pack-objects"
1908 msgid "pack-objects died"
1912 msgid "rev-list died"
1917 msgid "ref '%s' is excluded by the rev-list options"
1922 msgid "unsupported bundle version %d"
1927 msgid "cannot write bundle version %d with algorithm %s"
1930 #: bundle.c:522 builtin/log.c:207 builtin/log.c:1918 builtin/shortlog.c:461
1932 msgid "unrecognized argument: %s"
1936 msgid "Refusing to create empty bundle."
1941 msgid "cannot create '%s'"
1945 msgid "index-pack died"
1950 msgid "invalid color value: %.*s"
1953 #: commit-graph.c:188 midx.c:46
1954 msgid "invalid hash version"
1957 #: commit-graph.c:246
1958 msgid "commit-graph file is too small"
1961 #: commit-graph.c:311
1963 msgid "commit-graph signature %X does not match signature %X"
1966 #: commit-graph.c:318
1968 msgid "commit-graph version %X does not match version %X"
1971 #: commit-graph.c:325
1973 msgid "commit-graph hash version %X does not match version %X"
1976 #: commit-graph.c:342
1978 msgid "commit-graph file is too small to hold %u chunks"
1981 #: commit-graph.c:361
1983 msgid "commit-graph improper chunk offset %08x%08x"
1986 #: commit-graph.c:433
1988 msgid "commit-graph chunk id %08x appears multiple times"
1991 #: commit-graph.c:499
1992 msgid "commit-graph has no base graphs chunk"
1995 #: commit-graph.c:509
1996 msgid "commit-graph chain does not match"
1999 #: commit-graph.c:557
2001 msgid "invalid commit-graph chain: line '%s' not a hash"
2004 #: commit-graph.c:581
2005 msgid "unable to find all commit-graph files"
2008 #: commit-graph.c:721 commit-graph.c:785
2009 msgid "invalid commit position. commit-graph is likely corrupt"
2012 #: commit-graph.c:742
2014 msgid "could not find commit %s"
2017 #: commit-graph.c:1042 builtin/am.c:1306
2019 msgid "unable to parse commit %s"
2022 #: commit-graph.c:1265 builtin/pack-objects.c:2864
2024 msgid "unable to get type of object %s"
2027 #: commit-graph.c:1301
2028 msgid "Loading known commits in commit graph"
2031 #: commit-graph.c:1318
2032 msgid "Expanding reachable commits in commit graph"
2035 #: commit-graph.c:1338
2036 msgid "Clearing commit marks in commit graph"
2039 #: commit-graph.c:1357
2040 msgid "Computing commit graph generation numbers"
2043 #: commit-graph.c:1424
2044 msgid "Computing commit changed paths Bloom filters"
2047 #: commit-graph.c:1501
2048 msgid "Collecting referenced commits"
2051 #: commit-graph.c:1526
2053 msgid "Finding commits for commit graph in %d pack"
2054 msgid_plural "Finding commits for commit graph in %d packs"
2058 #: commit-graph.c:1539
2060 msgid "error adding pack %s"
2063 #: commit-graph.c:1543
2065 msgid "error opening index for %s"
2068 #: commit-graph.c:1582
2069 msgid "Finding commits for commit graph among packed objects"
2072 #: commit-graph.c:1597
2073 msgid "Counting distinct commits in commit graph"
2076 #: commit-graph.c:1629
2077 msgid "Finding extra edges in commit graph"
2080 #: commit-graph.c:1678
2081 msgid "failed to write correct number of base graph ids"
2084 #: commit-graph.c:1720 midx.c:826
2086 msgid "unable to create leading directories of %s"
2089 #: commit-graph.c:1733
2090 msgid "unable to create temporary graph layer"
2093 #: commit-graph.c:1738
2095 msgid "unable to adjust shared permissions for '%s'"
2098 #: commit-graph.c:1808
2100 msgid "Writing out commit graph in %d pass"
2101 msgid_plural "Writing out commit graph in %d passes"
2105 #: commit-graph.c:1853
2106 msgid "unable to open commit-graph chain file"
2109 #: commit-graph.c:1869
2110 msgid "failed to rename base commit-graph file"
2113 #: commit-graph.c:1889
2114 msgid "failed to rename temporary commit-graph file"
2117 #: commit-graph.c:2015
2118 msgid "Scanning merged commits"
2121 #: commit-graph.c:2026
2123 msgid "unexpected duplicate commit id %s"
2126 #: commit-graph.c:2049
2127 msgid "Merging commit-graph"
2130 #: commit-graph.c:2259
2132 msgid "the commit graph format cannot write %d commits"
2135 #: commit-graph.c:2270
2136 msgid "too many commits to write graph"
2139 #: commit-graph.c:2363
2140 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
2143 #: commit-graph.c:2373
2145 msgid "commit-graph has incorrect OID order: %s then %s"
2148 #: commit-graph.c:2383 commit-graph.c:2398
2150 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
2153 #: commit-graph.c:2390
2155 msgid "failed to parse commit %s from commit-graph"
2158 #: commit-graph.c:2408
2159 msgid "Verifying commits in commit graph"
2162 #: commit-graph.c:2423
2164 msgid "failed to parse commit %s from object database for commit-graph"
2167 #: commit-graph.c:2430
2169 msgid "root tree OID for commit %s in commit-graph is %s != %s"
2172 #: commit-graph.c:2440
2174 msgid "commit-graph parent list for commit %s is too long"
2177 #: commit-graph.c:2449
2179 msgid "commit-graph parent for %s is %s != %s"
2182 #: commit-graph.c:2463
2184 msgid "commit-graph parent list for commit %s terminates early"
2187 #: commit-graph.c:2468
2190 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
2193 #: commit-graph.c:2472
2196 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
2199 #: commit-graph.c:2488
2201 msgid "commit-graph generation for commit %s is %u != %u"
2204 #: commit-graph.c:2494
2206 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
2209 #: commit.c:52 sequencer.c:2845 builtin/am.c:373 builtin/am.c:417
2210 #: builtin/am.c:1385 builtin/am.c:2031 builtin/replace.c:457
2212 msgid "could not parse %s"
2217 msgid "%s %s is not a commit!"
2222 "Support for <GIT_DIR>/info/grafts is deprecated\n"
2223 "and will be removed in a future Git version.\n"
2225 "Please use \"git replace --convert-graft-file\"\n"
2226 "to convert the grafts into replace refs.\n"
2228 "Turn this message off by running\n"
2229 "\"git config advice.graftFileDeprecated false\""
2234 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
2239 msgid "Commit %s has a bad GPG signature allegedly by %s."
2244 msgid "Commit %s does not have a GPG signature."
2249 msgid "Commit %s has a good GPG signature by %s\n"
2254 "Warning: commit message did not conform to UTF-8.\n"
2255 "You may want to amend it after fixing the message, or set the config\n"
2256 "variable i18n.commitencoding to the encoding your project uses.\n"
2259 #: compat/obstack.c:406 compat/obstack.c:408
2260 msgid "memory exhausted"
2266 "exceeded maximum include depth (%d) while including\n"
2270 "This might be due to circular includes."
2275 msgid "could not expand include path '%s'"
2279 msgid "relative config includes must come from files"
2283 msgid "relative config include conditionals must come from files"
2288 msgid "key does not contain a section: %s"
2293 msgid "key does not contain variable name: %s"
2296 #: config.c:408 sequencer.c:2547
2298 msgid "invalid key: %s"
2303 msgid "invalid key (newline): %s"
2306 #: config.c:450 config.c:462
2308 msgid "bogus config parameter: %s"
2313 msgid "bogus format in %s"
2318 msgid "bad config line %d in blob %s"
2323 msgid "bad config line %d in file %s"
2328 msgid "bad config line %d in standard input"
2333 msgid "bad config line %d in submodule-blob %s"
2338 msgid "bad config line %d in command line %s"
2343 msgid "bad config line %d in %s"
2347 msgid "out of range"
2351 msgid "invalid unit"
2356 msgid "bad numeric config value '%s' for '%s': %s"
2361 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
2366 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
2371 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
2376 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
2381 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
2386 msgid "bad numeric config value '%s' for '%s' in %s: %s"
2391 msgid "failed to expand user dir in: '%s'"
2396 msgid "'%s' for '%s' is not a valid timestamp"
2401 msgid "abbrev length out of range: %d"
2404 #: config.c:1237 config.c:1248
2406 msgid "bad zlib compression level %d"
2410 msgid "core.commentChar should only be one character"
2415 msgid "invalid mode for object creation: %s"
2420 msgid "malformed value for %s"
2425 msgid "malformed value for %s: %s"
2429 msgid "must be one of nothing, matching, simple, upstream or current"
2432 #: config.c:1533 builtin/pack-objects.c:3649
2434 msgid "bad pack compression level %d"
2439 msgid "unable to load config blob object '%s'"
2444 msgid "reference '%s' does not point to a blob"
2449 msgid "unable to resolve config blob '%s'"
2454 msgid "failed to parse %s"
2458 msgid "unable to parse command-line config"
2462 msgid "unknown error occurred while reading the configuration files"
2467 msgid "Invalid %s: '%s'"
2472 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
2477 msgid "unable to parse '%s' from command-line config"
2482 msgid "bad config variable '%s' in file '%s' at line %d"
2487 msgid "invalid section name '%s'"
2492 msgid "%s has multiple values"
2497 msgid "failed to write new configuration file %s"
2500 #: config.c:2783 config.c:3107
2502 msgid "could not lock config file %s"
2510 #: config.c:2829 builtin/config.c:354
2512 msgid "invalid pattern: %s"
2517 msgid "invalid config file %s"
2520 #: config.c:2867 config.c:3120
2522 msgid "fstat on %s failed"
2527 msgid "unable to mmap '%s'"
2530 #: config.c:2887 config.c:3125
2532 msgid "chmod on %s failed"
2535 #: config.c:2972 config.c:3222
2537 msgid "could not write config file %s"
2542 msgid "could not set '%s' to '%s'"
2545 #: config.c:3008 builtin/remote.c:656 builtin/remote.c:850 builtin/remote.c:858
2547 msgid "could not unset '%s'"
2552 msgid "invalid section name: %s"
2557 msgid "missing value for '%s'"
2561 msgid "the remote end hung up upon initial contact"
2566 "Could not read from remote repository.\n"
2568 "Please make sure you have the correct access rights\n"
2569 "and the repository exists."
2574 msgid "server doesn't support '%s'"
2579 msgid "server doesn't support feature '%s'"
2583 msgid "expected flush after capabilities"
2588 msgid "ignoring capabilities after first line '%s'"
2592 msgid "protocol error: unexpected capabilities^{}"
2597 msgid "protocol error: expected shallow sha-1, got '%s'"
2601 msgid "repository on the other end cannot be shallow"
2605 msgid "invalid packet"
2610 msgid "protocol error: unexpected '%s'"
2615 msgid "unknown object format '%s' specified by server"
2620 msgid "invalid ls-refs response: %s"
2624 msgid "expected flush after ref listing"
2628 msgid "expected response end packet after ref listing"
2633 msgid "protocol '%s' is not supported"
2637 msgid "unable to set SO_KEEPALIVE on socket"
2640 #: connect.c:731 connect.c:794
2642 msgid "Looking up %s ... "
2647 msgid "unable to look up %s (port %s) (%s)"
2650 #. TRANSLATORS: this is the end of "Looking up %s ... "
2651 #: connect.c:739 connect.c:810
2655 "Connecting to %s (port %s) ... "
2658 #: connect.c:761 connect.c:838
2661 "unable to connect to %s:\n"
2665 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
2666 #: connect.c:767 connect.c:844
2672 msgid "unable to look up %s (%s)"
2677 msgid "unknown port %s"
2680 #: connect.c:941 connect.c:1271
2682 msgid "strange hostname '%s' blocked"
2687 msgid "strange port '%s' blocked"
2692 msgid "cannot start proxy %s"
2696 msgid "no path specified; see 'git help pull' for valid url syntax"
2700 msgid "ssh variant 'simple' does not support -4"
2704 msgid "ssh variant 'simple' does not support -6"
2708 msgid "ssh variant 'simple' does not support setting port"
2713 msgid "strange pathname '%s' blocked"
2717 msgid "unable to fork"
2720 #: connected.c:108 builtin/fsck.c:209 builtin/prune.c:45
2721 msgid "Checking connectivity"
2725 msgid "Could not run 'git rev-list'"
2729 msgid "failed write to rev-list"
2733 msgid "failed to close rev-list's stdin"
2738 msgid "illegal crlf_action %d"
2743 msgid "CRLF would be replaced by LF in %s"
2749 "CRLF will be replaced by LF in %s.\n"
2750 "The file will have its original line endings in your working directory"
2755 msgid "LF would be replaced by CRLF in %s"
2761 "LF will be replaced by CRLF in %s.\n"
2762 "The file will have its original line endings in your working directory"
2767 msgid "BOM is prohibited in '%s' if encoded as %s"
2773 "The file '%s' contains a byte order mark (BOM). Please use UTF-%.*s as "
2774 "working-tree-encoding."
2779 msgid "BOM is required in '%s' if encoded as %s"
2785 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2786 "%sLE (depending on the byte order) as working-tree-encoding."
2789 #: convert.c:419 convert.c:490
2791 msgid "failed to encode '%s' from %s to %s"
2796 msgid "encoding '%s' from %s to %s and back is not the same"
2801 msgid "cannot fork to run external filter '%s'"
2806 msgid "cannot feed the input to external filter '%s'"
2811 msgid "external filter '%s' failed %d"
2814 #: convert.c:727 convert.c:730
2816 msgid "read from external filter '%s' failed"
2819 #: convert.c:733 convert.c:788
2821 msgid "external filter '%s' failed"
2825 msgid "unexpected filter type"
2829 msgid "path name too long for external filter"
2835 "external filter '%s' is not available anymore although not all paths have "
2840 msgid "true/false are no valid working-tree-encodings"
2843 #: convert.c:1428 convert.c:1462
2845 msgid "%s: clean filter '%s' failed"
2850 msgid "%s: smudge filter %s failed"
2855 msgid "skipping credential lookup for key: credential.%s"
2859 msgid "refusing to work with credential missing host field"
2863 msgid "refusing to work with credential missing protocol field"
2868 msgid "url contains a newline in its %s component: %s"
2873 msgid "url has no scheme: %s"
2878 msgid "credential url cannot be parsed: %s"
2882 msgid "in the future"
2887 msgid "%<PRIuMAX> second ago"
2888 msgid_plural "%<PRIuMAX> seconds ago"
2894 msgid "%<PRIuMAX> minute ago"
2895 msgid_plural "%<PRIuMAX> minutes ago"
2901 msgid "%<PRIuMAX> hour ago"
2902 msgid_plural "%<PRIuMAX> hours ago"
2908 msgid "%<PRIuMAX> day ago"
2909 msgid_plural "%<PRIuMAX> days ago"
2915 msgid "%<PRIuMAX> week ago"
2916 msgid_plural "%<PRIuMAX> weeks ago"
2922 msgid "%<PRIuMAX> month ago"
2923 msgid_plural "%<PRIuMAX> months ago"
2929 msgid "%<PRIuMAX> year"
2930 msgid_plural "%<PRIuMAX> years"
2934 #. TRANSLATORS: "%s" is "<n> years"
2937 msgid "%s, %<PRIuMAX> month ago"
2938 msgid_plural "%s, %<PRIuMAX> months ago"
2942 #: date.c:197 date.c:202
2944 msgid "%<PRIuMAX> year ago"
2945 msgid_plural "%<PRIuMAX> years ago"
2949 #: delta-islands.c:272
2950 msgid "Propagating island marks"
2953 #: delta-islands.c:290
2955 msgid "bad tree object %s"
2958 #: delta-islands.c:334
2960 msgid "failed to load island regex for '%s': %s"
2963 #: delta-islands.c:390
2965 msgid "island regex from config has too many capture groups (max=%d)"
2968 #: delta-islands.c:467
2970 msgid "Marked %d islands, done.\n"
2973 #: diff-no-index.c:238
2974 msgid "git diff --no-index [<options>] <path> <path>"
2977 #: diff-no-index.c:263
2979 "Not a git repository. Use --no-index to compare two paths outside a working "
2985 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2990 msgid " Unknown dirstat parameter '%s'\n"
2995 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2996 "'dimmed-zebra', 'plain'"
3002 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
3003 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
3008 "color-moved-ws: allow-indentation-change cannot be combined with other "
3014 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3020 "Found errors in 'diff.dirstat' config variable:\n"
3026 msgid "external diff died, stopping at %s"
3030 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3034 msgid "-G, -S and --find-object are mutually exclusive"
3038 msgid "--follow requires exactly one pathspec"
3043 msgid "invalid --stat value: %s"
3046 #: diff.c:4752 diff.c:4757 diff.c:4762 diff.c:4767 diff.c:5279
3047 #: parse-options.c:197 parse-options.c:201 builtin/commit-graph.c:180
3049 msgid "%s expects a numerical value"
3055 "Failed to parse --dirstat/-X option parameter:\n"
3061 msgid "unknown change class '%c' in --diff-filter=%s"
3066 msgid "unknown value after ws-error-highlight=%.*s"
3071 msgid "unable to resolve '%s'"
3074 #: diff.c:4957 diff.c:4963
3076 msgid "%s expects <n>/<m> form"
3081 msgid "%s expects a character, got '%s'"
3086 msgid "bad --color-moved argument: %s"
3091 msgid "invalid mode '%s' in --color-moved-ws"
3096 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
3100 #: diff.c:5091 diff.c:5111
3102 msgid "invalid argument to %s"
3107 msgid "failed to parse --submodule option parameter: '%s'"
3112 msgid "bad --word-diff argument: %s"
3116 msgid "Diff output format options"
3119 #: diff.c:5329 diff.c:5335
3120 msgid "generate patch"
3123 #: diff.c:5332 builtin/log.c:176
3124 msgid "suppress diff output"
3127 #: diff.c:5337 diff.c:5451 diff.c:5458
3131 #: diff.c:5338 diff.c:5341
3132 msgid "generate diffs with <n> lines context"
3136 msgid "generate the diff in raw format"
3140 msgid "synonym for '-p --raw'"
3144 msgid "synonym for '-p --stat'"
3148 msgid "machine friendly --stat"
3152 msgid "output only the last line of --stat"
3155 #: diff.c:5359 diff.c:5367
3156 msgid "<param1,param2>..."
3161 "output the distribution of relative amount of changes for each sub-directory"
3165 msgid "synonym for --dirstat=cumulative"
3169 msgid "synonym for --dirstat=files,param1,param2..."
3173 msgid "warn if changes introduce conflict markers or whitespace errors"
3177 msgid "condensed summary such as creations, renames and mode changes"
3181 msgid "show only names of changed files"
3185 msgid "show only names and status of changed files"
3189 msgid "<width>[,<name-width>[,<count>]]"
3193 msgid "generate diffstat"
3196 #: diff.c:5386 diff.c:5389 diff.c:5392
3201 msgid "generate diffstat with a given width"
3205 msgid "generate diffstat with a given name width"
3209 msgid "generate diffstat with a given graph width"
3217 msgid "generate diffstat with limited lines"
3221 msgid "generate compact summary in diffstat"
3225 msgid "output a binary diff that can be applied"
3229 msgid "show full pre- and post-image object names on the \"index\" lines"
3233 msgid "show colored diff"
3242 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
3248 "do not munge pathnames and use NULs as output field terminators in --raw or "
3252 #: diff.c:5415 diff.c:5418 diff.c:5421 diff.c:5527
3257 msgid "show the given source prefix instead of \"a/\""
3261 msgid "show the given destination prefix instead of \"b/\""
3265 msgid "prepend an additional prefix to every line of output"
3269 msgid "do not show any source or destination prefix"
3273 msgid "show context between diff hunks up to the specified number of lines"
3276 #: diff.c:5432 diff.c:5437 diff.c:5442
3281 msgid "specify the character to indicate a new line instead of '+'"
3285 msgid "specify the character to indicate an old line instead of '-'"
3289 msgid "specify the character to indicate a context instead of ' '"
3293 msgid "Diff rename options"
3301 msgid "break complete rewrite changes into pairs of delete and create"
3305 msgid "detect renames"
3309 msgid "omit the preimage for deletes"
3313 msgid "detect copies"
3317 msgid "use unmodified files as source to find copies"
3321 msgid "disable rename detection"
3325 msgid "use empty blobs as rename source"
3329 msgid "continue listing the history of a file beyond renames"
3334 "prevent rename/copy detection if the number of rename/copy targets exceeds "
3339 msgid "Diff algorithm options"
3343 msgid "produce the smallest possible diff"
3347 msgid "ignore whitespace when comparing lines"
3351 msgid "ignore changes in amount of whitespace"
3355 msgid "ignore changes in whitespace at EOL"
3359 msgid "ignore carrier-return at the end of line"
3363 msgid "ignore changes whose lines are all blank"
3367 msgid "heuristic to shift diff hunk boundaries for easy reading"
3371 msgid "generate diff using the \"patience diff\" algorithm"
3375 msgid "generate diff using the \"histogram diff\" algorithm"
3383 msgid "choose a diff algorithm"
3391 msgid "generate diff using the \"anchored diff\" algorithm"
3394 #: diff.c:5510 diff.c:5519 diff.c:5522
3399 msgid "show word diff, using <mode> to delimit changed words"
3402 #: diff.c:5513 diff.c:5516 diff.c:5561
3407 msgid "use <regex> to decide what a word is"
3411 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
3415 msgid "moved lines of code are colored differently"
3419 msgid "how white spaces are ignored in --color-moved"
3423 msgid "Other diff options"
3427 msgid "when run from subdir, exclude changes outside and show relative paths"
3431 msgid "treat all files as text"
3435 msgid "swap two inputs, reverse the diff"
3439 msgid "exit with 1 if there were differences, 0 otherwise"
3443 msgid "disable all output of the program"
3447 msgid "allow an external diff helper to be executed"
3451 msgid "run external text conversion filters when comparing binary files"
3459 msgid "ignore changes to submodules in the diff generation"
3467 msgid "specify how differences in submodules are shown"
3471 msgid "hide 'git add -N' entries from the index"
3475 msgid "treat 'git add -N' entries as real in the index"
3484 "look for differences that change the number of occurrences of the specified "
3490 "look for differences that change the number of occurrences of the specified "
3495 msgid "show all changes in the changeset with -S or -G"
3499 msgid "treat <string> in -S as extended POSIX regular expression"
3503 msgid "control the order in which files appear in the output"
3512 "look for differences that change the number of occurrences of the specified "
3517 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
3521 msgid "select files by diff type"
3529 msgid "Output to a specific file"
3533 msgid "inexact rename detection was skipped due to too many files."
3537 msgid "only found copies from modified paths due to too many files."
3543 "you may want to set your %s variable to at least %d and retry the command."
3546 #: diffcore-order.c:24
3548 msgid "failed to read orderfile '%s'"
3551 #: diffcore-rename.c:592
3552 msgid "Performing inexact rename detection"
3557 msgid "pathspec '%s' did not match any file(s) known to git"
3560 #: dir.c:718 dir.c:747 dir.c:760
3562 msgid "unrecognized pattern: '%s'"
3565 #: dir.c:777 dir.c:791
3567 msgid "unrecognized negative pattern: '%s'"
3572 msgid "your sparse-checkout file may have issues: pattern '%s' is repeated"
3576 msgid "disabling cone pattern matching"
3581 msgid "cannot use %s as an exclude file"
3586 msgid "could not open directory '%s'"
3590 msgid "failed to get kernel name and information"
3594 msgid "untracked cache is disabled on this system or location"
3599 msgid "index file corrupt in repo %s"
3602 #: dir.c:3565 dir.c:3570
3604 msgid "could not create directories for %s"
3609 msgid "could not migrate git directory from '%s' to '%s'"
3614 msgid "hint: Waiting for your editor to close the file...%c"
3618 msgid "Filtering content"
3623 msgid "could not stat file '%s'"
3626 #: environment.c:150
3628 msgid "bad git namespace path \"%s\""
3631 #: environment.c:337
3633 msgid "could not set GIT_DIR to '%s'"
3638 msgid "too many args to run %s"
3642 msgid "git fetch-pack: expected shallow list"
3646 msgid "git fetch-pack: expected a flush packet after shallow list"
3650 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
3655 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3659 msgid "unable to write to remote"
3663 msgid "--stateless-rpc requires multi_ack_detailed"
3666 #: fetch-pack.c:375 fetch-pack.c:1397
3668 msgid "invalid shallow line: %s"
3671 #: fetch-pack.c:381 fetch-pack.c:1403
3673 msgid "invalid unshallow line: %s"
3676 #: fetch-pack.c:383 fetch-pack.c:1405
3678 msgid "object not found: %s"
3681 #: fetch-pack.c:386 fetch-pack.c:1408
3683 msgid "error in object: %s"
3686 #: fetch-pack.c:388 fetch-pack.c:1410
3688 msgid "no shallow found: %s"
3691 #: fetch-pack.c:391 fetch-pack.c:1414
3693 msgid "expected shallow/unshallow, got %s"
3698 msgid "got %s %d %s"
3703 msgid "invalid commit %s"
3710 #: fetch-pack.c:492 progress.c:339
3716 msgid "got %s (%d) %s"
3721 msgid "Marking %s as complete"
3726 msgid "already have %s (%s)"
3730 msgid "fetch-pack: unable to fork off sideband demultiplexer"
3734 msgid "protocol error: bad pack header"
3739 msgid "fetch-pack: unable to fork off %s"
3748 msgid "error in sideband demultiplexer"
3753 msgid "Server version is %.*s"
3756 #: fetch-pack.c:983 fetch-pack.c:989 fetch-pack.c:992 fetch-pack.c:998
3757 #: fetch-pack.c:1002 fetch-pack.c:1006 fetch-pack.c:1010 fetch-pack.c:1014
3758 #: fetch-pack.c:1018 fetch-pack.c:1022 fetch-pack.c:1026 fetch-pack.c:1030
3759 #: fetch-pack.c:1036 fetch-pack.c:1042 fetch-pack.c:1047 fetch-pack.c:1052
3761 msgid "Server supports %s"
3765 msgid "Server does not support shallow clients"
3768 #: fetch-pack.c:1045
3769 msgid "Server does not support --shallow-since"
3772 #: fetch-pack.c:1050
3773 msgid "Server does not support --shallow-exclude"
3776 #: fetch-pack.c:1054
3777 msgid "Server does not support --deepen"
3780 #: fetch-pack.c:1056
3781 msgid "Server does not support this repository's object format"
3784 #: fetch-pack.c:1069
3785 msgid "no common commits"
3788 #: fetch-pack.c:1081 fetch-pack.c:1619
3789 msgid "git fetch-pack: fetch failed."
3792 #: fetch-pack.c:1205
3794 msgid "mismatched algorithms: client %s; server %s"
3797 #: fetch-pack.c:1209
3799 msgid "the server does not support algorithm '%s'"
3802 #: fetch-pack.c:1229
3803 msgid "Server does not support shallow requests"
3806 #: fetch-pack.c:1236
3807 msgid "Server supports filter"
3810 #: fetch-pack.c:1275
3811 msgid "unable to write request to remote"
3814 #: fetch-pack.c:1293
3816 msgid "error reading section header '%s'"
3819 #: fetch-pack.c:1299
3821 msgid "expected '%s', received '%s'"
3824 #: fetch-pack.c:1360
3826 msgid "unexpected acknowledgment line: '%s'"
3829 #: fetch-pack.c:1365
3831 msgid "error processing acks: %d"
3834 #: fetch-pack.c:1375
3835 msgid "expected packfile to be sent after 'ready'"
3838 #: fetch-pack.c:1377
3839 msgid "expected no other sections to be sent after no 'ready'"
3842 #: fetch-pack.c:1419
3844 msgid "error processing shallow info: %d"
3847 #: fetch-pack.c:1466
3849 msgid "expected wanted-ref, got '%s'"
3852 #: fetch-pack.c:1471
3854 msgid "unexpected wanted-ref: '%s'"
3857 #: fetch-pack.c:1476
3859 msgid "error processing wanted refs: %d"
3862 #: fetch-pack.c:1506
3863 msgid "git fetch-pack: expected response end packet"
3866 #: fetch-pack.c:1887
3867 msgid "no matching remote head"
3870 #: fetch-pack.c:1910 builtin/clone.c:692
3871 msgid "remote did not send all necessary objects"
3874 #: fetch-pack.c:1937
3876 msgid "no such remote ref %s"
3879 #: fetch-pack.c:1940
3881 msgid "Server does not allow request for unadvertised object %s"
3884 #: gpg-interface.c:272
3885 msgid "could not create temporary file"
3888 #: gpg-interface.c:275
3890 msgid "failed writing detached signature to '%s'"
3893 #: gpg-interface.c:457
3894 msgid "gpg failed to sign the data"
3899 msgid "ignore invalid color '%.*s' in log.graphColors"
3904 "given pattern contains NULL byte (via -f <file>). This is only supported "
3905 "with -P under PCRE v2"
3910 msgid "'%s': unable to read %s"
3913 #: grep.c:2145 setup.c:176 builtin/clone.c:411 builtin/diff.c:89
3916 msgid "failed to stat '%s'"
3921 msgid "'%s': short read"
3925 msgid "start a working area (see also: git help tutorial)"
3929 msgid "work on the current change (see also: git help everyday)"
3933 msgid "examine the history and state (see also: git help revisions)"
3937 msgid "grow, mark and tweak your common history"
3941 msgid "collaborate (see also: git help workflows)"
3945 msgid "Main Porcelain Commands"
3949 msgid "Ancillary Commands / Manipulators"
3953 msgid "Ancillary Commands / Interrogators"
3957 msgid "Interacting with Others"
3961 msgid "Low-level Commands / Manipulators"
3965 msgid "Low-level Commands / Interrogators"
3969 msgid "Low-level Commands / Syncing Repositories"
3973 msgid "Low-level Commands / Internal Helpers"
3978 msgid "available git commands in '%s'"
3982 msgid "git commands available from elsewhere on your $PATH"
3986 msgid "These are common Git commands used in various situations:"
3989 #: help.c:365 git.c:99
3991 msgid "unsupported command listing type '%s'"
3995 msgid "The Git concept guides are:"
3999 msgid "See 'git help <command>' to read about a specific subcommand"
4003 msgid "External commands"
4007 msgid "Command aliases"
4013 "'%s' appears to be a git command, but we were not\n"
4014 "able to execute it. Maybe git-%s is broken?"
4018 msgid "Uh oh. Your system reports no Git commands at all."
4023 msgid "WARNING: You called a Git command named '%s', which does not exist."
4028 msgid "Continuing under the assumption that you meant '%s'."
4033 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
4038 msgid "git: '%s' is not a git command. See 'git --help'."
4044 "The most similar command is"
4047 "The most similar commands are"
4052 msgid "git version [<options>]"
4063 "Did you mean this?"
4066 "Did you mean one of these?"
4071 msgid "Author identity unknown\n"
4075 msgid "Committer identity unknown\n"
4081 "*** Please tell me who you are.\n"
4085 " git config --global user.email \"you@example.com\"\n"
4086 " git config --global user.name \"Your Name\"\n"
4088 "to set your account's default identity.\n"
4089 "Omit --global to set the identity only in this repository.\n"
4094 msgid "no email was given and auto-detection is disabled"
4099 msgid "unable to auto-detect email address (got '%s')"
4103 msgid "no name was given and auto-detection is disabled"
4108 msgid "unable to auto-detect name (got '%s')"
4113 msgid "empty ident name (for <%s>) not allowed"
4118 msgid "name consists only of disallowed characters: %s"
4121 #: ident.c:454 builtin/commit.c:634
4123 msgid "invalid date format: %s"
4126 #: list-objects-filter-options.c:81
4127 msgid "expected 'tree:<depth>'"
4130 #: list-objects-filter-options.c:96
4131 msgid "sparse:path filters support has been dropped"
4134 #: list-objects-filter-options.c:109
4136 msgid "invalid filter-spec '%s'"
4139 #: list-objects-filter-options.c:125
4141 msgid "must escape char in sub-filter-spec: '%c'"
4144 #: list-objects-filter-options.c:167
4145 msgid "expected something after combine:"
4148 #: list-objects-filter-options.c:249
4149 msgid "multiple filter-specs cannot be combined"
4152 #: list-objects-filter-options.c:361
4153 msgid "unable to upgrade repository format to support partial clone"
4156 #: list-objects-filter.c:492
4158 msgid "unable to access sparse blob in '%s'"
4161 #: list-objects-filter.c:495
4163 msgid "unable to parse sparse filter data in %s"
4166 #: list-objects.c:127
4168 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
4171 #: list-objects.c:140
4173 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
4176 #: list-objects.c:375
4178 msgid "unable to load root tree for commit %s"
4184 "Unable to create '%s.lock': %s.\n"
4186 "Another git process seems to be running in this repository, e.g.\n"
4187 "an editor opened by 'git commit'. Please make sure all processes\n"
4188 "are terminated then try again. If it still fails, a git process\n"
4189 "may have crashed in this repository earlier:\n"
4190 "remove the file manually to continue."
4195 msgid "Unable to create '%s.lock': %s"
4199 msgid "expected flush after ls-refs arguments"
4202 #: merge-recursive.c:356
4203 msgid "(bad commit)\n"
4206 #: merge-recursive.c:379
4208 msgid "add_cacheinfo failed for path '%s'; merge aborting."
4211 #: merge-recursive.c:388
4213 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
4216 #: merge-recursive.c:874
4218 msgid "failed to create path '%s'%s"
4221 #: merge-recursive.c:885
4223 msgid "Removing %s to make room for subdirectory\n"
4226 #: merge-recursive.c:899 merge-recursive.c:918
4227 msgid ": perhaps a D/F conflict?"
4230 #: merge-recursive.c:908
4232 msgid "refusing to lose untracked file at '%s'"
4235 #: merge-recursive.c:949 builtin/cat-file.c:41
4237 msgid "cannot read object %s '%s'"
4240 #: merge-recursive.c:954
4242 msgid "blob expected for %s '%s'"
4245 #: merge-recursive.c:979
4247 msgid "failed to open '%s': %s"
4250 #: merge-recursive.c:990
4252 msgid "failed to symlink '%s': %s"
4255 #: merge-recursive.c:995
4257 msgid "do not know what to do with %06o %s '%s'"
4260 #: merge-recursive.c:1191
4262 msgid "Failed to merge submodule %s (not checked out)"
4265 #: merge-recursive.c:1198
4267 msgid "Failed to merge submodule %s (commits not present)"
4270 #: merge-recursive.c:1205
4272 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
4275 #: merge-recursive.c:1213 merge-recursive.c:1225
4277 msgid "Fast-forwarding submodule %s to the following commit:"
4280 #: merge-recursive.c:1216 merge-recursive.c:1228
4282 msgid "Fast-forwarding submodule %s"
4285 #: merge-recursive.c:1251
4287 msgid "Failed to merge submodule %s (merge following commits not found)"
4290 #: merge-recursive.c:1255
4292 msgid "Failed to merge submodule %s (not fast-forward)"
4295 #: merge-recursive.c:1256
4296 msgid "Found a possible merge resolution for the submodule:\n"
4299 #: merge-recursive.c:1259
4302 "If this is correct simply add it to the index for example\n"
4305 " git update-index --cacheinfo 160000 %s \"%s\"\n"
4307 "which will accept this suggestion.\n"
4310 #: merge-recursive.c:1268
4312 msgid "Failed to merge submodule %s (multiple merges found)"
4315 #: merge-recursive.c:1341
4316 msgid "Failed to execute internal merge"
4319 #: merge-recursive.c:1346
4321 msgid "Unable to add %s to database"
4324 #: merge-recursive.c:1378
4326 msgid "Auto-merging %s"
4329 #: merge-recursive.c:1402
4331 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
4334 #: merge-recursive.c:1474
4337 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
4341 #: merge-recursive.c:1479
4344 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
4348 #: merge-recursive.c:1486
4351 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
4355 #: merge-recursive.c:1491
4358 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
4359 "left in tree at %s."
4362 #: merge-recursive.c:1526
4366 #: merge-recursive.c:1526
4370 #: merge-recursive.c:1577 merge-recursive.c:2484 merge-recursive.c:3129
4372 msgid "Refusing to lose dirty file at %s"
4375 #: merge-recursive.c:1587
4377 msgid "Refusing to lose untracked file at %s, even though it's in the way."
4380 #: merge-recursive.c:1645
4382 msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
4385 #: merge-recursive.c:1676
4387 msgid "%s is a directory in %s adding as %s instead"
4390 #: merge-recursive.c:1681
4392 msgid "Refusing to lose untracked file at %s; adding as %s instead"
4395 #: merge-recursive.c:1708
4398 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
4399 "\"->\"%s\" in \"%s\"%s"
4402 #: merge-recursive.c:1713
4403 msgid " (left unresolved)"
4406 #: merge-recursive.c:1805
4408 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
4411 #: merge-recursive.c:2068
4414 "CONFLICT (directory rename split): Unclear where to place %s because "
4415 "directory %s was renamed to multiple other directories, with no destination "
4416 "getting a majority of the files."
4419 #: merge-recursive.c:2100
4422 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
4423 "implicit directory rename(s) putting the following path(s) there: %s."
4426 #: merge-recursive.c:2110
4429 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
4430 "implicit directory renames tried to put these paths there: %s"
4433 #: merge-recursive.c:2202
4436 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
4440 #: merge-recursive.c:2447
4443 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
4447 #: merge-recursive.c:2973
4449 msgid "cannot read object %s"
4452 #: merge-recursive.c:2976
4454 msgid "object %s is not a blob"
4457 #: merge-recursive.c:3040
4461 #: merge-recursive.c:3040
4465 #: merge-recursive.c:3052
4469 #: merge-recursive.c:3056
4473 #: merge-recursive.c:3079
4475 msgid "Skipped %s (merged same as existing)"
4478 #: merge-recursive.c:3101
4482 #: merge-recursive.c:3102
4484 msgid "CONFLICT (%s): Merge conflict in %s"
4487 #: merge-recursive.c:3132
4489 msgid "Adding as %s instead"
4492 #: merge-recursive.c:3215
4495 "Path updated: %s added in %s inside a directory that was renamed in %s; "
4499 #: merge-recursive.c:3218
4502 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
4503 "in %s, suggesting it should perhaps be moved to %s."
4506 #: merge-recursive.c:3222
4509 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
4510 "%s; moving it to %s."
4513 #: merge-recursive.c:3225
4516 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
4517 "was renamed in %s, suggesting it should perhaps be moved to %s."
4520 #: merge-recursive.c:3339
4525 #: merge-recursive.c:3362
4526 msgid "file/directory"
4529 #: merge-recursive.c:3367
4530 msgid "directory/file"
4533 #: merge-recursive.c:3374
4535 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
4538 #: merge-recursive.c:3383
4543 #: merge-recursive.c:3392
4545 msgid "CONFLICT (add/add): Merge conflict in %s"
4548 #: merge-recursive.c:3436
4549 msgid "Already up to date!"
4552 #: merge-recursive.c:3445
4554 msgid "merging of trees %s and %s failed"
4557 #: merge-recursive.c:3550
4561 #: merge-recursive.c:3563
4563 msgid "found %u common ancestor:"
4564 msgid_plural "found %u common ancestors:"
4568 #: merge-recursive.c:3613
4569 msgid "merge returned no commit"
4572 #: merge-recursive.c:3672
4575 "Your local changes to the following files would be overwritten by merge:\n"
4579 #: merge-recursive.c:3769
4581 msgid "Could not parse object '%s'"
4584 #: merge-recursive.c:3787 builtin/merge.c:702 builtin/merge.c:881
4585 msgid "Unable to write index."
4589 msgid "failed to read the cache"
4592 #: merge.c:109 rerere.c:720 builtin/am.c:1896 builtin/am.c:1930
4593 #: builtin/checkout.c:560 builtin/checkout.c:816 builtin/clone.c:816
4594 #: builtin/stash.c:265
4595 msgid "unable to write new index file"
4600 msgid "multi-pack-index file %s is too small"
4605 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
4610 msgid "multi-pack-index version %d not recognized"
4615 msgid "multi-pack-index hash version %u does not match version %u"
4619 msgid "invalid chunk offset (too large)"
4623 msgid "terminating multi-pack-index chunk id appears earlier than expected"
4627 msgid "multi-pack-index missing required pack-name chunk"
4631 msgid "multi-pack-index missing required OID fanout chunk"
4635 msgid "multi-pack-index missing required OID lookup chunk"
4639 msgid "multi-pack-index missing required object offsets chunk"
4644 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
4649 msgid "bad pack-int-id: %u (%u total packs)"
4653 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
4657 msgid "error preparing packfile from multi-pack-index"
4662 msgid "failed to add packfile '%s'"
4667 msgid "failed to open pack-index '%s'"
4672 msgid "failed to locate object %d in packfile"
4676 msgid "Adding packfiles to multi-pack-index"
4681 msgid "did not see pack-file %s to drop"
4685 msgid "no pack files to index."
4689 msgid "Writing chunks to multi-pack-index"
4694 msgid "failed to clear multi-pack-index at %s"
4698 msgid "multi-pack-index file exists, but failed to parse"
4702 msgid "Looking for referenced packfiles"
4708 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
4712 msgid "the midx contains no oid"
4716 msgid "Verifying OID order in multi-pack-index"
4721 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
4725 msgid "Sorting objects by packfile"
4729 msgid "Verifying object offsets"
4734 msgid "failed to load pack entry for oid[%d] = %s"
4739 msgid "failed to load pack-index for packfile %s"
4744 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4748 msgid "Counting referenced objects"
4752 msgid "Finding and deleting unreferenced packfiles"
4756 msgid "could not start pack-objects"
4760 msgid "could not finish pack-objects"
4765 msgid "unable to create lazy_dir thread: %s"
4770 msgid "unable to create lazy_name thread: %s"
4775 msgid "unable to join lazy_name thread: %s"
4778 #: notes-merge.c:277
4781 "You have not concluded your previous notes merge (%s exists).\n"
4782 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
4783 "commit/abort the previous merge before you start a new notes merge."
4786 #: notes-merge.c:284
4788 msgid "You have not concluded your notes merge (%s exists)."
4792 msgid "Cannot commit uninitialized/unreferenced notes tree"
4795 #: notes-utils.c:105
4797 msgid "Bad notes.rewriteMode value: '%s'"
4800 #: notes-utils.c:115
4802 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
4805 #. TRANSLATORS: The first %s is the name of
4806 #. the environment variable, the second %s is
4809 #: notes-utils.c:145
4811 msgid "Bad %s value: '%s'"
4816 msgid "invalid object type \"%s\""
4821 msgid "object %s is a %s, not a %s"
4826 msgid "object %s has unknown type id %d"
4831 msgid "unable to parse object: %s"
4834 #: object.c:266 object.c:278
4836 msgid "hash mismatch %s"
4839 #: pack-bitmap.c:815 pack-bitmap.c:821 builtin/pack-objects.c:2216
4841 msgid "unable to get size of %s"
4845 msgid "offset before end of packfile (broken .idx?)"
4850 msgid "offset before start of pack index for %s (corrupt index?)"
4855 msgid "offset beyond end of pack index for %s (truncated index?)"
4858 #: parse-options-cb.c:20 parse-options-cb.c:24
4860 msgid "option `%s' expects a numerical value"
4863 #: parse-options-cb.c:41
4865 msgid "malformed expiration date '%s'"
4868 #: parse-options-cb.c:54
4870 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4873 #: parse-options-cb.c:132 parse-options-cb.c:149
4875 msgid "malformed object name '%s'"
4878 #: parse-options.c:38
4880 msgid "%s requires a value"
4883 #: parse-options.c:73
4885 msgid "%s is incompatible with %s"
4888 #: parse-options.c:78
4890 msgid "%s : incompatible with something else"
4893 #: parse-options.c:92 parse-options.c:96 parse-options.c:317
4895 msgid "%s takes no value"
4898 #: parse-options.c:94
4900 msgid "%s isn't available"
4903 #: parse-options.c:217
4905 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4908 #: parse-options.c:386
4910 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4913 #: parse-options.c:420 parse-options.c:428
4915 msgid "did you mean `--%s` (with two dashes)?"
4918 #: parse-options.c:666 parse-options.c:971
4920 msgid "alias of --%s"
4923 #: parse-options.c:862
4925 msgid "unknown option `%s'"
4928 #: parse-options.c:864
4930 msgid "unknown switch `%c'"
4933 #: parse-options.c:866
4935 msgid "unknown non-ascii option in string: `%s'"
4938 #: parse-options.c:890
4942 #: parse-options.c:909
4947 #. TRANSLATORS: the colon here should align with the
4948 #. one in "usage: %s" translation.
4950 #: parse-options.c:915
4955 #: parse-options.c:918
4960 #: parse-options.c:957
4966 msgid "Could not make %s writable by group"
4970 msgid "Escape character '\\' not allowed as last character in attr value"
4974 msgid "Only one 'attr:' specification is allowed."
4978 msgid "attr spec must not be empty"
4983 msgid "invalid attribute name %s"
4987 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4992 "global 'literal' pathspec setting is incompatible with all other global "
4997 msgid "invalid parameter for pathspec magic 'prefix'"
5002 msgid "Invalid pathspec magic '%.*s' in '%s'"
5007 msgid "Missing ')' at the end of pathspec magic in '%s'"
5012 msgid "Unimplemented pathspec magic '%c' in '%s'"
5017 msgid "%s: 'literal' and 'glob' are incompatible"
5022 msgid "%s: '%s' is outside repository at '%s'"
5027 msgid "'%s' (mnemonic: '%c')"
5032 msgid "%s: pathspec magic not supported by this command: %s"
5037 msgid "pathspec '%s' is beyond a symbolic link"
5042 msgid "line is badly quoted: %s"
5046 msgid "unable to write flush packet"
5050 msgid "unable to write delim packet"
5054 msgid "unable to write stateless separator packet"
5058 msgid "flush packet write failed"
5061 #: pkt-line.c:153 pkt-line.c:239
5062 msgid "protocol error: impossibly long line"
5065 #: pkt-line.c:169 pkt-line.c:171
5066 msgid "packet write with format failed"
5070 msgid "packet write failed - data exceeds max packet size"
5073 #: pkt-line.c:210 pkt-line.c:217
5074 msgid "packet write failed"
5082 msgid "the remote end hung up unexpectedly"
5087 msgid "protocol error: bad line length character: %.4s"
5090 #: pkt-line.c:352 pkt-line.c:357
5092 msgid "protocol error: bad line length %d"
5095 #: pkt-line.c:373 sideband.c:150
5097 msgid "remote error: %s"
5100 #: preload-index.c:119
5101 msgid "Refreshing index"
5104 #: preload-index.c:138
5106 msgid "unable to create threaded lstat: %s"
5110 msgid "unable to parse --pretty format"
5113 #: promisor-remote.c:30
5114 msgid "promisor-remote: unable to fork off fetch subprocess"
5117 #: promisor-remote.c:35 promisor-remote.c:37
5118 msgid "promisor-remote: could not write to fetch subprocess"
5121 #: promisor-remote.c:41
5122 msgid "promisor-remote: could not close stdin to fetch subprocess"
5125 #: promisor-remote.c:53
5127 msgid "promisor remote name cannot begin with '/': %s"
5130 #: prune-packed.c:35
5131 msgid "Removing duplicate objects"
5135 msgid "could not start `log`"
5139 msgid "could not read `log` output"
5142 #: range-diff.c:98 sequencer.c:5283
5144 msgid "could not parse commit '%s'"
5150 "could not parse first line of `log` output: did not start with 'commit ': "
5156 msgid "could not parse git header '%.*s'"
5160 msgid "failed to generate diff"
5163 #: range-diff.c:534 range-diff.c:536
5165 msgid "could not parse log for '%s'"
5170 msgid "will not add file alias '%s' ('%s' already exists in index)"
5174 msgid "cannot create an empty blob in the object database"
5179 msgid "%s: can only add regular files, symbolic links or git-directories"
5184 msgid "'%s' does not have a commit checked out"
5189 msgid "unable to index file '%s'"
5194 msgid "unable to add '%s' to index"
5199 msgid "unable to stat '%s'"
5202 #: read-cache.c:1318
5204 msgid "'%s' appears as both a file and as a directory"
5207 #: read-cache.c:1524
5208 msgid "Refresh index"
5211 #: read-cache.c:1639
5214 "index.version set, but the value is invalid.\n"
5218 #: read-cache.c:1649
5221 "GIT_INDEX_VERSION set, but the value is invalid.\n"
5225 #: read-cache.c:1705
5227 msgid "bad signature 0x%08x"
5230 #: read-cache.c:1708
5232 msgid "bad index version %d"
5235 #: read-cache.c:1717
5236 msgid "bad index file sha1 signature"
5239 #: read-cache.c:1747
5241 msgid "index uses %.4s extension, which we do not understand"
5244 #: read-cache.c:1749
5246 msgid "ignoring %.4s extension"
5249 #: read-cache.c:1786
5251 msgid "unknown index entry format 0x%08x"
5254 #: read-cache.c:1802
5256 msgid "malformed name field in the index, near path '%s'"
5259 #: read-cache.c:1859
5260 msgid "unordered stage entries in index"
5263 #: read-cache.c:1862
5265 msgid "multiple stage entries for merged file '%s'"
5268 #: read-cache.c:1865
5270 msgid "unordered stage entries for '%s'"
5273 #: read-cache.c:1971 read-cache.c:2262 rerere.c:565 rerere.c:599 rerere.c:1111
5274 #: submodule.c:1628 builtin/add.c:538 builtin/check-ignore.c:181
5275 #: builtin/checkout.c:489 builtin/checkout.c:675 builtin/clean.c:991
5276 #: builtin/commit.c:364 builtin/diff-tree.c:121 builtin/grep.c:507
5277 #: builtin/mv.c:146 builtin/reset.c:247 builtin/rm.c:290
5278 #: builtin/submodule--helper.c:332
5279 msgid "index file corrupt"
5282 #: read-cache.c:2115
5284 msgid "unable to create load_cache_entries thread: %s"
5287 #: read-cache.c:2128
5289 msgid "unable to join load_cache_entries thread: %s"
5292 #: read-cache.c:2161
5294 msgid "%s: index file open failed"
5297 #: read-cache.c:2165
5299 msgid "%s: cannot stat the open index"
5302 #: read-cache.c:2169
5304 msgid "%s: index file smaller than expected"
5307 #: read-cache.c:2173
5309 msgid "%s: unable to map index file"
5312 #: read-cache.c:2215
5314 msgid "unable to create load_index_extensions thread: %s"
5317 #: read-cache.c:2242
5319 msgid "unable to join load_index_extensions thread: %s"
5322 #: read-cache.c:2274
5324 msgid "could not freshen shared index '%s'"
5327 #: read-cache.c:2321
5329 msgid "broken index, expect %s in %s, got %s"
5332 #: read-cache.c:3017 strbuf.c:1171 wrapper.c:633 builtin/merge.c:1126
5334 msgid "could not close '%s'"
5337 #: read-cache.c:3120 sequencer.c:2446 sequencer.c:4185
5339 msgid "could not stat '%s'"
5342 #: read-cache.c:3133
5344 msgid "unable to open git dir: %s"
5347 #: read-cache.c:3145
5349 msgid "unable to unlink: %s"
5352 #: read-cache.c:3170
5354 msgid "cannot fix permission bits on '%s'"
5357 #: read-cache.c:3319
5359 msgid "%s: cannot drop to stage #0"
5362 #: rebase-interactive.c:11
5364 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5366 "Or you can abort the rebase with 'git rebase --abort'.\n"
5369 #: rebase-interactive.c:33
5372 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5375 #: rebase-interactive.c:42
5379 "p, pick <commit> = use commit\n"
5380 "r, reword <commit> = use commit, but edit the commit message\n"
5381 "e, edit <commit> = use commit, but stop for amending\n"
5382 "s, squash <commit> = use commit, but meld into previous commit\n"
5383 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
5384 "x, exec <command> = run command (the rest of the line) using shell\n"
5385 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
5386 "d, drop <commit> = remove commit\n"
5387 "l, label <label> = label current HEAD with a name\n"
5388 "t, reset <label> = reset HEAD to a label\n"
5389 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
5390 ". create a merge commit using the original merge commit's\n"
5391 ". message (or the oneline, if no original merge commit was\n"
5392 ". specified). Use -c <commit> to reword the commit message.\n"
5394 "These lines can be re-ordered; they are executed from top to bottom.\n"
5397 #: rebase-interactive.c:63
5399 msgid "Rebase %s onto %s (%d command)"
5400 msgid_plural "Rebase %s onto %s (%d commands)"
5404 #: rebase-interactive.c:72 git-rebase--preserve-merges.sh:218
5407 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
5410 #: rebase-interactive.c:75 git-rebase--preserve-merges.sh:222
5413 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
5416 #: rebase-interactive.c:81 git-rebase--preserve-merges.sh:861
5419 "You are editing the todo file of an ongoing interactive rebase.\n"
5420 "To continue rebase after editing, run:\n"
5421 " git rebase --continue\n"
5425 #: rebase-interactive.c:86 git-rebase--preserve-merges.sh:938
5428 "However, if you remove everything, the rebase will be aborted.\n"
5432 #: rebase-interactive.c:110 rerere.c:485 rerere.c:692 sequencer.c:3571
5433 #: sequencer.c:3597 sequencer.c:5389 builtin/fsck.c:347 builtin/rebase.c:264
5435 msgid "could not write '%s'"
5438 #: rebase-interactive.c:116 builtin/rebase.c:196 builtin/rebase.c:222
5439 #: builtin/rebase.c:246
5441 msgid "could not write '%s'."
5444 #: rebase-interactive.c:193
5447 "Warning: some commits may have been dropped accidentally.\n"
5448 "Dropped commits (newer to older):\n"
5451 #: rebase-interactive.c:200
5454 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5456 "Use 'git config rebase.missingCommitsCheck' to change the level of "
5458 "The possible behaviours are: ignore, warn, error.\n"
5462 #: rebase-interactive.c:233 rebase-interactive.c:238 sequencer.c:2361
5463 #: builtin/rebase.c:182 builtin/rebase.c:207 builtin/rebase.c:233
5464 #: builtin/rebase.c:258
5466 msgid "could not read '%s'."
5469 #: ref-filter.c:42 wt-status.c:1973
5485 msgid "ahead %d, behind %d"
5490 msgid "expected format: %%(color:<color>)"
5495 msgid "unrecognized color: %%(color:%s)"
5500 msgid "Integer value expected refname:lstrip=%s"
5505 msgid "Integer value expected refname:rstrip=%s"
5510 msgid "unrecognized %%(%s) argument: %s"
5515 msgid "%%(objecttype) does not take arguments"
5520 msgid "unrecognized %%(objectsize) argument: %s"
5525 msgid "%%(deltabase) does not take arguments"
5530 msgid "%%(body) does not take arguments"
5535 msgid "unrecognized %%(subject) argument: %s"
5540 msgid "unknown %%(trailers) argument: %s"
5545 msgid "positive value expected contents:lines=%s"
5550 msgid "unrecognized %%(contents) argument: %s"
5555 msgid "positive value expected '%s' in %%(%s)"
5560 msgid "unrecognized argument '%s' in %%(%s)"
5565 msgid "unrecognized email option: %s"
5570 msgid "expected format: %%(align:<width>,<position>)"
5575 msgid "unrecognized position:%s"
5580 msgid "unrecognized width:%s"
5585 msgid "unrecognized %%(align) argument: %s"
5590 msgid "positive width expected with the %%(align) atom"
5595 msgid "unrecognized %%(if) argument: %s"
5600 msgid "malformed field name: %.*s"
5605 msgid "unknown field name: %.*s"
5611 "not a git repository, but the field '%.*s' requires access to object data"
5616 msgid "format: %%(if) atom used without a %%(then) atom"
5621 msgid "format: %%(then) atom used without an %%(if) atom"
5626 msgid "format: %%(then) atom used more than once"
5631 msgid "format: %%(then) atom used after %%(else)"
5636 msgid "format: %%(else) atom used without an %%(if) atom"
5641 msgid "format: %%(else) atom used without a %%(then) atom"
5646 msgid "format: %%(else) atom used more than once"
5651 msgid "format: %%(end) atom used without corresponding atom"
5656 msgid "malformed format string %s"
5659 #: ref-filter.c:1541
5661 msgid "no branch, rebasing %s"
5664 #: ref-filter.c:1544
5666 msgid "no branch, rebasing detached HEAD %s"
5669 #: ref-filter.c:1547
5671 msgid "no branch, bisect started on %s"
5674 #: ref-filter.c:1557
5678 #: ref-filter.c:1591 ref-filter.c:1800
5680 msgid "missing object %s for %s"
5683 #: ref-filter.c:1601
5685 msgid "parse_object_buffer failed on %s for %s"
5688 #: ref-filter.c:2054
5690 msgid "malformed object at '%s'"
5693 #: ref-filter.c:2143
5695 msgid "ignoring ref with broken name %s"
5698 #: ref-filter.c:2148 refs.c:657
5700 msgid "ignoring broken ref %s"
5703 #: ref-filter.c:2464
5705 msgid "format: %%(end) atom missing"
5708 #: ref-filter.c:2563
5710 msgid "malformed object name %s"
5713 #: ref-filter.c:2568
5715 msgid "option `%s' must point to a commit"
5720 msgid "%s does not point to a valid object!"
5725 msgid "could not retrieve `%s`"
5730 msgid "invalid branch name: %s = %s"
5735 msgid "ignoring dangling symref %s"
5740 msgid "log for ref %s has gap after %s"
5745 msgid "log for ref %s unexpectedly ended on %s"
5750 msgid "log for %s is empty"
5755 msgid "refusing to update ref with bad name '%s'"
5760 msgid "update_ref failed for ref '%s': %s"
5765 msgid "multiple updates for ref '%s' not allowed"
5769 msgid "ref updates forbidden inside quarantine environment"
5773 msgid "ref updates aborted by hook"
5776 #: refs.c:2135 refs.c:2165
5778 msgid "'%s' exists; cannot create '%s'"
5781 #: refs.c:2141 refs.c:2176
5783 msgid "cannot process '%s' and '%s' at the same time"
5786 #: refs/files-backend.c:1228
5788 msgid "could not remove reference %s"
5791 #: refs/files-backend.c:1242 refs/packed-backend.c:1542
5792 #: refs/packed-backend.c:1552
5794 msgid "could not delete reference %s: %s"
5797 #: refs/files-backend.c:1245 refs/packed-backend.c:1555
5799 msgid "could not delete references: %s"
5804 msgid "invalid refspec '%s'"
5809 msgid "config remote shorthand cannot begin with '/': %s"
5813 msgid "more than one receivepack given, using the first"
5817 msgid "more than one uploadpack given, using the first"
5822 msgid "Cannot fetch both %s and %s to %s"
5827 msgid "%s usually tracks %s, not %s"
5832 msgid "%s tracks both %s and %s"
5837 msgid "key '%s' of pattern had no '*'"
5842 msgid "value '%s' of pattern has no '*'"
5847 msgid "src refspec %s does not match any"
5852 msgid "src refspec %s matches more than one"
5855 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5856 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5862 "The destination you provided is not a full refname (i.e.,\n"
5863 "starting with \"refs/\"). We tried to guess what you meant by:\n"
5865 "- Looking for a ref that matches '%s' on the remote side.\n"
5866 "- Checking if the <src> being pushed ('%s')\n"
5867 " is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5868 " refs/{heads,tags}/ prefix on the remote side.\n"
5870 "Neither worked, so we gave up. You must fully qualify the ref."
5876 "The <src> part of the refspec is a commit object.\n"
5877 "Did you mean to create a new branch by pushing to\n"
5878 "'%s:refs/heads/%s'?"
5884 "The <src> part of the refspec is a tag object.\n"
5885 "Did you mean to create a new tag by pushing to\n"
5886 "'%s:refs/tags/%s'?"
5892 "The <src> part of the refspec is a tree object.\n"
5893 "Did you mean to tag a new tree by pushing to\n"
5894 "'%s:refs/tags/%s'?"
5900 "The <src> part of the refspec is a blob object.\n"
5901 "Did you mean to tag a new blob by pushing to\n"
5902 "'%s:refs/tags/%s'?"
5907 msgid "%s cannot be resolved to branch"
5912 msgid "unable to delete '%s': remote ref does not exist"
5917 msgid "dst refspec %s matches more than one"
5922 msgid "dst ref %s receives from more than one src"
5925 #: remote.c:1703 remote.c:1804
5926 msgid "HEAD does not point to a branch"
5931 msgid "no such branch: '%s'"
5936 msgid "no upstream configured for branch '%s'"
5941 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5946 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5951 msgid "branch '%s' has no remote for pushing"
5956 msgid "push refspecs for '%s' do not include '%s'"
5960 msgid "push has no destination (push.default is 'nothing')"
5964 msgid "cannot resolve 'simple' push to a single destination"
5969 msgid "couldn't find remote ref %s"
5974 msgid "* Ignoring funny ref '%s' locally"
5979 msgid "Your branch is based on '%s', but the upstream is gone.\n"
5983 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
5988 msgid "Your branch is up to date with '%s'.\n"
5993 msgid "Your branch and '%s' refer to different commits.\n"
5998 msgid " (use \"%s\" for details)\n"
6003 msgid "Your branch is ahead of '%s' by %d commit.\n"
6004 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
6009 msgid " (use \"git push\" to publish your local commits)\n"
6014 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
6016 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
6021 msgid " (use \"git pull\" to update your local branch)\n"
6027 "Your branch and '%s' have diverged,\n"
6028 "and have %d and %d different commit each, respectively.\n"
6030 "Your branch and '%s' have diverged,\n"
6031 "and have %d and %d different commits each, respectively.\n"
6036 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
6041 msgid "cannot parse expected object name '%s'"
6044 #: replace-object.c:21
6046 msgid "bad replace ref name: %s"
6049 #: replace-object.c:30
6051 msgid "duplicate replace ref: %s"
6054 #: replace-object.c:82
6056 msgid "replace depth too high for object %s"
6059 #: rerere.c:217 rerere.c:226 rerere.c:229
6060 msgid "corrupt MERGE_RR"
6063 #: rerere.c:264 rerere.c:269
6064 msgid "unable to write rerere record"
6069 msgid "there were errors while writing '%s' (%s)"
6074 msgid "failed to flush '%s'"
6077 #: rerere.c:503 rerere.c:1039
6079 msgid "could not parse conflict hunks in '%s'"
6084 msgid "failed utime() on '%s'"
6089 msgid "writing '%s' failed"
6094 msgid "Staged '%s' using previous resolution."
6099 msgid "Recorded resolution for '%s'."
6104 msgid "Resolved '%s' using previous resolution."
6109 msgid "cannot unlink stray '%s'"
6114 msgid "Recorded preimage for '%s'"
6117 #: rerere.c:881 submodule.c:2082 builtin/log.c:1975
6118 #: builtin/submodule--helper.c:1878 builtin/submodule--helper.c:1890
6120 msgid "could not create directory '%s'"
6125 msgid "failed to update conflicted state in '%s'"
6128 #: rerere.c:1068 rerere.c:1075
6130 msgid "no remembered resolution for '%s'"
6135 msgid "cannot unlink '%s'"
6140 msgid "Updated preimage for '%s'"
6145 msgid "Forgot resolution for '%s'\n"
6149 msgid "unable to open rr-cache directory"
6153 msgid "could not determine HEAD revision"
6156 #: reset.c:70 reset.c:76 sequencer.c:3426
6158 msgid "failed to find tree of %s"
6162 msgid "--unpacked=<packfile> no longer supported"
6167 msgid "unknown value for --diff-merges: %s"
6171 msgid "your current branch appears to be broken"
6176 msgid "your current branch '%s' does not have any commits yet"
6180 msgid "-L does not yet support diff formats besides -p and -s"
6183 #: run-command.c:763
6184 msgid "open /dev/null failed"
6187 #: run-command.c:1270
6189 msgid "cannot create async thread: %s"
6192 #: run-command.c:1334
6195 "The '%s' hook was ignored because it's not set as executable.\n"
6196 "You can disable this warning with `git config advice.ignoredHook false`."
6200 msgid "unexpected flush packet while reading remote unpack status"
6205 msgid "unable to parse remote unpack status: %s"
6210 msgid "remote unpack failed: %s"
6214 msgid "failed to sign the push certificate"
6218 msgid "the receiving end does not support this repository's hash algorithm"
6222 msgid "the receiving end does not support --signed push"
6227 "not sending a push certificate since the receiving end does not support --"
6232 msgid "the receiving end does not support --atomic push"
6236 msgid "the receiving end does not support push options"
6241 msgid "invalid commit message cleanup mode '%s'"
6246 msgid "could not delete '%s'"
6249 #: sequencer.c:329 builtin/rebase.c:749 builtin/rebase.c:1590 builtin/rm.c:385
6251 msgid "could not remove '%s'"
6268 msgid "unknown action: %d"
6273 "after resolving the conflicts, mark the corrected paths\n"
6274 "with 'git add <paths>' or 'git rm <paths>'"
6279 "after resolving the conflicts, mark the corrected paths\n"
6280 "with 'git add <paths>' or 'git rm <paths>'\n"
6281 "and commit the result with 'git commit'"
6284 #: sequencer.c:420 sequencer.c:3028
6286 msgid "could not lock '%s'"
6289 #: sequencer.c:422 sequencer.c:2827 sequencer.c:3032 sequencer.c:3046
6290 #: sequencer.c:3303 sequencer.c:5299 strbuf.c:1168 wrapper.c:631
6292 msgid "could not write to '%s'"
6297 msgid "could not write eol to '%s'"
6300 #: sequencer.c:432 sequencer.c:2832 sequencer.c:3034 sequencer.c:3048
6303 msgid "failed to finalize '%s'"
6308 msgid "your local changes would be overwritten by %s."
6312 msgid "commit your changes or stash them to proceed."
6317 msgid "%s: fast-forward"
6320 #: sequencer.c:546 builtin/tag.c:566
6322 msgid "Invalid cleanup mode %s"
6325 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
6330 msgid "%s: Unable to write new index file"
6334 msgid "unable to update cache tree"
6338 msgid "could not resolve HEAD commit"
6343 msgid "no key present in '%.*s'"
6348 msgid "unable to dequote value of '%s'"
6351 #: sequencer.c:799 wrapper.c:201 wrapper.c:371 builtin/am.c:724
6352 #: builtin/am.c:816 builtin/merge.c:1121 builtin/rebase.c:902
6354 msgid "could not open '%s' for reading"
6358 msgid "'GIT_AUTHOR_NAME' already given"
6362 msgid "'GIT_AUTHOR_EMAIL' already given"
6366 msgid "'GIT_AUTHOR_DATE' already given"
6371 msgid "unknown variable '%s'"
6375 msgid "missing 'GIT_AUTHOR_NAME'"
6379 msgid "missing 'GIT_AUTHOR_EMAIL'"
6383 msgid "missing 'GIT_AUTHOR_DATE'"
6389 "you have staged changes in your working tree\n"
6390 "If these changes are meant to be squashed into the previous commit, run:\n"
6392 " git commit --amend %s\n"
6394 "If they are meant to go into a new commit, run:\n"
6398 "In both cases, once you're done, continue with:\n"
6400 " git rebase --continue\n"
6404 msgid "'prepare-commit-msg' hook failed"
6409 "Your name and email address were configured automatically based\n"
6410 "on your username and hostname. Please check that they are accurate.\n"
6411 "You can suppress this message by setting them explicitly. Run the\n"
6412 "following command and follow the instructions in your editor to edit\n"
6413 "your configuration file:\n"
6415 " git config --global --edit\n"
6417 "After doing this, you may fix the identity used for this commit with:\n"
6419 " git commit --amend --reset-author\n"
6424 "Your name and email address were configured automatically based\n"
6425 "on your username and hostname. Please check that they are accurate.\n"
6426 "You can suppress this message by setting them explicitly:\n"
6428 " git config --global user.name \"Your Name\"\n"
6429 " git config --global user.email you@example.com\n"
6431 "After doing this, you may fix the identity used for this commit with:\n"
6433 " git commit --amend --reset-author\n"
6437 msgid "couldn't look up newly created commit"
6441 msgid "could not parse newly created commit"
6445 msgid "unable to resolve HEAD after creating commit"
6449 msgid "detached HEAD"
6453 msgid " (root-commit)"
6457 msgid "could not parse HEAD"
6462 msgid "HEAD %s is not a commit!"
6465 #: sequencer.c:1320 sequencer.c:1395 builtin/commit.c:1577
6466 msgid "could not parse HEAD commit"
6469 #: sequencer.c:1373 sequencer.c:2067
6470 msgid "unable to parse commit author"
6473 #: sequencer.c:1384 builtin/am.c:1580 builtin/merge.c:692
6474 msgid "git write-tree failed to write a tree"
6477 #: sequencer.c:1417 sequencer.c:1535
6479 msgid "unable to read commit message from '%s'"
6482 #: sequencer.c:1446 sequencer.c:1478
6484 msgid "invalid author identity '%s'"
6488 msgid "corrupt author: missing date information"
6491 #: sequencer.c:1491 builtin/am.c:1606 builtin/commit.c:1678 builtin/merge.c:890
6492 #: builtin/merge.c:915
6493 msgid "failed to write commit object"
6496 #: sequencer.c:1518 sequencer.c:4237
6498 msgid "could not update %s"
6503 msgid "could not parse commit %s"
6508 msgid "could not parse parent commit %s"
6511 #: sequencer.c:1655 sequencer.c:1766
6513 msgid "unknown command: %d"
6516 #: sequencer.c:1713 sequencer.c:1738
6518 msgid "This is a combination of %d commits."
6522 msgid "need a HEAD to fixup"
6525 #: sequencer.c:1725 sequencer.c:3338
6526 msgid "could not read HEAD"
6530 msgid "could not read HEAD's commit message"
6535 msgid "cannot write '%s'"
6538 #: sequencer.c:1740 git-rebase--preserve-merges.sh:486
6539 msgid "This is the 1st commit message:"
6544 msgid "could not read commit message of %s"
6549 msgid "This is the commit message #%d:"
6554 msgid "The commit message #%d will be skipped:"
6558 msgid "your index file is unmerged."
6562 msgid "cannot fixup root commit"
6567 msgid "commit %s is a merge but no -m option was given."
6570 #: sequencer.c:1883 sequencer.c:1891
6572 msgid "commit %s does not have parent %d"
6577 msgid "cannot get commit message for %s"
6580 #. TRANSLATORS: The first %s will be a "todo" command like
6581 #. "revert" or "pick", the second %s a SHA1.
6584 msgid "%s: cannot parse parent commit %s"
6589 msgid "could not rename '%s' to '%s'"
6594 msgid "could not revert %s... %s"
6599 msgid "could not apply %s... %s"
6604 msgid "dropping %s %s -- patch contents already upstream\n"
6609 msgid "git %s: failed to read the index"
6614 msgid "git %s: failed to refresh the index"
6619 msgid "%s does not accept arguments: '%s'"
6624 msgid "missing arguments for %s"
6629 msgid "could not parse '%s'"
6634 msgid "invalid line %d: %.*s"
6639 msgid "cannot '%s' without a previous commit"
6643 msgid "cancelling a cherry picking in progress"
6647 msgid "cancelling a revert in progress"
6651 msgid "please fix this using 'git rebase --edit-todo'."
6656 msgid "unusable instruction sheet: '%s'"
6660 msgid "no commits parsed."
6664 msgid "cannot cherry-pick during a revert."
6668 msgid "cannot revert during a cherry-pick."
6673 msgid "invalid value for %s: %s"
6677 msgid "unusable squash-onto"
6682 msgid "malformed options sheet: '%s'"
6685 #: sequencer.c:2769 sequencer.c:4609
6686 msgid "empty commit set passed"
6690 msgid "revert is already in progress"
6695 msgid "try \"git revert (--continue | %s--abort | --quit)\""
6699 msgid "cherry-pick is already in progress"
6704 msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
6709 msgid "could not create sequencer directory '%s'"
6713 msgid "could not lock HEAD"
6716 #: sequencer.c:2882 sequencer.c:4325
6717 msgid "no cherry-pick or revert in progress"
6720 #: sequencer.c:2884 sequencer.c:2895
6721 msgid "cannot resolve HEAD"
6724 #: sequencer.c:2886 sequencer.c:2930
6725 msgid "cannot abort from a branch yet to be born"
6728 #: sequencer.c:2916 builtin/grep.c:745
6730 msgid "cannot open '%s'"
6735 msgid "cannot read '%s': %s"
6739 msgid "unexpected end of file"
6744 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
6748 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
6752 msgid "no revert in progress"
6756 msgid "no cherry-pick in progress"
6760 msgid "failed to skip the commit"
6764 msgid "there is nothing to skip"
6770 "have you committed already?\n"
6771 "try \"git %s --continue\""
6774 #: sequencer.c:3168 sequencer.c:4217
6775 msgid "cannot read HEAD"
6780 msgid "unable to copy '%s' to '%s'"
6786 "You can amend the commit now, with\n"
6788 " git commit --amend %s\n"
6790 "Once you are satisfied with your changes, run\n"
6792 " git rebase --continue\n"
6797 msgid "Could not apply %s... %.*s"
6802 msgid "Could not merge %.*s"
6805 #: sequencer.c:3224 sequencer.c:3228 builtin/difftool.c:641
6807 msgid "could not copy '%s' to '%s'"
6812 msgid "Executing: %s\n"
6818 "execution failed: %s\n"
6819 "%sYou can fix the problem, and then run\n"
6821 " git rebase --continue\n"
6826 msgid "and made changes to the index and/or the working tree\n"
6832 "execution succeeded: %s\n"
6833 "but left changes to the index and/or the working tree\n"
6834 "Commit or stash your changes, and then run\n"
6836 " git rebase --continue\n"
6842 msgid "illegal label name: '%.*s'"
6846 msgid "writing fake root commit"
6850 msgid "writing squash-onto"
6855 msgid "could not resolve '%s'"
6859 msgid "cannot merge without a current revision"
6864 msgid "unable to parse '%.*s'"
6869 msgid "nothing to merge: '%.*s'"
6873 msgid "octopus merge cannot be executed on top of a [new root]"
6878 msgid "could not get commit message of '%s'"
6883 msgid "could not even attempt to merge '%.*s'"
6887 msgid "merge: Unable to write new index file"
6891 msgid "Cannot autostash"
6896 msgid "Unexpected stash response: '%s'"
6901 msgid "Could not create directory for '%s'"
6906 msgid "Created autostash: %s\n"
6910 msgid "could not reset --hard"
6915 msgid "Applied autostash.\n"
6920 msgid "cannot store %s"
6927 "Your changes are safe in the stash.\n"
6928 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6932 msgid "Applying autostash resulted in conflicts."
6936 msgid "Autostash exists; creating a new stash entry."
6941 msgid "%s: not a valid OID"
6944 #: sequencer.c:3979 git-rebase--preserve-merges.sh:769
6945 msgid "could not detach HEAD"
6950 msgid "Stopped at HEAD\n"
6955 msgid "Stopped at %s\n"
6961 "Could not execute the todo command\n"
6964 "It has been rescheduled; To edit the command before continuing, please\n"
6965 "edit the todo list first:\n"
6967 " git rebase --edit-todo\n"
6968 " git rebase --continue\n"
6973 msgid "Rebasing (%d/%d)%s"
6978 msgid "Stopped at %s... %.*s\n"
6983 msgid "unknown command %d"
6987 msgid "could not read orig-head"
6991 msgid "could not read 'onto'"
6996 msgid "could not update HEAD to %s"
7001 msgid "Successfully rebased and updated %s.\n"
7005 msgid "cannot rebase: You have unstaged changes."
7009 msgid "cannot amend non-existing commit"
7014 msgid "invalid file: '%s'"
7019 msgid "invalid contents: '%s'"
7025 "You have uncommitted changes in your working tree. Please, commit them\n"
7026 "first and then run 'git rebase --continue' again."
7029 #: sequencer.c:4389 sequencer.c:4428
7031 msgid "could not write file: '%s'"
7035 msgid "could not remove CHERRY_PICK_HEAD"
7039 msgid "could not commit staged changes."
7044 msgid "invalid committer '%s'"
7049 msgid "%s: can't cherry-pick a %s"
7054 msgid "%s: bad revision"
7058 msgid "can't revert as initial commit"
7062 msgid "make_script: unhandled options"
7066 msgid "make_script: error preparing revisions"
7069 #: sequencer.c:5347 sequencer.c:5364
7070 msgid "nothing to do"
7074 msgid "could not skip unnecessary pick commands"
7078 msgid "the script was already rearranged."
7083 msgid "'%s' is outside repository at '%s'"
7089 "%s: no such path in the working tree.\n"
7090 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
7096 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
7097 "Use '--' to separate paths from revisions, like this:\n"
7098 "'git <command> [<revision>...] -- [<file>...]'"
7103 msgid "option '%s' must come before non-option arguments"
7109 "ambiguous argument '%s': both revision and filename\n"
7110 "Use '--' to separate paths from revisions, like this:\n"
7111 "'git <command> [<revision>...] -- [<file>...]'"
7115 msgid "unable to set up work tree using invalid config"
7119 msgid "this operation must be run in a work tree"
7124 msgid "Expected git repo version <= %d, found %d"
7128 msgid "unknown repository extensions found:"
7132 msgid "repo version is 0, but v1-only extensions found:"
7137 msgid "error opening '%s'"
7142 msgid "too large to be a .git file: '%s'"
7147 msgid "error reading %s"
7152 msgid "invalid gitfile format: %s"
7157 msgid "no path in gitfile: %s"
7162 msgid "not a git repository: %s"
7167 msgid "'$%s' too big"
7172 msgid "not a git repository: '%s'"
7175 #: setup.c:855 setup.c:857 setup.c:888
7177 msgid "cannot chdir to '%s'"
7180 #: setup.c:860 setup.c:916 setup.c:926 setup.c:965 setup.c:973
7181 msgid "cannot come back to cwd"
7186 msgid "failed to stat '%*s%s%s'"
7190 msgid "Unable to read current working directory"
7193 #: setup.c:1234 setup.c:1240
7195 msgid "cannot change to '%s'"
7200 msgid "not a git repository (or any of the parent directories): %s"
7206 "not a git repository (or any parent up to mount point %s)\n"
7207 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
7213 "problem with core.sharedRepository filemode value (0%.3o).\n"
7214 "The owner of files must always have read and write permissions."
7218 msgid "open /dev/null or dup failed"
7226 msgid "setsid failed"
7231 msgid "object directory %s does not exist; check .git/objects/info/alternates"
7236 msgid "unable to normalize alternate object path: %s"
7241 msgid "%s: ignoring alternate object stores, nesting too deep"
7246 msgid "unable to normalize object directory: %s"
7250 msgid "unable to fdopen alternates lockfile"
7254 msgid "unable to read alternates file"
7258 msgid "unable to move new alternates file into place"
7263 msgid "path '%s' does not exist"
7268 msgid "reference repository '%s' as a linked checkout is not supported yet."
7273 msgid "reference repository '%s' is not a local repository."
7278 msgid "reference repository '%s' is shallow"
7283 msgid "reference repository '%s' is grafted"
7288 msgid "invalid line while parsing alternate refs: %s"
7293 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
7302 msgid "object file %s is empty"
7305 #: sha1-file.c:1274 sha1-file.c:2467
7307 msgid "corrupt loose object '%s'"
7310 #: sha1-file.c:1276 sha1-file.c:2471
7312 msgid "garbage at end of loose object '%s'"
7316 msgid "invalid object type"
7321 msgid "unable to unpack %s header with --allow-unknown-type"
7326 msgid "unable to unpack %s header"
7331 msgid "unable to parse %s header with --allow-unknown-type"
7336 msgid "unable to parse %s header"
7341 msgid "failed to read object %s"
7346 msgid "replacement %s not found for %s"
7351 msgid "loose object %s (stored in %s) is corrupt"
7356 msgid "packed object %s (stored in %s) is corrupt"
7361 msgid "unable to write file %s"
7366 msgid "unable to set permission to '%s'"
7370 msgid "file write error"
7374 msgid "error when closing loose object file"
7379 msgid "insufficient permission for adding an object to repository database %s"
7383 msgid "unable to create temporary file"
7387 msgid "unable to write loose object file"
7392 msgid "unable to deflate new object %s (%d)"
7397 msgid "deflateEnd on object %s failed (%d)"
7402 msgid "confused by unstable object source data for %s"
7405 #: sha1-file.c:1907 builtin/pack-objects.c:1086
7407 msgid "failed utime() on %s"
7412 msgid "cannot read object for %s"
7416 msgid "corrupt commit"
7425 msgid "read error while indexing %s"
7430 msgid "short read while indexing %s"
7433 #: sha1-file.c:2219 sha1-file.c:2229
7435 msgid "%s: failed to insert into database"
7440 msgid "%s: unsupported file type"
7445 msgid "%s is not a valid object"
7450 msgid "%s is not a valid '%s' object"
7453 #: sha1-file.c:2288 builtin/index-pack.c:192
7455 msgid "unable to open %s"
7458 #: sha1-file.c:2478 sha1-file.c:2531
7460 msgid "hash mismatch for %s (expected %s)"
7465 msgid "unable to mmap %s"
7470 msgid "unable to unpack header of %s"
7475 msgid "unable to parse header of %s"
7480 msgid "unable to unpack contents of %s"
7485 msgid "short SHA1 %s is ambiguous"
7489 msgid "The candidates are:"
7494 "Git normally never creates a ref that ends with 40 hex characters\n"
7495 "because it will be ignored when you just specify 40-hex. These refs\n"
7496 "may be created by mistake. For example,\n"
7498 " git switch -c $br $(git rev-parse ...)\n"
7500 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
7501 "examine these refs and maybe delete them. Turn this message off by\n"
7502 "running \"git config advice.objectNameWarning false\""
7507 msgid "log for '%.*s' only goes back to %s"
7512 msgid "log for '%.*s' only has %d entries"
7517 msgid "path '%s' exists on disk, but not in '%.*s'"
7523 "path '%s' exists, but not '%s'\n"
7524 "hint: Did you mean '%.*s:%s' aka '%.*s:./%s'?"
7529 msgid "path '%s' does not exist in '%.*s'"
7535 "path '%s' is in the index, but not at stage %d\n"
7536 "hint: Did you mean ':%d:%s'?"
7542 "path '%s' is in the index, but not '%s'\n"
7543 "hint: Did you mean ':%d:%s' aka ':%d:./%s'?"
7548 msgid "path '%s' exists on disk, but not in the index"
7553 msgid "path '%s' does not exist (neither on disk nor in the index)"
7557 msgid "relative path syntax can't be used outside working tree"
7562 msgid "invalid object name '%.*s'."
7565 #. TRANSLATORS: IEC 80000-13:2008 gibibyte
7568 msgid "%u.%2.2u GiB"
7571 #. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
7574 msgid "%u.%2.2u GiB/s"
7577 #. TRANSLATORS: IEC 80000-13:2008 mebibyte
7580 msgid "%u.%2.2u MiB"
7583 #. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
7586 msgid "%u.%2.2u MiB/s"
7589 #. TRANSLATORS: IEC 80000-13:2008 kibibyte
7592 msgid "%u.%2.2u KiB"
7595 #. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
7598 msgid "%u.%2.2u KiB/s"
7601 #. TRANSLATORS: IEC 80000-13:2008 byte
7605 msgid_plural "%u bytes"
7609 #. TRANSLATORS: IEC 80000-13:2008 byte/second
7613 msgid_plural "%u bytes/s"
7617 #: strbuf.c:1166 wrapper.c:199 wrapper.c:369 builtin/am.c:733
7618 #: builtin/rebase.c:858
7620 msgid "could not open '%s' for writing"
7625 msgid "could not edit '%s'"
7628 #: submodule-config.c:237
7630 msgid "ignoring suspicious submodule name: %s"
7633 #: submodule-config.c:304
7634 msgid "negative values not allowed for submodule.fetchjobs"
7637 #: submodule-config.c:402
7639 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
7642 #: submodule-config.c:499
7644 msgid "invalid value for %s"
7647 #: submodule-config.c:766
7649 msgid "Could not update .gitmodules entry %s"
7652 #: submodule.c:114 submodule.c:143
7653 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
7656 #: submodule.c:118 submodule.c:147
7658 msgid "Could not find section in .gitmodules where path=%s"
7663 msgid "Could not remove .gitmodules entry for %s"
7667 msgid "staging updated .gitmodules failed"
7672 msgid "in unpopulated submodule '%s'"
7677 msgid "Pathspec '%s' is in submodule '%.*s'"
7682 msgid "bad --ignore-submodules argument: %s"
7688 "Submodule in commit %s at path: '%s' collides with a submodule named the "
7689 "same. Skipping it."
7694 msgid "submodule entry '%s' (%s) is a %s, not a commit"
7700 "Could not run 'git rev-list <commits> --not --remotes -n 1' command in "
7706 msgid "process for submodule '%s' failed"
7709 #: submodule.c:1156 builtin/branch.c:678 builtin/submodule--helper.c:2469
7710 msgid "Failed to resolve HEAD as a valid ref."
7715 msgid "Pushing submodule '%s'\n"
7720 msgid "Unable to push submodule '%s'\n"
7725 msgid "Fetching submodule %s%s\n"
7730 msgid "Could not access submodule '%s'\n"
7736 "Errors during submodule fetch:\n"
7742 msgid "'%s' not recognized as a git repository"
7747 msgid "Could not run 'git status --porcelain=2' in submodule %s"
7752 msgid "'git status --porcelain=2' failed in submodule %s"
7757 msgid "could not start 'git status' in submodule '%s'"
7762 msgid "could not run 'git status' in submodule '%s'"
7767 msgid "Could not unset core.worktree setting in submodule '%s'"
7770 #: submodule.c:1859 submodule.c:2169
7772 msgid "could not recurse into submodule '%s'"
7776 msgid "could not reset submodule index"
7781 msgid "submodule '%s' has dirty index"
7786 msgid "Submodule '%s' could not be updated."
7791 msgid "submodule git dir '%s' is inside git dir '%.*s'"
7797 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
7800 #: submodule.c:2075 submodule.c:2134
7802 msgid "could not lookup name for submodule '%s'"
7807 msgid "refusing to move '%s' into an existing git dir"
7813 "Migrating git directory of '%s%s' from\n"
7819 msgid "could not start ls-files in .."
7824 msgid "ls-tree returned unexpected return code %d"
7829 msgid "running trailer command '%s' failed"
7832 #: trailer.c:483 trailer.c:488 trailer.c:493 trailer.c:547 trailer.c:551
7835 msgid "unknown value '%s' for key '%s'"
7838 #: trailer.c:537 trailer.c:542 builtin/remote.c:298 builtin/remote.c:323
7840 msgid "more than one %s"
7845 msgid "empty trailer token in trailer '%.*s'"
7850 msgid "could not read input file '%s'"
7854 msgid "could not read from stdin"
7857 #: trailer.c:1009 wrapper.c:676
7859 msgid "could not stat %s"
7864 msgid "file %s is not a regular file"
7869 msgid "file %s is not writable by user"
7873 msgid "could not open temporary file"
7878 msgid "could not rename temporary file to %s"
7881 #: transport-helper.c:62 transport-helper.c:91
7882 msgid "full write to remote helper failed"
7885 #: transport-helper.c:145
7887 msgid "unable to find remote helper for '%s'"
7890 #: transport-helper.c:161 transport-helper.c:575
7891 msgid "can't dup helper output fd"
7894 #: transport-helper.c:214
7897 "unknown mandatory capability %s; this remote helper probably needs newer "
7901 #: transport-helper.c:220
7902 msgid "this remote helper should implement refspec capability"
7905 #: transport-helper.c:287 transport-helper.c:429
7907 msgid "%s unexpectedly said: '%s'"
7910 #: transport-helper.c:417
7912 msgid "%s also locked %s"
7915 #: transport-helper.c:497
7916 msgid "couldn't run fast-import"
7919 #: transport-helper.c:520
7920 msgid "error while running fast-import"
7923 #: transport-helper.c:549 transport-helper.c:1226
7925 msgid "could not read ref %s"
7928 #: transport-helper.c:594
7930 msgid "unknown response to connect: %s"
7933 #: transport-helper.c:616
7934 msgid "setting remote service path not supported by protocol"
7937 #: transport-helper.c:618
7938 msgid "invalid remote service path"
7941 #: transport-helper.c:661 transport.c:1428
7942 msgid "operation not supported by protocol"
7945 #: transport-helper.c:664
7947 msgid "can't connect to subservice %s"
7950 #: transport-helper.c:745
7951 msgid "'option' without a matching 'ok/error' directive"
7954 #: transport-helper.c:788
7956 msgid "expected ok/error, helper said '%s'"
7959 #: transport-helper.c:841
7961 msgid "helper reported unexpected status of %s"
7964 #: transport-helper.c:924
7966 msgid "helper %s does not support dry-run"
7969 #: transport-helper.c:927
7971 msgid "helper %s does not support --signed"
7974 #: transport-helper.c:930
7976 msgid "helper %s does not support --signed=if-asked"
7979 #: transport-helper.c:935
7981 msgid "helper %s does not support --atomic"
7984 #: transport-helper.c:941
7986 msgid "helper %s does not support 'push-option'"
7989 #: transport-helper.c:1040
7990 msgid "remote-helper doesn't support push; refspec needed"
7993 #: transport-helper.c:1045
7995 msgid "helper %s does not support 'force'"
7998 #: transport-helper.c:1092
7999 msgid "couldn't run fast-export"
8002 #: transport-helper.c:1097
8003 msgid "error while running fast-export"
8006 #: transport-helper.c:1122
8009 "No refs in common and none specified; doing nothing.\n"
8010 "Perhaps you should specify a branch.\n"
8013 #: transport-helper.c:1203
8015 msgid "unsupported object format '%s'"
8018 #: transport-helper.c:1212
8020 msgid "malformed response in ref list: %s"
8023 #: transport-helper.c:1364
8025 msgid "read(%s) failed"
8028 #: transport-helper.c:1391
8030 msgid "write(%s) failed"
8033 #: transport-helper.c:1440
8035 msgid "%s thread failed"
8038 #: transport-helper.c:1444
8040 msgid "%s thread failed to join: %s"
8043 #: transport-helper.c:1463 transport-helper.c:1467
8045 msgid "can't start thread for copying data: %s"
8048 #: transport-helper.c:1504
8050 msgid "%s process failed to wait"
8053 #: transport-helper.c:1508
8055 msgid "%s process failed"
8058 #: transport-helper.c:1526 transport-helper.c:1535
8059 msgid "can't start thread for copying data"
8064 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
8069 msgid "could not read bundle '%s'"
8074 msgid "transport: invalid depth option '%s'"
8078 msgid "see protocol.version in 'git help config' for more details"
8082 msgid "server options require protocol version 2 or later"
8086 msgid "could not parse transport.color.* config"
8090 msgid "support for protocol v2 not implemented yet"
8095 msgid "unknown value for config '%s': %s"
8100 msgid "transport '%s' not allowed"
8104 msgid "git-over-rsync is no longer supported"
8110 "The following submodule paths contain changes that can\n"
8111 "not be found on any remote:\n"
8120 "\tgit push --recurse-submodules=on-demand\n"
8122 "or cd to the path and use\n"
8126 "to push them to a remote.\n"
8135 msgid "failed to push all needed submodules"
8139 msgid "too-short tree object"
8143 msgid "malformed mode in tree entry"
8147 msgid "empty filename in tree entry"
8151 msgid "too-short tree file"
8154 #: unpack-trees.c:113
8157 "Your local changes to the following files would be overwritten by checkout:\n"
8158 "%%sPlease commit your changes or stash them before you switch branches."
8161 #: unpack-trees.c:115
8164 "Your local changes to the following files would be overwritten by checkout:\n"
8168 #: unpack-trees.c:118
8171 "Your local changes to the following files would be overwritten by merge:\n"
8172 "%%sPlease commit your changes or stash them before you merge."
8175 #: unpack-trees.c:120
8178 "Your local changes to the following files would be overwritten by merge:\n"
8182 #: unpack-trees.c:123
8185 "Your local changes to the following files would be overwritten by %s:\n"
8186 "%%sPlease commit your changes or stash them before you %s."
8189 #: unpack-trees.c:125
8192 "Your local changes to the following files would be overwritten by %s:\n"
8196 #: unpack-trees.c:130
8199 "Updating the following directories would lose untracked files in them:\n"
8203 #: unpack-trees.c:134
8206 "The following untracked working tree files would be removed by checkout:\n"
8207 "%%sPlease move or remove them before you switch branches."
8210 #: unpack-trees.c:136
8213 "The following untracked working tree files would be removed by checkout:\n"
8217 #: unpack-trees.c:139
8220 "The following untracked working tree files would be removed by merge:\n"
8221 "%%sPlease move or remove them before you merge."
8224 #: unpack-trees.c:141
8227 "The following untracked working tree files would be removed by merge:\n"
8231 #: unpack-trees.c:144
8234 "The following untracked working tree files would be removed by %s:\n"
8235 "%%sPlease move or remove them before you %s."
8238 #: unpack-trees.c:146
8241 "The following untracked working tree files would be removed by %s:\n"
8245 #: unpack-trees.c:152
8248 "The following untracked working tree files would be overwritten by "
8250 "%%sPlease move or remove them before you switch branches."
8253 #: unpack-trees.c:154
8256 "The following untracked working tree files would be overwritten by "
8261 #: unpack-trees.c:157
8264 "The following untracked working tree files would be overwritten by merge:\n"
8265 "%%sPlease move or remove them before you merge."
8268 #: unpack-trees.c:159
8271 "The following untracked working tree files would be overwritten by merge:\n"
8275 #: unpack-trees.c:162
8278 "The following untracked working tree files would be overwritten by %s:\n"
8279 "%%sPlease move or remove them before you %s."
8282 #: unpack-trees.c:164
8285 "The following untracked working tree files would be overwritten by %s:\n"
8289 #: unpack-trees.c:172
8291 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
8294 #: unpack-trees.c:175
8297 "Cannot update submodule:\n"
8301 #: unpack-trees.c:178
8304 "The following paths are not up to date and were left despite sparse "
8309 #: unpack-trees.c:180
8312 "The following paths are unmerged and were left despite sparse patterns:\n"
8316 #: unpack-trees.c:182
8319 "The following paths were already present and thus not updated despite sparse "
8324 #: unpack-trees.c:262
8329 #: unpack-trees.c:289
8332 "After fixing the above paths, you may want to run `git sparse-checkout "
8336 #: unpack-trees.c:350
8337 msgid "Updating files"
8340 #: unpack-trees.c:382
8342 "the following paths have collided (e.g. case-sensitive paths\n"
8343 "on a case-insensitive filesystem) and only one from the same\n"
8344 "colliding group is in the working tree:\n"
8347 #: unpack-trees.c:1498
8348 msgid "Updating index flags"
8351 #: upload-pack.c:1516
8352 msgid "expected flush after fetch arguments"
8356 msgid "invalid URL scheme name or missing '://' suffix"
8359 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
8361 msgid "invalid %XX escape sequence"
8365 msgid "missing host and scheme is not 'file:'"
8369 msgid "a 'file:' URL may not have a port number"
8373 msgid "invalid characters in host name"
8376 #: urlmatch.c:292 urlmatch.c:303
8377 msgid "invalid port number"
8381 msgid "invalid '..' path segment"
8385 msgid "Fetching objects"
8388 #: worktree.c:236 builtin/am.c:2116
8390 msgid "failed to read '%s'"
8395 msgid "'%s' at main working tree is not the repository directory"
8400 msgid "'%s' file does not contain absolute path to the working tree location"
8405 msgid "'%s' does not exist"
8410 msgid "'%s' is not a .git file, error code %d"
8415 msgid "'%s' does not point back to '%s'"
8419 msgid "not a directory"
8423 msgid ".git is not a file"
8427 msgid ".git file broken"
8431 msgid ".git file incorrect"
8435 msgid "not a valid path"
8439 msgid "unable to locate repository; .git is not a file"
8443 msgid "unable to locate repository; .git file broken"
8447 msgid "gitdir unreadable"
8451 msgid "gitdir incorrect"
8454 #: wrapper.c:197 wrapper.c:367
8456 msgid "could not open '%s' for reading and writing"
8459 #: wrapper.c:398 wrapper.c:599
8461 msgid "unable to access '%s'"
8465 msgid "unable to get current working directory"
8469 msgid "Unmerged paths:"
8472 #: wt-status.c:187 wt-status.c:219
8473 msgid " (use \"git restore --staged <file>...\" to unstage)"
8476 #: wt-status.c:190 wt-status.c:222
8478 msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
8481 #: wt-status.c:193 wt-status.c:225
8482 msgid " (use \"git rm --cached <file>...\" to unstage)"
8486 msgid " (use \"git add <file>...\" to mark resolution)"
8489 #: wt-status.c:199 wt-status.c:203
8490 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
8494 msgid " (use \"git rm <file>...\" to mark resolution)"
8497 #: wt-status.c:211 wt-status.c:1070
8498 msgid "Changes to be committed:"
8501 #: wt-status.c:234 wt-status.c:1079
8502 msgid "Changes not staged for commit:"
8506 msgid " (use \"git add <file>...\" to update what will be committed)"
8510 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
8515 " (use \"git restore <file>...\" to discard changes in working directory)"
8519 msgid " (commit or discard the untracked or modified content in submodules)"
8524 msgid " (use \"git %s <file>...\" to include in what will be committed)"
8528 msgid "both deleted:"
8532 msgid "added by us:"
8536 msgid "deleted by them:"
8540 msgid "added by them:"
8544 msgid "deleted by us:"
8552 msgid "both modified:"
8588 msgid "new commits, "
8592 msgid "modified content, "
8596 msgid "untracked content, "
8601 msgid "Your stash currently has %d entry"
8602 msgid_plural "Your stash currently has %d entries"
8607 msgid "Submodules changed but not updated:"
8611 msgid "Submodule changes to be committed:"
8616 "Do not modify or remove the line above.\n"
8617 "Everything below it will be ignored."
8624 "It took %.2f seconds to compute the branch ahead/behind values.\n"
8625 "You can use '--no-ahead-behind' to avoid this.\n"
8629 msgid "You have unmerged paths."
8633 msgid " (fix conflicts and run \"git commit\")"
8637 msgid " (use \"git merge --abort\" to abort the merge)"
8641 msgid "All conflicts fixed but you are still merging."
8645 msgid " (use \"git commit\" to conclude merge)"
8649 msgid "You are in the middle of an am session."
8653 msgid "The current patch is empty."
8657 msgid " (fix conflicts and then run \"git am --continue\")"
8661 msgid " (use \"git am --skip\" to skip this patch)"
8665 msgid " (use \"git am --abort\" to restore the original branch)"
8669 msgid "git-rebase-todo is missing."
8673 msgid "No commands done."
8678 msgid "Last command done (%d command done):"
8679 msgid_plural "Last commands done (%d commands done):"
8685 msgid " (see more in file %s)"
8689 msgid "No commands remaining."
8694 msgid "Next command to do (%d remaining command):"
8695 msgid_plural "Next commands to do (%d remaining commands):"
8700 msgid " (use \"git rebase --edit-todo\" to view and edit)"
8705 msgid "You are currently rebasing branch '%s' on '%s'."
8709 msgid "You are currently rebasing."
8713 msgid " (fix conflicts and then run \"git rebase --continue\")"
8717 msgid " (use \"git rebase --skip\" to skip this patch)"
8721 msgid " (use \"git rebase --abort\" to check out the original branch)"
8725 msgid " (all conflicts fixed: run \"git rebase --continue\")"
8731 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
8735 msgid "You are currently splitting a commit during a rebase."
8739 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
8744 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
8748 msgid "You are currently editing a commit during a rebase."
8752 msgid " (use \"git commit --amend\" to amend the current commit)"
8757 " (use \"git rebase --continue\" once you are satisfied with your changes)"
8761 msgid "Cherry-pick currently in progress."
8766 msgid "You are currently cherry-picking commit %s."
8770 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
8774 msgid " (run \"git cherry-pick --continue\" to continue)"
8778 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
8782 msgid " (use \"git cherry-pick --skip\" to skip this patch)"
8786 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
8790 msgid "Revert currently in progress."
8795 msgid "You are currently reverting commit %s."
8799 msgid " (fix conflicts and run \"git revert --continue\")"
8803 msgid " (run \"git revert --continue\" to continue)"
8807 msgid " (all conflicts fixed: run \"git revert --continue\")"
8811 msgid " (use \"git revert --skip\" to skip this patch)"
8815 msgid " (use \"git revert --abort\" to cancel the revert operation)"
8820 msgid "You are currently bisecting, started from branch '%s'."
8824 msgid "You are currently bisecting."
8828 msgid " (use \"git bisect reset\" to get back to the original branch)"
8833 msgid "You are in a sparse checkout with %d%% of tracked files present."
8841 msgid "interactive rebase in progress; onto "
8845 msgid "rebase in progress; onto "
8849 msgid "Not currently on any branch."
8853 msgid "Initial commit"
8857 msgid "No commits yet"
8861 msgid "Untracked files"
8865 msgid "Ignored files"
8871 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
8872 "may speed it up, but you have to be careful not to forget to add\n"
8873 "new files yourself (see 'git help status')."
8878 msgid "Untracked files not listed%s"
8882 msgid " (use -u option to show untracked files)"
8891 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
8896 msgid "no changes added to commit\n"
8902 "nothing added to commit but untracked files present (use \"git add\" to "
8908 msgid "nothing added to commit but untracked files present\n"
8913 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
8916 #: wt-status.c:1827 wt-status.c:1833
8918 msgid "nothing to commit\n"
8923 msgid "nothing to commit (use -u to show untracked files)\n"
8928 msgid "nothing to commit, working tree clean\n"
8932 msgid "No commits yet on "
8936 msgid "HEAD (no branch)"
8943 #: wt-status.c:1977 wt-status.c:1985
8947 #: wt-status.c:1980 wt-status.c:1983
8951 #. TRANSLATORS: the action is e.g. "pull with rebase"
8954 msgid "cannot %s: You have unstaged changes."
8958 msgid "additionally, your index contains uncommitted changes."
8963 msgid "cannot %s: Your index contains uncommitted changes."
8966 #: compat/precompose_utf8.c:58 builtin/clone.c:456
8968 msgid "failed to unlink '%s'"
8972 msgid "git add [<options>] [--] <pathspec>..."
8977 msgid "unexpected diff status %c"
8980 #: builtin/add.c:93 builtin/commit.c:285
8981 msgid "updating files failed"
8984 #: builtin/add.c:103
8986 msgid "remove '%s'\n"
8989 #: builtin/add.c:178
8990 msgid "Unstaged changes after refreshing the index:"
8993 #: builtin/add.c:272 builtin/rev-parse.c:904
8994 msgid "Could not read the index"
8997 #: builtin/add.c:283
8999 msgid "Could not open '%s' for writing."
9002 #: builtin/add.c:287
9003 msgid "Could not write patch"
9006 #: builtin/add.c:290
9007 msgid "editing patch failed"
9010 #: builtin/add.c:293
9012 msgid "Could not stat '%s'"
9015 #: builtin/add.c:295
9016 msgid "Empty patch. Aborted."
9019 #: builtin/add.c:300
9021 msgid "Could not apply '%s'"
9024 #: builtin/add.c:308
9025 msgid "The following paths are ignored by one of your .gitignore files:\n"
9028 #: builtin/add.c:328 builtin/clean.c:904 builtin/fetch.c:166 builtin/mv.c:124
9029 #: builtin/prune-packed.c:14 builtin/pull.c:204 builtin/push.c:538
9030 #: builtin/remote.c:1422 builtin/rm.c:242 builtin/send-pack.c:184
9034 #: builtin/add.c:331
9035 msgid "interactive picking"
9038 #: builtin/add.c:332 builtin/checkout.c:1529 builtin/reset.c:308
9039 msgid "select hunks interactively"
9042 #: builtin/add.c:333
9043 msgid "edit current diff and apply"
9046 #: builtin/add.c:334
9047 msgid "allow adding otherwise ignored files"
9050 #: builtin/add.c:335
9051 msgid "update tracked files"
9054 #: builtin/add.c:336
9055 msgid "renormalize EOL of tracked files (implies -u)"
9058 #: builtin/add.c:337
9059 msgid "record only the fact that the path will be added later"
9062 #: builtin/add.c:338
9063 msgid "add changes from all tracked and untracked files"
9066 #: builtin/add.c:341
9067 msgid "ignore paths removed in the working tree (same as --no-all)"
9070 #: builtin/add.c:343
9071 msgid "don't add, only refresh the index"
9074 #: builtin/add.c:344
9075 msgid "just skip files which cannot be added because of errors"
9078 #: builtin/add.c:345
9079 msgid "check if - even missing - files are ignored in dry run"
9082 #: builtin/add.c:347 builtin/update-index.c:1004
9083 msgid "override the executable bit of the listed files"
9086 #: builtin/add.c:349
9087 msgid "warn when adding an embedded repository"
9090 #: builtin/add.c:351
9091 msgid "backend for `git stash -p`"
9094 #: builtin/add.c:369
9097 "You've added another git repository inside your current repository.\n"
9098 "Clones of the outer repository will not contain the contents of\n"
9099 "the embedded repository and will not know how to obtain it.\n"
9100 "If you meant to add a submodule, use:\n"
9102 "\tgit submodule add <url> %s\n"
9104 "If you added this path by mistake, you can remove it from the\n"
9107 "\tgit rm --cached %s\n"
9109 "See \"git help submodule\" for more information."
9112 #: builtin/add.c:397
9114 msgid "adding embedded git repository: %s"
9117 #: builtin/add.c:416
9119 "Use -f if you really want to add them.\n"
9120 "Turn this message off by running\n"
9121 "\"git config advice.addIgnoredFile false\""
9124 #: builtin/add.c:425
9125 msgid "adding files failed"
9128 #: builtin/add.c:453 builtin/commit.c:345
9129 msgid "--pathspec-from-file is incompatible with --interactive/--patch"
9132 #: builtin/add.c:470
9133 msgid "--pathspec-from-file is incompatible with --edit"
9136 #: builtin/add.c:482
9137 msgid "-A and -u are mutually incompatible"
9140 #: builtin/add.c:485
9141 msgid "Option --ignore-missing can only be used together with --dry-run"
9144 #: builtin/add.c:489
9146 msgid "--chmod param '%s' must be either -x or +x"
9149 #: builtin/add.c:507 builtin/checkout.c:1697 builtin/commit.c:351
9150 #: builtin/reset.c:328 builtin/rm.c:272 builtin/stash.c:1503
9151 msgid "--pathspec-from-file is incompatible with pathspec arguments"
9154 #: builtin/add.c:514 builtin/checkout.c:1709 builtin/commit.c:357
9155 #: builtin/reset.c:334 builtin/rm.c:278 builtin/stash.c:1509
9156 msgid "--pathspec-file-nul requires --pathspec-from-file"
9159 #: builtin/add.c:518
9161 msgid "Nothing specified, nothing added.\n"
9164 #: builtin/add.c:520
9166 "Maybe you wanted to say 'git add .'?\n"
9167 "Turn this message off by running\n"
9168 "\"git config advice.addEmptyPathspec false\""
9173 msgid "invalid committer: %s"
9177 msgid "could not parse author script"
9182 msgid "'%s' was deleted by the applypatch-msg hook"
9187 msgid "Malformed input line: '%s'."
9192 msgid "Failed to copy notes from '%s' to '%s'"
9196 msgid "fseek failed"
9201 msgid "could not parse patch '%s'"
9205 msgid "Only one StGIT patch series can be applied at once"
9209 msgid "invalid timestamp"
9212 #: builtin/am.c:862 builtin/am.c:874
9213 msgid "invalid Date line"
9217 msgid "invalid timezone offset"
9221 msgid "Patch format detection failed."
9224 #: builtin/am.c:967 builtin/clone.c:409
9226 msgid "failed to create directory '%s'"
9230 msgid "Failed to split patches."
9233 #: builtin/am.c:1103
9235 msgid "When you have resolved this problem, run \"%s --continue\"."
9238 #: builtin/am.c:1104
9240 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
9243 #: builtin/am.c:1105
9245 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
9248 #: builtin/am.c:1188
9249 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
9252 #: builtin/am.c:1216
9253 msgid "Patch is empty."
9256 #: builtin/am.c:1281
9258 msgid "missing author line in commit %s"
9261 #: builtin/am.c:1284
9263 msgid "invalid ident line: %.*s"
9266 #: builtin/am.c:1503
9267 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9270 #: builtin/am.c:1505
9271 msgid "Using index info to reconstruct a base tree..."
9274 #: builtin/am.c:1524
9276 "Did you hand edit your patch?\n"
9277 "It does not apply to blobs recorded in its index."
9280 #: builtin/am.c:1530
9281 msgid "Falling back to patching base and 3-way merge..."
9284 #: builtin/am.c:1556
9285 msgid "Failed to merge in the changes."
9288 #: builtin/am.c:1588
9289 msgid "applying to an empty history"
9292 #: builtin/am.c:1639 builtin/am.c:1643
9294 msgid "cannot resume: %s does not exist."
9297 #: builtin/am.c:1661
9298 msgid "Commit Body is:"
9301 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9302 #. in your translation. The program will only accept English
9303 #. input at this point.
9305 #: builtin/am.c:1671
9307 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
9310 #: builtin/am.c:1717 builtin/commit.c:395
9311 msgid "unable to write index file"
9314 #: builtin/am.c:1721
9316 msgid "Dirty index: cannot apply patches (dirty: %s)"
9319 #: builtin/am.c:1761 builtin/am.c:1829
9321 msgid "Applying: %.*s"
9324 #: builtin/am.c:1778
9325 msgid "No changes -- Patch already applied."
9328 #: builtin/am.c:1784
9330 msgid "Patch failed at %s %.*s"
9333 #: builtin/am.c:1788
9334 msgid "Use 'git am --show-current-patch=diff' to see the failed patch"
9337 #: builtin/am.c:1832
9339 "No changes - did you forget to use 'git add'?\n"
9340 "If there is nothing left to stage, chances are that something else\n"
9341 "already introduced the same changes; you might want to skip this patch."
9344 #: builtin/am.c:1839
9346 "You still have unmerged paths in your index.\n"
9347 "You should 'git add' each file with resolved conflicts to mark them as "
9349 "You might run `git rm` on a file to accept \"deleted by them\" for it."
9352 #: builtin/am.c:1946 builtin/am.c:1950 builtin/am.c:1962 builtin/reset.c:347
9353 #: builtin/reset.c:355
9355 msgid "Could not parse object '%s'."
9358 #: builtin/am.c:1998
9359 msgid "failed to clean index"
9362 #: builtin/am.c:2042
9364 "You seem to have moved HEAD since the last 'am' failure.\n"
9365 "Not rewinding to ORIG_HEAD"
9368 #: builtin/am.c:2149
9370 msgid "Invalid value for --patch-format: %s"
9373 #: builtin/am.c:2191
9375 msgid "Invalid value for --show-current-patch: %s"
9378 #: builtin/am.c:2195
9380 msgid "--show-current-patch=%s is incompatible with --show-current-patch=%s"
9383 #: builtin/am.c:2226
9384 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
9387 #: builtin/am.c:2227
9388 msgid "git am [<options>] (--continue | --skip | --abort)"
9391 #: builtin/am.c:2233
9392 msgid "run interactively"
9395 #: builtin/am.c:2235
9396 msgid "historical option -- no-op"
9399 #: builtin/am.c:2237
9400 msgid "allow fall back on 3way merging if needed"
9403 #: builtin/am.c:2238 builtin/init-db.c:558 builtin/prune-packed.c:16
9404 #: builtin/repack.c:309 builtin/stash.c:816
9408 #: builtin/am.c:2240
9409 msgid "add a Signed-off-by line to the commit message"
9412 #: builtin/am.c:2243
9413 msgid "recode into utf8 (default)"
9416 #: builtin/am.c:2245
9417 msgid "pass -k flag to git-mailinfo"
9420 #: builtin/am.c:2247
9421 msgid "pass -b flag to git-mailinfo"
9424 #: builtin/am.c:2249
9425 msgid "pass -m flag to git-mailinfo"
9428 #: builtin/am.c:2251
9429 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
9432 #: builtin/am.c:2254
9433 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
9436 #: builtin/am.c:2257
9437 msgid "strip everything before a scissors line"
9440 #: builtin/am.c:2259 builtin/am.c:2262 builtin/am.c:2265 builtin/am.c:2268
9441 #: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:2280
9442 #: builtin/am.c:2286
9443 msgid "pass it through git-apply"
9446 #: builtin/am.c:2276 builtin/commit.c:1395 builtin/fmt-merge-msg.c:17
9447 #: builtin/fmt-merge-msg.c:20 builtin/grep.c:892 builtin/merge.c:251
9448 #: builtin/pull.c:141 builtin/pull.c:200 builtin/pull.c:217
9449 #: builtin/rebase.c:1335 builtin/repack.c:320 builtin/repack.c:324
9450 #: builtin/repack.c:326 builtin/show-branch.c:650 builtin/show-ref.c:172
9451 #: builtin/tag.c:404 parse-options.h:154 parse-options.h:175
9452 #: parse-options.h:316
9456 #: builtin/am.c:2282 builtin/branch.c:659 builtin/bugreport.c:135
9457 #: builtin/for-each-ref.c:38 builtin/replace.c:556 builtin/tag.c:438
9458 #: builtin/verify-tag.c:38
9462 #: builtin/am.c:2283
9463 msgid "format the patch(es) are in"
9466 #: builtin/am.c:2289
9467 msgid "override error message when patch failure occurs"
9470 #: builtin/am.c:2291
9471 msgid "continue applying patches after resolving a conflict"
9474 #: builtin/am.c:2294
9475 msgid "synonyms for --continue"
9478 #: builtin/am.c:2297
9479 msgid "skip the current patch"
9482 #: builtin/am.c:2300
9483 msgid "restore the original branch and abort the patching operation."
9486 #: builtin/am.c:2303
9487 msgid "abort the patching operation but keep HEAD where it is."
9490 #: builtin/am.c:2307
9491 msgid "show the patch being applied"
9494 #: builtin/am.c:2312
9495 msgid "lie about committer date"
9498 #: builtin/am.c:2314
9499 msgid "use current timestamp for author date"
9502 #: builtin/am.c:2316 builtin/commit-tree.c:120 builtin/commit.c:1515
9503 #: builtin/merge.c:288 builtin/pull.c:175 builtin/rebase.c:530
9504 #: builtin/rebase.c:1388 builtin/revert.c:117 builtin/tag.c:419
9508 #: builtin/am.c:2317 builtin/rebase.c:531 builtin/rebase.c:1389
9509 msgid "GPG-sign commits"
9512 #: builtin/am.c:2320
9513 msgid "(internal use for git-rebase)"
9516 #: builtin/am.c:2338
9518 "The -b/--binary option has been a no-op for long time, and\n"
9519 "it will be removed. Please do not use it anymore."
9522 #: builtin/am.c:2345
9523 msgid "failed to read the index"
9526 #: builtin/am.c:2360
9528 msgid "previous rebase directory %s still exists but mbox given."
9531 #: builtin/am.c:2384
9534 "Stray %s directory found.\n"
9535 "Use \"git am --abort\" to remove it."
9538 #: builtin/am.c:2390
9539 msgid "Resolve operation not in progress, we are not resuming."
9542 #: builtin/am.c:2400
9543 msgid "interactive mode requires patches on the command line"
9546 #: builtin/apply.c:8
9547 msgid "git apply [<options>] [<patch>...]"
9550 #: builtin/archive.c:17
9552 msgid "could not create archive file '%s'"
9555 #: builtin/archive.c:20
9556 msgid "could not redirect output"
9559 #: builtin/archive.c:37
9560 msgid "git archive: Remote with no URL"
9563 #: builtin/archive.c:61
9564 msgid "git archive: expected ACK/NAK, got a flush packet"
9567 #: builtin/archive.c:64
9569 msgid "git archive: NACK %s"
9572 #: builtin/archive.c:65
9573 msgid "git archive: protocol error"
9576 #: builtin/archive.c:69
9577 msgid "git archive: expected a flush"
9580 #: builtin/bisect--helper.c:23
9581 msgid "git bisect--helper --next-all"
9584 #: builtin/bisect--helper.c:24
9585 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
9588 #: builtin/bisect--helper.c:25
9589 msgid "git bisect--helper --bisect-clean-state"
9592 #: builtin/bisect--helper.c:26
9593 msgid "git bisect--helper --bisect-reset [<commit>]"
9596 #: builtin/bisect--helper.c:27
9598 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
9602 #: builtin/bisect--helper.c:28
9604 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
9608 #: builtin/bisect--helper.c:29
9609 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
9612 #: builtin/bisect--helper.c:30
9614 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
9618 #: builtin/bisect--helper.c:31
9620 "git bisect--helper --bisect-start [--term-{new,bad}=<term> --term-{old,good}"
9621 "=<term>] [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
9625 #: builtin/bisect--helper.c:33
9626 msgid "git bisect--helper --bisect-next"
9629 #: builtin/bisect--helper.c:34
9630 msgid "git bisect--helper --bisect-auto-next"
9633 #: builtin/bisect--helper.c:35
9634 msgid "git bisect--helper --bisect-autostart"
9637 #: builtin/bisect--helper.c:97
9639 msgid "cannot open file '%s' in mode '%s'"
9642 #: builtin/bisect--helper.c:104
9644 msgid "could not write to file '%s'"
9647 #: builtin/bisect--helper.c:143
9649 msgid "'%s' is not a valid term"
9652 #: builtin/bisect--helper.c:147
9654 msgid "can't use the builtin command '%s' as a term"
9657 #: builtin/bisect--helper.c:157
9659 msgid "can't change the meaning of the term '%s'"
9662 #: builtin/bisect--helper.c:167
9663 msgid "please use two different terms"
9666 #: builtin/bisect--helper.c:207
9668 msgid "We are not bisecting.\n"
9671 #: builtin/bisect--helper.c:215
9673 msgid "'%s' is not a valid commit"
9676 #: builtin/bisect--helper.c:224
9679 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
9682 #: builtin/bisect--helper.c:268
9684 msgid "Bad bisect_write argument: %s"
9687 #: builtin/bisect--helper.c:273
9689 msgid "couldn't get the oid of the rev '%s'"
9692 #: builtin/bisect--helper.c:285
9694 msgid "couldn't open the file '%s'"
9697 #: builtin/bisect--helper.c:311
9699 msgid "Invalid command: you're currently in a %s/%s bisect"
9702 #: builtin/bisect--helper.c:338
9705 "You need to give me at least one %s and %s revision.\n"
9706 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
9709 #: builtin/bisect--helper.c:342
9712 "You need to start by \"git bisect start\".\n"
9713 "You then need to give me at least one %s and %s revision.\n"
9714 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
9717 #: builtin/bisect--helper.c:362
9719 msgid "bisecting only with a %s commit"
9722 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9723 #. translation. The program will only accept English input
9726 #: builtin/bisect--helper.c:370
9727 msgid "Are you sure [Y/n]? "
9730 #: builtin/bisect--helper.c:431
9731 msgid "no terms defined"
9734 #: builtin/bisect--helper.c:434
9737 "Your current terms are %s for the old state\n"
9738 "and %s for the new state.\n"
9741 #: builtin/bisect--helper.c:444
9744 "invalid argument %s for 'git bisect terms'.\n"
9745 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
9748 #: builtin/bisect--helper.c:511
9749 msgid "revision walk setup failed\n"
9752 #: builtin/bisect--helper.c:533
9754 msgid "could not open '%s' for appending"
9757 #: builtin/bisect--helper.c:651 builtin/bisect--helper.c:664
9758 msgid "'' is not a valid term"
9761 #: builtin/bisect--helper.c:674
9763 msgid "unrecognized option: '%s'"
9766 #: builtin/bisect--helper.c:678
9768 msgid "'%s' does not appear to be a valid revision"
9771 #: builtin/bisect--helper.c:709
9772 msgid "bad HEAD - I need a HEAD"
9775 #: builtin/bisect--helper.c:724
9777 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
9780 #: builtin/bisect--helper.c:745
9781 msgid "won't bisect on cg-seek'ed tree"
9784 #: builtin/bisect--helper.c:748
9785 msgid "bad HEAD - strange symbolic ref"
9788 #: builtin/bisect--helper.c:775
9790 msgid "invalid ref: '%s'"
9793 #: builtin/bisect--helper.c:827
9794 msgid "You need to start by \"git bisect start\"\n"
9797 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9798 #. translation. The program will only accept English input
9801 #: builtin/bisect--helper.c:838
9802 msgid "Do you want me to do it for you [Y/n]? "
9805 #: builtin/bisect--helper.c:866
9806 msgid "perform 'git bisect next'"
9809 #: builtin/bisect--helper.c:868
9810 msgid "write the terms to .git/BISECT_TERMS"
9813 #: builtin/bisect--helper.c:870
9814 msgid "cleanup the bisection state"
9817 #: builtin/bisect--helper.c:872
9818 msgid "check for expected revs"
9821 #: builtin/bisect--helper.c:874
9822 msgid "reset the bisection state"
9825 #: builtin/bisect--helper.c:876
9826 msgid "write out the bisection state in BISECT_LOG"
9829 #: builtin/bisect--helper.c:878
9830 msgid "check and set terms in a bisection state"
9833 #: builtin/bisect--helper.c:880
9834 msgid "check whether bad or good terms exist"
9837 #: builtin/bisect--helper.c:882
9838 msgid "print out the bisect terms"
9841 #: builtin/bisect--helper.c:884
9842 msgid "start the bisect session"
9845 #: builtin/bisect--helper.c:886
9846 msgid "find the next bisection commit"
9849 #: builtin/bisect--helper.c:888
9850 msgid "verify the next bisection state then checkout the next bisection commit"
9853 #: builtin/bisect--helper.c:890
9854 msgid "start the bisection if it has not yet been started"
9857 #: builtin/bisect--helper.c:892
9858 msgid "no log for BISECT_WRITE"
9861 #: builtin/bisect--helper.c:910
9862 msgid "--write-terms requires two arguments"
9865 #: builtin/bisect--helper.c:914
9866 msgid "--bisect-clean-state requires no arguments"
9869 #: builtin/bisect--helper.c:921
9870 msgid "--bisect-reset requires either no argument or a commit"
9873 #: builtin/bisect--helper.c:925
9874 msgid "--bisect-write requires either 4 or 5 arguments"
9877 #: builtin/bisect--helper.c:931
9878 msgid "--check-and-set-terms requires 3 arguments"
9881 #: builtin/bisect--helper.c:937
9882 msgid "--bisect-next-check requires 2 or 3 arguments"
9885 #: builtin/bisect--helper.c:943
9886 msgid "--bisect-terms requires 0 or 1 argument"
9889 #: builtin/bisect--helper.c:952
9890 msgid "--bisect-next requires 0 arguments"
9893 #: builtin/bisect--helper.c:958
9894 msgid "--bisect-auto-next requires 0 arguments"
9897 #: builtin/bisect--helper.c:964
9898 msgid "--bisect-autostart does not accept arguments"
9901 #: builtin/blame.c:32
9902 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
9905 #: builtin/blame.c:37
9906 msgid "<rev-opts> are documented in git-rev-list(1)"
9909 #: builtin/blame.c:410
9911 msgid "expecting a color: %s"
9914 #: builtin/blame.c:417
9915 msgid "must end with a color"
9918 #: builtin/blame.c:730
9920 msgid "invalid color '%s' in color.blame.repeatedLines"
9923 #: builtin/blame.c:748
9924 msgid "invalid value for blame.coloring"
9927 #: builtin/blame.c:845
9929 msgid "cannot find revision %s to ignore"
9932 #: builtin/blame.c:867
9933 msgid "Show blame entries as we find them, incrementally"
9936 #: builtin/blame.c:868
9937 msgid "Do not show object names of boundary commits (Default: off)"
9940 #: builtin/blame.c:869
9941 msgid "Do not treat root commits as boundaries (Default: off)"
9944 #: builtin/blame.c:870
9945 msgid "Show work cost statistics"
9948 #: builtin/blame.c:871
9949 msgid "Force progress reporting"
9952 #: builtin/blame.c:872
9953 msgid "Show output score for blame entries"
9956 #: builtin/blame.c:873
9957 msgid "Show original filename (Default: auto)"
9960 #: builtin/blame.c:874
9961 msgid "Show original linenumber (Default: off)"
9964 #: builtin/blame.c:875
9965 msgid "Show in a format designed for machine consumption"
9968 #: builtin/blame.c:876
9969 msgid "Show porcelain format with per-line commit information"
9972 #: builtin/blame.c:877
9973 msgid "Use the same output mode as git-annotate (Default: off)"
9976 #: builtin/blame.c:878
9977 msgid "Show raw timestamp (Default: off)"
9980 #: builtin/blame.c:879
9981 msgid "Show long commit SHA1 (Default: off)"
9984 #: builtin/blame.c:880
9985 msgid "Suppress author name and timestamp (Default: off)"
9988 #: builtin/blame.c:881
9989 msgid "Show author email instead of name (Default: off)"
9992 #: builtin/blame.c:882
9993 msgid "Ignore whitespace differences"
9996 #: builtin/blame.c:883 builtin/log.c:1808
10000 #: builtin/blame.c:883
10001 msgid "Ignore <rev> when blaming"
10004 #: builtin/blame.c:884
10005 msgid "Ignore revisions from <file>"
10008 #: builtin/blame.c:885
10009 msgid "color redundant metadata from previous line differently"
10012 #: builtin/blame.c:886
10013 msgid "color lines by age"
10016 #: builtin/blame.c:887
10017 msgid "Spend extra cycles to find better match"
10020 #: builtin/blame.c:888
10021 msgid "Use revisions from <file> instead of calling git-rev-list"
10024 #: builtin/blame.c:889
10025 msgid "Use <file>'s contents as the final image"
10028 #: builtin/blame.c:890 builtin/blame.c:891
10032 #: builtin/blame.c:890
10033 msgid "Find line copies within and across files"
10036 #: builtin/blame.c:891
10037 msgid "Find line movements within and across files"
10040 #: builtin/blame.c:892
10044 #: builtin/blame.c:892
10045 msgid "Process only line range n,m, counting from 1"
10048 #: builtin/blame.c:944
10049 msgid "--progress can't be used with --incremental or porcelain formats"
10052 #. TRANSLATORS: This string is used to tell us the
10053 #. maximum display width for a relative timestamp in
10054 #. "git blame" output. For C locale, "4 years, 11
10055 #. months ago", which takes 22 places, is the longest
10056 #. among various forms of relative timestamps, but
10057 #. your language may need more or fewer display
10060 #: builtin/blame.c:995
10061 msgid "4 years, 11 months ago"
10064 #: builtin/blame.c:1110
10066 msgid "file %s has only %lu line"
10067 msgid_plural "file %s has only %lu lines"
10071 #: builtin/blame.c:1156
10072 msgid "Blaming lines"
10075 #: builtin/branch.c:29
10076 msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
10079 #: builtin/branch.c:30
10080 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
10083 #: builtin/branch.c:31
10084 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
10087 #: builtin/branch.c:32
10088 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
10091 #: builtin/branch.c:33
10092 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
10095 #: builtin/branch.c:34
10096 msgid "git branch [<options>] [-r | -a] [--points-at]"
10099 #: builtin/branch.c:35
10100 msgid "git branch [<options>] [-r | -a] [--format]"
10103 #: builtin/branch.c:154
10106 "deleting branch '%s' that has been merged to\n"
10107 " '%s', but not yet merged to HEAD."
10110 #: builtin/branch.c:158
10113 "not deleting branch '%s' that is not yet merged to\n"
10114 " '%s', even though it is merged to HEAD."
10117 #: builtin/branch.c:172
10119 msgid "Couldn't look up commit object for '%s'"
10122 #: builtin/branch.c:176
10125 "The branch '%s' is not fully merged.\n"
10126 "If you are sure you want to delete it, run 'git branch -D %s'."
10129 #: builtin/branch.c:189
10130 msgid "Update of config-file failed"
10133 #: builtin/branch.c:220
10134 msgid "cannot use -a with -d"
10137 #: builtin/branch.c:226
10138 msgid "Couldn't look up commit object for HEAD"
10141 #: builtin/branch.c:240
10143 msgid "Cannot delete branch '%s' checked out at '%s'"
10146 #: builtin/branch.c:255
10148 msgid "remote-tracking branch '%s' not found."
10151 #: builtin/branch.c:256
10153 msgid "branch '%s' not found."
10156 #: builtin/branch.c:271
10158 msgid "Error deleting remote-tracking branch '%s'"
10161 #: builtin/branch.c:272
10163 msgid "Error deleting branch '%s'"
10166 #: builtin/branch.c:279
10168 msgid "Deleted remote-tracking branch %s (was %s).\n"
10171 #: builtin/branch.c:280
10173 msgid "Deleted branch %s (was %s).\n"
10176 #: builtin/branch.c:429 builtin/tag.c:61
10177 msgid "unable to parse format string"
10180 #: builtin/branch.c:460
10181 msgid "could not resolve HEAD"
10184 #: builtin/branch.c:466
10186 msgid "HEAD (%s) points outside of refs/heads/"
10189 #: builtin/branch.c:481
10191 msgid "Branch %s is being rebased at %s"
10194 #: builtin/branch.c:485
10196 msgid "Branch %s is being bisected at %s"
10199 #: builtin/branch.c:502
10200 msgid "cannot copy the current branch while not on any."
10203 #: builtin/branch.c:504
10204 msgid "cannot rename the current branch while not on any."
10207 #: builtin/branch.c:515
10209 msgid "Invalid branch name: '%s'"
10212 #: builtin/branch.c:542
10213 msgid "Branch rename failed"
10216 #: builtin/branch.c:544
10217 msgid "Branch copy failed"
10220 #: builtin/branch.c:548
10222 msgid "Created a copy of a misnamed branch '%s'"
10225 #: builtin/branch.c:551
10227 msgid "Renamed a misnamed branch '%s' away"
10230 #: builtin/branch.c:557
10232 msgid "Branch renamed to %s, but HEAD is not updated!"
10235 #: builtin/branch.c:566
10236 msgid "Branch is renamed, but update of config-file failed"
10239 #: builtin/branch.c:568
10240 msgid "Branch is copied, but update of config-file failed"
10243 #: builtin/branch.c:584
10246 "Please edit the description for the branch\n"
10248 "Lines starting with '%c' will be stripped.\n"
10251 #: builtin/branch.c:618
10252 msgid "Generic options"
10255 #: builtin/branch.c:620
10256 msgid "show hash and subject, give twice for upstream branch"
10259 #: builtin/branch.c:621
10260 msgid "suppress informational messages"
10263 #: builtin/branch.c:622
10264 msgid "set up tracking mode (see git-pull(1))"
10267 #: builtin/branch.c:624
10271 #: builtin/branch.c:626 builtin/rebase.c:526
10275 #: builtin/branch.c:626
10276 msgid "change the upstream info"
10279 #: builtin/branch.c:627
10280 msgid "unset the upstream info"
10283 #: builtin/branch.c:628
10284 msgid "use colored output"
10287 #: builtin/branch.c:629
10288 msgid "act on remote-tracking branches"
10291 #: builtin/branch.c:631 builtin/branch.c:633
10292 msgid "print only branches that contain the commit"
10295 #: builtin/branch.c:632 builtin/branch.c:634
10296 msgid "print only branches that don't contain the commit"
10299 #: builtin/branch.c:637
10300 msgid "Specific git-branch actions:"
10303 #: builtin/branch.c:638
10304 msgid "list both remote-tracking and local branches"
10307 #: builtin/branch.c:640
10308 msgid "delete fully merged branch"
10311 #: builtin/branch.c:641
10312 msgid "delete branch (even if not merged)"
10315 #: builtin/branch.c:642
10316 msgid "move/rename a branch and its reflog"
10319 #: builtin/branch.c:643
10320 msgid "move/rename a branch, even if target exists"
10323 #: builtin/branch.c:644
10324 msgid "copy a branch and its reflog"
10327 #: builtin/branch.c:645
10328 msgid "copy a branch, even if target exists"
10331 #: builtin/branch.c:646
10332 msgid "list branch names"
10335 #: builtin/branch.c:647
10336 msgid "show current branch name"
10339 #: builtin/branch.c:648
10340 msgid "create the branch's reflog"
10343 #: builtin/branch.c:650
10344 msgid "edit the description for the branch"
10347 #: builtin/branch.c:651
10348 msgid "force creation, move/rename, deletion"
10351 #: builtin/branch.c:652
10352 msgid "print only branches that are merged"
10355 #: builtin/branch.c:653
10356 msgid "print only branches that are not merged"
10359 #: builtin/branch.c:654
10360 msgid "list branches in columns"
10363 #: builtin/branch.c:656 builtin/for-each-ref.c:42 builtin/notes.c:415
10364 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
10365 #: builtin/tag.c:434
10369 #: builtin/branch.c:657
10370 msgid "print only branches of the object"
10373 #: builtin/branch.c:658 builtin/for-each-ref.c:48 builtin/tag.c:441
10374 msgid "sorting and filtering are case insensitive"
10377 #: builtin/branch.c:659 builtin/for-each-ref.c:38 builtin/tag.c:439
10378 #: builtin/verify-tag.c:38
10379 msgid "format to use for the output"
10382 #: builtin/branch.c:682 builtin/clone.c:789
10383 msgid "HEAD not found below refs/heads!"
10386 #: builtin/branch.c:706
10387 msgid "--column and --verbose are incompatible"
10390 #: builtin/branch.c:721 builtin/branch.c:775 builtin/branch.c:784
10391 msgid "branch name required"
10394 #: builtin/branch.c:751
10395 msgid "Cannot give description to detached HEAD"
10398 #: builtin/branch.c:756
10399 msgid "cannot edit description of more than one branch"
10402 #: builtin/branch.c:763
10404 msgid "No commit on branch '%s' yet."
10407 #: builtin/branch.c:766
10409 msgid "No branch named '%s'."
10412 #: builtin/branch.c:781
10413 msgid "too many branches for a copy operation"
10416 #: builtin/branch.c:790
10417 msgid "too many arguments for a rename operation"
10420 #: builtin/branch.c:795
10421 msgid "too many arguments to set new upstream"
10424 #: builtin/branch.c:799
10427 "could not set upstream of HEAD to %s when it does not point to any branch."
10430 #: builtin/branch.c:802 builtin/branch.c:825
10432 msgid "no such branch '%s'"
10435 #: builtin/branch.c:806
10437 msgid "branch '%s' does not exist"
10440 #: builtin/branch.c:819
10441 msgid "too many arguments to unset upstream"
10444 #: builtin/branch.c:823
10445 msgid "could not unset upstream of HEAD when it does not point to any branch."
10448 #: builtin/branch.c:829
10450 msgid "Branch '%s' has no upstream information"
10453 #: builtin/branch.c:839
10455 "The -a, and -r, options to 'git branch' do not take a branch name.\n"
10456 "Did you mean to use: -a|-r --list <pattern>?"
10459 #: builtin/branch.c:843
10461 "the '--set-upstream' option is no longer supported. Please use '--track' or "
10462 "'--set-upstream-to' instead."
10465 #: builtin/bugreport.c:15
10466 msgid "git version:\n"
10469 #: builtin/bugreport.c:21
10471 msgid "uname() failed with error '%s' (%d)\n"
10474 #: builtin/bugreport.c:31
10475 msgid "compiler info: "
10478 #: builtin/bugreport.c:34
10479 msgid "libc info: "
10482 #: builtin/bugreport.c:80
10483 msgid "not run from a git repository - no hooks to show\n"
10486 #: builtin/bugreport.c:90
10487 msgid "git bugreport [-o|--output-directory <file>] [-s|--suffix <format>]"
10490 #: builtin/bugreport.c:97
10492 "Thank you for filling out a Git bug report!\n"
10493 "Please answer the following questions to help us understand your issue.\n"
10495 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
10497 "What did you expect to happen? (Expected behavior)\n"
10499 "What happened instead? (Actual behavior)\n"
10501 "What's different between what you expected and what actually happened?\n"
10503 "Anything else you want to add:\n"
10505 "Please review the rest of the bug report below.\n"
10506 "You can delete any lines you don't wish to share.\n"
10509 #: builtin/bugreport.c:134
10510 msgid "specify a destination for the bugreport file"
10513 #: builtin/bugreport.c:136
10514 msgid "specify a strftime format suffix for the filename"
10517 #: builtin/bugreport.c:158
10519 msgid "could not create leading directories for '%s'"
10522 #: builtin/bugreport.c:165
10523 msgid "System Info"
10526 #: builtin/bugreport.c:168
10527 msgid "Enabled Hooks"
10530 #: builtin/bugreport.c:175
10532 msgid "couldn't create a new file at '%s'"
10535 #: builtin/bugreport.c:178
10537 msgid "unable to write to %s"
10540 #: builtin/bugreport.c:188
10542 msgid "Created new report at '%s'.\n"
10545 #: builtin/bundle.c:15 builtin/bundle.c:23
10546 msgid "git bundle create [<options>] <file> <git-rev-list args>"
10549 #: builtin/bundle.c:16 builtin/bundle.c:28
10550 msgid "git bundle verify [<options>] <file>"
10553 #: builtin/bundle.c:17 builtin/bundle.c:33
10554 msgid "git bundle list-heads <file> [<refname>...]"
10557 #: builtin/bundle.c:18 builtin/bundle.c:38
10558 msgid "git bundle unbundle <file> [<refname>...]"
10561 #: builtin/bundle.c:67 builtin/pack-objects.c:3480
10562 msgid "do not show progress meter"
10565 #: builtin/bundle.c:69 builtin/pack-objects.c:3482
10566 msgid "show progress meter"
10569 #: builtin/bundle.c:71 builtin/pack-objects.c:3484
10570 msgid "show progress meter during object writing phase"
10573 #: builtin/bundle.c:74 builtin/pack-objects.c:3487
10574 msgid "similar to --all-progress when progress meter is shown"
10577 #: builtin/bundle.c:76
10578 msgid "specify bundle format version"
10581 #: builtin/bundle.c:96
10582 msgid "Need a repository to create a bundle."
10585 #: builtin/bundle.c:107
10586 msgid "do not show bundle details"
10589 #: builtin/bundle.c:122
10591 msgid "%s is okay\n"
10594 #: builtin/bundle.c:163
10595 msgid "Need a repository to unbundle."
10598 #: builtin/bundle.c:171 builtin/remote.c:1687
10599 msgid "be verbose; must be placed before a subcommand"
10602 #: builtin/bundle.c:193 builtin/remote.c:1718
10604 msgid "Unknown subcommand: %s"
10607 #: builtin/cat-file.c:598
10609 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
10610 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
10613 #: builtin/cat-file.c:599
10615 "git cat-file (--batch[=<format>] | --batch-check[=<format>]) [--follow-"
10616 "symlinks] [--textconv | --filters]"
10619 #: builtin/cat-file.c:620
10620 msgid "only one batch option may be specified"
10623 #: builtin/cat-file.c:638
10624 msgid "<type> can be one of: blob, tree, commit, tag"
10627 #: builtin/cat-file.c:639
10628 msgid "show object type"
10631 #: builtin/cat-file.c:640
10632 msgid "show object size"
10635 #: builtin/cat-file.c:642
10636 msgid "exit with zero when there's no error"
10639 #: builtin/cat-file.c:643
10640 msgid "pretty-print object's content"
10643 #: builtin/cat-file.c:645
10644 msgid "for blob objects, run textconv on object's content"
10647 #: builtin/cat-file.c:647
10648 msgid "for blob objects, run filters on object's content"
10651 #: builtin/cat-file.c:648
10655 #: builtin/cat-file.c:649
10656 msgid "use a specific path for --textconv/--filters"
10659 #: builtin/cat-file.c:651
10660 msgid "allow -s and -t to work with broken/corrupt objects"
10663 #: builtin/cat-file.c:652
10664 msgid "buffer --batch output"
10667 #: builtin/cat-file.c:654
10668 msgid "show info and content of objects fed from the standard input"
10671 #: builtin/cat-file.c:658
10672 msgid "show info about objects fed from the standard input"
10675 #: builtin/cat-file.c:662
10676 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
10679 #: builtin/cat-file.c:664
10680 msgid "show all objects with --batch or --batch-check"
10683 #: builtin/cat-file.c:666
10684 msgid "do not order --batch-all-objects output"
10687 #: builtin/check-attr.c:13
10688 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
10691 #: builtin/check-attr.c:14
10692 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
10695 #: builtin/check-attr.c:21
10696 msgid "report all attributes set on file"
10699 #: builtin/check-attr.c:22
10700 msgid "use .gitattributes only from the index"
10703 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
10704 msgid "read file names from stdin"
10707 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
10708 msgid "terminate input and output records by a NUL character"
10711 #: builtin/check-ignore.c:21 builtin/checkout.c:1482 builtin/gc.c:538
10712 #: builtin/worktree.c:561
10713 msgid "suppress progress reporting"
10716 #: builtin/check-ignore.c:29
10717 msgid "show non-matching input paths"
10720 #: builtin/check-ignore.c:31
10721 msgid "ignore index when checking"
10724 #: builtin/check-ignore.c:163
10725 msgid "cannot specify pathnames with --stdin"
10728 #: builtin/check-ignore.c:166
10729 msgid "-z only makes sense with --stdin"
10732 #: builtin/check-ignore.c:168
10733 msgid "no path specified"
10736 #: builtin/check-ignore.c:172
10737 msgid "--quiet is only valid with a single pathname"
10740 #: builtin/check-ignore.c:174
10741 msgid "cannot have both --quiet and --verbose"
10744 #: builtin/check-ignore.c:177
10745 msgid "--non-matching is only valid with --verbose"
10748 #: builtin/check-mailmap.c:9
10749 msgid "git check-mailmap [<options>] <contact>..."
10752 #: builtin/check-mailmap.c:14
10753 msgid "also read contacts from stdin"
10756 #: builtin/check-mailmap.c:25
10758 msgid "unable to parse contact: %s"
10761 #: builtin/check-mailmap.c:48
10762 msgid "no contacts specified"
10765 #: builtin/checkout-index.c:131
10766 msgid "git checkout-index [<options>] [--] [<file>...]"
10769 #: builtin/checkout-index.c:148
10770 msgid "stage should be between 1 and 3 or all"
10773 #: builtin/checkout-index.c:164
10774 msgid "check out all files in the index"
10777 #: builtin/checkout-index.c:165
10778 msgid "force overwrite of existing files"
10781 #: builtin/checkout-index.c:167
10782 msgid "no warning for existing files and files not in index"
10785 #: builtin/checkout-index.c:169
10786 msgid "don't checkout new files"
10789 #: builtin/checkout-index.c:171
10790 msgid "update stat information in the index file"
10793 #: builtin/checkout-index.c:175
10794 msgid "read list of paths from the standard input"
10797 #: builtin/checkout-index.c:177
10798 msgid "write the content to temporary files"
10801 #: builtin/checkout-index.c:178 builtin/column.c:31
10802 #: builtin/submodule--helper.c:1824 builtin/submodule--helper.c:1827
10803 #: builtin/submodule--helper.c:1835 builtin/submodule--helper.c:2333
10804 #: builtin/worktree.c:754
10808 #: builtin/checkout-index.c:179
10809 msgid "when creating files, prepend <string>"
10812 #: builtin/checkout-index.c:181
10813 msgid "copy out the files from named stage"
10816 #: builtin/checkout.c:31
10817 msgid "git checkout [<options>] <branch>"
10820 #: builtin/checkout.c:32
10821 msgid "git checkout [<options>] [<branch>] -- <file>..."
10824 #: builtin/checkout.c:37
10825 msgid "git switch [<options>] [<branch>]"
10828 #: builtin/checkout.c:42
10829 msgid "git restore [<options>] [--source=<branch>] <file>..."
10832 #: builtin/checkout.c:188 builtin/checkout.c:227
10834 msgid "path '%s' does not have our version"
10837 #: builtin/checkout.c:190 builtin/checkout.c:229
10839 msgid "path '%s' does not have their version"
10842 #: builtin/checkout.c:206
10844 msgid "path '%s' does not have all necessary versions"
10847 #: builtin/checkout.c:258
10849 msgid "path '%s' does not have necessary versions"
10852 #: builtin/checkout.c:275
10854 msgid "path '%s': cannot merge"
10857 #: builtin/checkout.c:291
10859 msgid "Unable to add merge result for '%s'"
10862 #: builtin/checkout.c:396
10864 msgid "Recreated %d merge conflict"
10865 msgid_plural "Recreated %d merge conflicts"
10869 #: builtin/checkout.c:401
10871 msgid "Updated %d path from %s"
10872 msgid_plural "Updated %d paths from %s"
10876 #: builtin/checkout.c:408
10878 msgid "Updated %d path from the index"
10879 msgid_plural "Updated %d paths from the index"
10883 #: builtin/checkout.c:431 builtin/checkout.c:434 builtin/checkout.c:437
10884 #: builtin/checkout.c:441
10886 msgid "'%s' cannot be used with updating paths"
10889 #: builtin/checkout.c:444 builtin/checkout.c:447
10891 msgid "'%s' cannot be used with %s"
10894 #: builtin/checkout.c:451
10896 msgid "Cannot update paths and switch to branch '%s' at the same time."
10899 #: builtin/checkout.c:455
10901 msgid "neither '%s' or '%s' is specified"
10904 #: builtin/checkout.c:459
10906 msgid "'%s' must be used when '%s' is not specified"
10909 #: builtin/checkout.c:464 builtin/checkout.c:469
10911 msgid "'%s' or '%s' cannot be used with %s"
10914 #: builtin/checkout.c:528 builtin/checkout.c:535
10916 msgid "path '%s' is unmerged"
10919 #: builtin/checkout.c:703
10920 msgid "you need to resolve your current index first"
10923 #: builtin/checkout.c:757
10926 "cannot continue with staged changes in the following files:\n"
10930 #: builtin/checkout.c:853
10932 msgid "Can not do reflog for '%s': %s\n"
10935 #: builtin/checkout.c:895
10936 msgid "HEAD is now at"
10939 #: builtin/checkout.c:899 builtin/clone.c:720
10940 msgid "unable to update HEAD"
10943 #: builtin/checkout.c:903
10945 msgid "Reset branch '%s'\n"
10948 #: builtin/checkout.c:906
10950 msgid "Already on '%s'\n"
10953 #: builtin/checkout.c:910
10955 msgid "Switched to and reset branch '%s'\n"
10958 #: builtin/checkout.c:912 builtin/checkout.c:1338
10960 msgid "Switched to a new branch '%s'\n"
10963 #: builtin/checkout.c:914
10965 msgid "Switched to branch '%s'\n"
10968 #: builtin/checkout.c:965
10970 msgid " ... and %d more.\n"
10973 #: builtin/checkout.c:971
10976 "Warning: you are leaving %d commit behind, not connected to\n"
10977 "any of your branches:\n"
10981 "Warning: you are leaving %d commits behind, not connected to\n"
10982 "any of your branches:\n"
10988 #: builtin/checkout.c:990
10991 "If you want to keep it by creating a new branch, this may be a good time\n"
10994 " git branch <new-branch-name> %s\n"
10997 "If you want to keep them by creating a new branch, this may be a good time\n"
11000 " git branch <new-branch-name> %s\n"
11005 #: builtin/checkout.c:1025
11006 msgid "internal error in revision walk"
11009 #: builtin/checkout.c:1029
11010 msgid "Previous HEAD position was"
11013 #: builtin/checkout.c:1069 builtin/checkout.c:1333
11014 msgid "You are on a branch yet to be born"
11017 #: builtin/checkout.c:1146
11020 "'%s' could be both a local file and a tracking branch.\n"
11021 "Please use -- (and optionally --no-guess) to disambiguate"
11024 #: builtin/checkout.c:1153
11026 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
11027 "you can do so by fully qualifying the name with the --track option:\n"
11029 " git checkout --track origin/<name>\n"
11031 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
11032 "one remote, e.g. the 'origin' remote, consider setting\n"
11033 "checkout.defaultRemote=origin in your config."
11036 #: builtin/checkout.c:1163
11038 msgid "'%s' matched multiple (%d) remote tracking branches"
11041 #: builtin/checkout.c:1229
11042 msgid "only one reference expected"
11045 #: builtin/checkout.c:1246
11047 msgid "only one reference expected, %d given."
11050 #: builtin/checkout.c:1292 builtin/worktree.c:342 builtin/worktree.c:510
11052 msgid "invalid reference: %s"
11055 #: builtin/checkout.c:1305 builtin/checkout.c:1671
11057 msgid "reference is not a tree: %s"
11060 #: builtin/checkout.c:1352
11062 msgid "a branch is expected, got tag '%s'"
11065 #: builtin/checkout.c:1354
11067 msgid "a branch is expected, got remote branch '%s'"
11070 #: builtin/checkout.c:1355 builtin/checkout.c:1363
11072 msgid "a branch is expected, got '%s'"
11075 #: builtin/checkout.c:1358
11077 msgid "a branch is expected, got commit '%s'"
11080 #: builtin/checkout.c:1374
11082 "cannot switch branch while merging\n"
11083 "Consider \"git merge --quit\" or \"git worktree add\"."
11086 #: builtin/checkout.c:1378
11088 "cannot switch branch in the middle of an am session\n"
11089 "Consider \"git am --quit\" or \"git worktree add\"."
11092 #: builtin/checkout.c:1382
11094 "cannot switch branch while rebasing\n"
11095 "Consider \"git rebase --quit\" or \"git worktree add\"."
11098 #: builtin/checkout.c:1386
11100 "cannot switch branch while cherry-picking\n"
11101 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
11104 #: builtin/checkout.c:1390
11106 "cannot switch branch while reverting\n"
11107 "Consider \"git revert --quit\" or \"git worktree add\"."
11110 #: builtin/checkout.c:1394
11111 msgid "you are switching branch while bisecting"
11114 #: builtin/checkout.c:1401
11115 msgid "paths cannot be used with switching branches"
11118 #: builtin/checkout.c:1404 builtin/checkout.c:1408 builtin/checkout.c:1412
11120 msgid "'%s' cannot be used with switching branches"
11123 #: builtin/checkout.c:1416 builtin/checkout.c:1419 builtin/checkout.c:1422
11124 #: builtin/checkout.c:1427 builtin/checkout.c:1432
11126 msgid "'%s' cannot be used with '%s'"
11129 #: builtin/checkout.c:1429
11131 msgid "'%s' cannot take <start-point>"
11134 #: builtin/checkout.c:1437
11136 msgid "Cannot switch branch to a non-commit '%s'"
11139 #: builtin/checkout.c:1444
11140 msgid "missing branch or commit argument"
11143 #: builtin/checkout.c:1486 builtin/clone.c:91 builtin/commit-graph.c:84
11144 #: builtin/commit-graph.c:222 builtin/fetch.c:172 builtin/merge.c:287
11145 #: builtin/multi-pack-index.c:27 builtin/pull.c:119 builtin/push.c:551
11146 #: builtin/send-pack.c:192
11147 msgid "force progress reporting"
11150 #: builtin/checkout.c:1487
11151 msgid "perform a 3-way merge with the new branch"
11154 #: builtin/checkout.c:1488 builtin/log.c:1795 parse-options.h:322
11158 #: builtin/checkout.c:1489
11159 msgid "conflict style (merge or diff3)"
11162 #: builtin/checkout.c:1501 builtin/worktree.c:558
11163 msgid "detach HEAD at named commit"
11166 #: builtin/checkout.c:1502
11167 msgid "set upstream info for new branch"
11170 #: builtin/checkout.c:1504
11171 msgid "force checkout (throw away local modifications)"
11174 #: builtin/checkout.c:1506
11178 #: builtin/checkout.c:1506
11179 msgid "new unparented branch"
11182 #: builtin/checkout.c:1508 builtin/merge.c:291
11183 msgid "update ignored files (default)"
11186 #: builtin/checkout.c:1511
11187 msgid "do not check if another worktree is holding the given ref"
11190 #: builtin/checkout.c:1524
11191 msgid "checkout our version for unmerged files"
11194 #: builtin/checkout.c:1527
11195 msgid "checkout their version for unmerged files"
11198 #: builtin/checkout.c:1531
11199 msgid "do not limit pathspecs to sparse entries only"
11202 #: builtin/checkout.c:1586
11204 msgid "-%c, -%c and --orphan are mutually exclusive"
11207 #: builtin/checkout.c:1590
11208 msgid "-p and --overlay are mutually exclusive"
11211 #: builtin/checkout.c:1627
11212 msgid "--track needs a branch name"
11215 #: builtin/checkout.c:1632
11217 msgid "missing branch name; try -%c"
11220 #: builtin/checkout.c:1664
11222 msgid "could not resolve %s"
11225 #: builtin/checkout.c:1680
11226 msgid "invalid path specification"
11229 #: builtin/checkout.c:1687
11231 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
11234 #: builtin/checkout.c:1691
11236 msgid "git checkout: --detach does not take a path argument '%s'"
11239 #: builtin/checkout.c:1700
11240 msgid "--pathspec-from-file is incompatible with --detach"
11243 #: builtin/checkout.c:1703 builtin/reset.c:325 builtin/stash.c:1500
11244 msgid "--pathspec-from-file is incompatible with --patch"
11247 #: builtin/checkout.c:1716
11249 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
11250 "checking out of the index."
11253 #: builtin/checkout.c:1721
11254 msgid "you must specify path(s) to restore"
11257 #: builtin/checkout.c:1747 builtin/checkout.c:1749 builtin/checkout.c:1798
11258 #: builtin/checkout.c:1800 builtin/clone.c:121 builtin/remote.c:170
11259 #: builtin/remote.c:172 builtin/submodule--helper.c:2719 builtin/worktree.c:554
11260 #: builtin/worktree.c:556
11264 #: builtin/checkout.c:1748
11265 msgid "create and checkout a new branch"
11268 #: builtin/checkout.c:1750
11269 msgid "create/reset and checkout a branch"
11272 #: builtin/checkout.c:1751
11273 msgid "create reflog for new branch"
11276 #: builtin/checkout.c:1753
11277 msgid "second guess 'git checkout <no-such-branch>' (default)"
11280 #: builtin/checkout.c:1754
11281 msgid "use overlay mode (default)"
11284 #: builtin/checkout.c:1799
11285 msgid "create and switch to a new branch"
11288 #: builtin/checkout.c:1801
11289 msgid "create/reset and switch to a branch"
11292 #: builtin/checkout.c:1803
11293 msgid "second guess 'git switch <no-such-branch>'"
11296 #: builtin/checkout.c:1805
11297 msgid "throw away local modifications"
11300 #: builtin/checkout.c:1839
11301 msgid "which tree-ish to checkout from"
11304 #: builtin/checkout.c:1841
11305 msgid "restore the index"
11308 #: builtin/checkout.c:1843
11309 msgid "restore the working tree (default)"
11312 #: builtin/checkout.c:1845
11313 msgid "ignore unmerged entries"
11316 #: builtin/checkout.c:1846
11317 msgid "use overlay mode"
11320 #: builtin/clean.c:29
11322 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
11325 #: builtin/clean.c:33
11327 msgid "Removing %s\n"
11330 #: builtin/clean.c:34
11332 msgid "Would remove %s\n"
11335 #: builtin/clean.c:35
11337 msgid "Skipping repository %s\n"
11340 #: builtin/clean.c:36
11342 msgid "Would skip repository %s\n"
11345 #: builtin/clean.c:37
11347 msgid "failed to remove %s"
11350 #: builtin/clean.c:38
11352 msgid "could not lstat %s\n"
11355 #: builtin/clean.c:302 git-add--interactive.perl:595
11359 "1 - select a numbered item\n"
11360 "foo - select item based on unique prefix\n"
11361 " - (empty) select nothing\n"
11364 #: builtin/clean.c:306 git-add--interactive.perl:604
11368 "1 - select a single item\n"
11369 "3-5 - select a range of items\n"
11370 "2-3,6-9 - select multiple ranges\n"
11371 "foo - select item based on unique prefix\n"
11372 "-... - unselect specified items\n"
11373 "* - choose all items\n"
11374 " - (empty) finish selecting\n"
11377 #: builtin/clean.c:521 git-add--interactive.perl:570
11378 #: git-add--interactive.perl:575
11379 #, c-format, perl-format
11380 msgid "Huh (%s)?\n"
11383 #: builtin/clean.c:661
11385 msgid "Input ignore patterns>> "
11388 #: builtin/clean.c:696
11390 msgid "WARNING: Cannot find items matched by: %s"
11393 #: builtin/clean.c:717
11394 msgid "Select items to delete"
11397 #. TRANSLATORS: Make sure to keep [y/N] as is
11398 #: builtin/clean.c:758
11400 msgid "Remove %s [y/N]? "
11403 #: builtin/clean.c:789
11405 "clean - start cleaning\n"
11406 "filter by pattern - exclude items from deletion\n"
11407 "select by numbers - select items to be deleted by numbers\n"
11408 "ask each - confirm each deletion (like \"rm -i\")\n"
11409 "quit - stop cleaning\n"
11410 "help - this screen\n"
11411 "? - help for prompt selection"
11414 #: builtin/clean.c:825
11415 msgid "Would remove the following item:"
11416 msgid_plural "Would remove the following items:"
11420 #: builtin/clean.c:841
11421 msgid "No more files to clean, exiting."
11424 #: builtin/clean.c:903
11425 msgid "do not print names of files removed"
11428 #: builtin/clean.c:905
11432 #: builtin/clean.c:906
11433 msgid "interactive cleaning"
11436 #: builtin/clean.c:908
11437 msgid "remove whole directories"
11440 #: builtin/clean.c:909 builtin/describe.c:565 builtin/describe.c:567
11441 #: builtin/grep.c:910 builtin/log.c:181 builtin/log.c:183
11442 #: builtin/ls-files.c:558 builtin/name-rev.c:526 builtin/name-rev.c:528
11443 #: builtin/show-ref.c:179
11447 #: builtin/clean.c:910
11448 msgid "add <pattern> to ignore rules"
11451 #: builtin/clean.c:911
11452 msgid "remove ignored files, too"
11455 #: builtin/clean.c:913
11456 msgid "remove only ignored files"
11459 #: builtin/clean.c:929
11461 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
11465 #: builtin/clean.c:932
11467 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
11468 "refusing to clean"
11471 #: builtin/clean.c:944
11472 msgid "-x and -X cannot be used together"
11475 #: builtin/clone.c:45
11476 msgid "git clone [<options>] [--] <repo> [<dir>]"
11479 #: builtin/clone.c:93
11480 msgid "don't create a checkout"
11483 #: builtin/clone.c:94 builtin/clone.c:96 builtin/init-db.c:553
11484 msgid "create a bare repository"
11487 #: builtin/clone.c:98
11488 msgid "create a mirror repository (implies bare)"
11491 #: builtin/clone.c:100
11492 msgid "to clone from a local repository"
11495 #: builtin/clone.c:102
11496 msgid "don't use local hardlinks, always copy"
11499 #: builtin/clone.c:104
11500 msgid "setup as shared repository"
11503 #: builtin/clone.c:106
11507 #: builtin/clone.c:106
11508 msgid "initialize submodules in the clone"
11511 #: builtin/clone.c:110
11512 msgid "number of submodules cloned in parallel"
11515 #: builtin/clone.c:111 builtin/init-db.c:550
11516 msgid "template-directory"
11519 #: builtin/clone.c:112 builtin/init-db.c:551
11520 msgid "directory from which templates will be used"
11523 #: builtin/clone.c:114 builtin/clone.c:116 builtin/submodule--helper.c:1831
11524 #: builtin/submodule--helper.c:2336
11525 msgid "reference repository"
11528 #: builtin/clone.c:118 builtin/submodule--helper.c:1833
11529 #: builtin/submodule--helper.c:2338
11530 msgid "use --reference only while cloning"
11533 #: builtin/clone.c:119 builtin/column.c:27 builtin/init-db.c:561
11534 #: builtin/merge-file.c:46 builtin/pack-objects.c:3546 builtin/repack.c:332
11538 #: builtin/clone.c:120
11539 msgid "use <name> instead of 'origin' to track upstream"
11542 #: builtin/clone.c:122
11543 msgid "checkout <branch> instead of the remote's HEAD"
11546 #: builtin/clone.c:124
11547 msgid "path to git-upload-pack on the remote"
11550 #: builtin/clone.c:125 builtin/fetch.c:173 builtin/grep.c:849
11551 #: builtin/pull.c:208
11555 #: builtin/clone.c:126
11556 msgid "create a shallow clone of that depth"
11559 #: builtin/clone.c:127 builtin/fetch.c:175 builtin/pack-objects.c:3535
11560 #: builtin/pull.c:211
11564 #: builtin/clone.c:128
11565 msgid "create a shallow clone since a specific time"
11568 #: builtin/clone.c:129 builtin/fetch.c:177 builtin/fetch.c:200
11569 #: builtin/pull.c:214 builtin/pull.c:239 builtin/rebase.c:1311
11573 #: builtin/clone.c:130 builtin/fetch.c:178 builtin/pull.c:215
11574 msgid "deepen history of shallow clone, excluding rev"
11577 #: builtin/clone.c:132 builtin/submodule--helper.c:1843
11578 #: builtin/submodule--helper.c:2352
11579 msgid "clone only one branch, HEAD or --branch"
11582 #: builtin/clone.c:134
11583 msgid "don't clone any tags, and make later fetches not to follow them"
11586 #: builtin/clone.c:136
11587 msgid "any cloned submodules will be shallow"
11590 #: builtin/clone.c:137 builtin/init-db.c:559
11594 #: builtin/clone.c:138 builtin/init-db.c:560
11595 msgid "separate git dir from working tree"
11598 #: builtin/clone.c:139
11602 #: builtin/clone.c:140
11603 msgid "set config inside the new repository"
11606 #: builtin/clone.c:142 builtin/fetch.c:195 builtin/ls-remote.c:76
11607 #: builtin/pull.c:230 builtin/push.c:560 builtin/send-pack.c:190
11608 msgid "server-specific"
11611 #: builtin/clone.c:142 builtin/fetch.c:195 builtin/ls-remote.c:76
11612 #: builtin/pull.c:231 builtin/push.c:560 builtin/send-pack.c:191
11613 msgid "option to transmit"
11616 #: builtin/clone.c:143 builtin/fetch.c:196 builtin/pull.c:234
11617 #: builtin/push.c:561
11618 msgid "use IPv4 addresses only"
11621 #: builtin/clone.c:145 builtin/fetch.c:198 builtin/pull.c:237
11622 #: builtin/push.c:563
11623 msgid "use IPv6 addresses only"
11626 #: builtin/clone.c:149
11627 msgid "any cloned submodules will use their remote-tracking branch"
11630 #: builtin/clone.c:151
11631 msgid "initialize sparse-checkout file to include only files at root"
11634 #: builtin/clone.c:287
11636 "No directory name could be guessed.\n"
11637 "Please specify a directory on the command line"
11640 #: builtin/clone.c:340
11642 msgid "info: Could not add alternate for '%s': %s\n"
11645 #: builtin/clone.c:413
11647 msgid "%s exists and is not a directory"
11650 #: builtin/clone.c:431
11652 msgid "failed to start iterator over '%s'"
11655 #: builtin/clone.c:462
11657 msgid "failed to create link '%s'"
11660 #: builtin/clone.c:466
11662 msgid "failed to copy file to '%s'"
11665 #: builtin/clone.c:471
11667 msgid "failed to iterate over '%s'"
11670 #: builtin/clone.c:498
11675 #: builtin/clone.c:512
11677 "Clone succeeded, but checkout failed.\n"
11678 "You can inspect what was checked out with 'git status'\n"
11679 "and retry with 'git restore --source=HEAD :/'\n"
11682 #: builtin/clone.c:589
11684 msgid "Could not find remote branch %s to clone."
11687 #: builtin/clone.c:708
11689 msgid "unable to update %s"
11692 #: builtin/clone.c:756
11693 msgid "failed to initialize sparse-checkout"
11696 #: builtin/clone.c:779
11697 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
11700 #: builtin/clone.c:811
11701 msgid "unable to checkout working tree"
11704 #: builtin/clone.c:868
11705 msgid "unable to write parameters to config file"
11708 #: builtin/clone.c:931
11709 msgid "cannot repack to clean up"
11712 #: builtin/clone.c:933
11713 msgid "cannot unlink temporary alternates file"
11716 #: builtin/clone.c:970 builtin/receive-pack.c:2434
11717 msgid "Too many arguments."
11720 #: builtin/clone.c:974
11721 msgid "You must specify a repository to clone."
11724 #: builtin/clone.c:987
11726 msgid "--bare and --origin %s options are incompatible."
11729 #: builtin/clone.c:990
11730 msgid "--bare and --separate-git-dir are incompatible."
11733 #: builtin/clone.c:1006
11735 msgid "repository '%s' does not exist"
11738 #: builtin/clone.c:1010 builtin/fetch.c:1841
11740 msgid "depth %s is not a positive number"
11743 #: builtin/clone.c:1020
11745 msgid "destination path '%s' already exists and is not an empty directory."
11748 #: builtin/clone.c:1026
11750 msgid "repository path '%s' already exists and is not an empty directory."
11753 #: builtin/clone.c:1040
11755 msgid "working tree '%s' already exists."
11758 #: builtin/clone.c:1055 builtin/clone.c:1076 builtin/difftool.c:271
11759 #: builtin/log.c:1970 builtin/worktree.c:354 builtin/worktree.c:386
11761 msgid "could not create leading directories of '%s'"
11764 #: builtin/clone.c:1060
11766 msgid "could not create work tree dir '%s'"
11769 #: builtin/clone.c:1080
11771 msgid "Cloning into bare repository '%s'...\n"
11774 #: builtin/clone.c:1082
11776 msgid "Cloning into '%s'...\n"
11779 #: builtin/clone.c:1106
11781 "clone --recursive is not compatible with both --reference and --reference-if-"
11785 #: builtin/clone.c:1170
11786 msgid "--depth is ignored in local clones; use file:// instead."
11789 #: builtin/clone.c:1172
11790 msgid "--shallow-since is ignored in local clones; use file:// instead."
11793 #: builtin/clone.c:1174
11794 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
11797 #: builtin/clone.c:1176
11798 msgid "--filter is ignored in local clones; use file:// instead."
11801 #: builtin/clone.c:1179
11802 msgid "source repository is shallow, ignoring --local"
11805 #: builtin/clone.c:1184
11806 msgid "--local is ignored"
11809 #: builtin/clone.c:1268 builtin/clone.c:1276
11811 msgid "Remote branch %s not found in upstream %s"
11814 #: builtin/clone.c:1279
11815 msgid "You appear to have cloned an empty repository."
11818 #: builtin/column.c:10
11819 msgid "git column [<options>]"
11822 #: builtin/column.c:27
11823 msgid "lookup config vars"
11826 #: builtin/column.c:28 builtin/column.c:29
11827 msgid "layout to use"
11830 #: builtin/column.c:30
11831 msgid "Maximum width"
11834 #: builtin/column.c:31
11835 msgid "Padding space on left border"
11838 #: builtin/column.c:32
11839 msgid "Padding space on right border"
11842 #: builtin/column.c:33
11843 msgid "Padding space between columns"
11846 #: builtin/column.c:51
11847 msgid "--command must be the first argument"
11850 #: builtin/commit-graph.c:13 builtin/commit-graph.c:22
11852 "git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"
11855 #: builtin/commit-graph.c:14 builtin/commit-graph.c:27
11857 "git commit-graph write [--object-dir <objdir>] [--append] [--"
11858 "split[=<strategy>]] [--reachable|--stdin-packs|--stdin-commits] [--changed-"
11859 "paths] [--[no-]max-new-filters <n>] [--[no-]progress] <split options>"
11862 #: builtin/commit-graph.c:64
11864 msgid "could not find object directory matching %s"
11867 #: builtin/commit-graph.c:80 builtin/commit-graph.c:210
11868 #: builtin/commit-graph.c:316 builtin/fetch.c:184 builtin/log.c:1764
11872 #: builtin/commit-graph.c:81 builtin/commit-graph.c:211
11873 #: builtin/commit-graph.c:317
11874 msgid "The object directory to store the graph"
11877 #: builtin/commit-graph.c:83
11878 msgid "if the commit-graph is split, only verify the tip file"
11881 #: builtin/commit-graph.c:106
11883 msgid "Could not open commit-graph '%s'"
11886 #: builtin/commit-graph.c:142
11888 msgid "unrecognized --split argument, %s"
11891 #: builtin/commit-graph.c:155
11893 msgid "unexpected non-hex object ID: %s"
11896 #: builtin/commit-graph.c:160
11898 msgid "invalid object: %s"
11901 #: builtin/commit-graph.c:213
11902 msgid "start walk at all refs"
11905 #: builtin/commit-graph.c:215
11906 msgid "scan pack-indexes listed by stdin for commits"
11909 #: builtin/commit-graph.c:217
11910 msgid "start walk at commits listed by stdin"
11913 #: builtin/commit-graph.c:219
11914 msgid "include all commits already in the commit-graph file"
11917 #: builtin/commit-graph.c:221
11918 msgid "enable computation for changed paths"
11921 #: builtin/commit-graph.c:224
11922 msgid "allow writing an incremental commit-graph file"
11925 #: builtin/commit-graph.c:228
11926 msgid "maximum number of commits in a non-base split commit-graph"
11929 #: builtin/commit-graph.c:230
11930 msgid "maximum ratio between two levels of a split commit-graph"
11933 #: builtin/commit-graph.c:232
11934 msgid "only expire files older than a given date-time"
11937 #: builtin/commit-graph.c:234
11938 msgid "maximum number of changed-path Bloom filters to compute"
11941 #: builtin/commit-graph.c:255
11942 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
11945 #: builtin/commit-graph.c:287
11946 msgid "Collecting commits from input"
11949 #: builtin/commit-tree.c:18
11951 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
11952 "<file>)...] <tree>"
11955 #: builtin/commit-tree.c:31
11957 msgid "duplicate parent %s ignored"
11960 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:546
11962 msgid "not a valid object name %s"
11965 #: builtin/commit-tree.c:93
11967 msgid "git commit-tree: failed to open '%s'"
11970 #: builtin/commit-tree.c:96
11972 msgid "git commit-tree: failed to read '%s'"
11975 #: builtin/commit-tree.c:98
11977 msgid "git commit-tree: failed to close '%s'"
11980 #: builtin/commit-tree.c:111
11984 #: builtin/commit-tree.c:112
11985 msgid "id of a parent commit object"
11988 #: builtin/commit-tree.c:114 builtin/commit.c:1504 builtin/merge.c:272
11989 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1471
11990 #: builtin/tag.c:413
11994 #: builtin/commit-tree.c:115 builtin/commit.c:1504
11995 msgid "commit message"
11998 #: builtin/commit-tree.c:118
11999 msgid "read commit log message from file"
12002 #: builtin/commit-tree.c:121 builtin/commit.c:1516 builtin/merge.c:289
12003 #: builtin/pull.c:176 builtin/revert.c:118
12004 msgid "GPG sign commit"
12007 #: builtin/commit-tree.c:133
12008 msgid "must give exactly one tree"
12011 #: builtin/commit-tree.c:140
12012 msgid "git commit-tree: failed to read"
12015 #: builtin/commit.c:41
12016 msgid "git commit [<options>] [--] <pathspec>..."
12019 #: builtin/commit.c:46
12020 msgid "git status [<options>] [--] <pathspec>..."
12023 #: builtin/commit.c:51
12025 "You asked to amend the most recent commit, but doing so would make\n"
12026 "it empty. You can repeat your command with --allow-empty, or you can\n"
12027 "remove the commit entirely with \"git reset HEAD^\".\n"
12030 #: builtin/commit.c:56
12032 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
12033 "If you wish to commit it anyway, use:\n"
12035 " git commit --allow-empty\n"
12039 #: builtin/commit.c:63
12040 msgid "Otherwise, please use 'git rebase --skip'\n"
12043 #: builtin/commit.c:66
12044 msgid "Otherwise, please use 'git cherry-pick --skip'\n"
12047 #: builtin/commit.c:69
12051 " git cherry-pick --continue\n"
12053 "to resume cherry-picking the remaining commits.\n"
12054 "If you wish to skip this commit, use:\n"
12056 " git cherry-pick --skip\n"
12060 #: builtin/commit.c:312
12061 msgid "failed to unpack HEAD tree object"
12064 #: builtin/commit.c:348
12065 msgid "--pathspec-from-file with -a does not make sense"
12068 #: builtin/commit.c:361
12069 msgid "No paths with --include/--only does not make sense."
12072 #: builtin/commit.c:373
12073 msgid "unable to create temporary index"
12076 #: builtin/commit.c:382
12077 msgid "interactive add failed"
12080 #: builtin/commit.c:397
12081 msgid "unable to update temporary index"
12084 #: builtin/commit.c:399
12085 msgid "Failed to update main cache tree"
12088 #: builtin/commit.c:424 builtin/commit.c:447 builtin/commit.c:495
12089 msgid "unable to write new_index file"
12092 #: builtin/commit.c:476
12093 msgid "cannot do a partial commit during a merge."
12096 #: builtin/commit.c:478
12097 msgid "cannot do a partial commit during a cherry-pick."
12100 #: builtin/commit.c:480
12101 msgid "cannot do a partial commit during a rebase."
12104 #: builtin/commit.c:488
12105 msgid "cannot read the index"
12108 #: builtin/commit.c:507
12109 msgid "unable to write temporary index file"
12112 #: builtin/commit.c:605
12114 msgid "commit '%s' lacks author header"
12117 #: builtin/commit.c:607
12119 msgid "commit '%s' has malformed author line"
12122 #: builtin/commit.c:626
12123 msgid "malformed --author parameter"
12126 #: builtin/commit.c:679
12128 "unable to select a comment character that is not used\n"
12129 "in the current commit message"
12132 #: builtin/commit.c:717 builtin/commit.c:750 builtin/commit.c:1097
12134 msgid "could not lookup commit %s"
12137 #: builtin/commit.c:729 builtin/shortlog.c:478
12139 msgid "(reading log message from standard input)\n"
12142 #: builtin/commit.c:731
12143 msgid "could not read log from standard input"
12146 #: builtin/commit.c:735
12148 msgid "could not read log file '%s'"
12151 #: builtin/commit.c:766 builtin/commit.c:782
12152 msgid "could not read SQUASH_MSG"
12155 #: builtin/commit.c:773
12156 msgid "could not read MERGE_MSG"
12159 #: builtin/commit.c:833
12160 msgid "could not write commit template"
12163 #: builtin/commit.c:853
12166 "It looks like you may be committing a merge.\n"
12167 "If this is not correct, please run\n"
12168 "\tgit update-ref -d MERGE_HEAD\n"
12172 #: builtin/commit.c:858
12175 "It looks like you may be committing a cherry-pick.\n"
12176 "If this is not correct, please run\n"
12177 "\tgit update-ref -d CHERRY_PICK_HEAD\n"
12181 #: builtin/commit.c:868
12184 "Please enter the commit message for your changes. Lines starting\n"
12185 "with '%c' will be ignored, and an empty message aborts the commit.\n"
12188 #: builtin/commit.c:876
12191 "Please enter the commit message for your changes. Lines starting\n"
12192 "with '%c' will be kept; you may remove them yourself if you want to.\n"
12193 "An empty message aborts the commit.\n"
12196 #: builtin/commit.c:893
12198 msgid "%sAuthor: %.*s <%.*s>"
12201 #: builtin/commit.c:901
12206 #: builtin/commit.c:908
12208 msgid "%sCommitter: %.*s <%.*s>"
12211 #: builtin/commit.c:926
12212 msgid "Cannot read index"
12215 #: builtin/commit.c:997
12216 msgid "Error building trees"
12219 #: builtin/commit.c:1011 builtin/tag.c:276
12221 msgid "Please supply the message using either -m or -F option.\n"
12224 #: builtin/commit.c:1055
12226 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
12229 #: builtin/commit.c:1069
12231 msgid "Invalid ignored mode '%s'"
12234 #: builtin/commit.c:1087 builtin/commit.c:1331
12236 msgid "Invalid untracked files mode '%s'"
12239 #: builtin/commit.c:1127
12240 msgid "--long and -z are incompatible"
12243 #: builtin/commit.c:1171
12244 msgid "Using both --reset-author and --author does not make sense"
12247 #: builtin/commit.c:1180
12248 msgid "You have nothing to amend."
12251 #: builtin/commit.c:1183
12252 msgid "You are in the middle of a merge -- cannot amend."
12255 #: builtin/commit.c:1185
12256 msgid "You are in the middle of a cherry-pick -- cannot amend."
12259 #: builtin/commit.c:1187
12260 msgid "You are in the middle of a rebase -- cannot amend."
12263 #: builtin/commit.c:1190
12264 msgid "Options --squash and --fixup cannot be used together"
12267 #: builtin/commit.c:1200
12268 msgid "Only one of -c/-C/-F/--fixup can be used."
12271 #: builtin/commit.c:1202
12272 msgid "Option -m cannot be combined with -c/-C/-F."
12275 #: builtin/commit.c:1211
12276 msgid "--reset-author can be used only with -C, -c or --amend."
12279 #: builtin/commit.c:1229
12280 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
12283 #: builtin/commit.c:1235
12285 msgid "paths '%s ...' with -a does not make sense"
12288 #: builtin/commit.c:1366 builtin/commit.c:1527
12289 msgid "show status concisely"
12292 #: builtin/commit.c:1368 builtin/commit.c:1529
12293 msgid "show branch information"
12296 #: builtin/commit.c:1370
12297 msgid "show stash information"
12300 #: builtin/commit.c:1372 builtin/commit.c:1531
12301 msgid "compute full ahead/behind values"
12304 #: builtin/commit.c:1374
12308 #: builtin/commit.c:1374 builtin/commit.c:1533 builtin/push.c:539
12309 #: builtin/worktree.c:722
12310 msgid "machine-readable output"
12313 #: builtin/commit.c:1377 builtin/commit.c:1535
12314 msgid "show status in long format (default)"
12317 #: builtin/commit.c:1380 builtin/commit.c:1538
12318 msgid "terminate entries with NUL"
12321 #: builtin/commit.c:1382 builtin/commit.c:1386 builtin/commit.c:1541
12322 #: builtin/fast-export.c:1199 builtin/fast-export.c:1202
12323 #: builtin/fast-export.c:1205 builtin/rebase.c:1400 parse-options.h:336
12327 #: builtin/commit.c:1383 builtin/commit.c:1541
12328 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
12331 #: builtin/commit.c:1387
12333 "show ignored files, optional modes: traditional, matching, no. (Default: "
12337 #: builtin/commit.c:1389 parse-options.h:192
12341 #: builtin/commit.c:1390
12343 "ignore changes to submodules, optional when: all, dirty, untracked. "
12347 #: builtin/commit.c:1392
12348 msgid "list untracked files in columns"
12351 #: builtin/commit.c:1393
12352 msgid "do not detect renames"
12355 #: builtin/commit.c:1395
12356 msgid "detect renames, optionally set similarity index"
12359 #: builtin/commit.c:1415
12360 msgid "Unsupported combination of ignored and untracked-files arguments"
12363 #: builtin/commit.c:1497
12364 msgid "suppress summary after successful commit"
12367 #: builtin/commit.c:1498
12368 msgid "show diff in commit message template"
12371 #: builtin/commit.c:1500
12372 msgid "Commit message options"
12375 #: builtin/commit.c:1501 builtin/merge.c:276 builtin/tag.c:415
12376 msgid "read message from file"
12379 #: builtin/commit.c:1502
12383 #: builtin/commit.c:1502
12384 msgid "override author for commit"
12387 #: builtin/commit.c:1503 builtin/gc.c:539
12391 #: builtin/commit.c:1503
12392 msgid "override date for commit"
12395 #: builtin/commit.c:1505 builtin/commit.c:1506 builtin/commit.c:1507
12396 #: builtin/commit.c:1508 parse-options.h:328 ref-filter.h:87
12400 #: builtin/commit.c:1505
12401 msgid "reuse and edit message from specified commit"
12404 #: builtin/commit.c:1506
12405 msgid "reuse message from specified commit"
12408 #: builtin/commit.c:1507
12409 msgid "use autosquash formatted message to fixup specified commit"
12412 #: builtin/commit.c:1508
12413 msgid "use autosquash formatted message to squash specified commit"
12416 #: builtin/commit.c:1509
12417 msgid "the commit is authored by me now (used with -C/-c/--amend)"
12420 #: builtin/commit.c:1510 builtin/log.c:1741 builtin/merge.c:292
12421 #: builtin/pull.c:145 builtin/revert.c:110
12422 msgid "add Signed-off-by:"
12425 #: builtin/commit.c:1511
12426 msgid "use specified template file"
12429 #: builtin/commit.c:1512
12430 msgid "force edit of commit"
12433 #: builtin/commit.c:1514
12434 msgid "include status in commit message template"
12437 #: builtin/commit.c:1519
12438 msgid "Commit contents options"
12441 #: builtin/commit.c:1520
12442 msgid "commit all changed files"
12445 #: builtin/commit.c:1521
12446 msgid "add specified files to index for commit"
12449 #: builtin/commit.c:1522
12450 msgid "interactively add files"
12453 #: builtin/commit.c:1523
12454 msgid "interactively add changes"
12457 #: builtin/commit.c:1524
12458 msgid "commit only specified files"
12461 #: builtin/commit.c:1525
12462 msgid "bypass pre-commit and commit-msg hooks"
12465 #: builtin/commit.c:1526
12466 msgid "show what would be committed"
12469 #: builtin/commit.c:1539
12470 msgid "amend previous commit"
12473 #: builtin/commit.c:1540
12474 msgid "bypass post-rewrite hook"
12477 #: builtin/commit.c:1547
12478 msgid "ok to record an empty change"
12481 #: builtin/commit.c:1549
12482 msgid "ok to record a change with an empty message"
12485 #: builtin/commit.c:1622
12487 msgid "Corrupt MERGE_HEAD file (%s)"
12490 #: builtin/commit.c:1629
12491 msgid "could not read MERGE_MODE"
12494 #: builtin/commit.c:1650
12496 msgid "could not read commit message: %s"
12499 #: builtin/commit.c:1657
12501 msgid "Aborting commit due to empty commit message.\n"
12504 #: builtin/commit.c:1662
12506 msgid "Aborting commit; you did not edit the message.\n"
12509 #: builtin/commit.c:1696
12511 "repository has been updated, but unable to write\n"
12512 "new_index file. Check that disk is not full and quota is\n"
12513 "not exceeded, and then \"git restore --staged :/\" to recover."
12516 #: builtin/config.c:11
12517 msgid "git config [<options>]"
12520 #: builtin/config.c:107 builtin/env--helper.c:27
12522 msgid "unrecognized --type argument, %s"
12525 #: builtin/config.c:119
12526 msgid "only one type at a time"
12529 #: builtin/config.c:128
12530 msgid "Config file location"
12533 #: builtin/config.c:129
12534 msgid "use global config file"
12537 #: builtin/config.c:130
12538 msgid "use system config file"
12541 #: builtin/config.c:131
12542 msgid "use repository config file"
12545 #: builtin/config.c:132
12546 msgid "use per-worktree config file"
12549 #: builtin/config.c:133
12550 msgid "use given config file"
12553 #: builtin/config.c:134
12557 #: builtin/config.c:134
12558 msgid "read config from given blob object"
12561 #: builtin/config.c:135
12565 #: builtin/config.c:136
12566 msgid "get value: name [value-regex]"
12569 #: builtin/config.c:137
12570 msgid "get all values: key [value-regex]"
12573 #: builtin/config.c:138
12574 msgid "get values for regexp: name-regex [value-regex]"
12577 #: builtin/config.c:139
12578 msgid "get value specific for the URL: section[.var] URL"
12581 #: builtin/config.c:140
12582 msgid "replace all matching variables: name value [value_regex]"
12585 #: builtin/config.c:141
12586 msgid "add a new variable: name value"
12589 #: builtin/config.c:142
12590 msgid "remove a variable: name [value-regex]"
12593 #: builtin/config.c:143
12594 msgid "remove all matches: name [value-regex]"
12597 #: builtin/config.c:144
12598 msgid "rename section: old-name new-name"
12601 #: builtin/config.c:145
12602 msgid "remove a section: name"
12605 #: builtin/config.c:146
12609 #: builtin/config.c:147
12610 msgid "open an editor"
12613 #: builtin/config.c:148
12614 msgid "find the color configured: slot [default]"
12617 #: builtin/config.c:149
12618 msgid "find the color setting: slot [stdout-is-tty]"
12621 #: builtin/config.c:150
12625 #: builtin/config.c:151 builtin/env--helper.c:43
12626 msgid "value is given this type"
12629 #: builtin/config.c:152
12630 msgid "value is \"true\" or \"false\""
12633 #: builtin/config.c:153
12634 msgid "value is decimal number"
12637 #: builtin/config.c:154
12638 msgid "value is --bool or --int"
12641 #: builtin/config.c:155
12642 msgid "value is --bool or string"
12645 #: builtin/config.c:156
12646 msgid "value is a path (file or directory name)"
12649 #: builtin/config.c:157
12650 msgid "value is an expiry date"
12653 #: builtin/config.c:158
12657 #: builtin/config.c:159
12658 msgid "terminate values with NUL byte"
12661 #: builtin/config.c:160
12662 msgid "show variable names only"
12665 #: builtin/config.c:161
12666 msgid "respect include directives on lookup"
12669 #: builtin/config.c:162
12670 msgid "show origin of config (file, standard input, blob, command line)"
12673 #: builtin/config.c:163
12674 msgid "show scope of config (worktree, local, global, system, command)"
12677 #: builtin/config.c:164 builtin/env--helper.c:45
12681 #: builtin/config.c:164
12682 msgid "with --get, use default value when missing entry"
12685 #: builtin/config.c:178
12687 msgid "wrong number of arguments, should be %d"
12690 #: builtin/config.c:180
12692 msgid "wrong number of arguments, should be from %d to %d"
12695 #: builtin/config.c:334
12697 msgid "invalid key pattern: %s"
12700 #: builtin/config.c:370
12702 msgid "failed to format default config value: %s"
12705 #: builtin/config.c:434
12707 msgid "cannot parse color '%s'"
12710 #: builtin/config.c:476
12711 msgid "unable to parse default color value"
12714 #: builtin/config.c:529 builtin/config.c:789
12715 msgid "not in a git directory"
12718 #: builtin/config.c:532
12719 msgid "writing to stdin is not supported"
12722 #: builtin/config.c:535
12723 msgid "writing config blobs is not supported"
12726 #: builtin/config.c:620
12729 "# This is Git's per-user configuration file.\n"
12731 "# Please adapt and uncomment the following lines:\n"
12736 #: builtin/config.c:644
12737 msgid "only one config file at a time"
12740 #: builtin/config.c:650
12741 msgid "--local can only be used inside a git repository"
12744 #: builtin/config.c:652
12745 msgid "--blob can only be used inside a git repository"
12748 #: builtin/config.c:654
12749 msgid "--worktree can only be used inside a git repository"
12752 #: builtin/config.c:676
12753 msgid "$HOME not set"
12756 #: builtin/config.c:700
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:735
12764 msgid "--get-color and variable type are incoherent"
12767 #: builtin/config.c:740
12768 msgid "only one action at a time"
12771 #: builtin/config.c:753
12772 msgid "--name-only is only applicable to --list or --get-regexp"
12775 #: builtin/config.c:759
12777 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
12781 #: builtin/config.c:765
12782 msgid "--default is only applicable to --get"
12785 #: builtin/config.c:778
12787 msgid "unable to read config file '%s'"
12790 #: builtin/config.c:781
12791 msgid "error processing config file(s)"
12794 #: builtin/config.c:791
12795 msgid "editing stdin is not supported"
12798 #: builtin/config.c:793
12799 msgid "editing blobs is not supported"
12802 #: builtin/config.c:807
12804 msgid "cannot create configuration file %s"
12807 #: builtin/config.c:820
12810 "cannot overwrite multiple values with a single value\n"
12811 " Use a regexp, --add or --replace-all to change %s."
12814 #: builtin/config.c:894 builtin/config.c:905
12816 msgid "no such section: %s"
12819 #: builtin/count-objects.c:90
12820 msgid "git count-objects [-v] [-H | --human-readable]"
12823 #: builtin/count-objects.c:100
12824 msgid "print sizes in human readable format"
12827 #: builtin/credential-cache--daemon.c:226
12830 "The permissions on your socket directory are too loose; other\n"
12831 "users may be able to read your cached credentials. Consider running:\n"
12836 #: builtin/credential-cache--daemon.c:275
12837 msgid "print debugging messages to stderr"
12840 #: builtin/credential-cache--daemon.c:315
12841 msgid "credential-cache--daemon unavailable; no unix socket support"
12844 #: builtin/credential-cache.c:154
12845 msgid "credential-cache unavailable; no unix socket support"
12848 #: builtin/describe.c:26
12849 msgid "git describe [<options>] [<commit-ish>...]"
12852 #: builtin/describe.c:27
12853 msgid "git describe [<options>] --dirty"
12856 #: builtin/describe.c:63
12860 #: builtin/describe.c:63
12861 msgid "lightweight"
12864 #: builtin/describe.c:63
12868 #: builtin/describe.c:277
12870 msgid "annotated tag %s not available"
12873 #: builtin/describe.c:281
12875 msgid "tag '%s' is externally known as '%s'"
12878 #: builtin/describe.c:328
12880 msgid "no tag exactly matches '%s'"
12883 #: builtin/describe.c:330
12885 msgid "No exact match on refs or tags, searching to describe\n"
12888 #: builtin/describe.c:397
12890 msgid "finished search at %s\n"
12893 #: builtin/describe.c:424
12896 "No annotated tags can describe '%s'.\n"
12897 "However, there were unannotated tags: try --tags."
12900 #: builtin/describe.c:428
12903 "No tags can describe '%s'.\n"
12904 "Try --always, or create some tags."
12907 #: builtin/describe.c:458
12909 msgid "traversed %lu commits\n"
12912 #: builtin/describe.c:461
12915 "more than %i tags found; listed %i most recent\n"
12916 "gave up search at %s\n"
12919 #: builtin/describe.c:529
12921 msgid "describe %s\n"
12924 #: builtin/describe.c:532
12926 msgid "Not a valid object name %s"
12929 #: builtin/describe.c:540
12931 msgid "%s is neither a commit nor blob"
12934 #: builtin/describe.c:554
12935 msgid "find the tag that comes after the commit"
12938 #: builtin/describe.c:555
12939 msgid "debug search strategy on stderr"
12942 #: builtin/describe.c:556
12943 msgid "use any ref"
12946 #: builtin/describe.c:557
12947 msgid "use any tag, even unannotated"
12950 #: builtin/describe.c:558
12951 msgid "always use long format"
12954 #: builtin/describe.c:559
12955 msgid "only follow first parent"
12958 #: builtin/describe.c:562
12959 msgid "only output exact matches"
12962 #: builtin/describe.c:564
12963 msgid "consider <n> most recent tags (default: 10)"
12966 #: builtin/describe.c:566
12967 msgid "only consider tags matching <pattern>"
12970 #: builtin/describe.c:568
12971 msgid "do not consider tags matching <pattern>"
12974 #: builtin/describe.c:570 builtin/name-rev.c:535
12975 msgid "show abbreviated commit object as fallback"
12978 #: builtin/describe.c:571 builtin/describe.c:574
12982 #: builtin/describe.c:572
12983 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
12986 #: builtin/describe.c:575
12987 msgid "append <mark> on broken working tree (default: \"-broken\")"
12990 #: builtin/describe.c:593
12991 msgid "--long is incompatible with --abbrev=0"
12994 #: builtin/describe.c:622
12995 msgid "No names found, cannot describe anything."
12998 #: builtin/describe.c:673
12999 msgid "--dirty is incompatible with commit-ishes"
13002 #: builtin/describe.c:675
13003 msgid "--broken is incompatible with commit-ishes"
13006 #: builtin/diff.c:91
13008 msgid "'%s': not a regular file or symlink"
13011 #: builtin/diff.c:241
13013 msgid "invalid option: %s"
13016 #: builtin/diff.c:358
13018 msgid "%s...%s: no merge base"
13021 #: builtin/diff.c:468
13022 msgid "Not a git repository"
13025 #: builtin/diff.c:513
13027 msgid "invalid object '%s' given."
13030 #: builtin/diff.c:524
13032 msgid "more than two blobs given: '%s'"
13035 #: builtin/diff.c:529
13037 msgid "unhandled object '%s' given."
13040 #: builtin/diff.c:563
13042 msgid "%s...%s: multiple merge bases, using %s"
13045 #: builtin/difftool.c:30
13046 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
13049 #: builtin/difftool.c:260
13054 #: builtin/difftool.c:302
13056 msgid "could not read symlink %s"
13059 #: builtin/difftool.c:304
13061 msgid "could not read symlink file %s"
13064 #: builtin/difftool.c:312
13066 msgid "could not read object %s for symlink %s"
13069 #: builtin/difftool.c:413
13071 "combined diff formats('-c' and '--cc') are not supported in\n"
13072 "directory diff mode('-d' and '--dir-diff')."
13075 #: builtin/difftool.c:634
13077 msgid "both files modified: '%s' and '%s'."
13080 #: builtin/difftool.c:636
13081 msgid "working tree file has been left."
13084 #: builtin/difftool.c:647
13086 msgid "temporary files exist in '%s'."
13089 #: builtin/difftool.c:648
13090 msgid "you may want to cleanup or recover these."
13093 #: builtin/difftool.c:697
13094 msgid "use `diff.guitool` instead of `diff.tool`"
13097 #: builtin/difftool.c:699
13098 msgid "perform a full-directory diff"
13101 #: builtin/difftool.c:701
13102 msgid "do not prompt before launching a diff tool"
13105 #: builtin/difftool.c:706
13106 msgid "use symlinks in dir-diff mode"
13109 #: builtin/difftool.c:707
13113 #: builtin/difftool.c:708
13114 msgid "use the specified diff tool"
13117 #: builtin/difftool.c:710
13118 msgid "print a list of diff tools that may be used with `--tool`"
13121 #: builtin/difftool.c:713
13123 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
13127 #: builtin/difftool.c:716
13128 msgid "specify a custom command for viewing diffs"
13131 #: builtin/difftool.c:717
13132 msgid "passed to `diff`"
13135 #: builtin/difftool.c:732
13136 msgid "difftool requires worktree or --no-index"
13139 #: builtin/difftool.c:739
13140 msgid "--dir-diff is incompatible with --no-index"
13143 #: builtin/difftool.c:742
13144 msgid "--gui, --tool and --extcmd are mutually exclusive"
13147 #: builtin/difftool.c:750
13148 msgid "no <tool> given for --tool=<tool>"
13151 #: builtin/difftool.c:757
13152 msgid "no <cmd> given for --extcmd=<cmd>"
13155 #: builtin/env--helper.c:6
13156 msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
13159 #: builtin/env--helper.c:42 builtin/hash-object.c:98
13163 #: builtin/env--helper.c:46
13164 msgid "default for git_env_*(...) to fall back on"
13167 #: builtin/env--helper.c:48
13168 msgid "be quiet only use git_env_*() value as exit code"
13171 #: builtin/env--helper.c:67
13173 msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
13176 #: builtin/env--helper.c:82
13179 "option `--default' expects an unsigned long value with `--type=ulong`, not `"
13183 #: builtin/fast-export.c:29
13184 msgid "git fast-export [rev-list-opts]"
13187 #: builtin/fast-export.c:868
13188 msgid "Error: Cannot export nested tags unless --mark-tags is specified."
13191 #: builtin/fast-export.c:1178
13192 msgid "--anonymize-map token cannot be empty"
13195 #: builtin/fast-export.c:1198
13196 msgid "show progress after <n> objects"
13199 #: builtin/fast-export.c:1200
13200 msgid "select handling of signed tags"
13203 #: builtin/fast-export.c:1203
13204 msgid "select handling of tags that tag filtered objects"
13207 #: builtin/fast-export.c:1206
13208 msgid "select handling of commit messages in an alternate encoding"
13211 #: builtin/fast-export.c:1209
13212 msgid "Dump marks to this file"
13215 #: builtin/fast-export.c:1211
13216 msgid "Import marks from this file"
13219 #: builtin/fast-export.c:1215
13220 msgid "Import marks from this file if it exists"
13223 #: builtin/fast-export.c:1217
13224 msgid "Fake a tagger when tags lack one"
13227 #: builtin/fast-export.c:1219
13228 msgid "Output full tree for each commit"
13231 #: builtin/fast-export.c:1221
13232 msgid "Use the done feature to terminate the stream"
13235 #: builtin/fast-export.c:1222
13236 msgid "Skip output of blob data"
13239 #: builtin/fast-export.c:1223 builtin/log.c:1811
13243 #: builtin/fast-export.c:1224
13244 msgid "Apply refspec to exported refs"
13247 #: builtin/fast-export.c:1225
13248 msgid "anonymize output"
13251 #: builtin/fast-export.c:1226
13255 #: builtin/fast-export.c:1227
13256 msgid "convert <from> to <to> in anonymized output"
13259 #: builtin/fast-export.c:1230
13260 msgid "Reference parents which are not in fast-export stream by object id"
13263 #: builtin/fast-export.c:1232
13264 msgid "Show original object ids of blobs/commits"
13267 #: builtin/fast-export.c:1234
13268 msgid "Label tags with mark ids"
13271 #: builtin/fast-export.c:1257
13272 msgid "--anonymize-map without --anonymize does not make sense"
13275 #: builtin/fast-export.c:1272
13276 msgid "Cannot pass both --import-marks and --import-marks-if-exists"
13279 #: builtin/fast-import.c:3086
13281 msgid "Missing from marks for submodule '%s'"
13284 #: builtin/fast-import.c:3088
13286 msgid "Missing to marks for submodule '%s'"
13289 #: builtin/fast-import.c:3223
13291 msgid "Expected 'mark' command, got %s"
13294 #: builtin/fast-import.c:3228
13296 msgid "Expected 'to' command, got %s"
13299 #: builtin/fast-import.c:3320
13300 msgid "Expected format name:filename for submodule rewrite option"
13303 #: builtin/fast-import.c:3374
13305 msgid "feature '%s' forbidden in input without --allow-unsafe-features"
13308 #: builtin/fetch-pack.c:241
13310 msgid "Lockfile created but not reported: %s"
13313 #: builtin/fetch.c:35
13314 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
13317 #: builtin/fetch.c:36
13318 msgid "git fetch [<options>] <group>"
13321 #: builtin/fetch.c:37
13322 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
13325 #: builtin/fetch.c:38
13326 msgid "git fetch --all [<options>]"
13329 #: builtin/fetch.c:119
13330 msgid "fetch.parallel cannot be negative"
13333 #: builtin/fetch.c:142 builtin/pull.c:185
13334 msgid "fetch from all remotes"
13337 #: builtin/fetch.c:144 builtin/pull.c:245
13338 msgid "set upstream for git pull/fetch"
13341 #: builtin/fetch.c:146 builtin/pull.c:188
13342 msgid "append to .git/FETCH_HEAD instead of overwriting"
13345 #: builtin/fetch.c:148 builtin/pull.c:191
13346 msgid "path to upload pack on remote end"
13349 #: builtin/fetch.c:149
13350 msgid "force overwrite of local reference"
13353 #: builtin/fetch.c:151
13354 msgid "fetch from multiple remotes"
13357 #: builtin/fetch.c:153 builtin/pull.c:195
13358 msgid "fetch all tags and associated objects"
13361 #: builtin/fetch.c:155
13362 msgid "do not fetch all tags (--no-tags)"
13365 #: builtin/fetch.c:157
13366 msgid "number of submodules fetched in parallel"
13369 #: builtin/fetch.c:159 builtin/pull.c:198
13370 msgid "prune remote-tracking branches no longer on remote"
13373 #: builtin/fetch.c:161
13374 msgid "prune local tags no longer on remote and clobber changed tags"
13377 #: builtin/fetch.c:162 builtin/fetch.c:187 builtin/pull.c:122
13381 #: builtin/fetch.c:163
13382 msgid "control recursive fetching of submodules"
13385 #: builtin/fetch.c:168
13386 msgid "write fetched references to the FETCH_HEAD file"
13389 #: builtin/fetch.c:169 builtin/pull.c:206
13390 msgid "keep downloaded pack"
13393 #: builtin/fetch.c:171
13394 msgid "allow updating of HEAD ref"
13397 #: builtin/fetch.c:174 builtin/fetch.c:180 builtin/pull.c:209
13398 #: builtin/pull.c:218
13399 msgid "deepen history of shallow clone"
13402 #: builtin/fetch.c:176 builtin/pull.c:212
13403 msgid "deepen history of shallow repository based on time"
13406 #: builtin/fetch.c:182 builtin/pull.c:221
13407 msgid "convert to a complete repository"
13410 #: builtin/fetch.c:185
13411 msgid "prepend this to submodule path output"
13414 #: builtin/fetch.c:188
13416 "default for recursive fetching of submodules (lower priority than config "
13420 #: builtin/fetch.c:192 builtin/pull.c:224
13421 msgid "accept refs that update .git/shallow"
13424 #: builtin/fetch.c:193 builtin/pull.c:226
13428 #: builtin/fetch.c:194 builtin/pull.c:227
13429 msgid "specify fetch refmap"
13432 #: builtin/fetch.c:201 builtin/pull.c:240
13433 msgid "report that we have only objects reachable from this object"
13436 #: builtin/fetch.c:204 builtin/fetch.c:206
13437 msgid "run 'maintenance --auto' after fetching"
13440 #: builtin/fetch.c:208 builtin/pull.c:243
13441 msgid "check for forced-updates on all updated branches"
13444 #: builtin/fetch.c:210
13445 msgid "write the commit-graph after fetching"
13448 #: builtin/fetch.c:212
13449 msgid "accept refspecs from stdin"
13452 #: builtin/fetch.c:523
13453 msgid "Couldn't find remote ref HEAD"
13456 #: builtin/fetch.c:677
13458 msgid "configuration fetch.output contains invalid value %s"
13461 #: builtin/fetch.c:775
13463 msgid "object %s not found"
13466 #: builtin/fetch.c:779
13467 msgid "[up to date]"
13470 #: builtin/fetch.c:792 builtin/fetch.c:808 builtin/fetch.c:880
13474 #: builtin/fetch.c:793
13475 msgid "can't fetch in current branch"
13478 #: builtin/fetch.c:803
13479 msgid "[tag update]"
13482 #: builtin/fetch.c:804 builtin/fetch.c:841 builtin/fetch.c:863
13483 #: builtin/fetch.c:875
13484 msgid "unable to update local ref"
13487 #: builtin/fetch.c:808
13488 msgid "would clobber existing tag"
13491 #: builtin/fetch.c:830
13495 #: builtin/fetch.c:833
13496 msgid "[new branch]"
13499 #: builtin/fetch.c:836
13503 #: builtin/fetch.c:875
13504 msgid "forced update"
13507 #: builtin/fetch.c:880
13508 msgid "non-fast-forward"
13511 #: builtin/fetch.c:901
13513 "Fetch normally indicates which branches had a forced update,\n"
13514 "but that check has been disabled. To re-enable, use '--show-forced-updates'\n"
13515 "flag or run 'git config fetch.showForcedUpdates true'."
13518 #: builtin/fetch.c:905
13521 "It took %.2f seconds to check forced updates. You can use\n"
13522 "'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
13524 " to avoid this check.\n"
13527 #: builtin/fetch.c:939
13529 msgid "%s did not send all necessary objects\n"
13532 #: builtin/fetch.c:960
13534 msgid "reject %s because shallow roots are not allowed to be updated"
13537 #: builtin/fetch.c:1053 builtin/fetch.c:1191
13539 msgid "From %.*s\n"
13542 #: builtin/fetch.c:1064
13545 "some local refs could not be updated; try running\n"
13546 " 'git remote prune %s' to remove any old, conflicting branches"
13549 #: builtin/fetch.c:1161
13551 msgid " (%s will become dangling)"
13554 #: builtin/fetch.c:1162
13556 msgid " (%s has become dangling)"
13559 #: builtin/fetch.c:1194
13563 #: builtin/fetch.c:1195 builtin/remote.c:1113
13567 #: builtin/fetch.c:1218
13569 msgid "Refusing to fetch into current branch %s of non-bare repository"
13572 #: builtin/fetch.c:1237
13574 msgid "Option \"%s\" value \"%s\" is not valid for %s"
13577 #: builtin/fetch.c:1240
13579 msgid "Option \"%s\" is ignored for %s\n"
13582 #: builtin/fetch.c:1448
13583 msgid "multiple branches detected, incompatible with --set-upstream"
13586 #: builtin/fetch.c:1463
13587 msgid "not setting upstream for a remote remote-tracking branch"
13590 #: builtin/fetch.c:1465
13591 msgid "not setting upstream for a remote tag"
13594 #: builtin/fetch.c:1467
13595 msgid "unknown branch type"
13598 #: builtin/fetch.c:1469
13600 "no source branch found.\n"
13601 "you need to specify exactly one branch with the --set-upstream option."
13604 #: builtin/fetch.c:1598 builtin/fetch.c:1661
13606 msgid "Fetching %s\n"
13609 #: builtin/fetch.c:1608 builtin/fetch.c:1663 builtin/remote.c:101
13611 msgid "Could not fetch %s"
13614 #: builtin/fetch.c:1620
13616 msgid "could not fetch '%s' (exit code: %d)\n"
13619 #: builtin/fetch.c:1724
13621 "No remote repository specified. Please, specify either a URL or a\n"
13622 "remote name from which new revisions should be fetched."
13625 #: builtin/fetch.c:1760
13626 msgid "You need to specify a tag name."
13629 #: builtin/fetch.c:1825
13630 msgid "Negative depth in --deepen is not supported"
13633 #: builtin/fetch.c:1827
13634 msgid "--deepen and --depth are mutually exclusive"
13637 #: builtin/fetch.c:1832
13638 msgid "--depth and --unshallow cannot be used together"
13641 #: builtin/fetch.c:1834
13642 msgid "--unshallow on a complete repository does not make sense"
13645 #: builtin/fetch.c:1851
13646 msgid "fetch --all does not take a repository argument"
13649 #: builtin/fetch.c:1853
13650 msgid "fetch --all does not make sense with refspecs"
13653 #: builtin/fetch.c:1862
13655 msgid "No such remote or remote group: %s"
13658 #: builtin/fetch.c:1869
13659 msgid "Fetching a group and specifying refspecs does not make sense"
13662 #: builtin/fetch.c:1887
13664 "--filter can only be used with the remote configured in extensions."
13668 #: builtin/fetch.c:1891
13669 msgid "--stdin can only be used when fetching from one remote"
13672 #: builtin/fmt-merge-msg.c:7
13674 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
13677 #: builtin/fmt-merge-msg.c:18
13678 msgid "populate log with at most <n> entries from shortlog"
13681 #: builtin/fmt-merge-msg.c:21
13682 msgid "alias for --log (deprecated)"
13685 #: builtin/fmt-merge-msg.c:24
13689 #: builtin/fmt-merge-msg.c:25
13690 msgid "use <text> as start of message"
13693 #: builtin/fmt-merge-msg.c:26
13694 msgid "file to read from"
13697 #: builtin/for-each-ref.c:10
13698 msgid "git for-each-ref [<options>] [<pattern>]"
13701 #: builtin/for-each-ref.c:11
13702 msgid "git for-each-ref [--points-at <object>]"
13705 #: builtin/for-each-ref.c:12
13706 msgid "git for-each-ref [--merged [<commit>]] [--no-merged [<commit>]]"
13709 #: builtin/for-each-ref.c:13
13710 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
13713 #: builtin/for-each-ref.c:28
13714 msgid "quote placeholders suitably for shells"
13717 #: builtin/for-each-ref.c:30
13718 msgid "quote placeholders suitably for perl"
13721 #: builtin/for-each-ref.c:32
13722 msgid "quote placeholders suitably for python"
13725 #: builtin/for-each-ref.c:34
13726 msgid "quote placeholders suitably for Tcl"
13729 #: builtin/for-each-ref.c:37
13730 msgid "show only <n> matched refs"
13733 #: builtin/for-each-ref.c:39 builtin/tag.c:440
13734 msgid "respect format colors"
13737 #: builtin/for-each-ref.c:42
13738 msgid "print only refs which points at the given object"
13741 #: builtin/for-each-ref.c:44
13742 msgid "print only refs that are merged"
13745 #: builtin/for-each-ref.c:45
13746 msgid "print only refs that are not merged"
13749 #: builtin/for-each-ref.c:46
13750 msgid "print only refs which contain the commit"
13753 #: builtin/for-each-ref.c:47
13754 msgid "print only refs which don't contain the commit"
13757 #: builtin/fsck.c:69 builtin/fsck.c:148 builtin/fsck.c:149
13761 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
13762 #: builtin/fsck.c:101 builtin/fsck.c:121
13764 msgid "error in %s %s: %s"
13767 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
13768 #: builtin/fsck.c:115
13770 msgid "warning in %s %s: %s"
13773 #: builtin/fsck.c:144 builtin/fsck.c:147
13775 msgid "broken link from %7s %s"
13778 #: builtin/fsck.c:156
13779 msgid "wrong object type in link"
13782 #: builtin/fsck.c:172
13785 "broken link from %7s %s\n"
13789 #: builtin/fsck.c:283
13791 msgid "missing %s %s"
13794 #: builtin/fsck.c:310
13796 msgid "unreachable %s %s"
13799 #: builtin/fsck.c:330
13801 msgid "dangling %s %s"
13804 #: builtin/fsck.c:340
13805 msgid "could not create lost-found"
13808 #: builtin/fsck.c:351
13810 msgid "could not finish '%s'"
13813 #: builtin/fsck.c:368
13815 msgid "Checking %s"
13818 #: builtin/fsck.c:406
13820 msgid "Checking connectivity (%d objects)"
13823 #: builtin/fsck.c:425
13825 msgid "Checking %s %s"
13828 #: builtin/fsck.c:430
13829 msgid "broken links"
13832 #: builtin/fsck.c:439
13837 #: builtin/fsck.c:447
13839 msgid "tagged %s %s (%s) in %s"
13842 #: builtin/fsck.c:476
13844 msgid "%s: object corrupt or missing"
13847 #: builtin/fsck.c:501
13849 msgid "%s: invalid reflog entry %s"
13852 #: builtin/fsck.c:515
13854 msgid "Checking reflog %s->%s"
13857 #: builtin/fsck.c:549
13859 msgid "%s: invalid sha1 pointer %s"
13862 #: builtin/fsck.c:556
13864 msgid "%s: not a commit"
13867 #: builtin/fsck.c:610
13868 msgid "notice: No default references"
13871 #: builtin/fsck.c:625
13873 msgid "%s: object corrupt or missing: %s"
13876 #: builtin/fsck.c:638
13878 msgid "%s: object could not be parsed: %s"
13881 #: builtin/fsck.c:658
13883 msgid "bad sha1 file: %s"
13886 #: builtin/fsck.c:673
13887 msgid "Checking object directory"
13890 #: builtin/fsck.c:676
13891 msgid "Checking object directories"
13894 #: builtin/fsck.c:691
13896 msgid "Checking %s link"
13899 #: builtin/fsck.c:696 builtin/index-pack.c:865
13904 #: builtin/fsck.c:703
13906 msgid "%s points to something strange (%s)"
13909 #: builtin/fsck.c:709
13911 msgid "%s: detached HEAD points at nothing"
13914 #: builtin/fsck.c:713
13916 msgid "notice: %s points to an unborn branch (%s)"
13919 #: builtin/fsck.c:725
13920 msgid "Checking cache tree"
13923 #: builtin/fsck.c:730
13925 msgid "%s: invalid sha1 pointer in cache-tree"
13928 #: builtin/fsck.c:739
13929 msgid "non-tree in cache-tree"
13932 #: builtin/fsck.c:770
13933 msgid "git fsck [<options>] [<object>...]"
13936 #: builtin/fsck.c:776
13937 msgid "show unreachable objects"
13940 #: builtin/fsck.c:777
13941 msgid "show dangling objects"
13944 #: builtin/fsck.c:778
13945 msgid "report tags"
13948 #: builtin/fsck.c:779
13949 msgid "report root nodes"
13952 #: builtin/fsck.c:780
13953 msgid "make index objects head nodes"
13956 #: builtin/fsck.c:781
13957 msgid "make reflogs head nodes (default)"
13960 #: builtin/fsck.c:782
13961 msgid "also consider packs and alternate objects"
13964 #: builtin/fsck.c:783
13965 msgid "check only connectivity"
13968 #: builtin/fsck.c:784
13969 msgid "enable more strict checking"
13972 #: builtin/fsck.c:786
13973 msgid "write dangling objects in .git/lost-found"
13976 #: builtin/fsck.c:787 builtin/prune.c:134
13977 msgid "show progress"
13980 #: builtin/fsck.c:788
13981 msgid "show verbose names for reachable objects"
13984 #: builtin/fsck.c:847 builtin/index-pack.c:261
13985 msgid "Checking objects"
13988 #: builtin/fsck.c:875
13990 msgid "%s: object missing"
13993 #: builtin/fsck.c:886
13995 msgid "invalid parameter: expected sha1, got '%s'"
13999 msgid "git gc [<options>]"
14004 msgid "Failed to fstat %s: %s"
14007 #: builtin/gc.c:127
14009 msgid "failed to parse '%s' value '%s'"
14012 #: builtin/gc.c:476 builtin/init-db.c:58
14014 msgid "cannot stat '%s'"
14017 #: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:530
14019 msgid "cannot read '%s'"
14022 #: builtin/gc.c:492
14025 "The last gc run reported the following. Please correct the root cause\n"
14027 "Automatic cleanup will not be performed until the file is removed.\n"
14032 #: builtin/gc.c:540
14033 msgid "prune unreferenced objects"
14036 #: builtin/gc.c:542
14037 msgid "be more thorough (increased runtime)"
14040 #: builtin/gc.c:543
14041 msgid "enable auto-gc mode"
14044 #: builtin/gc.c:546
14045 msgid "force running gc even if there may be another gc running"
14048 #: builtin/gc.c:549
14049 msgid "repack all other packs except the largest pack"
14052 #: builtin/gc.c:566
14054 msgid "failed to parse gc.logexpiry value %s"
14057 #: builtin/gc.c:577
14059 msgid "failed to parse prune expiry value %s"
14062 #: builtin/gc.c:597
14064 msgid "Auto packing the repository in background for optimum performance.\n"
14067 #: builtin/gc.c:599
14069 msgid "Auto packing the repository for optimum performance.\n"
14072 #: builtin/gc.c:600
14074 msgid "See \"git help gc\" for manual housekeeping.\n"
14077 #: builtin/gc.c:640
14080 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
14083 #: builtin/gc.c:695
14085 "There are too many unreachable loose objects; run 'git prune' to remove them."
14088 #: builtin/gc.c:705
14089 msgid "git maintenance run [--auto] [--[no-]quiet] [--task=<task>]"
14092 #: builtin/gc.c:812
14093 msgid "failed to write commit-graph"
14096 #: builtin/gc.c:905
14098 msgid "lock file '%s' exists, skipping maintenance"
14101 #: builtin/gc.c:932
14103 msgid "task '%s' failed"
14106 #: builtin/gc.c:979
14108 msgid "'%s' is not a valid task"
14111 #: builtin/gc.c:984
14113 msgid "task '%s' cannot be selected multiple times"
14116 #: builtin/gc.c:999
14117 msgid "run tasks based on the state of the repository"
14120 #: builtin/gc.c:1001
14121 msgid "do not report progress or other information over stderr"
14124 #: builtin/gc.c:1002
14128 #: builtin/gc.c:1003
14129 msgid "run a specific task"
14132 #: builtin/gc.c:1026
14133 msgid "git maintenance run [<options>]"
14136 #: builtin/gc.c:1037
14138 msgid "invalid subcommand: %s"
14141 #: builtin/grep.c:30
14142 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
14145 #: builtin/grep.c:225
14147 msgid "grep: failed to create thread: %s"
14150 #: builtin/grep.c:279
14152 msgid "invalid number of threads specified (%d) for %s"
14155 #. TRANSLATORS: %s is the configuration
14156 #. variable for tweaking threads, currently
14159 #: builtin/grep.c:287 builtin/index-pack.c:1576 builtin/index-pack.c:1766
14160 #: builtin/pack-objects.c:2936
14162 msgid "no threads support, ignoring %s"
14165 #: builtin/grep.c:475 builtin/grep.c:600 builtin/grep.c:640
14167 msgid "unable to read tree (%s)"
14170 #: builtin/grep.c:655
14172 msgid "unable to grep from object of type %s"
14175 #: builtin/grep.c:725
14177 msgid "switch `%c' expects a numerical value"
14180 #: builtin/grep.c:824
14181 msgid "search in index instead of in the work tree"
14184 #: builtin/grep.c:826
14185 msgid "find in contents not managed by git"
14188 #: builtin/grep.c:828
14189 msgid "search in both tracked and untracked files"
14192 #: builtin/grep.c:830
14193 msgid "ignore files specified via '.gitignore'"
14196 #: builtin/grep.c:832
14197 msgid "recursively search in each submodule"
14200 #: builtin/grep.c:835
14201 msgid "show non-matching lines"
14204 #: builtin/grep.c:837
14205 msgid "case insensitive matching"
14208 #: builtin/grep.c:839
14209 msgid "match patterns only at word boundaries"
14212 #: builtin/grep.c:841
14213 msgid "process binary files as text"
14216 #: builtin/grep.c:843
14217 msgid "don't match patterns in binary files"
14220 #: builtin/grep.c:846
14221 msgid "process binary files with textconv filters"
14224 #: builtin/grep.c:848
14225 msgid "search in subdirectories (default)"
14228 #: builtin/grep.c:850
14229 msgid "descend at most <depth> levels"
14232 #: builtin/grep.c:854
14233 msgid "use extended POSIX regular expressions"
14236 #: builtin/grep.c:857
14237 msgid "use basic POSIX regular expressions (default)"
14240 #: builtin/grep.c:860
14241 msgid "interpret patterns as fixed strings"
14244 #: builtin/grep.c:863
14245 msgid "use Perl-compatible regular expressions"
14248 #: builtin/grep.c:866
14249 msgid "show line numbers"
14252 #: builtin/grep.c:867
14253 msgid "show column number of first match"
14256 #: builtin/grep.c:868
14257 msgid "don't show filenames"
14260 #: builtin/grep.c:869
14261 msgid "show filenames"
14264 #: builtin/grep.c:871
14265 msgid "show filenames relative to top directory"
14268 #: builtin/grep.c:873
14269 msgid "show only filenames instead of matching lines"
14272 #: builtin/grep.c:875
14273 msgid "synonym for --files-with-matches"
14276 #: builtin/grep.c:878
14277 msgid "show only the names of files without match"
14280 #: builtin/grep.c:880
14281 msgid "print NUL after filenames"
14284 #: builtin/grep.c:883
14285 msgid "show only matching parts of a line"
14288 #: builtin/grep.c:885
14289 msgid "show the number of matches instead of matching lines"
14292 #: builtin/grep.c:886
14293 msgid "highlight matches"
14296 #: builtin/grep.c:888
14297 msgid "print empty line between matches from different files"
14300 #: builtin/grep.c:890
14301 msgid "show filename only once above matches from same file"
14304 #: builtin/grep.c:893
14305 msgid "show <n> context lines before and after matches"
14308 #: builtin/grep.c:896
14309 msgid "show <n> context lines before matches"
14312 #: builtin/grep.c:898
14313 msgid "show <n> context lines after matches"
14316 #: builtin/grep.c:900
14317 msgid "use <n> worker threads"
14320 #: builtin/grep.c:901
14321 msgid "shortcut for -C NUM"
14324 #: builtin/grep.c:904
14325 msgid "show a line with the function name before matches"
14328 #: builtin/grep.c:906
14329 msgid "show the surrounding function"
14332 #: builtin/grep.c:909
14333 msgid "read patterns from file"
14336 #: builtin/grep.c:911
14337 msgid "match <pattern>"
14340 #: builtin/grep.c:913
14341 msgid "combine patterns specified with -e"
14344 #: builtin/grep.c:925
14345 msgid "indicate hit with exit status without output"
14348 #: builtin/grep.c:927
14349 msgid "show only matches from files that match all patterns"
14352 #: builtin/grep.c:929
14353 msgid "show parse tree for grep expression"
14356 #: builtin/grep.c:933
14360 #: builtin/grep.c:933
14361 msgid "show matching files in the pager"
14364 #: builtin/grep.c:937
14365 msgid "allow calling of grep(1) (ignored by this build)"
14368 #: builtin/grep.c:1004
14369 msgid "no pattern given"
14372 #: builtin/grep.c:1040
14373 msgid "--no-index or --untracked cannot be used with revs"
14376 #: builtin/grep.c:1048
14378 msgid "unable to resolve revision: %s"
14381 #: builtin/grep.c:1078
14382 msgid "--untracked not supported with --recurse-submodules"
14385 #: builtin/grep.c:1082
14386 msgid "invalid option combination, ignoring --threads"
14389 #: builtin/grep.c:1085 builtin/pack-objects.c:3655
14390 msgid "no threads support, ignoring --threads"
14393 #: builtin/grep.c:1088 builtin/index-pack.c:1573 builtin/pack-objects.c:2933
14395 msgid "invalid number of threads specified (%d)"
14398 #: builtin/grep.c:1122
14399 msgid "--open-files-in-pager only works on the worktree"
14402 #: builtin/grep.c:1148
14403 msgid "--cached or --untracked cannot be used with --no-index"
14406 #: builtin/grep.c:1154
14407 msgid "--[no-]exclude-standard cannot be used for tracked contents"
14410 #: builtin/grep.c:1162
14411 msgid "both --cached and trees are given"
14414 #: builtin/hash-object.c:85
14416 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
14420 #: builtin/hash-object.c:86
14421 msgid "git hash-object --stdin-paths"
14424 #: builtin/hash-object.c:98
14425 msgid "object type"
14428 #: builtin/hash-object.c:99
14429 msgid "write the object into the object database"
14432 #: builtin/hash-object.c:101
14433 msgid "read the object from stdin"
14436 #: builtin/hash-object.c:103
14437 msgid "store file as is without filters"
14440 #: builtin/hash-object.c:104
14442 "just hash any random garbage to create corrupt objects for debugging Git"
14445 #: builtin/hash-object.c:105
14446 msgid "process file as it were from this path"
14449 #: builtin/help.c:47
14450 msgid "print all available commands"
14453 #: builtin/help.c:48
14454 msgid "exclude guides"
14457 #: builtin/help.c:49
14458 msgid "print list of useful guides"
14461 #: builtin/help.c:50
14462 msgid "print all configuration variable names"
14465 #: builtin/help.c:52
14466 msgid "show man page"
14469 #: builtin/help.c:53
14470 msgid "show manual in web browser"
14473 #: builtin/help.c:55
14474 msgid "show info page"
14477 #: builtin/help.c:57
14478 msgid "print command description"
14481 #: builtin/help.c:62
14482 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
14485 #: builtin/help.c:163
14487 msgid "unrecognized help format '%s'"
14490 #: builtin/help.c:190
14491 msgid "Failed to start emacsclient."
14494 #: builtin/help.c:203
14495 msgid "Failed to parse emacsclient version."
14498 #: builtin/help.c:211
14500 msgid "emacsclient version '%d' too old (< 22)."
14503 #: builtin/help.c:229 builtin/help.c:251 builtin/help.c:261 builtin/help.c:269
14505 msgid "failed to exec '%s'"
14508 #: builtin/help.c:307
14511 "'%s': path for unsupported man viewer.\n"
14512 "Please consider using 'man.<tool>.cmd' instead."
14515 #: builtin/help.c:319
14518 "'%s': cmd for supported man viewer.\n"
14519 "Please consider using 'man.<tool>.path' instead."
14522 #: builtin/help.c:436
14524 msgid "'%s': unknown man viewer."
14527 #: builtin/help.c:453
14528 msgid "no man viewer handled the request"
14531 #: builtin/help.c:461
14532 msgid "no info viewer handled the request"
14535 #: builtin/help.c:520 builtin/help.c:531 git.c:337
14537 msgid "'%s' is aliased to '%s'"
14540 #: builtin/help.c:534 git.c:369
14542 msgid "bad alias.%s string: %s"
14545 #: builtin/help.c:563 builtin/help.c:593
14547 msgid "usage: %s%s"
14550 #: builtin/help.c:577
14551 msgid "'git help config' for more information"
14554 #: builtin/index-pack.c:221
14556 msgid "object type mismatch at %s"
14559 #: builtin/index-pack.c:241
14561 msgid "did not receive expected object %s"
14564 #: builtin/index-pack.c:244
14566 msgid "object %s: expected type %s, found %s"
14569 #: builtin/index-pack.c:294
14571 msgid "cannot fill %d byte"
14572 msgid_plural "cannot fill %d bytes"
14576 #: builtin/index-pack.c:304
14580 #: builtin/index-pack.c:305
14581 msgid "read error on input"
14584 #: builtin/index-pack.c:317
14585 msgid "used more bytes than were available"
14588 #: builtin/index-pack.c:324 builtin/pack-objects.c:619
14589 msgid "pack too large for current definition of off_t"
14592 #: builtin/index-pack.c:327 builtin/unpack-objects.c:95
14593 msgid "pack exceeds maximum allowed size"
14596 #: builtin/index-pack.c:342 builtin/repack.c:254
14598 msgid "unable to create '%s'"
14601 #: builtin/index-pack.c:348
14603 msgid "cannot open packfile '%s'"
14606 #: builtin/index-pack.c:362
14607 msgid "pack signature mismatch"
14610 #: builtin/index-pack.c:364
14612 msgid "pack version %<PRIu32> unsupported"
14615 #: builtin/index-pack.c:382
14617 msgid "pack has bad object at offset %<PRIuMAX>: %s"
14620 #: builtin/index-pack.c:488
14622 msgid "inflate returned %d"
14625 #: builtin/index-pack.c:537
14626 msgid "offset value overflow for delta base object"
14629 #: builtin/index-pack.c:545
14630 msgid "delta base offset is out of bound"
14633 #: builtin/index-pack.c:553
14635 msgid "unknown object type %d"
14638 #: builtin/index-pack.c:584
14639 msgid "cannot pread pack file"
14642 #: builtin/index-pack.c:586
14644 msgid "premature end of pack file, %<PRIuMAX> byte missing"
14645 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
14649 #: builtin/index-pack.c:612
14650 msgid "serious inflate inconsistency"
14653 #: builtin/index-pack.c:757 builtin/index-pack.c:763 builtin/index-pack.c:787
14654 #: builtin/index-pack.c:826 builtin/index-pack.c:835
14656 msgid "SHA1 COLLISION FOUND WITH %s !"
14659 #: builtin/index-pack.c:760 builtin/pack-objects.c:171
14660 #: builtin/pack-objects.c:231 builtin/pack-objects.c:326
14662 msgid "unable to read %s"
14665 #: builtin/index-pack.c:824
14667 msgid "cannot read existing object info %s"
14670 #: builtin/index-pack.c:832
14672 msgid "cannot read existing object %s"
14675 #: builtin/index-pack.c:846
14677 msgid "invalid blob object %s"
14680 #: builtin/index-pack.c:849 builtin/index-pack.c:868
14681 msgid "fsck error in packed object"
14684 #: builtin/index-pack.c:870
14686 msgid "Not all child objects of %s are reachable"
14689 #: builtin/index-pack.c:931 builtin/index-pack.c:978
14690 msgid "failed to apply delta"
14693 #: builtin/index-pack.c:1161
14694 msgid "Receiving objects"
14697 #: builtin/index-pack.c:1161
14698 msgid "Indexing objects"
14701 #: builtin/index-pack.c:1195
14702 msgid "pack is corrupted (SHA1 mismatch)"
14705 #: builtin/index-pack.c:1200
14706 msgid "cannot fstat packfile"
14709 #: builtin/index-pack.c:1203
14710 msgid "pack has junk at the end"
14713 #: builtin/index-pack.c:1215
14714 msgid "confusion beyond insanity in parse_pack_objects()"
14717 #: builtin/index-pack.c:1238
14718 msgid "Resolving deltas"
14721 #: builtin/index-pack.c:1249 builtin/pack-objects.c:2697
14723 msgid "unable to create thread: %s"
14726 #: builtin/index-pack.c:1282
14727 msgid "confusion beyond insanity"
14730 #: builtin/index-pack.c:1288
14732 msgid "completed with %d local object"
14733 msgid_plural "completed with %d local objects"
14737 #: builtin/index-pack.c:1300
14739 msgid "Unexpected tail checksum for %s (disk corruption?)"
14742 #: builtin/index-pack.c:1304
14744 msgid "pack has %d unresolved delta"
14745 msgid_plural "pack has %d unresolved deltas"
14749 #: builtin/index-pack.c:1328
14751 msgid "unable to deflate appended object (%d)"
14754 #: builtin/index-pack.c:1424
14756 msgid "local object %s is corrupt"
14759 #: builtin/index-pack.c:1444
14761 msgid "packfile name '%s' does not end with '.pack'"
14764 #: builtin/index-pack.c:1469
14766 msgid "cannot write %s file '%s'"
14769 #: builtin/index-pack.c:1477
14771 msgid "cannot close written %s file '%s'"
14774 #: builtin/index-pack.c:1501
14775 msgid "error while closing pack file"
14778 #: builtin/index-pack.c:1515
14779 msgid "cannot store pack file"
14782 #: builtin/index-pack.c:1523
14783 msgid "cannot store index file"
14786 #: builtin/index-pack.c:1567 builtin/pack-objects.c:2944
14788 msgid "bad pack.indexversion=%<PRIu32>"
14791 #: builtin/index-pack.c:1631
14793 msgid "Cannot open existing pack file '%s'"
14796 #: builtin/index-pack.c:1633
14798 msgid "Cannot open existing pack idx file for '%s'"
14801 #: builtin/index-pack.c:1681
14803 msgid "non delta: %d object"
14804 msgid_plural "non delta: %d objects"
14808 #: builtin/index-pack.c:1688
14810 msgid "chain length = %d: %lu object"
14811 msgid_plural "chain length = %d: %lu objects"
14815 #: builtin/index-pack.c:1728
14816 msgid "Cannot come back to cwd"
14819 #: builtin/index-pack.c:1777 builtin/index-pack.c:1780
14820 #: builtin/index-pack.c:1796 builtin/index-pack.c:1800
14825 #: builtin/index-pack.c:1806 builtin/init-db.c:391 builtin/init-db.c:623
14827 msgid "unknown hash algorithm '%s'"
14830 #: builtin/index-pack.c:1821
14831 msgid "--fix-thin cannot be used without --stdin"
14834 #: builtin/index-pack.c:1823
14835 msgid "--stdin requires a git repository"
14838 #: builtin/index-pack.c:1825
14839 msgid "--object-format cannot be used with --stdin"
14842 #: builtin/index-pack.c:1831
14843 msgid "--verify with no packfile name given"
14846 #: builtin/index-pack.c:1892 builtin/unpack-objects.c:582
14847 msgid "fsck error in pack objects"
14850 #: builtin/init-db.c:64
14852 msgid "cannot stat template '%s'"
14855 #: builtin/init-db.c:69
14857 msgid "cannot opendir '%s'"
14860 #: builtin/init-db.c:81
14862 msgid "cannot readlink '%s'"
14865 #: builtin/init-db.c:83
14867 msgid "cannot symlink '%s' '%s'"
14870 #: builtin/init-db.c:89
14872 msgid "cannot copy '%s' to '%s'"
14875 #: builtin/init-db.c:93
14877 msgid "ignoring template %s"
14880 #: builtin/init-db.c:124
14882 msgid "templates not found in %s"
14885 #: builtin/init-db.c:139
14887 msgid "not copying templates from '%s': %s"
14890 #: builtin/init-db.c:274
14892 msgid "invalid initial branch name: '%s'"
14895 #: builtin/init-db.c:366
14897 msgid "unable to handle file type %d"
14900 #: builtin/init-db.c:369
14902 msgid "unable to move %s to %s"
14905 #: builtin/init-db.c:385
14906 msgid "attempt to reinitialize repository with different hash"
14909 #: builtin/init-db.c:409 builtin/init-db.c:412
14911 msgid "%s already exists"
14914 #: builtin/init-db.c:443
14916 msgid "re-init: ignored --initial-branch=%s"
14919 #: builtin/init-db.c:474
14921 msgid "Reinitialized existing shared Git repository in %s%s\n"
14924 #: builtin/init-db.c:475
14926 msgid "Reinitialized existing Git repository in %s%s\n"
14929 #: builtin/init-db.c:479
14931 msgid "Initialized empty shared Git repository in %s%s\n"
14934 #: builtin/init-db.c:480
14936 msgid "Initialized empty Git repository in %s%s\n"
14939 #: builtin/init-db.c:529
14941 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
14942 "shared[=<permissions>]] [<directory>]"
14945 #: builtin/init-db.c:555
14946 msgid "permissions"
14949 #: builtin/init-db.c:556
14950 msgid "specify that the git repository is to be shared amongst several users"
14953 #: builtin/init-db.c:562
14954 msgid "override the name of the initial branch"
14957 #: builtin/init-db.c:563 builtin/verify-pack.c:74
14961 #: builtin/init-db.c:564 builtin/show-index.c:22 builtin/verify-pack.c:75
14962 msgid "specify the hash algorithm to use"
14965 #: builtin/init-db.c:571
14966 msgid "--separate-git-dir and --bare are mutually exclusive"
14969 #: builtin/init-db.c:600 builtin/init-db.c:605
14971 msgid "cannot mkdir %s"
14974 #: builtin/init-db.c:609 builtin/init-db.c:664
14976 msgid "cannot chdir to %s"
14979 #: builtin/init-db.c:636
14982 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
14986 #: builtin/init-db.c:688
14988 msgid "Cannot access work tree '%s'"
14991 #: builtin/init-db.c:693
14992 msgid "--separate-git-dir incompatible with bare repository"
14995 #: builtin/interpret-trailers.c:16
14997 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
14998 "<token>[(=|:)<value>])...] [<file>...]"
15001 #: builtin/interpret-trailers.c:95
15002 msgid "edit files in place"
15005 #: builtin/interpret-trailers.c:96
15006 msgid "trim empty trailers"
15009 #: builtin/interpret-trailers.c:99
15010 msgid "where to place the new trailer"
15013 #: builtin/interpret-trailers.c:101
15014 msgid "action if trailer already exists"
15017 #: builtin/interpret-trailers.c:103
15018 msgid "action if trailer is missing"
15021 #: builtin/interpret-trailers.c:105
15022 msgid "output only the trailers"
15025 #: builtin/interpret-trailers.c:106
15026 msgid "do not apply config rules"
15029 #: builtin/interpret-trailers.c:107
15030 msgid "join whitespace-continued values"
15033 #: builtin/interpret-trailers.c:108
15034 msgid "set parsing options"
15037 #: builtin/interpret-trailers.c:110
15038 msgid "do not treat --- specially"
15041 #: builtin/interpret-trailers.c:111
15045 #: builtin/interpret-trailers.c:112
15046 msgid "trailer(s) to add"
15049 #: builtin/interpret-trailers.c:123
15050 msgid "--trailer with --only-input does not make sense"
15053 #: builtin/interpret-trailers.c:133
15054 msgid "no input file given for in-place editing"
15057 #: builtin/log.c:56
15058 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
15061 #: builtin/log.c:57
15062 msgid "git show [<options>] <object>..."
15065 #: builtin/log.c:110
15067 msgid "invalid --decorate option: %s"
15070 #: builtin/log.c:177
15071 msgid "show source"
15074 #: builtin/log.c:178
15075 msgid "Use mail map file"
15078 #: builtin/log.c:181
15079 msgid "only decorate refs that match <pattern>"
15082 #: builtin/log.c:183
15083 msgid "do not decorate refs that match <pattern>"
15086 #: builtin/log.c:184
15087 msgid "decorate options"
15090 #: builtin/log.c:187
15091 msgid "Process line range n,m in file, counting from 1"
15094 #: builtin/log.c:297
15096 msgid "Final output: %d %s\n"
15099 #: builtin/log.c:555
15101 msgid "git show %s: bad file"
15104 #: builtin/log.c:570 builtin/log.c:665
15106 msgid "could not read object %s"
15109 #: builtin/log.c:690
15111 msgid "unknown type: %d"
15114 #: builtin/log.c:839
15116 msgid "%s: invalid cover from description mode"
15119 #: builtin/log.c:846
15120 msgid "format.headers without value"
15123 #: builtin/log.c:965
15124 msgid "name of output directory is too long"
15127 #: builtin/log.c:981
15129 msgid "cannot open patch file %s"
15132 #: builtin/log.c:998
15133 msgid "need exactly one range"
15136 #: builtin/log.c:1008
15137 msgid "not a range"
15140 #: builtin/log.c:1172
15141 msgid "cover letter needs email format"
15144 #: builtin/log.c:1178
15145 msgid "failed to create cover-letter file"
15148 #: builtin/log.c:1259
15150 msgid "insane in-reply-to: %s"
15153 #: builtin/log.c:1286
15154 msgid "git format-patch [<options>] [<since> | <revision-range>]"
15157 #: builtin/log.c:1344
15158 msgid "two output directories?"
15161 #: builtin/log.c:1495 builtin/log.c:2301 builtin/log.c:2303 builtin/log.c:2315
15163 msgid "unknown commit %s"
15166 #: builtin/log.c:1506 builtin/replace.c:58 builtin/replace.c:207
15167 #: builtin/replace.c:210
15169 msgid "failed to resolve '%s' as a valid ref"
15172 #: builtin/log.c:1515
15173 msgid "could not find exact merge base"
15176 #: builtin/log.c:1525
15178 "failed to get upstream, if you want to record base commit automatically,\n"
15179 "please use git branch --set-upstream-to to track a remote branch.\n"
15180 "Or you could specify base commit by --base=<base-commit-id> manually"
15183 #: builtin/log.c:1548
15184 msgid "failed to find exact merge base"
15187 #: builtin/log.c:1565
15188 msgid "base commit should be the ancestor of revision list"
15191 #: builtin/log.c:1575
15192 msgid "base commit shouldn't be in revision list"
15195 #: builtin/log.c:1633
15196 msgid "cannot get patch id"
15199 #: builtin/log.c:1690
15200 msgid "failed to infer range-diff origin of current series"
15203 #: builtin/log.c:1692
15205 msgid "using '%s' as range-diff origin of current series"
15208 #: builtin/log.c:1736
15209 msgid "use [PATCH n/m] even with a single patch"
15212 #: builtin/log.c:1739
15213 msgid "use [PATCH] even with multiple patches"
15216 #: builtin/log.c:1743
15217 msgid "print patches to standard out"
15220 #: builtin/log.c:1745
15221 msgid "generate a cover letter"
15224 #: builtin/log.c:1747
15225 msgid "use simple number sequence for output file names"
15228 #: builtin/log.c:1748
15232 #: builtin/log.c:1749
15233 msgid "use <sfx> instead of '.patch'"
15236 #: builtin/log.c:1751
15237 msgid "start numbering patches at <n> instead of 1"
15240 #: builtin/log.c:1753
15241 msgid "mark the series as Nth re-roll"
15244 #: builtin/log.c:1755
15245 msgid "Use [RFC PATCH] instead of [PATCH]"
15248 #: builtin/log.c:1758
15249 msgid "cover-from-description-mode"
15252 #: builtin/log.c:1759
15253 msgid "generate parts of a cover letter based on a branch's description"
15256 #: builtin/log.c:1761
15257 msgid "Use [<prefix>] instead of [PATCH]"
15260 #: builtin/log.c:1764
15261 msgid "store resulting files in <dir>"
15264 #: builtin/log.c:1767
15265 msgid "don't strip/add [PATCH]"
15268 #: builtin/log.c:1770
15269 msgid "don't output binary diffs"
15272 #: builtin/log.c:1772
15273 msgid "output all-zero hash in From header"
15276 #: builtin/log.c:1774
15277 msgid "don't include a patch matching a commit upstream"
15280 #: builtin/log.c:1776
15281 msgid "show patch format instead of default (patch + stat)"
15284 #: builtin/log.c:1778
15288 #: builtin/log.c:1779
15292 #: builtin/log.c:1780
15293 msgid "add email header"
15296 #: builtin/log.c:1781 builtin/log.c:1782
15300 #: builtin/log.c:1781
15301 msgid "add To: header"
15304 #: builtin/log.c:1782
15305 msgid "add Cc: header"
15308 #: builtin/log.c:1783
15312 #: builtin/log.c:1784
15313 msgid "set From address to <ident> (or committer ident if absent)"
15316 #: builtin/log.c:1786
15320 #: builtin/log.c:1787
15321 msgid "make first mail a reply to <message-id>"
15324 #: builtin/log.c:1788 builtin/log.c:1791
15328 #: builtin/log.c:1789
15329 msgid "attach the patch"
15332 #: builtin/log.c:1792
15333 msgid "inline the patch"
15336 #: builtin/log.c:1796
15337 msgid "enable message threading, styles: shallow, deep"
15340 #: builtin/log.c:1798
15344 #: builtin/log.c:1799
15345 msgid "add a signature"
15348 #: builtin/log.c:1800
15349 msgid "base-commit"
15352 #: builtin/log.c:1801
15353 msgid "add prerequisite tree info to the patch series"
15356 #: builtin/log.c:1804
15357 msgid "add a signature from a file"
15360 #: builtin/log.c:1805
15361 msgid "don't print the patch filenames"
15364 #: builtin/log.c:1807
15365 msgid "show progress while generating patches"
15368 #: builtin/log.c:1809
15369 msgid "show changes against <rev> in cover letter or single patch"
15372 #: builtin/log.c:1812
15373 msgid "show changes against <refspec> in cover letter or single patch"
15376 #: builtin/log.c:1814
15377 msgid "percentage by which creation is weighted"
15380 #: builtin/log.c:1896
15382 msgid "invalid ident line: %s"
15385 #: builtin/log.c:1911
15386 msgid "-n and -k are mutually exclusive"
15389 #: builtin/log.c:1913
15390 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
15393 #: builtin/log.c:1921
15394 msgid "--name-only does not make sense"
15397 #: builtin/log.c:1923
15398 msgid "--name-status does not make sense"
15401 #: builtin/log.c:1925
15402 msgid "--check does not make sense"
15405 #: builtin/log.c:1958
15406 msgid "standard output, or directory, which one?"
15409 #: builtin/log.c:2062
15410 msgid "--interdiff requires --cover-letter or single patch"
15413 #: builtin/log.c:2066
15417 #: builtin/log.c:2067
15419 msgid "Interdiff against v%d:"
15422 #: builtin/log.c:2073
15423 msgid "--creation-factor requires --range-diff"
15426 #: builtin/log.c:2077
15427 msgid "--range-diff requires --cover-letter or single patch"
15430 #: builtin/log.c:2085
15431 msgid "Range-diff:"
15434 #: builtin/log.c:2086
15436 msgid "Range-diff against v%d:"
15439 #: builtin/log.c:2097
15441 msgid "unable to read signature file '%s'"
15444 #: builtin/log.c:2133
15445 msgid "Generating patches"
15448 #: builtin/log.c:2177
15449 msgid "failed to create output files"
15452 #: builtin/log.c:2236
15453 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
15456 #: builtin/log.c:2290
15459 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
15462 #: builtin/ls-files.c:471
15463 msgid "git ls-files [<options>] [<file>...]"
15466 #: builtin/ls-files.c:527
15467 msgid "identify the file status with tags"
15470 #: builtin/ls-files.c:529
15471 msgid "use lowercase letters for 'assume unchanged' files"
15474 #: builtin/ls-files.c:531
15475 msgid "use lowercase letters for 'fsmonitor clean' files"
15478 #: builtin/ls-files.c:533
15479 msgid "show cached files in the output (default)"
15482 #: builtin/ls-files.c:535
15483 msgid "show deleted files in the output"
15486 #: builtin/ls-files.c:537
15487 msgid "show modified files in the output"
15490 #: builtin/ls-files.c:539
15491 msgid "show other files in the output"
15494 #: builtin/ls-files.c:541
15495 msgid "show ignored files in the output"
15498 #: builtin/ls-files.c:544
15499 msgid "show staged contents' object name in the output"
15502 #: builtin/ls-files.c:546
15503 msgid "show files on the filesystem that need to be removed"
15506 #: builtin/ls-files.c:548
15507 msgid "show 'other' directories' names only"
15510 #: builtin/ls-files.c:550
15511 msgid "show line endings of files"
15514 #: builtin/ls-files.c:552
15515 msgid "don't show empty directories"
15518 #: builtin/ls-files.c:555
15519 msgid "show unmerged files in the output"
15522 #: builtin/ls-files.c:557
15523 msgid "show resolve-undo information"
15526 #: builtin/ls-files.c:559
15527 msgid "skip files matching pattern"
15530 #: builtin/ls-files.c:562
15531 msgid "exclude patterns are read from <file>"
15534 #: builtin/ls-files.c:565
15535 msgid "read additional per-directory exclude patterns in <file>"
15538 #: builtin/ls-files.c:567
15539 msgid "add the standard git exclusions"
15542 #: builtin/ls-files.c:571
15543 msgid "make the output relative to the project top directory"
15546 #: builtin/ls-files.c:574
15547 msgid "recurse through submodules"
15550 #: builtin/ls-files.c:576
15551 msgid "if any <file> is not in the index, treat this as an error"
15554 #: builtin/ls-files.c:577
15558 #: builtin/ls-files.c:578
15559 msgid "pretend that paths removed since <tree-ish> are still present"
15562 #: builtin/ls-files.c:580
15563 msgid "show debugging data"
15566 #: builtin/ls-remote.c:9
15568 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
15569 " [-q | --quiet] [--exit-code] [--get-url]\n"
15570 " [--symref] [<repository> [<refs>...]]"
15573 #: builtin/ls-remote.c:59
15574 msgid "do not print remote URL"
15577 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1392
15581 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
15582 msgid "path of git-upload-pack on the remote host"
15585 #: builtin/ls-remote.c:65
15586 msgid "limit to tags"
15589 #: builtin/ls-remote.c:66
15590 msgid "limit to heads"
15593 #: builtin/ls-remote.c:67
15594 msgid "do not show peeled tags"
15597 #: builtin/ls-remote.c:69
15598 msgid "take url.<base>.insteadOf into account"
15601 #: builtin/ls-remote.c:72
15602 msgid "exit with exit code 2 if no matching refs are found"
15605 #: builtin/ls-remote.c:75
15606 msgid "show underlying ref in addition to the object pointed by it"
15609 #: builtin/ls-tree.c:30
15610 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
15613 #: builtin/ls-tree.c:128
15614 msgid "only show trees"
15617 #: builtin/ls-tree.c:130
15618 msgid "recurse into subtrees"
15621 #: builtin/ls-tree.c:132
15622 msgid "show trees when recursing"
15625 #: builtin/ls-tree.c:135
15626 msgid "terminate entries with NUL byte"
15629 #: builtin/ls-tree.c:136
15630 msgid "include object size"
15633 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
15634 msgid "list only filenames"
15637 #: builtin/ls-tree.c:143
15638 msgid "use full path names"
15641 #: builtin/ls-tree.c:145
15642 msgid "list entire tree; not just current directory (implies --full-name)"
15645 #: builtin/mailsplit.c:241
15647 msgid "empty mbox: '%s'"
15650 #: builtin/merge-base.c:32
15651 msgid "git merge-base [-a | --all] <commit> <commit>..."
15654 #: builtin/merge-base.c:33
15655 msgid "git merge-base [-a | --all] --octopus <commit>..."
15658 #: builtin/merge-base.c:34
15659 msgid "git merge-base --independent <commit>..."
15662 #: builtin/merge-base.c:35
15663 msgid "git merge-base --is-ancestor <commit> <commit>"
15666 #: builtin/merge-base.c:36
15667 msgid "git merge-base --fork-point <ref> [<commit>]"
15670 #: builtin/merge-base.c:143
15671 msgid "output all common ancestors"
15674 #: builtin/merge-base.c:145
15675 msgid "find ancestors for a single n-way merge"
15678 #: builtin/merge-base.c:147
15679 msgid "list revs not reachable from others"
15682 #: builtin/merge-base.c:149
15683 msgid "is the first one ancestor of the other?"
15686 #: builtin/merge-base.c:151
15687 msgid "find where <commit> forked from reflog of <ref>"
15690 #: builtin/merge-file.c:9
15692 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
15693 "<orig-file> <file2>"
15696 #: builtin/merge-file.c:35
15697 msgid "send results to standard output"
15700 #: builtin/merge-file.c:36
15701 msgid "use a diff3 based merge"
15704 #: builtin/merge-file.c:37
15705 msgid "for conflicts, use our version"
15708 #: builtin/merge-file.c:39
15709 msgid "for conflicts, use their version"
15712 #: builtin/merge-file.c:41
15713 msgid "for conflicts, use a union version"
15716 #: builtin/merge-file.c:44
15717 msgid "for conflicts, use this marker size"
15720 #: builtin/merge-file.c:45
15721 msgid "do not warn about conflicts"
15724 #: builtin/merge-file.c:47
15725 msgid "set labels for file1/orig-file/file2"
15728 #: builtin/merge-recursive.c:47
15730 msgid "unknown option %s"
15733 #: builtin/merge-recursive.c:53
15735 msgid "could not parse object '%s'"
15738 #: builtin/merge-recursive.c:57
15740 msgid "cannot handle more than %d base. Ignoring %s."
15741 msgid_plural "cannot handle more than %d bases. Ignoring %s."
15745 #: builtin/merge-recursive.c:65
15746 msgid "not handling anything other than two heads merge."
15749 #: builtin/merge-recursive.c:74 builtin/merge-recursive.c:76
15751 msgid "could not resolve ref '%s'"
15754 #: builtin/merge-recursive.c:82
15756 msgid "Merging %s with %s\n"
15759 #: builtin/merge.c:56
15760 msgid "git merge [<options>] [<commit>...]"
15763 #: builtin/merge.c:57
15764 msgid "git merge --abort"
15767 #: builtin/merge.c:58
15768 msgid "git merge --continue"
15771 #: builtin/merge.c:120
15772 msgid "switch `m' requires a value"
15775 #: builtin/merge.c:143
15777 msgid "option `%s' requires a value"
15780 #: builtin/merge.c:189
15782 msgid "Could not find merge strategy '%s'.\n"
15785 #: builtin/merge.c:190
15787 msgid "Available strategies are:"
15790 #: builtin/merge.c:195
15792 msgid "Available custom strategies are:"
15795 #: builtin/merge.c:246 builtin/pull.c:133
15796 msgid "do not show a diffstat at the end of the merge"
15799 #: builtin/merge.c:249 builtin/pull.c:136
15800 msgid "show a diffstat at the end of the merge"
15803 #: builtin/merge.c:250 builtin/pull.c:139
15804 msgid "(synonym to --stat)"
15807 #: builtin/merge.c:252 builtin/pull.c:142
15808 msgid "add (at most <n>) entries from shortlog to merge commit message"
15811 #: builtin/merge.c:255 builtin/pull.c:148
15812 msgid "create a single commit instead of doing a merge"
15815 #: builtin/merge.c:257 builtin/pull.c:151
15816 msgid "perform a commit if the merge succeeds (default)"
15819 #: builtin/merge.c:259 builtin/pull.c:154
15820 msgid "edit message before committing"
15823 #: builtin/merge.c:261
15824 msgid "allow fast-forward (default)"
15827 #: builtin/merge.c:263 builtin/pull.c:161
15828 msgid "abort if fast-forward is not possible"
15831 #: builtin/merge.c:267 builtin/pull.c:164
15832 msgid "verify that the named commit has a valid GPG signature"
15835 #: builtin/merge.c:268 builtin/notes.c:787 builtin/pull.c:168
15836 #: builtin/rebase.c:533 builtin/rebase.c:1406 builtin/revert.c:114
15840 #: builtin/merge.c:269 builtin/pull.c:169
15841 msgid "merge strategy to use"
15844 #: builtin/merge.c:270 builtin/pull.c:172
15845 msgid "option=value"
15848 #: builtin/merge.c:271 builtin/pull.c:173
15849 msgid "option for selected merge strategy"
15852 #: builtin/merge.c:273
15853 msgid "merge commit message (for a non-fast-forward merge)"
15856 #: builtin/merge.c:280
15857 msgid "abort the current in-progress merge"
15860 #: builtin/merge.c:282
15861 msgid "--abort but leave index and working tree alone"
15864 #: builtin/merge.c:284
15865 msgid "continue the current in-progress merge"
15868 #: builtin/merge.c:286 builtin/pull.c:180
15869 msgid "allow merging unrelated histories"
15872 #: builtin/merge.c:293
15873 msgid "bypass pre-merge-commit and commit-msg hooks"
15876 #: builtin/merge.c:310
15877 msgid "could not run stash."
15880 #: builtin/merge.c:315
15881 msgid "stash failed"
15884 #: builtin/merge.c:320
15886 msgid "not a valid object: %s"
15889 #: builtin/merge.c:342 builtin/merge.c:359
15890 msgid "read-tree failed"
15893 #: builtin/merge.c:389
15894 msgid " (nothing to squash)"
15897 #: builtin/merge.c:400
15899 msgid "Squash commit -- not updating HEAD\n"
15902 #: builtin/merge.c:450
15904 msgid "No merge message -- not updating HEAD\n"
15907 #: builtin/merge.c:501
15909 msgid "'%s' does not point to a commit"
15912 #: builtin/merge.c:588
15914 msgid "Bad branch.%s.mergeoptions string: %s"
15917 #: builtin/merge.c:713
15918 msgid "Not handling anything other than two heads merge."
15921 #: builtin/merge.c:726
15923 msgid "Unknown option for merge-recursive: -X%s"
15926 #: builtin/merge.c:741
15928 msgid "unable to write %s"
15931 #: builtin/merge.c:793
15933 msgid "Could not read from '%s'"
15936 #: builtin/merge.c:802
15938 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
15941 #: builtin/merge.c:808
15943 "Please enter a commit message to explain why this merge is necessary,\n"
15944 "especially if it merges an updated upstream into a topic branch.\n"
15948 #: builtin/merge.c:813
15949 msgid "An empty message aborts the commit.\n"
15952 #: builtin/merge.c:816
15955 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
15959 #: builtin/merge.c:869
15960 msgid "Empty commit message."
15963 #: builtin/merge.c:884
15965 msgid "Wonderful.\n"
15968 #: builtin/merge.c:945
15970 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
15973 #: builtin/merge.c:984
15974 msgid "No current branch."
15977 #: builtin/merge.c:986
15978 msgid "No remote for the current branch."
15981 #: builtin/merge.c:988
15982 msgid "No default upstream defined for the current branch."
15985 #: builtin/merge.c:993
15987 msgid "No remote-tracking branch for %s from %s"
15990 #: builtin/merge.c:1050
15992 msgid "Bad value '%s' in environment '%s'"
15995 #: builtin/merge.c:1153
15997 msgid "not something we can merge in %s: %s"
16000 #: builtin/merge.c:1187
16001 msgid "not something we can merge"
16004 #: builtin/merge.c:1291
16005 msgid "--abort expects no arguments"
16008 #: builtin/merge.c:1295
16009 msgid "There is no merge to abort (MERGE_HEAD missing)."
16012 #: builtin/merge.c:1313
16013 msgid "--quit expects no arguments"
16016 #: builtin/merge.c:1326
16017 msgid "--continue expects no arguments"
16020 #: builtin/merge.c:1330
16021 msgid "There is no merge in progress (MERGE_HEAD missing)."
16024 #: builtin/merge.c:1346
16026 "You have not concluded your merge (MERGE_HEAD exists).\n"
16027 "Please, commit your changes before you merge."
16030 #: builtin/merge.c:1353
16032 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
16033 "Please, commit your changes before you merge."
16036 #: builtin/merge.c:1356
16037 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
16040 #: builtin/merge.c:1370
16041 msgid "You cannot combine --squash with --no-ff."
16044 #: builtin/merge.c:1372
16045 msgid "You cannot combine --squash with --commit."
16048 #: builtin/merge.c:1388
16049 msgid "No commit specified and merge.defaultToUpstream not set."
16052 #: builtin/merge.c:1405
16053 msgid "Squash commit into empty head not supported yet"
16056 #: builtin/merge.c:1407
16057 msgid "Non-fast-forward commit does not make sense into an empty head"
16060 #: builtin/merge.c:1412
16062 msgid "%s - not something we can merge"
16065 #: builtin/merge.c:1414
16066 msgid "Can merge only exactly one commit into empty head"
16069 #: builtin/merge.c:1495
16070 msgid "refusing to merge unrelated histories"
16073 #: builtin/merge.c:1504
16074 msgid "Already up to date."
16077 #: builtin/merge.c:1514
16079 msgid "Updating %s..%s\n"
16082 #: builtin/merge.c:1560
16084 msgid "Trying really trivial in-index merge...\n"
16087 #: builtin/merge.c:1567
16092 #: builtin/merge.c:1592
16093 msgid "Already up to date. Yeeah!"
16096 #: builtin/merge.c:1598
16097 msgid "Not possible to fast-forward, aborting."
16100 #: builtin/merge.c:1626 builtin/merge.c:1691
16102 msgid "Rewinding the tree to pristine...\n"
16105 #: builtin/merge.c:1630
16107 msgid "Trying merge strategy %s...\n"
16110 #: builtin/merge.c:1682
16112 msgid "No merge strategy handled the merge.\n"
16115 #: builtin/merge.c:1684
16117 msgid "Merge with strategy %s failed.\n"
16120 #: builtin/merge.c:1693
16122 msgid "Using the %s to prepare resolving by hand.\n"
16125 #: builtin/merge.c:1707
16127 msgid "Automatic merge went well; stopped before committing as requested\n"
16130 #: builtin/mktree.c:66
16131 msgid "git mktree [-z] [--missing] [--batch]"
16134 #: builtin/mktree.c:154
16135 msgid "input is NUL terminated"
16138 #: builtin/mktree.c:155 builtin/write-tree.c:26
16139 msgid "allow missing objects"
16142 #: builtin/mktree.c:156
16143 msgid "allow creation of more than one tree"
16146 #: builtin/multi-pack-index.c:9
16148 "git multi-pack-index [<options>] (write|verify|expire|repack --batch-"
16152 #: builtin/multi-pack-index.c:26
16153 msgid "object directory containing set of packfile and pack-index pairs"
16156 #: builtin/multi-pack-index.c:29
16158 "during repack, collect pack-files of smaller size into a batch that is "
16159 "larger than this size"
16162 #: builtin/multi-pack-index.c:50 builtin/prune-packed.c:25
16163 msgid "too many arguments"
16166 #: builtin/multi-pack-index.c:60
16167 msgid "--batch-size option is only for 'repack' subcommand"
16170 #: builtin/multi-pack-index.c:69
16172 msgid "unrecognized subcommand: %s"
16176 msgid "git mv [<options>] <source>... <destination>"
16181 msgid "Directory %s is in index and no submodule?"
16185 msgid "Please stage your changes to .gitmodules or stash them to proceed"
16188 #: builtin/mv.c:103
16190 msgid "%.*s is in index"
16193 #: builtin/mv.c:125
16194 msgid "force move/rename even if target exists"
16197 #: builtin/mv.c:127
16198 msgid "skip move/rename errors"
16201 #: builtin/mv.c:170
16203 msgid "destination '%s' is not a directory"
16206 #: builtin/mv.c:181
16208 msgid "Checking rename of '%s' to '%s'\n"
16211 #: builtin/mv.c:185
16215 #: builtin/mv.c:188
16216 msgid "can not move directory into itself"
16219 #: builtin/mv.c:191
16220 msgid "cannot move directory over file"
16223 #: builtin/mv.c:200
16224 msgid "source directory is empty"
16227 #: builtin/mv.c:225
16228 msgid "not under version control"
16231 #: builtin/mv.c:227
16235 #: builtin/mv.c:230
16236 msgid "destination exists"
16239 #: builtin/mv.c:238
16241 msgid "overwriting '%s'"
16244 #: builtin/mv.c:241
16245 msgid "Cannot overwrite"
16248 #: builtin/mv.c:244
16249 msgid "multiple sources for the same target"
16252 #: builtin/mv.c:246
16253 msgid "destination directory does not exist"
16256 #: builtin/mv.c:253
16258 msgid "%s, source=%s, destination=%s"
16261 #: builtin/mv.c:274
16263 msgid "Renaming %s to %s\n"
16266 #: builtin/mv.c:280 builtin/remote.c:782 builtin/repack.c:518
16268 msgid "renaming '%s' failed"
16271 #: builtin/name-rev.c:465
16272 msgid "git name-rev [<options>] <commit>..."
16275 #: builtin/name-rev.c:466
16276 msgid "git name-rev [<options>] --all"
16279 #: builtin/name-rev.c:467
16280 msgid "git name-rev [<options>] --stdin"
16283 #: builtin/name-rev.c:524
16284 msgid "print only ref-based names (no object names)"
16287 #: builtin/name-rev.c:525
16288 msgid "only use tags to name the commits"
16291 #: builtin/name-rev.c:527
16292 msgid "only use refs matching <pattern>"
16295 #: builtin/name-rev.c:529
16296 msgid "ignore refs matching <pattern>"
16299 #: builtin/name-rev.c:531
16300 msgid "list all commits reachable from all refs"
16303 #: builtin/name-rev.c:532
16304 msgid "read from stdin"
16307 #: builtin/name-rev.c:533
16308 msgid "allow to print `undefined` names (default)"
16311 #: builtin/name-rev.c:539
16312 msgid "dereference tags in the input (internal use)"
16315 #: builtin/notes.c:28
16316 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
16319 #: builtin/notes.c:29
16321 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
16322 "| (-c | -C) <object>] [<object>]"
16325 #: builtin/notes.c:30
16326 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
16329 #: builtin/notes.c:31
16331 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
16332 "(-c | -C) <object>] [<object>]"
16335 #: builtin/notes.c:32
16336 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
16339 #: builtin/notes.c:33
16340 msgid "git notes [--ref <notes-ref>] show [<object>]"
16343 #: builtin/notes.c:34
16345 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
16348 #: builtin/notes.c:35
16349 msgid "git notes merge --commit [-v | -q]"
16352 #: builtin/notes.c:36
16353 msgid "git notes merge --abort [-v | -q]"
16356 #: builtin/notes.c:37
16357 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
16360 #: builtin/notes.c:38
16361 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
16364 #: builtin/notes.c:39
16365 msgid "git notes [--ref <notes-ref>] get-ref"
16368 #: builtin/notes.c:44
16369 msgid "git notes [list [<object>]]"
16372 #: builtin/notes.c:49
16373 msgid "git notes add [<options>] [<object>]"
16376 #: builtin/notes.c:54
16377 msgid "git notes copy [<options>] <from-object> <to-object>"
16380 #: builtin/notes.c:55
16381 msgid "git notes copy --stdin [<from-object> <to-object>]..."
16384 #: builtin/notes.c:60
16385 msgid "git notes append [<options>] [<object>]"
16388 #: builtin/notes.c:65
16389 msgid "git notes edit [<object>]"
16392 #: builtin/notes.c:70
16393 msgid "git notes show [<object>]"
16396 #: builtin/notes.c:75
16397 msgid "git notes merge [<options>] <notes-ref>"
16400 #: builtin/notes.c:76
16401 msgid "git notes merge --commit [<options>]"
16404 #: builtin/notes.c:77
16405 msgid "git notes merge --abort [<options>]"
16408 #: builtin/notes.c:82
16409 msgid "git notes remove [<object>]"
16412 #: builtin/notes.c:87
16413 msgid "git notes prune [<options>]"
16416 #: builtin/notes.c:92
16417 msgid "git notes get-ref"
16420 #: builtin/notes.c:97
16421 msgid "Write/edit the notes for the following object:"
16424 #: builtin/notes.c:150
16426 msgid "unable to start 'show' for object '%s'"
16429 #: builtin/notes.c:154
16430 msgid "could not read 'show' output"
16433 #: builtin/notes.c:162
16435 msgid "failed to finish 'show' for object '%s'"
16438 #: builtin/notes.c:197
16439 msgid "please supply the note contents using either -m or -F option"
16442 #: builtin/notes.c:206
16443 msgid "unable to write note object"
16446 #: builtin/notes.c:208
16448 msgid "the note contents have been left in %s"
16451 #: builtin/notes.c:242 builtin/tag.c:533
16453 msgid "could not open or read '%s'"
16456 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
16457 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
16458 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
16460 msgid "failed to resolve '%s' as a valid ref."
16463 #: builtin/notes.c:265
16465 msgid "failed to read object '%s'."
16468 #: builtin/notes.c:268
16470 msgid "cannot read note data from non-blob object '%s'."
16473 #: builtin/notes.c:309
16475 msgid "malformed input line: '%s'."
16478 #: builtin/notes.c:324
16480 msgid "failed to copy notes from '%s' to '%s'"
16483 #. TRANSLATORS: the first %s will be replaced by a git
16484 #. notes command: 'add', 'merge', 'remove', etc.
16486 #: builtin/notes.c:356
16488 msgid "refusing to %s notes in %s (outside of refs/notes/)"
16491 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
16492 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
16493 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
16494 msgid "too many parameters"
16497 #: builtin/notes.c:389 builtin/notes.c:678
16499 msgid "no note found for object %s."
16502 #: builtin/notes.c:410 builtin/notes.c:576
16503 msgid "note contents as a string"
16506 #: builtin/notes.c:413 builtin/notes.c:579
16507 msgid "note contents in a file"
16510 #: builtin/notes.c:416 builtin/notes.c:582
16511 msgid "reuse and edit specified note object"
16514 #: builtin/notes.c:419 builtin/notes.c:585
16515 msgid "reuse specified note object"
16518 #: builtin/notes.c:422 builtin/notes.c:588
16519 msgid "allow storing empty note"
16522 #: builtin/notes.c:423 builtin/notes.c:496
16523 msgid "replace existing notes"
16526 #: builtin/notes.c:448
16529 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
16533 #: builtin/notes.c:463 builtin/notes.c:544
16535 msgid "Overwriting existing notes for object %s\n"
16538 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
16540 msgid "Removing note for object %s\n"
16543 #: builtin/notes.c:497
16544 msgid "read objects from stdin"
16547 #: builtin/notes.c:499
16548 msgid "load rewriting config for <command> (implies --stdin)"
16551 #: builtin/notes.c:517
16552 msgid "too few parameters"
16555 #: builtin/notes.c:538
16558 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
16562 #: builtin/notes.c:550
16564 msgid "missing notes on source object %s. Cannot copy."
16567 #: builtin/notes.c:603
16570 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
16571 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
16574 #: builtin/notes.c:698
16575 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
16578 #: builtin/notes.c:700
16579 msgid "failed to delete ref NOTES_MERGE_REF"
16582 #: builtin/notes.c:702
16583 msgid "failed to remove 'git notes merge' worktree"
16586 #: builtin/notes.c:722
16587 msgid "failed to read ref NOTES_MERGE_PARTIAL"
16590 #: builtin/notes.c:724
16591 msgid "could not find commit from NOTES_MERGE_PARTIAL."
16594 #: builtin/notes.c:726
16595 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
16598 #: builtin/notes.c:739
16599 msgid "failed to resolve NOTES_MERGE_REF"
16602 #: builtin/notes.c:742
16603 msgid "failed to finalize notes merge"
16606 #: builtin/notes.c:768
16608 msgid "unknown notes merge strategy %s"
16611 #: builtin/notes.c:784
16612 msgid "General options"
16615 #: builtin/notes.c:786
16616 msgid "Merge options"
16619 #: builtin/notes.c:788
16621 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
16625 #: builtin/notes.c:790
16626 msgid "Committing unmerged notes"
16629 #: builtin/notes.c:792
16630 msgid "finalize notes merge by committing unmerged notes"
16633 #: builtin/notes.c:794
16634 msgid "Aborting notes merge resolution"
16637 #: builtin/notes.c:796
16638 msgid "abort notes merge"
16641 #: builtin/notes.c:807
16642 msgid "cannot mix --commit, --abort or -s/--strategy"
16645 #: builtin/notes.c:812
16646 msgid "must specify a notes ref to merge"
16649 #: builtin/notes.c:836
16651 msgid "unknown -s/--strategy: %s"
16654 #: builtin/notes.c:873
16656 msgid "a notes merge into %s is already in-progress at %s"
16659 #: builtin/notes.c:876
16661 msgid "failed to store link to current notes ref (%s)"
16664 #: builtin/notes.c:878
16667 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
16668 "'git notes merge --commit', or abort the merge with 'git notes merge --"
16672 #: builtin/notes.c:897 builtin/tag.c:546
16674 msgid "Failed to resolve '%s' as a valid ref."
16677 #: builtin/notes.c:900
16679 msgid "Object %s has no note\n"
16682 #: builtin/notes.c:912
16683 msgid "attempt to remove non-existent note is not an error"
16686 #: builtin/notes.c:915
16687 msgid "read object names from the standard input"
16690 #: builtin/notes.c:954 builtin/prune.c:132 builtin/worktree.c:220
16691 msgid "do not remove, show only"
16694 #: builtin/notes.c:955
16695 msgid "report pruned notes"
16698 #: builtin/notes.c:998
16702 #: builtin/notes.c:999
16703 msgid "use notes from <notes-ref>"
16706 #: builtin/notes.c:1034 builtin/stash.c:1605
16708 msgid "unknown subcommand: %s"
16711 #: builtin/pack-objects.c:54
16713 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
16716 #: builtin/pack-objects.c:55
16718 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
16721 #: builtin/pack-objects.c:443
16723 msgid "bad packed object CRC for %s"
16726 #: builtin/pack-objects.c:454
16728 msgid "corrupt packed object for %s"
16731 #: builtin/pack-objects.c:585
16733 msgid "recursive delta detected for object %s"
16736 #: builtin/pack-objects.c:796
16738 msgid "ordered %u objects, expected %<PRIu32>"
16741 #: builtin/pack-objects.c:1004
16742 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
16745 #: builtin/pack-objects.c:1017
16746 msgid "Writing objects"
16749 #: builtin/pack-objects.c:1078 builtin/update-index.c:90
16751 msgid "failed to stat %s"
16754 #: builtin/pack-objects.c:1131
16756 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
16759 #: builtin/pack-objects.c:1348
16760 msgid "disabling bitmap writing, as some objects are not being packed"
16763 #: builtin/pack-objects.c:1796
16765 msgid "delta base offset overflow in pack for %s"
16768 #: builtin/pack-objects.c:1805
16770 msgid "delta base offset out of bound for %s"
16773 #: builtin/pack-objects.c:2086
16774 msgid "Counting objects"
16777 #: builtin/pack-objects.c:2231
16779 msgid "unable to parse object header of %s"
16782 #: builtin/pack-objects.c:2301 builtin/pack-objects.c:2317
16783 #: builtin/pack-objects.c:2327
16785 msgid "object %s cannot be read"
16788 #: builtin/pack-objects.c:2304 builtin/pack-objects.c:2331
16790 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
16793 #: builtin/pack-objects.c:2341
16794 msgid "suboptimal pack - out of memory"
16797 #: builtin/pack-objects.c:2656
16799 msgid "Delta compression using up to %d threads"
16802 #: builtin/pack-objects.c:2795
16804 msgid "unable to pack objects reachable from tag %s"
16807 #: builtin/pack-objects.c:2883
16808 msgid "Compressing objects"
16811 #: builtin/pack-objects.c:2889
16812 msgid "inconsistency with delta count"
16815 #: builtin/pack-objects.c:2961
16818 "value of uploadpack.blobpackfileuri must be of the form '<object-hash> <pack-"
16819 "hash> <uri>' (got '%s')"
16822 #: builtin/pack-objects.c:2964
16825 "object already configured in another uploadpack.blobpackfileuri (got '%s')"
16828 #: builtin/pack-objects.c:2993
16831 "expected edge object ID, got garbage:\n"
16835 #: builtin/pack-objects.c:2999
16838 "expected object ID, got garbage:\n"
16842 #: builtin/pack-objects.c:3097
16843 msgid "invalid value for --missing"
16846 #: builtin/pack-objects.c:3156 builtin/pack-objects.c:3264
16847 msgid "cannot open pack index"
16850 #: builtin/pack-objects.c:3187
16852 msgid "loose object at %s could not be examined"
16855 #: builtin/pack-objects.c:3272
16856 msgid "unable to force loose object"
16859 #: builtin/pack-objects.c:3365
16861 msgid "not a rev '%s'"
16864 #: builtin/pack-objects.c:3368
16866 msgid "bad revision '%s'"
16869 #: builtin/pack-objects.c:3393
16870 msgid "unable to add recent objects"
16873 #: builtin/pack-objects.c:3446
16875 msgid "unsupported index version %s"
16878 #: builtin/pack-objects.c:3450
16880 msgid "bad index version '%s'"
16883 #: builtin/pack-objects.c:3488
16884 msgid "<version>[,<offset>]"
16887 #: builtin/pack-objects.c:3489
16888 msgid "write the pack index file in the specified idx format version"
16891 #: builtin/pack-objects.c:3492
16892 msgid "maximum size of each output pack file"
16895 #: builtin/pack-objects.c:3494
16896 msgid "ignore borrowed objects from alternate object store"
16899 #: builtin/pack-objects.c:3496
16900 msgid "ignore packed objects"
16903 #: builtin/pack-objects.c:3498
16904 msgid "limit pack window by objects"
16907 #: builtin/pack-objects.c:3500
16908 msgid "limit pack window by memory in addition to object limit"
16911 #: builtin/pack-objects.c:3502
16912 msgid "maximum length of delta chain allowed in the resulting pack"
16915 #: builtin/pack-objects.c:3504
16916 msgid "reuse existing deltas"
16919 #: builtin/pack-objects.c:3506
16920 msgid "reuse existing objects"
16923 #: builtin/pack-objects.c:3508
16924 msgid "use OFS_DELTA objects"
16927 #: builtin/pack-objects.c:3510
16928 msgid "use threads when searching for best delta matches"
16931 #: builtin/pack-objects.c:3512
16932 msgid "do not create an empty pack output"
16935 #: builtin/pack-objects.c:3514
16936 msgid "read revision arguments from standard input"
16939 #: builtin/pack-objects.c:3516
16940 msgid "limit the objects to those that are not yet packed"
16943 #: builtin/pack-objects.c:3519
16944 msgid "include objects reachable from any reference"
16947 #: builtin/pack-objects.c:3522
16948 msgid "include objects referred by reflog entries"
16951 #: builtin/pack-objects.c:3525
16952 msgid "include objects referred to by the index"
16955 #: builtin/pack-objects.c:3528
16956 msgid "output pack to stdout"
16959 #: builtin/pack-objects.c:3530
16960 msgid "include tag objects that refer to objects to be packed"
16963 #: builtin/pack-objects.c:3532
16964 msgid "keep unreachable objects"
16967 #: builtin/pack-objects.c:3534
16968 msgid "pack loose unreachable objects"
16971 #: builtin/pack-objects.c:3536
16972 msgid "unpack unreachable objects newer than <time>"
16975 #: builtin/pack-objects.c:3539
16976 msgid "use the sparse reachability algorithm"
16979 #: builtin/pack-objects.c:3541
16980 msgid "create thin packs"
16983 #: builtin/pack-objects.c:3543
16984 msgid "create packs suitable for shallow fetches"
16987 #: builtin/pack-objects.c:3545
16988 msgid "ignore packs that have companion .keep file"
16991 #: builtin/pack-objects.c:3547
16992 msgid "ignore this pack"
16995 #: builtin/pack-objects.c:3549
16996 msgid "pack compression level"
16999 #: builtin/pack-objects.c:3551
17000 msgid "do not hide commits by grafts"
17003 #: builtin/pack-objects.c:3553
17004 msgid "use a bitmap index if available to speed up counting objects"
17007 #: builtin/pack-objects.c:3555
17008 msgid "write a bitmap index together with the pack index"
17011 #: builtin/pack-objects.c:3559
17012 msgid "write a bitmap index if possible"
17015 #: builtin/pack-objects.c:3563
17016 msgid "handling for missing objects"
17019 #: builtin/pack-objects.c:3566
17020 msgid "do not pack objects in promisor packfiles"
17023 #: builtin/pack-objects.c:3568
17024 msgid "respect islands during delta compression"
17027 #: builtin/pack-objects.c:3570
17031 #: builtin/pack-objects.c:3571
17032 msgid "exclude any configured uploadpack.blobpackfileuri with this protocol"
17035 #: builtin/pack-objects.c:3600
17037 msgid "delta chain depth %d is too deep, forcing %d"
17040 #: builtin/pack-objects.c:3605
17042 msgid "pack.deltaCacheLimit is too high, forcing %d"
17045 #: builtin/pack-objects.c:3659
17046 msgid "--max-pack-size cannot be used to build a pack for transfer"
17049 #: builtin/pack-objects.c:3661
17050 msgid "minimum pack size limit is 1 MiB"
17053 #: builtin/pack-objects.c:3666
17054 msgid "--thin cannot be used to build an indexable pack"
17057 #: builtin/pack-objects.c:3669
17058 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
17061 #: builtin/pack-objects.c:3675
17062 msgid "cannot use --filter without --stdout"
17065 #: builtin/pack-objects.c:3735
17066 msgid "Enumerating objects"
17069 #: builtin/pack-objects.c:3766
17072 "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>), pack-"
17076 #: builtin/pack-refs.c:8
17077 msgid "git pack-refs [<options>]"
17080 #: builtin/pack-refs.c:16
17081 msgid "pack everything"
17084 #: builtin/pack-refs.c:17
17085 msgid "prune loose refs (default)"
17088 #: builtin/prune-packed.c:6
17089 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
17092 #: builtin/prune.c:14
17093 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
17096 #: builtin/prune.c:133
17097 msgid "report pruned objects"
17100 #: builtin/prune.c:136
17101 msgid "expire objects older than <time>"
17104 #: builtin/prune.c:138
17105 msgid "limit traversal to objects outside promisor packfiles"
17108 #: builtin/prune.c:152
17109 msgid "cannot prune in a precious-objects repo"
17112 #: builtin/pull.c:45 builtin/pull.c:47
17114 msgid "Invalid value for %s: %s"
17117 #: builtin/pull.c:67
17118 msgid "git pull [<options>] [<repository> [<refspec>...]]"
17121 #: builtin/pull.c:123
17122 msgid "control for recursive fetching of submodules"
17125 #: builtin/pull.c:127
17126 msgid "Options related to merging"
17129 #: builtin/pull.c:130
17130 msgid "incorporate changes by rebasing rather than merging"
17133 #: builtin/pull.c:158 builtin/rebase.c:484 builtin/revert.c:126
17134 msgid "allow fast-forward"
17137 #: builtin/pull.c:167 parse-options.h:339
17138 msgid "automatically stash/stash pop before and after"
17141 #: builtin/pull.c:183
17142 msgid "Options related to fetching"
17145 #: builtin/pull.c:193
17146 msgid "force overwrite of local branch"
17149 #: builtin/pull.c:201
17150 msgid "number of submodules pulled in parallel"
17153 #: builtin/pull.c:317
17155 msgid "Invalid value for pull.ff: %s"
17158 #: builtin/pull.c:348
17160 "Pulling without specifying how to reconcile divergent branches is\n"
17161 "discouraged. You can squelch this message by running one of the following\n"
17162 "commands sometime before your next pull:\n"
17164 " git config pull.rebase false # merge (the default strategy)\n"
17165 " git config pull.rebase true # rebase\n"
17166 " git config pull.ff only # fast-forward only\n"
17168 "You can replace \"git config\" with \"git config --global\" to set a "
17170 "preference for all repositories. You can also pass --rebase, --no-rebase,\n"
17171 "or --ff-only on the command line to override the configured default per\n"
17175 #: builtin/pull.c:458
17177 "There is no candidate for rebasing against among the refs that you just "
17181 #: builtin/pull.c:460
17183 "There are no candidates for merging among the refs that you just fetched."
17186 #: builtin/pull.c:461
17188 "Generally this means that you provided a wildcard refspec which had no\n"
17189 "matches on the remote end."
17192 #: builtin/pull.c:464
17195 "You asked to pull from the remote '%s', but did not specify\n"
17196 "a branch. Because this is not the default configured remote\n"
17197 "for your current branch, you must specify a branch on the command line."
17200 #: builtin/pull.c:469 builtin/rebase.c:1240 git-parse-remote.sh:73
17201 msgid "You are not currently on a branch."
17204 #: builtin/pull.c:471 builtin/pull.c:486 git-parse-remote.sh:79
17205 msgid "Please specify which branch you want to rebase against."
17208 #: builtin/pull.c:473 builtin/pull.c:488 git-parse-remote.sh:82
17209 msgid "Please specify which branch you want to merge with."
17212 #: builtin/pull.c:474 builtin/pull.c:489
17213 msgid "See git-pull(1) for details."
17216 #: builtin/pull.c:476 builtin/pull.c:482 builtin/pull.c:491
17217 #: builtin/rebase.c:1246 git-parse-remote.sh:64
17221 #: builtin/pull.c:476 builtin/pull.c:491 builtin/pull.c:496
17222 #: git-parse-remote.sh:65
17226 #: builtin/pull.c:484 builtin/rebase.c:1238 git-parse-remote.sh:75
17227 msgid "There is no tracking information for the current branch."
17230 #: builtin/pull.c:493 git-parse-remote.sh:95
17232 "If you wish to set tracking information for this branch you can do so with:"
17235 #: builtin/pull.c:498
17238 "Your configuration specifies to merge with the ref '%s'\n"
17239 "from the remote, but no such ref was fetched."
17242 #: builtin/pull.c:609
17244 msgid "unable to access commit %s"
17247 #: builtin/pull.c:894
17248 msgid "ignoring --verify-signatures for rebase"
17251 #: builtin/pull.c:954
17252 msgid "Updating an unborn branch with changes added to the index."
17255 #: builtin/pull.c:958
17256 msgid "pull with rebase"
17259 #: builtin/pull.c:959
17260 msgid "please commit or stash them."
17263 #: builtin/pull.c:984
17266 "fetch updated the current branch head.\n"
17267 "fast-forwarding your working tree from\n"
17271 #: builtin/pull.c:990
17274 "Cannot fast-forward your working tree.\n"
17275 "After making sure that you saved anything precious from\n"
17278 "$ git reset --hard\n"
17282 #: builtin/pull.c:1005
17283 msgid "Cannot merge multiple branches into empty head."
17286 #: builtin/pull.c:1009
17287 msgid "Cannot rebase onto multiple branches."
17290 #: builtin/pull.c:1017
17291 msgid "cannot rebase with locally recorded submodule modifications"
17294 #: builtin/push.c:19
17295 msgid "git push [<options>] [<repository> [<refspec>...]]"
17298 #: builtin/push.c:111
17299 msgid "tag shorthand without <tag>"
17302 #: builtin/push.c:119
17303 msgid "--delete only accepts plain target ref names"
17306 #: builtin/push.c:164
17309 "To choose either option permanently, see push.default in 'git help config'."
17312 #: builtin/push.c:167
17315 "The upstream branch of your current branch does not match\n"
17316 "the name of your current branch. To push to the upstream branch\n"
17317 "on the remote, use\n"
17319 " git push %s HEAD:%s\n"
17321 "To push to the branch of the same name on the remote, use\n"
17323 " git push %s HEAD\n"
17327 #: builtin/push.c:182
17330 "You are not currently on a branch.\n"
17331 "To push the history leading to the current (detached HEAD)\n"
17334 " git push %s HEAD:<name-of-remote-branch>\n"
17337 #: builtin/push.c:194
17340 "The current branch %s has no upstream branch.\n"
17341 "To push the current branch and set the remote as upstream, use\n"
17343 " git push --set-upstream %s %s\n"
17346 #: builtin/push.c:202
17348 msgid "The current branch %s has multiple upstream branches, refusing to push."
17351 #: builtin/push.c:205
17354 "You are pushing to remote '%s', which is not the upstream of\n"
17355 "your current branch '%s', without telling me what to push\n"
17356 "to update which remote branch."
17359 #: builtin/push.c:260
17361 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
17364 #: builtin/push.c:267
17366 "Updates were rejected because the tip of your current branch is behind\n"
17367 "its remote counterpart. Integrate the remote changes (e.g.\n"
17368 "'git pull ...') before pushing again.\n"
17369 "See the 'Note about fast-forwards' in 'git push --help' for details."
17372 #: builtin/push.c:273
17374 "Updates were rejected because a pushed branch tip is behind its remote\n"
17375 "counterpart. Check out this branch and integrate the remote changes\n"
17376 "(e.g. 'git pull ...') before pushing again.\n"
17377 "See the 'Note about fast-forwards' in 'git push --help' for details."
17380 #: builtin/push.c:279
17382 "Updates were rejected because the remote contains work that you do\n"
17383 "not have locally. This is usually caused by another repository pushing\n"
17384 "to the same ref. You may want to first integrate the remote changes\n"
17385 "(e.g., 'git pull ...') before pushing again.\n"
17386 "See the 'Note about fast-forwards' in 'git push --help' for details."
17389 #: builtin/push.c:286
17390 msgid "Updates were rejected because the tag already exists in the remote."
17393 #: builtin/push.c:289
17395 "You cannot update a remote ref that points at a non-commit object,\n"
17396 "or update a remote ref to make it point at a non-commit object,\n"
17397 "without using the '--force' option.\n"
17400 #: builtin/push.c:351
17402 msgid "Pushing to %s\n"
17405 #: builtin/push.c:358
17407 msgid "failed to push some refs to '%s'"
17410 #: builtin/push.c:532
17414 #: builtin/push.c:533 builtin/send-pack.c:183
17415 msgid "push all refs"
17418 #: builtin/push.c:534 builtin/send-pack.c:185
17419 msgid "mirror all refs"
17422 #: builtin/push.c:536
17423 msgid "delete refs"
17426 #: builtin/push.c:537
17427 msgid "push tags (can't be used with --all or --mirror)"
17430 #: builtin/push.c:540 builtin/send-pack.c:186
17431 msgid "force updates"
17434 #: builtin/push.c:541 builtin/send-pack.c:198
17435 msgid "<refname>:<expect>"
17438 #: builtin/push.c:542 builtin/send-pack.c:199
17439 msgid "require old value of ref to be at this value"
17442 #: builtin/push.c:545
17443 msgid "control recursive pushing of submodules"
17446 #: builtin/push.c:546 builtin/send-pack.c:193
17447 msgid "use thin pack"
17450 #: builtin/push.c:547 builtin/push.c:548 builtin/send-pack.c:180
17451 #: builtin/send-pack.c:181
17452 msgid "receive pack program"
17455 #: builtin/push.c:549
17456 msgid "set upstream for git pull/status"
17459 #: builtin/push.c:552
17460 msgid "prune locally removed refs"
17463 #: builtin/push.c:554
17464 msgid "bypass pre-push hook"
17467 #: builtin/push.c:555
17468 msgid "push missing but relevant tags"
17471 #: builtin/push.c:557 builtin/send-pack.c:187
17472 msgid "GPG sign the push"
17475 #: builtin/push.c:559 builtin/send-pack.c:194
17476 msgid "request atomic transaction on remote side"
17479 #: builtin/push.c:577
17480 msgid "--delete is incompatible with --all, --mirror and --tags"
17483 #: builtin/push.c:579
17484 msgid "--delete doesn't make sense without any refs"
17487 #: builtin/push.c:599
17489 msgid "bad repository '%s'"
17492 #: builtin/push.c:600
17494 "No configured push destination.\n"
17495 "Either specify the URL from the command-line or configure a remote "
17496 "repository using\n"
17498 " git remote add <name> <url>\n"
17500 "and then push using the remote name\n"
17502 " git push <name>\n"
17505 #: builtin/push.c:615
17506 msgid "--all and --tags are incompatible"
17509 #: builtin/push.c:617
17510 msgid "--all can't be combined with refspecs"
17513 #: builtin/push.c:621
17514 msgid "--mirror and --tags are incompatible"
17517 #: builtin/push.c:623
17518 msgid "--mirror can't be combined with refspecs"
17521 #: builtin/push.c:626
17522 msgid "--all and --mirror are incompatible"
17525 #: builtin/push.c:630
17526 msgid "push options must not have new line characters"
17529 #: builtin/range-diff.c:8
17530 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
17533 #: builtin/range-diff.c:9
17534 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
17537 #: builtin/range-diff.c:10
17538 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
17541 #: builtin/range-diff.c:22
17542 msgid "Percentage by which creation is weighted"
17545 #: builtin/range-diff.c:24
17546 msgid "use simple diff colors"
17549 #: builtin/range-diff.c:26
17553 #: builtin/range-diff.c:26
17554 msgid "passed to 'git log'"
17557 #: builtin/range-diff.c:50 builtin/range-diff.c:54
17559 msgid "no .. in range: '%s'"
17562 #: builtin/range-diff.c:64
17563 msgid "single arg format must be symmetric range"
17566 #: builtin/range-diff.c:79
17567 msgid "need two commit ranges"
17570 #: builtin/read-tree.c:41
17572 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
17573 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
17574 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
17577 #: builtin/read-tree.c:124
17578 msgid "write resulting index to <file>"
17581 #: builtin/read-tree.c:127
17582 msgid "only empty the index"
17585 #: builtin/read-tree.c:129
17589 #: builtin/read-tree.c:131
17590 msgid "perform a merge in addition to a read"
17593 #: builtin/read-tree.c:133
17594 msgid "3-way merge if no file level merging required"
17597 #: builtin/read-tree.c:135
17598 msgid "3-way merge in presence of adds and removes"
17601 #: builtin/read-tree.c:137
17602 msgid "same as -m, but discard unmerged entries"
17605 #: builtin/read-tree.c:138
17606 msgid "<subdirectory>/"
17609 #: builtin/read-tree.c:139
17610 msgid "read the tree into the index under <subdirectory>/"
17613 #: builtin/read-tree.c:142
17614 msgid "update working tree with merge result"
17617 #: builtin/read-tree.c:144
17621 #: builtin/read-tree.c:145
17622 msgid "allow explicitly ignored files to be overwritten"
17625 #: builtin/read-tree.c:148
17626 msgid "don't check the working tree after merging"
17629 #: builtin/read-tree.c:149
17630 msgid "don't update the index or the work tree"
17633 #: builtin/read-tree.c:151
17634 msgid "skip applying sparse checkout filter"
17637 #: builtin/read-tree.c:153
17638 msgid "debug unpack-trees"
17641 #: builtin/read-tree.c:157
17642 msgid "suppress feedback messages"
17645 #: builtin/read-tree.c:188
17646 msgid "You need to resolve your current index first"
17649 #: builtin/rebase.c:35
17651 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
17652 "[<upstream> [<branch>]]"
17655 #: builtin/rebase.c:37
17657 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
17660 #: builtin/rebase.c:39
17661 msgid "git rebase --continue | --abort | --skip | --edit-todo"
17664 #: builtin/rebase.c:187 builtin/rebase.c:211 builtin/rebase.c:238
17666 msgid "unusable todo list: '%s'"
17669 #: builtin/rebase.c:304
17671 msgid "could not create temporary %s"
17674 #: builtin/rebase.c:310
17675 msgid "could not mark as interactive"
17678 #: builtin/rebase.c:364
17679 msgid "could not generate todo list"
17682 #: builtin/rebase.c:405
17683 msgid "a base commit must be provided with --upstream or --onto"
17686 #: builtin/rebase.c:474
17687 msgid "git rebase--interactive [<options>]"
17690 #: builtin/rebase.c:487 builtin/rebase.c:1382
17691 msgid "keep commits which start empty"
17694 #: builtin/rebase.c:491 builtin/revert.c:128
17695 msgid "allow commits with empty messages"
17698 #: builtin/rebase.c:493
17699 msgid "rebase merge commits"
17702 #: builtin/rebase.c:495
17703 msgid "keep original branch points of cousins"
17706 #: builtin/rebase.c:497
17707 msgid "move commits that begin with squash!/fixup!"
17710 #: builtin/rebase.c:498
17711 msgid "sign commits"
17714 #: builtin/rebase.c:500 builtin/rebase.c:1321
17715 msgid "display a diffstat of what changed upstream"
17718 #: builtin/rebase.c:502
17719 msgid "continue rebase"
17722 #: builtin/rebase.c:504
17723 msgid "skip commit"
17726 #: builtin/rebase.c:505
17727 msgid "edit the todo list"
17730 #: builtin/rebase.c:507
17731 msgid "show the current patch"
17734 #: builtin/rebase.c:510
17735 msgid "shorten commit ids in the todo list"
17738 #: builtin/rebase.c:512
17739 msgid "expand commit ids in the todo list"
17742 #: builtin/rebase.c:514
17743 msgid "check the todo list"
17746 #: builtin/rebase.c:516
17747 msgid "rearrange fixup/squash lines"
17750 #: builtin/rebase.c:518
17751 msgid "insert exec commands in todo list"
17754 #: builtin/rebase.c:519
17758 #: builtin/rebase.c:522
17759 msgid "restrict-revision"
17762 #: builtin/rebase.c:522
17763 msgid "restrict revision"
17766 #: builtin/rebase.c:524
17767 msgid "squash-onto"
17770 #: builtin/rebase.c:525
17771 msgid "squash onto"
17774 #: builtin/rebase.c:527
17775 msgid "the upstream commit"
17778 #: builtin/rebase.c:529
17782 #: builtin/rebase.c:529
17786 #: builtin/rebase.c:534
17787 msgid "rebase strategy"
17790 #: builtin/rebase.c:535
17791 msgid "strategy-opts"
17794 #: builtin/rebase.c:536
17795 msgid "strategy options"
17798 #: builtin/rebase.c:537
17802 #: builtin/rebase.c:538
17803 msgid "the branch or commit to checkout"
17806 #: builtin/rebase.c:539
17810 #: builtin/rebase.c:539
17814 #: builtin/rebase.c:540
17818 #: builtin/rebase.c:540
17819 msgid "the command to run"
17822 #: builtin/rebase.c:543 builtin/rebase.c:1415
17823 msgid "automatically re-schedule any `exec` that fails"
17826 #: builtin/rebase.c:559
17827 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
17830 #: builtin/rebase.c:575
17832 msgid "%s requires the merge backend"
17835 #: builtin/rebase.c:618
17837 msgid "could not get 'onto': '%s'"
17840 #: builtin/rebase.c:635
17842 msgid "invalid orig-head: '%s'"
17845 #: builtin/rebase.c:660
17847 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
17850 #: builtin/rebase.c:805 git-rebase--preserve-merges.sh:81
17852 "Resolve all conflicts manually, mark them as resolved with\n"
17853 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
17854 "You can instead skip this commit: run \"git rebase --skip\".\n"
17855 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
17859 #: builtin/rebase.c:888
17863 "git encountered an error while preparing the patches to replay\n"
17864 "these revisions:\n"
17868 "As a result, git cannot rebase them."
17871 #: builtin/rebase.c:1214
17874 "unrecognized empty type '%s'; valid values are \"drop\", \"keep\", and \"ask"
17878 #: builtin/rebase.c:1232
17882 "Please specify which branch you want to rebase against.\n"
17883 "See git-rebase(1) for details.\n"
17885 " git rebase '<branch>'\n"
17889 #: builtin/rebase.c:1248
17892 "If you wish to set tracking information for this branch you can do so with:\n"
17894 " git branch --set-upstream-to=%s/<branch> %s\n"
17898 #: builtin/rebase.c:1278
17899 msgid "exec commands cannot contain newlines"
17902 #: builtin/rebase.c:1282
17903 msgid "empty exec command"
17906 #: builtin/rebase.c:1312
17907 msgid "rebase onto given branch instead of upstream"
17910 #: builtin/rebase.c:1314
17911 msgid "use the merge-base of upstream and branch as the current base"
17914 #: builtin/rebase.c:1316
17915 msgid "allow pre-rebase hook to run"
17918 #: builtin/rebase.c:1318
17919 msgid "be quiet. implies --no-stat"
17922 #: builtin/rebase.c:1324
17923 msgid "do not show diffstat of what changed upstream"
17926 #: builtin/rebase.c:1327
17927 msgid "add a Signed-off-by: line to each commit"
17930 #: builtin/rebase.c:1330
17931 msgid "make committer date match author date"
17934 #: builtin/rebase.c:1332
17935 msgid "ignore author date and use current date"
17938 #: builtin/rebase.c:1334
17939 msgid "synonym of --reset-author-date"
17942 #: builtin/rebase.c:1336 builtin/rebase.c:1340
17943 msgid "passed to 'git apply'"
17946 #: builtin/rebase.c:1338
17947 msgid "ignore changes in whitespace"
17950 #: builtin/rebase.c:1342 builtin/rebase.c:1345
17951 msgid "cherry-pick all commits, even if unchanged"
17954 #: builtin/rebase.c:1347
17958 #: builtin/rebase.c:1350
17959 msgid "skip current patch and continue"
17962 #: builtin/rebase.c:1352
17963 msgid "abort and check out the original branch"
17966 #: builtin/rebase.c:1355
17967 msgid "abort but keep HEAD where it is"
17970 #: builtin/rebase.c:1356
17971 msgid "edit the todo list during an interactive rebase"
17974 #: builtin/rebase.c:1359
17975 msgid "show the patch file being applied or merged"
17978 #: builtin/rebase.c:1362
17979 msgid "use apply strategies to rebase"
17982 #: builtin/rebase.c:1366
17983 msgid "use merging strategies to rebase"
17986 #: builtin/rebase.c:1370
17987 msgid "let the user edit the list of commits to rebase"
17990 #: builtin/rebase.c:1374
17991 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
17994 #: builtin/rebase.c:1379
17995 msgid "how to handle commits that become empty"
17998 #: builtin/rebase.c:1386
17999 msgid "move commits that begin with squash!/fixup! under -i"
18002 #: builtin/rebase.c:1393
18003 msgid "add exec lines after each commit of the editable list"
18006 #: builtin/rebase.c:1397
18007 msgid "allow rebasing commits with empty messages"
18010 #: builtin/rebase.c:1401
18011 msgid "try to rebase merges instead of skipping them"
18014 #: builtin/rebase.c:1404
18015 msgid "use 'merge-base --fork-point' to refine upstream"
18018 #: builtin/rebase.c:1406
18019 msgid "use the given merge strategy"
18022 #: builtin/rebase.c:1408 builtin/revert.c:115
18026 #: builtin/rebase.c:1409
18027 msgid "pass the argument through to the merge strategy"
18030 #: builtin/rebase.c:1412
18031 msgid "rebase all reachable commits up to the root(s)"
18034 #: builtin/rebase.c:1417
18035 msgid "apply all changes, even those already present upstream"
18038 #: builtin/rebase.c:1434
18040 "the rebase.useBuiltin support has been removed!\n"
18041 "See its entry in 'git help config' for details."
18044 #: builtin/rebase.c:1440
18045 msgid "It looks like 'git am' is in progress. Cannot rebase."
18048 #: builtin/rebase.c:1481
18050 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
18053 #: builtin/rebase.c:1486
18054 msgid "cannot combine '--keep-base' with '--onto'"
18057 #: builtin/rebase.c:1488
18058 msgid "cannot combine '--keep-base' with '--root'"
18061 #: builtin/rebase.c:1492
18062 msgid "cannot combine '--root' with '--fork-point'"
18065 #: builtin/rebase.c:1495
18066 msgid "No rebase in progress?"
18069 #: builtin/rebase.c:1499
18070 msgid "The --edit-todo action can only be used during interactive rebase."
18073 #: builtin/rebase.c:1522
18074 msgid "Cannot read HEAD"
18077 #: builtin/rebase.c:1534
18079 "You must edit all merge conflicts and then\n"
18080 "mark them as resolved using git add"
18083 #: builtin/rebase.c:1553
18084 msgid "could not discard worktree changes"
18087 #: builtin/rebase.c:1572
18089 msgid "could not move back to %s"
18092 #: builtin/rebase.c:1618
18095 "It seems that there is already a %s directory, and\n"
18096 "I wonder if you are in the middle of another rebase. If that is the\n"
18097 "case, please try\n"
18099 "If that is not the case, please\n"
18101 "and run me again. I am stopping in case you still have something\n"
18102 "valuable there.\n"
18105 #: builtin/rebase.c:1646
18106 msgid "switch `C' expects a numerical value"
18109 #: builtin/rebase.c:1688
18111 msgid "Unknown mode: %s"
18114 #: builtin/rebase.c:1727
18115 msgid "--strategy requires --merge or --interactive"
18118 #: builtin/rebase.c:1757
18119 msgid "cannot combine apply options with merge options"
18122 #: builtin/rebase.c:1770
18124 msgid "Unknown rebase backend: %s"
18127 #: builtin/rebase.c:1795
18128 msgid "--reschedule-failed-exec requires --exec or --interactive"
18131 #: builtin/rebase.c:1815
18132 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
18135 #: builtin/rebase.c:1819
18137 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
18140 #: builtin/rebase.c:1843
18142 msgid "invalid upstream '%s'"
18145 #: builtin/rebase.c:1849
18146 msgid "Could not create new root commit"
18149 #: builtin/rebase.c:1875
18151 msgid "'%s': need exactly one merge base with branch"
18154 #: builtin/rebase.c:1878
18156 msgid "'%s': need exactly one merge base"
18159 #: builtin/rebase.c:1886
18161 msgid "Does not point to a valid commit '%s'"
18164 #: builtin/rebase.c:1912
18166 msgid "fatal: no such branch/commit '%s'"
18169 #: builtin/rebase.c:1920 builtin/submodule--helper.c:40
18170 #: builtin/submodule--helper.c:2414
18172 msgid "No such ref: %s"
18175 #: builtin/rebase.c:1931
18176 msgid "Could not resolve HEAD to a revision"
18179 #: builtin/rebase.c:1952
18180 msgid "Please commit or stash them."
18183 #: builtin/rebase.c:1988
18185 msgid "could not switch to %s"
18188 #: builtin/rebase.c:1999
18189 msgid "HEAD is up to date."
18192 #: builtin/rebase.c:2001
18194 msgid "Current branch %s is up to date.\n"
18197 #: builtin/rebase.c:2009
18198 msgid "HEAD is up to date, rebase forced."
18201 #: builtin/rebase.c:2011
18203 msgid "Current branch %s is up to date, rebase forced.\n"
18206 #: builtin/rebase.c:2019
18207 msgid "The pre-rebase hook refused to rebase."
18210 #: builtin/rebase.c:2026
18212 msgid "Changes to %s:\n"
18215 #: builtin/rebase.c:2029
18217 msgid "Changes from %s to %s:\n"
18220 #: builtin/rebase.c:2054
18222 msgid "First, rewinding head to replay your work on top of it...\n"
18225 #: builtin/rebase.c:2063
18226 msgid "Could not detach HEAD"
18229 #: builtin/rebase.c:2072
18231 msgid "Fast-forwarded %s to %s.\n"
18234 #: builtin/receive-pack.c:34
18235 msgid "git receive-pack <git-dir>"
18238 #: builtin/receive-pack.c:1224
18240 "By default, updating the current branch in a non-bare repository\n"
18241 "is denied, because it will make the index and work tree inconsistent\n"
18242 "with what you pushed, and will require 'git reset --hard' to match\n"
18243 "the work tree to HEAD.\n"
18245 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
18246 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
18247 "its current branch; however, this is not recommended unless you\n"
18248 "arranged to update its work tree to match what you pushed in some\n"
18251 "To squelch this message and still keep the default behaviour, set\n"
18252 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
18255 #: builtin/receive-pack.c:1244
18257 "By default, deleting the current branch is denied, because the next\n"
18258 "'git clone' won't result in any file checked out, causing confusion.\n"
18260 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
18261 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
18262 "current branch, with or without a warning message.\n"
18264 "To squelch this message, you can set it to 'refuse'."
18267 #: builtin/receive-pack.c:2422
18271 #: builtin/receive-pack.c:2436
18272 msgid "You must specify a directory."
18275 #: builtin/reflog.c:17
18277 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
18278 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
18282 #: builtin/reflog.c:22
18284 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
18288 #: builtin/reflog.c:25
18289 msgid "git reflog exists <ref>"
18292 #: builtin/reflog.c:568 builtin/reflog.c:573
18294 msgid "'%s' is not a valid timestamp"
18297 #: builtin/reflog.c:606
18299 msgid "Marking reachable objects..."
18302 #: builtin/reflog.c:644
18304 msgid "%s points nowhere!"
18307 #: builtin/reflog.c:696
18308 msgid "no reflog specified to delete"
18311 #: builtin/reflog.c:705
18313 msgid "not a reflog: %s"
18316 #: builtin/reflog.c:710
18318 msgid "no reflog for '%s'"
18321 #: builtin/reflog.c:756
18323 msgid "invalid ref format: %s"
18326 #: builtin/reflog.c:765
18327 msgid "git reflog [ show | expire | delete | exists ]"
18330 #: builtin/remote.c:17
18331 msgid "git remote [-v | --verbose]"
18334 #: builtin/remote.c:18
18336 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
18337 "mirror=<fetch|push>] <name> <url>"
18340 #: builtin/remote.c:19 builtin/remote.c:39
18341 msgid "git remote rename <old> <new>"
18344 #: builtin/remote.c:20 builtin/remote.c:44
18345 msgid "git remote remove <name>"
18348 #: builtin/remote.c:21 builtin/remote.c:49
18349 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
18352 #: builtin/remote.c:22
18353 msgid "git remote [-v | --verbose] show [-n] <name>"
18356 #: builtin/remote.c:23
18357 msgid "git remote prune [-n | --dry-run] <name>"
18360 #: builtin/remote.c:24
18362 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
18365 #: builtin/remote.c:25
18366 msgid "git remote set-branches [--add] <name> <branch>..."
18369 #: builtin/remote.c:26 builtin/remote.c:75
18370 msgid "git remote get-url [--push] [--all] <name>"
18373 #: builtin/remote.c:27 builtin/remote.c:80
18374 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
18377 #: builtin/remote.c:28 builtin/remote.c:81
18378 msgid "git remote set-url --add <name> <newurl>"
18381 #: builtin/remote.c:29 builtin/remote.c:82
18382 msgid "git remote set-url --delete <name> <url>"
18385 #: builtin/remote.c:34
18386 msgid "git remote add [<options>] <name> <url>"
18389 #: builtin/remote.c:54
18390 msgid "git remote set-branches <name> <branch>..."
18393 #: builtin/remote.c:55
18394 msgid "git remote set-branches --add <name> <branch>..."
18397 #: builtin/remote.c:60
18398 msgid "git remote show [<options>] <name>"
18401 #: builtin/remote.c:65
18402 msgid "git remote prune [<options>] <name>"
18405 #: builtin/remote.c:70
18406 msgid "git remote update [<options>] [<group> | <remote>]..."
18409 #: builtin/remote.c:99
18411 msgid "Updating %s"
18414 #: builtin/remote.c:131
18416 "--mirror is dangerous and deprecated; please\n"
18417 "\t use --mirror=fetch or --mirror=push instead"
18420 #: builtin/remote.c:148
18422 msgid "unknown mirror argument: %s"
18425 #: builtin/remote.c:164
18426 msgid "fetch the remote branches"
18429 #: builtin/remote.c:166
18430 msgid "import all tags and associated objects when fetching"
18433 #: builtin/remote.c:169
18434 msgid "or do not fetch any tag at all (--no-tags)"
18437 #: builtin/remote.c:171
18438 msgid "branch(es) to track"
18441 #: builtin/remote.c:172
18442 msgid "master branch"
18445 #: builtin/remote.c:174
18446 msgid "set up remote as a mirror to push to or fetch from"
18449 #: builtin/remote.c:186
18450 msgid "specifying a master branch makes no sense with --mirror"
18453 #: builtin/remote.c:188
18454 msgid "specifying branches to track makes sense only with fetch mirrors"
18457 #: builtin/remote.c:195 builtin/remote.c:697
18459 msgid "remote %s already exists."
18462 #: builtin/remote.c:199 builtin/remote.c:701
18464 msgid "'%s' is not a valid remote name"
18467 #: builtin/remote.c:239
18469 msgid "Could not setup master '%s'"
18472 #: builtin/remote.c:354
18474 msgid "Could not get fetch map for refspec %s"
18477 #: builtin/remote.c:453 builtin/remote.c:461
18481 #: builtin/remote.c:465
18485 #: builtin/remote.c:654
18487 msgid "could not set '%s'"
18490 #: builtin/remote.c:659
18493 "The %s configuration remote.pushDefault in:\n"
18495 "now names the non-existent remote '%s'"
18498 #: builtin/remote.c:690 builtin/remote.c:833 builtin/remote.c:941
18500 msgid "No such remote: '%s'"
18503 #: builtin/remote.c:707
18505 msgid "Could not rename config section '%s' to '%s'"
18508 #: builtin/remote.c:727
18511 "Not updating non-default fetch refspec\n"
18513 "\tPlease update the configuration manually if necessary."
18516 #: builtin/remote.c:767
18518 msgid "deleting '%s' failed"
18521 #: builtin/remote.c:801
18523 msgid "creating '%s' failed"
18526 #: builtin/remote.c:877
18528 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
18529 "to delete it, use:"
18531 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
18532 "to delete them, use:"
18536 #: builtin/remote.c:891
18538 msgid "Could not remove config section '%s'"
18541 #: builtin/remote.c:994
18543 msgid " new (next fetch will store in remotes/%s)"
18546 #: builtin/remote.c:997
18550 #: builtin/remote.c:999
18551 msgid " stale (use 'git remote prune' to remove)"
18554 #: builtin/remote.c:1001
18558 #: builtin/remote.c:1042
18560 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
18563 #: builtin/remote.c:1051
18565 msgid "rebases interactively onto remote %s"
18568 #: builtin/remote.c:1053
18570 msgid "rebases interactively (with merges) onto remote %s"
18573 #: builtin/remote.c:1056
18575 msgid "rebases onto remote %s"
18578 #: builtin/remote.c:1060
18580 msgid " merges with remote %s"
18583 #: builtin/remote.c:1063
18585 msgid "merges with remote %s"
18588 #: builtin/remote.c:1066
18590 msgid "%-*s and with remote %s\n"
18593 #: builtin/remote.c:1109
18597 #: builtin/remote.c:1112
18601 #: builtin/remote.c:1116
18605 #: builtin/remote.c:1119
18606 msgid "fast-forwardable"
18609 #: builtin/remote.c:1122
18610 msgid "local out of date"
18613 #: builtin/remote.c:1129
18615 msgid " %-*s forces to %-*s (%s)"
18618 #: builtin/remote.c:1132
18620 msgid " %-*s pushes to %-*s (%s)"
18623 #: builtin/remote.c:1136
18625 msgid " %-*s forces to %s"
18628 #: builtin/remote.c:1139
18630 msgid " %-*s pushes to %s"
18633 #: builtin/remote.c:1207
18634 msgid "do not query remotes"
18637 #: builtin/remote.c:1234
18639 msgid "* remote %s"
18642 #: builtin/remote.c:1235
18644 msgid " Fetch URL: %s"
18647 #: builtin/remote.c:1236 builtin/remote.c:1252 builtin/remote.c:1391
18651 #. TRANSLATORS: the colon ':' should align
18652 #. with the one in " Fetch URL: %s"
18655 #: builtin/remote.c:1250 builtin/remote.c:1252
18657 msgid " Push URL: %s"
18660 #: builtin/remote.c:1254 builtin/remote.c:1256 builtin/remote.c:1258
18662 msgid " HEAD branch: %s"
18665 #: builtin/remote.c:1254
18666 msgid "(not queried)"
18669 #: builtin/remote.c:1256
18673 #: builtin/remote.c:1260
18676 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
18679 #: builtin/remote.c:1272
18681 msgid " Remote branch:%s"
18682 msgid_plural " Remote branches:%s"
18686 #: builtin/remote.c:1275 builtin/remote.c:1301
18687 msgid " (status not queried)"
18690 #: builtin/remote.c:1284
18691 msgid " Local branch configured for 'git pull':"
18692 msgid_plural " Local branches configured for 'git pull':"
18696 #: builtin/remote.c:1292
18697 msgid " Local refs will be mirrored by 'git push'"
18700 #: builtin/remote.c:1298
18702 msgid " Local ref configured for 'git push'%s:"
18703 msgid_plural " Local refs configured for 'git push'%s:"
18707 #: builtin/remote.c:1319
18708 msgid "set refs/remotes/<name>/HEAD according to remote"
18711 #: builtin/remote.c:1321
18712 msgid "delete refs/remotes/<name>/HEAD"
18715 #: builtin/remote.c:1336
18716 msgid "Cannot determine remote HEAD"
18719 #: builtin/remote.c:1338
18720 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
18723 #: builtin/remote.c:1348
18725 msgid "Could not delete %s"
18728 #: builtin/remote.c:1356
18730 msgid "Not a valid ref: %s"
18733 #: builtin/remote.c:1358
18735 msgid "Could not setup %s"
18738 #: builtin/remote.c:1376
18740 msgid " %s will become dangling!"
18743 #: builtin/remote.c:1377
18745 msgid " %s has become dangling!"
18748 #: builtin/remote.c:1387
18753 #: builtin/remote.c:1388
18758 #: builtin/remote.c:1404
18760 msgid " * [would prune] %s"
18763 #: builtin/remote.c:1407
18765 msgid " * [pruned] %s"
18768 #: builtin/remote.c:1452
18769 msgid "prune remotes after fetching"
18772 #: builtin/remote.c:1515 builtin/remote.c:1569 builtin/remote.c:1637
18774 msgid "No such remote '%s'"
18777 #: builtin/remote.c:1531
18781 #: builtin/remote.c:1538
18782 msgid "no remote specified"
18785 #: builtin/remote.c:1555
18786 msgid "query push URLs rather than fetch URLs"
18789 #: builtin/remote.c:1557
18790 msgid "return all URLs"
18793 #: builtin/remote.c:1585
18795 msgid "no URLs configured for remote '%s'"
18798 #: builtin/remote.c:1611
18799 msgid "manipulate push URLs"
18802 #: builtin/remote.c:1613
18806 #: builtin/remote.c:1615
18807 msgid "delete URLs"
18810 #: builtin/remote.c:1622
18811 msgid "--add --delete doesn't make sense"
18814 #: builtin/remote.c:1661
18816 msgid "Invalid old URL pattern: %s"
18819 #: builtin/remote.c:1669
18821 msgid "No such URL found: %s"
18824 #: builtin/remote.c:1671
18825 msgid "Will not delete all non-push URLs"
18828 #: builtin/repack.c:25
18829 msgid "git repack [<options>]"
18832 #: builtin/repack.c:30
18834 "Incremental repacks are incompatible with bitmap indexes. Use\n"
18835 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
18838 #: builtin/repack.c:197
18839 msgid "could not start pack-objects to repack promisor objects"
18842 #: builtin/repack.c:236 builtin/repack.c:421
18843 msgid "repack: Expecting full hex object ID lines only from pack-objects."
18846 #: builtin/repack.c:260
18847 msgid "could not finish pack-objects to repack promisor objects"
18850 #: builtin/repack.c:297
18851 msgid "pack everything in a single pack"
18854 #: builtin/repack.c:299
18855 msgid "same as -a, and turn unreachable objects loose"
18858 #: builtin/repack.c:302
18859 msgid "remove redundant packs, and run git-prune-packed"
18862 #: builtin/repack.c:304
18863 msgid "pass --no-reuse-delta to git-pack-objects"
18866 #: builtin/repack.c:306
18867 msgid "pass --no-reuse-object to git-pack-objects"
18870 #: builtin/repack.c:308
18871 msgid "do not run git-update-server-info"
18874 #: builtin/repack.c:311
18875 msgid "pass --local to git-pack-objects"
18878 #: builtin/repack.c:313
18879 msgid "write bitmap index"
18882 #: builtin/repack.c:315
18883 msgid "pass --delta-islands to git-pack-objects"
18886 #: builtin/repack.c:316
18887 msgid "approxidate"
18890 #: builtin/repack.c:317
18891 msgid "with -A, do not loosen objects older than this"
18894 #: builtin/repack.c:319
18895 msgid "with -a, repack unreachable objects"
18898 #: builtin/repack.c:321
18899 msgid "size of the window used for delta compression"
18902 #: builtin/repack.c:322 builtin/repack.c:328
18906 #: builtin/repack.c:323
18907 msgid "same as the above, but limit memory size instead of entries count"
18910 #: builtin/repack.c:325
18911 msgid "limits the maximum delta depth"
18914 #: builtin/repack.c:327
18915 msgid "limits the maximum number of threads"
18918 #: builtin/repack.c:329
18919 msgid "maximum size of each packfile"
18922 #: builtin/repack.c:331
18923 msgid "repack objects in packs marked with .keep"
18926 #: builtin/repack.c:333
18927 msgid "do not repack this pack"
18930 #: builtin/repack.c:343
18931 msgid "cannot delete packs in a precious-objects repo"
18934 #: builtin/repack.c:347
18935 msgid "--keep-unreachable and -A are incompatible"
18938 #: builtin/repack.c:430
18939 msgid "Nothing new to pack."
18942 #: builtin/repack.c:486
18945 "WARNING: Some packs in use have been renamed by\n"
18946 "WARNING: prefixing old- to their name, in order to\n"
18947 "WARNING: replace them with the new version of the\n"
18948 "WARNING: file. But the operation failed, and the\n"
18949 "WARNING: attempt to rename them back to their\n"
18950 "WARNING: original names also failed.\n"
18951 "WARNING: Please rename them in %s manually:\n"
18954 #: builtin/repack.c:534
18956 msgid "failed to remove '%s'"
18959 #: builtin/replace.c:22
18960 msgid "git replace [-f] <object> <replacement>"
18963 #: builtin/replace.c:23
18964 msgid "git replace [-f] --edit <object>"
18967 #: builtin/replace.c:24
18968 msgid "git replace [-f] --graft <commit> [<parent>...]"
18971 #: builtin/replace.c:25
18972 msgid "git replace [-f] --convert-graft-file"
18975 #: builtin/replace.c:26
18976 msgid "git replace -d <object>..."
18979 #: builtin/replace.c:27
18980 msgid "git replace [--format=<format>] [-l [<pattern>]]"
18983 #: builtin/replace.c:90
18986 "invalid replace format '%s'\n"
18987 "valid formats are 'short', 'medium' and 'long'"
18990 #: builtin/replace.c:125
18992 msgid "replace ref '%s' not found"
18995 #: builtin/replace.c:141
18997 msgid "Deleted replace ref '%s'"
19000 #: builtin/replace.c:153
19002 msgid "'%s' is not a valid ref name"
19005 #: builtin/replace.c:158
19007 msgid "replace ref '%s' already exists"
19010 #: builtin/replace.c:178
19013 "Objects must be of the same type.\n"
19014 "'%s' points to a replaced object of type '%s'\n"
19015 "while '%s' points to a replacement object of type '%s'."
19018 #: builtin/replace.c:229
19020 msgid "unable to open %s for writing"
19023 #: builtin/replace.c:242
19024 msgid "cat-file reported failure"
19027 #: builtin/replace.c:258
19029 msgid "unable to open %s for reading"
19032 #: builtin/replace.c:272
19033 msgid "unable to spawn mktree"
19036 #: builtin/replace.c:276
19037 msgid "unable to read from mktree"
19040 #: builtin/replace.c:285
19041 msgid "mktree reported failure"
19044 #: builtin/replace.c:289
19045 msgid "mktree did not return an object name"
19048 #: builtin/replace.c:298
19050 msgid "unable to fstat %s"
19053 #: builtin/replace.c:303
19054 msgid "unable to write object to database"
19057 #: builtin/replace.c:322 builtin/replace.c:378 builtin/replace.c:424
19058 #: builtin/replace.c:454
19060 msgid "not a valid object name: '%s'"
19063 #: builtin/replace.c:326
19065 msgid "unable to get object type for %s"
19068 #: builtin/replace.c:342
19069 msgid "editing object file failed"
19072 #: builtin/replace.c:351
19074 msgid "new object is the same as the old one: '%s'"
19077 #: builtin/replace.c:384
19079 msgid "could not parse %s as a commit"
19082 #: builtin/replace.c:416
19084 msgid "bad mergetag in commit '%s'"
19087 #: builtin/replace.c:418
19089 msgid "malformed mergetag in commit '%s'"
19092 #: builtin/replace.c:430
19095 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
19096 "instead of --graft"
19099 #: builtin/replace.c:469
19101 msgid "the original commit '%s' has a gpg signature"
19104 #: builtin/replace.c:470
19105 msgid "the signature will be removed in the replacement commit!"
19108 #: builtin/replace.c:480
19110 msgid "could not write replacement commit for: '%s'"
19113 #: builtin/replace.c:488
19115 msgid "graft for '%s' unnecessary"
19118 #: builtin/replace.c:492
19120 msgid "new commit is the same as the old one: '%s'"
19123 #: builtin/replace.c:527
19126 "could not convert the following graft(s):\n"
19130 #: builtin/replace.c:548
19131 msgid "list replace refs"
19134 #: builtin/replace.c:549
19135 msgid "delete replace refs"
19138 #: builtin/replace.c:550
19139 msgid "edit existing object"
19142 #: builtin/replace.c:551
19143 msgid "change a commit's parents"
19146 #: builtin/replace.c:552
19147 msgid "convert existing graft file"
19150 #: builtin/replace.c:553
19151 msgid "replace the ref if it exists"
19154 #: builtin/replace.c:555
19155 msgid "do not pretty-print contents for --edit"
19158 #: builtin/replace.c:556
19159 msgid "use this format"
19162 #: builtin/replace.c:569
19163 msgid "--format cannot be used when not listing"
19166 #: builtin/replace.c:577
19167 msgid "-f only makes sense when writing a replacement"
19170 #: builtin/replace.c:581
19171 msgid "--raw only makes sense with --edit"
19174 #: builtin/replace.c:587
19175 msgid "-d needs at least one argument"
19178 #: builtin/replace.c:593
19179 msgid "bad number of arguments"
19182 #: builtin/replace.c:599
19183 msgid "-e needs exactly one argument"
19186 #: builtin/replace.c:605
19187 msgid "-g needs at least one argument"
19190 #: builtin/replace.c:611
19191 msgid "--convert-graft-file takes no argument"
19194 #: builtin/replace.c:617
19195 msgid "only one pattern can be given with -l"
19198 #: builtin/rerere.c:13
19199 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
19202 #: builtin/rerere.c:60
19203 msgid "register clean resolutions in index"
19206 #: builtin/rerere.c:79
19207 msgid "'git rerere forget' without paths is deprecated"
19210 #: builtin/rerere.c:113
19212 msgid "unable to generate diff for '%s'"
19215 #: builtin/reset.c:32
19217 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
19220 #: builtin/reset.c:33
19221 msgid "git reset [-q] [<tree-ish>] [--] <pathspec>..."
19224 #: builtin/reset.c:34
19226 "git reset [-q] [--pathspec-from-file [--pathspec-file-nul]] [<tree-ish>]"
19229 #: builtin/reset.c:35
19230 msgid "git reset --patch [<tree-ish>] [--] [<pathspec>...]"
19233 #: builtin/reset.c:41
19237 #: builtin/reset.c:41
19241 #: builtin/reset.c:41
19245 #: builtin/reset.c:41
19249 #: builtin/reset.c:41
19253 #: builtin/reset.c:83
19254 msgid "You do not have a valid HEAD."
19257 #: builtin/reset.c:85
19258 msgid "Failed to find tree of HEAD."
19261 #: builtin/reset.c:91
19263 msgid "Failed to find tree of %s."
19266 #: builtin/reset.c:116
19268 msgid "HEAD is now at %s"
19271 #: builtin/reset.c:195
19273 msgid "Cannot do a %s reset in the middle of a merge."
19276 #: builtin/reset.c:295 builtin/stash.c:520 builtin/stash.c:595
19277 #: builtin/stash.c:619
19278 msgid "be quiet, only report errors"
19281 #: builtin/reset.c:297
19282 msgid "reset HEAD and index"
19285 #: builtin/reset.c:298
19286 msgid "reset only HEAD"
19289 #: builtin/reset.c:300 builtin/reset.c:302
19290 msgid "reset HEAD, index and working tree"
19293 #: builtin/reset.c:304
19294 msgid "reset HEAD but keep local changes"
19297 #: builtin/reset.c:310
19298 msgid "record only the fact that removed paths will be added later"
19301 #: builtin/reset.c:344
19303 msgid "Failed to resolve '%s' as a valid revision."
19306 #: builtin/reset.c:352
19308 msgid "Failed to resolve '%s' as a valid tree."
19311 #: builtin/reset.c:361
19312 msgid "--patch is incompatible with --{hard,mixed,soft}"
19315 #: builtin/reset.c:371
19316 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
19319 #: builtin/reset.c:373
19321 msgid "Cannot do %s reset with paths."
19324 #: builtin/reset.c:388
19326 msgid "%s reset is not allowed in a bare repository"
19329 #: builtin/reset.c:392
19330 msgid "-N can only be used with --mixed"
19333 #: builtin/reset.c:413
19334 msgid "Unstaged changes after reset:"
19337 #: builtin/reset.c:416
19341 "It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
19342 "use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
19343 "to make this the default.\n"
19346 #: builtin/reset.c:434
19348 msgid "Could not reset index file to revision '%s'."
19351 #: builtin/reset.c:439
19352 msgid "Could not write new index file."
19355 #: builtin/rev-list.c:499
19356 msgid "cannot combine --exclude-promisor-objects and --missing"
19359 #: builtin/rev-list.c:560
19360 msgid "object filtering requires --objects"
19363 #: builtin/rev-list.c:610
19364 msgid "rev-list does not support display of notes"
19367 #: builtin/rev-list.c:615
19368 msgid "marked counting is incompatible with --objects"
19371 #: builtin/rev-parse.c:409
19372 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
19375 #: builtin/rev-parse.c:414
19376 msgid "keep the `--` passed as an arg"
19379 #: builtin/rev-parse.c:416
19380 msgid "stop parsing after the first non-option argument"
19383 #: builtin/rev-parse.c:419
19384 msgid "output in stuck long form"
19387 #: builtin/rev-parse.c:552
19389 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
19390 " or: git rev-parse --sq-quote [<arg>...]\n"
19391 " or: git rev-parse [<options>] [<arg>...]\n"
19393 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
19396 #: builtin/revert.c:24
19397 msgid "git revert [<options>] <commit-ish>..."
19400 #: builtin/revert.c:25
19401 msgid "git revert <subcommand>"
19404 #: builtin/revert.c:30
19405 msgid "git cherry-pick [<options>] <commit-ish>..."
19408 #: builtin/revert.c:31
19409 msgid "git cherry-pick <subcommand>"
19412 #: builtin/revert.c:72
19414 msgid "option `%s' expects a number greater than zero"
19417 #: builtin/revert.c:92
19419 msgid "%s: %s cannot be used with %s"
19422 #: builtin/revert.c:102
19423 msgid "end revert or cherry-pick sequence"
19426 #: builtin/revert.c:103
19427 msgid "resume revert or cherry-pick sequence"
19430 #: builtin/revert.c:104
19431 msgid "cancel revert or cherry-pick sequence"
19434 #: builtin/revert.c:105
19435 msgid "skip current commit and continue"
19438 #: builtin/revert.c:107
19439 msgid "don't automatically commit"
19442 #: builtin/revert.c:108
19443 msgid "edit the commit message"
19446 #: builtin/revert.c:111
19447 msgid "parent-number"
19450 #: builtin/revert.c:112
19451 msgid "select mainline parent"
19454 #: builtin/revert.c:114
19455 msgid "merge strategy"
19458 #: builtin/revert.c:116
19459 msgid "option for merge strategy"
19462 #: builtin/revert.c:125
19463 msgid "append commit name"
19466 #: builtin/revert.c:127
19467 msgid "preserve initially empty commits"
19470 #: builtin/revert.c:129
19471 msgid "keep redundant, empty commits"
19474 #: builtin/revert.c:232
19475 msgid "revert failed"
19478 #: builtin/revert.c:245
19479 msgid "cherry-pick failed"
19483 msgid "git rm [<options>] [--] <file>..."
19486 #: builtin/rm.c:207
19488 "the following file has staged content different from both the\n"
19489 "file and the HEAD:"
19491 "the following files have staged content different from both the\n"
19492 "file and the HEAD:"
19496 #: builtin/rm.c:212
19499 "(use -f to force removal)"
19502 #: builtin/rm.c:216
19503 msgid "the following file has changes staged in the index:"
19504 msgid_plural "the following files have changes staged in the index:"
19508 #: builtin/rm.c:220 builtin/rm.c:229
19511 "(use --cached to keep the file, or -f to force removal)"
19514 #: builtin/rm.c:226
19515 msgid "the following file has local modifications:"
19516 msgid_plural "the following files have local modifications:"
19520 #: builtin/rm.c:243
19521 msgid "do not list removed files"
19524 #: builtin/rm.c:244
19525 msgid "only remove from the index"
19528 #: builtin/rm.c:245
19529 msgid "override the up-to-date check"
19532 #: builtin/rm.c:246
19533 msgid "allow recursive removal"
19536 #: builtin/rm.c:248
19537 msgid "exit with a zero status even if nothing matched"
19540 #: builtin/rm.c:282
19541 msgid "No pathspec was given. Which files should I remove?"
19544 #: builtin/rm.c:305
19545 msgid "please stage your changes to .gitmodules or stash them to proceed"
19548 #: builtin/rm.c:323
19550 msgid "not removing '%s' recursively without -r"
19553 #: builtin/rm.c:362
19555 msgid "git rm: unable to remove %s"
19558 #: builtin/send-pack.c:20
19560 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
19561 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
19563 " --all and explicit <ref> specification are mutually exclusive."
19566 #: builtin/send-pack.c:182
19567 msgid "remote name"
19570 #: builtin/send-pack.c:195
19571 msgid "use stateless RPC protocol"
19574 #: builtin/send-pack.c:196
19575 msgid "read refs from stdin"
19578 #: builtin/send-pack.c:197
19579 msgid "print status from remote helper"
19582 #: builtin/shortlog.c:15
19583 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
19586 #: builtin/shortlog.c:16
19587 msgid "git log --pretty=short | git shortlog [<options>]"
19590 #: builtin/shortlog.c:134
19591 msgid "using multiple --group options with stdin is not supported"
19594 #: builtin/shortlog.c:144
19595 msgid "using --group=trailer with stdin is not supported"
19598 #: builtin/shortlog.c:388
19600 msgid "unknown group type: %s"
19603 #: builtin/shortlog.c:416
19604 msgid "Group by committer rather than author"
19607 #: builtin/shortlog.c:419
19608 msgid "sort output according to the number of commits per author"
19611 #: builtin/shortlog.c:421
19612 msgid "Suppress commit descriptions, only provides commit count"
19615 #: builtin/shortlog.c:423
19616 msgid "Show the email address of each author"
19619 #: builtin/shortlog.c:424
19620 msgid "<w>[,<i1>[,<i2>]]"
19623 #: builtin/shortlog.c:425
19624 msgid "Linewrap output"
19627 #: builtin/shortlog.c:427
19631 #: builtin/shortlog.c:428
19632 msgid "Group by field"
19635 #: builtin/shortlog.c:456
19636 msgid "too many arguments given outside repository"
19639 #: builtin/show-branch.c:13
19641 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
19642 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
19643 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
19644 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
19647 #: builtin/show-branch.c:17
19648 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
19651 #: builtin/show-branch.c:395
19653 msgid "ignoring %s; cannot handle more than %d ref"
19654 msgid_plural "ignoring %s; cannot handle more than %d refs"
19658 #: builtin/show-branch.c:548
19660 msgid "no matching refs with %s"
19663 #: builtin/show-branch.c:645
19664 msgid "show remote-tracking and local branches"
19667 #: builtin/show-branch.c:647
19668 msgid "show remote-tracking branches"
19671 #: builtin/show-branch.c:649
19672 msgid "color '*!+-' corresponding to the branch"
19675 #: builtin/show-branch.c:651
19676 msgid "show <n> more commits after the common ancestor"
19679 #: builtin/show-branch.c:653
19680 msgid "synonym to more=-1"
19683 #: builtin/show-branch.c:654
19684 msgid "suppress naming strings"
19687 #: builtin/show-branch.c:656
19688 msgid "include the current branch"
19691 #: builtin/show-branch.c:658
19692 msgid "name commits with their object names"
19695 #: builtin/show-branch.c:660
19696 msgid "show possible merge bases"
19699 #: builtin/show-branch.c:662
19700 msgid "show refs unreachable from any other ref"
19703 #: builtin/show-branch.c:664
19704 msgid "show commits in topological order"
19707 #: builtin/show-branch.c:667
19708 msgid "show only commits not on the first branch"
19711 #: builtin/show-branch.c:669
19712 msgid "show merges reachable from only one tip"
19715 #: builtin/show-branch.c:671
19716 msgid "topologically sort, maintaining date order where possible"
19719 #: builtin/show-branch.c:674
19720 msgid "<n>[,<base>]"
19723 #: builtin/show-branch.c:675
19724 msgid "show <n> most recent ref-log entries starting at base"
19727 #: builtin/show-branch.c:711
19729 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
19732 #: builtin/show-branch.c:735
19733 msgid "no branches given, and HEAD is not valid"
19736 #: builtin/show-branch.c:738
19737 msgid "--reflog option needs one branch name"
19740 #: builtin/show-branch.c:741
19742 msgid "only %d entry can be shown at one time."
19743 msgid_plural "only %d entries can be shown at one time."
19747 #: builtin/show-branch.c:745
19749 msgid "no such ref %s"
19752 #: builtin/show-branch.c:831
19754 msgid "cannot handle more than %d rev."
19755 msgid_plural "cannot handle more than %d revs."
19759 #: builtin/show-branch.c:835
19761 msgid "'%s' is not a valid ref."
19764 #: builtin/show-branch.c:838
19766 msgid "cannot find commit %s (%s)"
19769 #: builtin/show-index.c:21
19770 msgid "hash-algorithm"
19773 #: builtin/show-index.c:31
19774 msgid "Unknown hash algorithm"
19777 #: builtin/show-ref.c:12
19779 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
19780 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
19783 #: builtin/show-ref.c:13
19784 msgid "git show-ref --exclude-existing[=<pattern>]"
19787 #: builtin/show-ref.c:162
19788 msgid "only show tags (can be combined with heads)"
19791 #: builtin/show-ref.c:163
19792 msgid "only show heads (can be combined with tags)"
19795 #: builtin/show-ref.c:164
19796 msgid "stricter reference checking, requires exact ref path"
19799 #: builtin/show-ref.c:167 builtin/show-ref.c:169
19800 msgid "show the HEAD reference, even if it would be filtered out"
19803 #: builtin/show-ref.c:171
19804 msgid "dereference tags into object IDs"
19807 #: builtin/show-ref.c:173
19808 msgid "only show SHA1 hash using <n> digits"
19811 #: builtin/show-ref.c:177
19812 msgid "do not print results to stdout (useful with --verify)"
19815 #: builtin/show-ref.c:179
19816 msgid "show refs from stdin that aren't in local repository"
19819 #: builtin/sparse-checkout.c:21
19820 msgid "git sparse-checkout (init|list|set|add|reapply|disable) <options>"
19823 #: builtin/sparse-checkout.c:50
19824 msgid "git sparse-checkout list"
19827 #: builtin/sparse-checkout.c:76
19828 msgid "this worktree is not sparse (sparse-checkout file may not exist)"
19831 #: builtin/sparse-checkout.c:228
19832 msgid "failed to create directory for sparse-checkout file"
19835 #: builtin/sparse-checkout.c:269
19836 msgid "unable to upgrade repository format to enable worktreeConfig"
19839 #: builtin/sparse-checkout.c:271
19840 msgid "failed to set extensions.worktreeConfig setting"
19843 #: builtin/sparse-checkout.c:288
19844 msgid "git sparse-checkout init [--cone]"
19847 #: builtin/sparse-checkout.c:307
19848 msgid "initialize the sparse-checkout in cone mode"
19851 #: builtin/sparse-checkout.c:344
19853 msgid "failed to open '%s'"
19856 #: builtin/sparse-checkout.c:401
19858 msgid "could not normalize path %s"
19861 #: builtin/sparse-checkout.c:413
19862 msgid "git sparse-checkout (set|add) (--stdin | <patterns>)"
19865 #: builtin/sparse-checkout.c:438
19867 msgid "unable to unquote C-style string '%s'"
19870 #: builtin/sparse-checkout.c:492 builtin/sparse-checkout.c:516
19871 msgid "unable to load existing sparse-checkout patterns"
19874 #: builtin/sparse-checkout.c:561
19875 msgid "read patterns from standard in"
19878 #: builtin/sparse-checkout.c:576
19879 msgid "git sparse-checkout reapply"
19882 #: builtin/sparse-checkout.c:595
19883 msgid "git sparse-checkout disable"
19886 #: builtin/sparse-checkout.c:623
19887 msgid "error while refreshing working directory"
19890 #: builtin/stash.c:22 builtin/stash.c:38
19891 msgid "git stash list [<options>]"
19894 #: builtin/stash.c:23 builtin/stash.c:43
19895 msgid "git stash show [<options>] [<stash>]"
19898 #: builtin/stash.c:24 builtin/stash.c:48
19899 msgid "git stash drop [-q|--quiet] [<stash>]"
19902 #: builtin/stash.c:25
19903 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
19906 #: builtin/stash.c:26 builtin/stash.c:63
19907 msgid "git stash branch <branchname> [<stash>]"
19910 #: builtin/stash.c:27 builtin/stash.c:68
19911 msgid "git stash clear"
19914 #: builtin/stash.c:28
19916 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19917 " [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
19918 " [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
19919 " [--] [<pathspec>...]]"
19922 #: builtin/stash.c:32 builtin/stash.c:85
19924 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19925 " [-u|--include-untracked] [-a|--all] [<message>]"
19928 #: builtin/stash.c:53
19929 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
19932 #: builtin/stash.c:58
19933 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
19936 #: builtin/stash.c:73
19937 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
19940 #: builtin/stash.c:78
19942 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19943 " [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
19944 " [--] [<pathspec>...]]"
19947 #: builtin/stash.c:128
19949 msgid "'%s' is not a stash-like commit"
19952 #: builtin/stash.c:148
19954 msgid "Too many revisions specified:%s"
19957 #: builtin/stash.c:162
19958 msgid "No stash entries found."
19961 #: builtin/stash.c:176
19963 msgid "%s is not a valid reference"
19966 #: builtin/stash.c:225
19967 msgid "git stash clear with parameters is unimplemented"
19970 #: builtin/stash.c:404
19971 msgid "cannot apply a stash in the middle of a merge"
19974 #: builtin/stash.c:415
19976 msgid "could not generate diff %s^!."
19979 #: builtin/stash.c:422
19980 msgid "conflicts in index.Try without --index."
19983 #: builtin/stash.c:428
19984 msgid "could not save index tree"
19987 #: builtin/stash.c:437
19988 msgid "could not restore untracked files from stash"
19991 #: builtin/stash.c:451
19993 msgid "Merging %s with %s"
19996 #: builtin/stash.c:461
19997 msgid "Index was not unstashed."
20000 #: builtin/stash.c:522 builtin/stash.c:621
20001 msgid "attempt to recreate the index"
20004 #: builtin/stash.c:555
20006 msgid "Dropped %s (%s)"
20009 #: builtin/stash.c:558
20011 msgid "%s: Could not drop stash entry"
20014 #: builtin/stash.c:583
20016 msgid "'%s' is not a stash reference"
20019 #: builtin/stash.c:633
20020 msgid "The stash entry is kept in case you need it again."
20023 #: builtin/stash.c:656
20024 msgid "No branch name specified"
20027 #: builtin/stash.c:800 builtin/stash.c:837
20029 msgid "Cannot update %s with %s"
20032 #: builtin/stash.c:818 builtin/stash.c:1472 builtin/stash.c:1537
20033 msgid "stash message"
20036 #: builtin/stash.c:828
20037 msgid "\"git stash store\" requires one <commit> argument"
20040 #: builtin/stash.c:1043
20041 msgid "No changes selected"
20044 #: builtin/stash.c:1143
20045 msgid "You do not have the initial commit yet"
20048 #: builtin/stash.c:1170
20049 msgid "Cannot save the current index state"
20052 #: builtin/stash.c:1179
20053 msgid "Cannot save the untracked files"
20056 #: builtin/stash.c:1190 builtin/stash.c:1199
20057 msgid "Cannot save the current worktree state"
20060 #: builtin/stash.c:1227
20061 msgid "Cannot record working tree state"
20064 #: builtin/stash.c:1276
20065 msgid "Can't use --patch and --include-untracked or --all at the same time"
20068 #: builtin/stash.c:1292
20069 msgid "Did you forget to 'git add'?"
20072 #: builtin/stash.c:1307
20073 msgid "No local changes to save"
20076 #: builtin/stash.c:1314
20077 msgid "Cannot initialize stash"
20080 #: builtin/stash.c:1329
20081 msgid "Cannot save the current status"
20084 #: builtin/stash.c:1334
20086 msgid "Saved working directory and index state %s"
20089 #: builtin/stash.c:1424
20090 msgid "Cannot remove worktree changes"
20093 #: builtin/stash.c:1463 builtin/stash.c:1528
20097 #: builtin/stash.c:1465 builtin/stash.c:1530
20098 msgid "stash in patch mode"
20101 #: builtin/stash.c:1466 builtin/stash.c:1531
20105 #: builtin/stash.c:1468 builtin/stash.c:1533
20106 msgid "include untracked files in stash"
20109 #: builtin/stash.c:1470 builtin/stash.c:1535
20110 msgid "include ignore files"
20113 #: builtin/stash.c:1570
20115 "the stash.useBuiltin support has been removed!\n"
20116 "See its entry in 'git help config' for details."
20119 #: builtin/stripspace.c:18
20120 msgid "git stripspace [-s | --strip-comments]"
20123 #: builtin/stripspace.c:19
20124 msgid "git stripspace [-c | --comment-lines]"
20127 #: builtin/stripspace.c:37
20128 msgid "skip and remove all lines starting with comment character"
20131 #: builtin/stripspace.c:40
20132 msgid "prepend comment character and space to each line"
20135 #: builtin/submodule--helper.c:47 builtin/submodule--helper.c:2423
20137 msgid "Expecting a full ref name, got %s"
20140 #: builtin/submodule--helper.c:64
20141 msgid "submodule--helper print-default-remote takes no arguments"
20144 #: builtin/submodule--helper.c:102
20146 msgid "cannot strip one component off url '%s'"
20149 #: builtin/submodule--helper.c:410 builtin/submodule--helper.c:1819
20150 msgid "alternative anchor for relative paths"
20153 #: builtin/submodule--helper.c:415
20154 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
20157 #: builtin/submodule--helper.c:472 builtin/submodule--helper.c:629
20158 #: builtin/submodule--helper.c:652
20160 msgid "No url found for submodule path '%s' in .gitmodules"
20163 #: builtin/submodule--helper.c:524
20165 msgid "Entering '%s'\n"
20168 #: builtin/submodule--helper.c:527
20171 "run_command returned non-zero status for %s\n"
20175 #: builtin/submodule--helper.c:549
20178 "run_command returned non-zero status while recursing in the nested "
20179 "submodules of %s\n"
20183 #: builtin/submodule--helper.c:565
20184 msgid "Suppress output of entering each submodule command"
20187 #: builtin/submodule--helper.c:567 builtin/submodule--helper.c:1487
20188 msgid "Recurse into nested submodules"
20191 #: builtin/submodule--helper.c:572
20192 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
20195 #: builtin/submodule--helper.c:599
20198 "could not look up configuration '%s'. Assuming this repository is its own "
20199 "authoritative upstream."
20202 #: builtin/submodule--helper.c:666
20204 msgid "Failed to register url for submodule path '%s'"
20207 #: builtin/submodule--helper.c:670
20209 msgid "Submodule '%s' (%s) registered for path '%s'\n"
20212 #: builtin/submodule--helper.c:680
20214 msgid "warning: command update mode suggested for submodule '%s'\n"
20217 #: builtin/submodule--helper.c:687
20219 msgid "Failed to register update mode for submodule path '%s'"
20222 #: builtin/submodule--helper.c:709
20223 msgid "Suppress output for initializing a submodule"
20226 #: builtin/submodule--helper.c:714
20227 msgid "git submodule--helper init [<options>] [<path>]"
20230 #: builtin/submodule--helper.c:787 builtin/submodule--helper.c:922
20232 msgid "no submodule mapping found in .gitmodules for path '%s'"
20235 #: builtin/submodule--helper.c:835
20237 msgid "could not resolve HEAD ref inside the submodule '%s'"
20240 #: builtin/submodule--helper.c:862 builtin/submodule--helper.c:1457
20242 msgid "failed to recurse into submodule '%s'"
20245 #: builtin/submodule--helper.c:886 builtin/submodule--helper.c:1623
20246 msgid "Suppress submodule status output"
20249 #: builtin/submodule--helper.c:887
20251 "Use commit stored in the index instead of the one stored in the submodule "
20255 #: builtin/submodule--helper.c:888
20256 msgid "recurse into nested submodules"
20259 #: builtin/submodule--helper.c:893
20260 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
20263 #: builtin/submodule--helper.c:917
20264 msgid "git submodule--helper name <path>"
20267 #: builtin/submodule--helper.c:989
20269 msgid "* %s %s(blob)->%s(submodule)"
20272 #: builtin/submodule--helper.c:992
20274 msgid "* %s %s(submodule)->%s(blob)"
20277 #: builtin/submodule--helper.c:1005
20282 #: builtin/submodule--helper.c:1055
20284 msgid "couldn't hash object from '%s'"
20287 #: builtin/submodule--helper.c:1059
20289 msgid "unexpected mode %o\n"
20292 #: builtin/submodule--helper.c:1300
20293 msgid "use the commit stored in the index instead of the submodule HEAD"
20296 #: builtin/submodule--helper.c:1302
20297 msgid "to compare the commit in the index with that in the submodule HEAD"
20300 #: builtin/submodule--helper.c:1304
20301 msgid "skip submodules with 'ignore_config' value set to 'all'"
20304 #: builtin/submodule--helper.c:1306
20305 msgid "limit the summary size"
20308 #: builtin/submodule--helper.c:1311
20309 msgid "git submodule--helper summary [<options>] [<commit>] [--] [<path>]"
20312 #: builtin/submodule--helper.c:1335
20313 msgid "could not fetch a revision for HEAD"
20316 #: builtin/submodule--helper.c:1340
20317 msgid "--cached and --files are mutually exclusive"
20320 #: builtin/submodule--helper.c:1407
20322 msgid "Synchronizing submodule url for '%s'\n"
20325 #: builtin/submodule--helper.c:1413
20327 msgid "failed to register url for submodule path '%s'"
20330 #: builtin/submodule--helper.c:1427
20332 msgid "failed to get the default remote for submodule '%s'"
20335 #: builtin/submodule--helper.c:1438
20337 msgid "failed to update remote for submodule '%s'"
20340 #: builtin/submodule--helper.c:1485
20341 msgid "Suppress output of synchronizing submodule url"
20344 #: builtin/submodule--helper.c:1492
20345 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
20348 #: builtin/submodule--helper.c:1546
20351 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
20352 "really want to remove it including all of its history)"
20355 #: builtin/submodule--helper.c:1558
20358 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
20362 #: builtin/submodule--helper.c:1566
20364 msgid "Cleared directory '%s'\n"
20367 #: builtin/submodule--helper.c:1568
20369 msgid "Could not remove submodule work tree '%s'\n"
20372 #: builtin/submodule--helper.c:1579
20374 msgid "could not create empty submodule directory %s"
20377 #: builtin/submodule--helper.c:1595
20379 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
20382 #: builtin/submodule--helper.c:1624
20383 msgid "Remove submodule working trees even if they contain local changes"
20386 #: builtin/submodule--helper.c:1625
20387 msgid "Unregister all submodules"
20390 #: builtin/submodule--helper.c:1630
20392 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
20395 #: builtin/submodule--helper.c:1644
20396 msgid "Use '--all' if you really want to deinitialize all submodules"
20399 #: builtin/submodule--helper.c:1713
20401 "An alternate computed from a superproject's alternate is invalid.\n"
20402 "To allow Git to clone without an alternate in such a case, set\n"
20403 "submodule.alternateErrorStrategy to 'info' or, equivalently, clone with\n"
20404 "'--reference-if-able' instead of '--reference'."
20407 #: builtin/submodule--helper.c:1752 builtin/submodule--helper.c:1755
20409 msgid "submodule '%s' cannot add alternate: %s"
20412 #: builtin/submodule--helper.c:1791
20414 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
20417 #: builtin/submodule--helper.c:1798
20419 msgid "Value '%s' for submodule.alternateLocation is not recognized"
20422 #: builtin/submodule--helper.c:1822
20423 msgid "where the new submodule will be cloned to"
20426 #: builtin/submodule--helper.c:1825
20427 msgid "name of the new submodule"
20430 #: builtin/submodule--helper.c:1828
20431 msgid "url where to clone the submodule from"
20434 #: builtin/submodule--helper.c:1836
20435 msgid "depth for shallow clones"
20438 #: builtin/submodule--helper.c:1839 builtin/submodule--helper.c:2348
20439 msgid "force cloning progress"
20442 #: builtin/submodule--helper.c:1841 builtin/submodule--helper.c:2350
20443 msgid "disallow cloning into non-empty directory"
20446 #: builtin/submodule--helper.c:1848
20448 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
20449 "<repository>] [--name <name>] [--depth <depth>] [--single-branch] --url "
20450 "<url> --path <path>"
20453 #: builtin/submodule--helper.c:1873
20455 msgid "refusing to create/use '%s' in another submodule's git dir"
20458 #: builtin/submodule--helper.c:1884
20460 msgid "clone of '%s' into submodule path '%s' failed"
20463 #: builtin/submodule--helper.c:1888
20465 msgid "directory not empty: '%s'"
20468 #: builtin/submodule--helper.c:1900
20470 msgid "could not get submodule directory for '%s'"
20473 #: builtin/submodule--helper.c:1936
20475 msgid "Invalid update mode '%s' for submodule path '%s'"
20478 #: builtin/submodule--helper.c:1940
20480 msgid "Invalid update mode '%s' configured for submodule path '%s'"
20483 #: builtin/submodule--helper.c:2041
20485 msgid "Submodule path '%s' not initialized"
20488 #: builtin/submodule--helper.c:2045
20489 msgid "Maybe you want to use 'update --init'?"
20492 #: builtin/submodule--helper.c:2075
20494 msgid "Skipping unmerged submodule %s"
20497 #: builtin/submodule--helper.c:2104
20499 msgid "Skipping submodule '%s'"
20502 #: builtin/submodule--helper.c:2254
20504 msgid "Failed to clone '%s'. Retry scheduled"
20507 #: builtin/submodule--helper.c:2265
20509 msgid "Failed to clone '%s' a second time, aborting"
20512 #: builtin/submodule--helper.c:2327 builtin/submodule--helper.c:2573
20513 msgid "path into the working tree"
20516 #: builtin/submodule--helper.c:2330
20517 msgid "path into the working tree, across nested submodule boundaries"
20520 #: builtin/submodule--helper.c:2334
20521 msgid "rebase, merge, checkout or none"
20524 #: builtin/submodule--helper.c:2340
20525 msgid "Create a shallow clone truncated to the specified number of revisions"
20528 #: builtin/submodule--helper.c:2343
20529 msgid "parallel jobs"
20532 #: builtin/submodule--helper.c:2345
20533 msgid "whether the initial clone should follow the shallow recommendation"
20536 #: builtin/submodule--helper.c:2346
20537 msgid "don't print cloning progress"
20540 #: builtin/submodule--helper.c:2357
20541 msgid "git submodule--helper update-clone [--prefix=<path>] [<path>...]"
20544 #: builtin/submodule--helper.c:2370
20545 msgid "bad value for update parameter"
20548 #: builtin/submodule--helper.c:2418
20551 "Submodule (%s) branch configured to inherit branch from superproject, but "
20552 "the superproject is not on any branch"
20555 #: builtin/submodule--helper.c:2541
20557 msgid "could not get a repository handle for submodule '%s'"
20560 #: builtin/submodule--helper.c:2574
20561 msgid "recurse into submodules"
20564 #: builtin/submodule--helper.c:2580
20565 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
20568 #: builtin/submodule--helper.c:2636
20569 msgid "check if it is safe to write to the .gitmodules file"
20572 #: builtin/submodule--helper.c:2639
20573 msgid "unset the config in the .gitmodules file"
20576 #: builtin/submodule--helper.c:2644
20577 msgid "git submodule--helper config <name> [<value>]"
20580 #: builtin/submodule--helper.c:2645
20581 msgid "git submodule--helper config --unset <name>"
20584 #: builtin/submodule--helper.c:2646
20585 msgid "git submodule--helper config --check-writeable"
20588 #: builtin/submodule--helper.c:2665 git-submodule.sh:151
20590 msgid "please make sure that the .gitmodules file is in the working tree"
20593 #: builtin/submodule--helper.c:2681
20594 msgid "Suppress output for setting url of a submodule"
20597 #: builtin/submodule--helper.c:2685
20598 msgid "git submodule--helper set-url [--quiet] <path> <newurl>"
20601 #: builtin/submodule--helper.c:2718
20602 msgid "set the default tracking branch to master"
20605 #: builtin/submodule--helper.c:2720
20606 msgid "set the default tracking branch"
20609 #: builtin/submodule--helper.c:2724
20610 msgid "git submodule--helper set-branch [-q|--quiet] (-d|--default) <path>"
20613 #: builtin/submodule--helper.c:2725
20615 "git submodule--helper set-branch [-q|--quiet] (-b|--branch) <branch> <path>"
20618 #: builtin/submodule--helper.c:2732
20619 msgid "--branch or --default required"
20622 #: builtin/submodule--helper.c:2735
20623 msgid "--branch and --default are mutually exclusive"
20626 #: builtin/submodule--helper.c:2792 git.c:438 git.c:710
20628 msgid "%s doesn't support --super-prefix"
20631 #: builtin/submodule--helper.c:2798
20633 msgid "'%s' is not a valid submodule--helper subcommand"
20636 #: builtin/symbolic-ref.c:8
20637 msgid "git symbolic-ref [<options>] <name> [<ref>]"
20640 #: builtin/symbolic-ref.c:9
20641 msgid "git symbolic-ref -d [-q] <name>"
20644 #: builtin/symbolic-ref.c:40
20645 msgid "suppress error message for non-symbolic (detached) refs"
20648 #: builtin/symbolic-ref.c:41
20649 msgid "delete symbolic ref"
20652 #: builtin/symbolic-ref.c:42
20653 msgid "shorten ref output"
20656 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:486
20660 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:486
20661 msgid "reason of the update"
20664 #: builtin/tag.c:25
20666 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
20667 "\t\t<tagname> [<head>]"
20670 #: builtin/tag.c:27
20671 msgid "git tag -d <tagname>..."
20674 #: builtin/tag.c:28
20676 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
20677 "points-at <object>]\n"
20678 "\t\t[--format=<format>] [--merged <commit>] [--no-merged <commit>] "
20682 #: builtin/tag.c:30
20683 msgid "git tag -v [--format=<format>] <tagname>..."
20686 #: builtin/tag.c:89
20688 msgid "tag '%s' not found."
20691 #: builtin/tag.c:105
20693 msgid "Deleted tag '%s' (was %s)\n"
20696 #: builtin/tag.c:135
20700 "Write a message for tag:\n"
20702 "Lines starting with '%c' will be ignored.\n"
20705 #: builtin/tag.c:139
20709 "Write a message for tag:\n"
20711 "Lines starting with '%c' will be kept; you may remove them yourself if you "
20715 #: builtin/tag.c:198
20716 msgid "unable to sign the tag"
20719 #: builtin/tag.c:200
20720 msgid "unable to write tag file"
20723 #: builtin/tag.c:216
20726 "You have created a nested tag. The object referred to by your new tag is\n"
20727 "already a tag. If you meant to tag the object that it points to, use:\n"
20729 "\tgit tag -f %s %s^{}"
20732 #: builtin/tag.c:232
20733 msgid "bad object type."
20736 #: builtin/tag.c:285
20737 msgid "no tag message?"
20740 #: builtin/tag.c:292
20742 msgid "The tag message has been left in %s\n"
20745 #: builtin/tag.c:403
20746 msgid "list tag names"
20749 #: builtin/tag.c:405
20750 msgid "print <n> lines of each tag message"
20753 #: builtin/tag.c:407
20754 msgid "delete tags"
20757 #: builtin/tag.c:408
20758 msgid "verify tags"
20761 #: builtin/tag.c:410
20762 msgid "Tag creation options"
20765 #: builtin/tag.c:412
20766 msgid "annotated tag, needs a message"
20769 #: builtin/tag.c:414
20770 msgid "tag message"
20773 #: builtin/tag.c:416
20774 msgid "force edit of tag message"
20777 #: builtin/tag.c:417
20778 msgid "annotated and GPG-signed tag"
20781 #: builtin/tag.c:420
20782 msgid "use another key to sign the tag"
20785 #: builtin/tag.c:421
20786 msgid "replace the tag if exists"
20789 #: builtin/tag.c:422 builtin/update-ref.c:492
20790 msgid "create a reflog"
20793 #: builtin/tag.c:424
20794 msgid "Tag listing options"
20797 #: builtin/tag.c:425
20798 msgid "show tag list in columns"
20801 #: builtin/tag.c:426 builtin/tag.c:428
20802 msgid "print only tags that contain the commit"
20805 #: builtin/tag.c:427 builtin/tag.c:429
20806 msgid "print only tags that don't contain the commit"
20809 #: builtin/tag.c:430
20810 msgid "print only tags that are merged"
20813 #: builtin/tag.c:431
20814 msgid "print only tags that are not merged"
20817 #: builtin/tag.c:435
20818 msgid "print only tags of the object"
20821 #: builtin/tag.c:483
20822 msgid "--column and -n are incompatible"
20825 #: builtin/tag.c:505
20826 msgid "-n option is only allowed in list mode"
20829 #: builtin/tag.c:507
20830 msgid "--contains option is only allowed in list mode"
20833 #: builtin/tag.c:509
20834 msgid "--no-contains option is only allowed in list mode"
20837 #: builtin/tag.c:511
20838 msgid "--points-at option is only allowed in list mode"
20841 #: builtin/tag.c:513
20842 msgid "--merged and --no-merged options are only allowed in list mode"
20845 #: builtin/tag.c:524
20846 msgid "only one -F or -m option is allowed."
20849 #: builtin/tag.c:543
20850 msgid "too many params"
20853 #: builtin/tag.c:549
20855 msgid "'%s' is not a valid tag name."
20858 #: builtin/tag.c:554
20860 msgid "tag '%s' already exists"
20863 #: builtin/tag.c:585
20865 msgid "Updated tag '%s' (was %s)\n"
20868 #: builtin/unpack-objects.c:502
20869 msgid "Unpacking objects"
20872 #: builtin/update-index.c:84
20874 msgid "failed to create directory %s"
20877 #: builtin/update-index.c:100
20879 msgid "failed to create file %s"
20882 #: builtin/update-index.c:108
20884 msgid "failed to delete file %s"
20887 #: builtin/update-index.c:115 builtin/update-index.c:221
20889 msgid "failed to delete directory %s"
20892 #: builtin/update-index.c:140
20894 msgid "Testing mtime in '%s' "
20897 #: builtin/update-index.c:154
20898 msgid "directory stat info does not change after adding a new file"
20901 #: builtin/update-index.c:167
20902 msgid "directory stat info does not change after adding a new directory"
20905 #: builtin/update-index.c:180
20906 msgid "directory stat info changes after updating a file"
20909 #: builtin/update-index.c:191
20910 msgid "directory stat info changes after adding a file inside subdirectory"
20913 #: builtin/update-index.c:202
20914 msgid "directory stat info does not change after deleting a file"
20917 #: builtin/update-index.c:215
20918 msgid "directory stat info does not change after deleting a directory"
20921 #: builtin/update-index.c:222
20925 #: builtin/update-index.c:591
20926 msgid "git update-index [<options>] [--] [<file>...]"
20929 #: builtin/update-index.c:974
20930 msgid "continue refresh even when index needs update"
20933 #: builtin/update-index.c:977
20934 msgid "refresh: ignore submodules"
20937 #: builtin/update-index.c:980
20938 msgid "do not ignore new files"
20941 #: builtin/update-index.c:982
20942 msgid "let files replace directories and vice-versa"
20945 #: builtin/update-index.c:984
20946 msgid "notice files missing from worktree"
20949 #: builtin/update-index.c:986
20950 msgid "refresh even if index contains unmerged entries"
20953 #: builtin/update-index.c:989
20954 msgid "refresh stat information"
20957 #: builtin/update-index.c:993
20958 msgid "like --refresh, but ignore assume-unchanged setting"
20961 #: builtin/update-index.c:997
20962 msgid "<mode>,<object>,<path>"
20965 #: builtin/update-index.c:998
20966 msgid "add the specified entry to the index"
20969 #: builtin/update-index.c:1008
20970 msgid "mark files as \"not changing\""
20973 #: builtin/update-index.c:1011
20974 msgid "clear assumed-unchanged bit"
20977 #: builtin/update-index.c:1014
20978 msgid "mark files as \"index-only\""
20981 #: builtin/update-index.c:1017
20982 msgid "clear skip-worktree bit"
20985 #: builtin/update-index.c:1020
20986 msgid "do not touch index-only entries"
20989 #: builtin/update-index.c:1022
20990 msgid "add to index only; do not add content to object database"
20993 #: builtin/update-index.c:1024
20994 msgid "remove named paths even if present in worktree"
20997 #: builtin/update-index.c:1026
20998 msgid "with --stdin: input lines are terminated by null bytes"
21001 #: builtin/update-index.c:1028
21002 msgid "read list of paths to be updated from standard input"
21005 #: builtin/update-index.c:1032
21006 msgid "add entries from standard input to the index"
21009 #: builtin/update-index.c:1036
21010 msgid "repopulate stages #2 and #3 for the listed paths"
21013 #: builtin/update-index.c:1040
21014 msgid "only update entries that differ from HEAD"
21017 #: builtin/update-index.c:1044
21018 msgid "ignore files missing from worktree"
21021 #: builtin/update-index.c:1047
21022 msgid "report actions to standard output"
21025 #: builtin/update-index.c:1049
21026 msgid "(for porcelains) forget saved unresolved conflicts"
21029 #: builtin/update-index.c:1053
21030 msgid "write index in this format"
21033 #: builtin/update-index.c:1055
21034 msgid "enable or disable split index"
21037 #: builtin/update-index.c:1057
21038 msgid "enable/disable untracked cache"
21041 #: builtin/update-index.c:1059
21042 msgid "test if the filesystem supports untracked cache"
21045 #: builtin/update-index.c:1061
21046 msgid "enable untracked cache without testing the filesystem"
21049 #: builtin/update-index.c:1063
21050 msgid "write out the index even if is not flagged as changed"
21053 #: builtin/update-index.c:1065
21054 msgid "enable or disable file system monitor"
21057 #: builtin/update-index.c:1067
21058 msgid "mark files as fsmonitor valid"
21061 #: builtin/update-index.c:1070
21062 msgid "clear fsmonitor valid bit"
21065 #: builtin/update-index.c:1173
21067 "core.splitIndex is set to false; remove or change it, if you really want to "
21068 "enable split index"
21071 #: builtin/update-index.c:1182
21073 "core.splitIndex is set to true; remove or change it, if you really want to "
21074 "disable split index"
21077 #: builtin/update-index.c:1194
21079 "core.untrackedCache is set to true; remove or change it, if you really want "
21080 "to disable the untracked cache"
21083 #: builtin/update-index.c:1198
21084 msgid "Untracked cache disabled"
21087 #: builtin/update-index.c:1206
21089 "core.untrackedCache is set to false; remove or change it, if you really want "
21090 "to enable the untracked cache"
21093 #: builtin/update-index.c:1210
21095 msgid "Untracked cache enabled for '%s'"
21098 #: builtin/update-index.c:1218
21099 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
21102 #: builtin/update-index.c:1222
21103 msgid "fsmonitor enabled"
21106 #: builtin/update-index.c:1225
21108 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
21111 #: builtin/update-index.c:1229
21112 msgid "fsmonitor disabled"
21115 #: builtin/update-ref.c:10
21116 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
21119 #: builtin/update-ref.c:11
21120 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
21123 #: builtin/update-ref.c:12
21124 msgid "git update-ref [<options>] --stdin [-z]"
21127 #: builtin/update-ref.c:487
21128 msgid "delete the reference"
21131 #: builtin/update-ref.c:489
21132 msgid "update <refname> not the one it points to"
21135 #: builtin/update-ref.c:490
21136 msgid "stdin has NUL-terminated arguments"
21139 #: builtin/update-ref.c:491
21140 msgid "read updates from stdin"
21143 #: builtin/update-server-info.c:7
21144 msgid "git update-server-info [--force]"
21147 #: builtin/update-server-info.c:15
21148 msgid "update the info files from scratch"
21151 #: builtin/upload-pack.c:11
21152 msgid "git upload-pack [<options>] <dir>"
21155 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
21156 msgid "quit after a single request/response exchange"
21159 #: builtin/upload-pack.c:25
21160 msgid "exit immediately after initial ref advertisement"
21163 #: builtin/upload-pack.c:27
21164 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
21167 #: builtin/upload-pack.c:29
21168 msgid "interrupt transfer after <n> seconds of inactivity"
21171 #: builtin/verify-commit.c:19
21172 msgid "git verify-commit [-v | --verbose] <commit>..."
21175 #: builtin/verify-commit.c:68
21176 msgid "print commit contents"
21179 #: builtin/verify-commit.c:69 builtin/verify-tag.c:37
21180 msgid "print raw gpg status output"
21183 #: builtin/verify-pack.c:59
21184 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
21187 #: builtin/verify-pack.c:70
21191 #: builtin/verify-pack.c:72
21192 msgid "show statistics only"
21195 #: builtin/verify-tag.c:18
21196 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
21199 #: builtin/verify-tag.c:36
21200 msgid "print tag contents"
21203 #: builtin/worktree.c:17
21204 msgid "git worktree add [<options>] <path> [<commit-ish>]"
21207 #: builtin/worktree.c:18
21208 msgid "git worktree list [<options>]"
21211 #: builtin/worktree.c:19
21212 msgid "git worktree lock [<options>] <path>"
21215 #: builtin/worktree.c:20
21216 msgid "git worktree move <worktree> <new-path>"
21219 #: builtin/worktree.c:21
21220 msgid "git worktree prune [<options>]"
21223 #: builtin/worktree.c:22
21224 msgid "git worktree remove [<options>] <worktree>"
21227 #: builtin/worktree.c:23
21228 msgid "git worktree unlock <path>"
21231 #: builtin/worktree.c:60 builtin/worktree.c:970
21233 msgid "failed to delete '%s'"
21236 #: builtin/worktree.c:85
21237 msgid "not a valid directory"
21240 #: builtin/worktree.c:91
21241 msgid "gitdir file does not exist"
21244 #: builtin/worktree.c:96 builtin/worktree.c:105
21246 msgid "unable to read gitdir file (%s)"
21249 #: builtin/worktree.c:115
21251 msgid "short read (expected %<PRIuMAX> bytes, read %<PRIuMAX>)"
21254 #: builtin/worktree.c:123
21255 msgid "invalid gitdir file"
21258 #: builtin/worktree.c:131
21259 msgid "gitdir file points to non-existent location"
21262 #: builtin/worktree.c:146
21264 msgid "Removing %s/%s: %s"
21267 #: builtin/worktree.c:221
21268 msgid "report pruned working trees"
21271 #: builtin/worktree.c:223
21272 msgid "expire working trees older than <time>"
21275 #: builtin/worktree.c:293
21277 msgid "'%s' already exists"
21280 #: builtin/worktree.c:302
21282 msgid "unusable worktree destination '%s'"
21285 #: builtin/worktree.c:307
21288 "'%s' is a missing but locked worktree;\n"
21289 "use '%s -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
21292 #: builtin/worktree.c:309
21295 "'%s' is a missing but already registered worktree;\n"
21296 "use '%s -f' to override, or 'prune' or 'remove' to clear"
21299 #: builtin/worktree.c:360
21301 msgid "could not create directory of '%s'"
21304 #: builtin/worktree.c:494 builtin/worktree.c:500
21306 msgid "Preparing worktree (new branch '%s')"
21309 #: builtin/worktree.c:496
21311 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
21314 #: builtin/worktree.c:505
21316 msgid "Preparing worktree (checking out '%s')"
21319 #: builtin/worktree.c:511
21321 msgid "Preparing worktree (detached HEAD %s)"
21324 #: builtin/worktree.c:552
21325 msgid "checkout <branch> even if already checked out in other worktree"
21328 #: builtin/worktree.c:555
21329 msgid "create a new branch"
21332 #: builtin/worktree.c:557
21333 msgid "create or reset a branch"
21336 #: builtin/worktree.c:559
21337 msgid "populate the new working tree"
21340 #: builtin/worktree.c:560
21341 msgid "keep the new working tree locked"
21344 #: builtin/worktree.c:563
21345 msgid "set up tracking mode (see git-branch(1))"
21348 #: builtin/worktree.c:566
21349 msgid "try to match the new branch name with a remote-tracking branch"
21352 #: builtin/worktree.c:574
21353 msgid "-b, -B, and --detach are mutually exclusive"
21356 #: builtin/worktree.c:635
21357 msgid "--[no-]track can only be used if a new branch is created"
21360 #: builtin/worktree.c:755
21361 msgid "reason for locking"
21364 #: builtin/worktree.c:767 builtin/worktree.c:800 builtin/worktree.c:874
21365 #: builtin/worktree.c:998
21367 msgid "'%s' is not a working tree"
21370 #: builtin/worktree.c:769 builtin/worktree.c:802
21371 msgid "The main working tree cannot be locked or unlocked"
21374 #: builtin/worktree.c:774
21376 msgid "'%s' is already locked, reason: %s"
21379 #: builtin/worktree.c:776
21381 msgid "'%s' is already locked"
21384 #: builtin/worktree.c:804
21386 msgid "'%s' is not locked"
21389 #: builtin/worktree.c:845
21390 msgid "working trees containing submodules cannot be moved or removed"
21393 #: builtin/worktree.c:853
21394 msgid "force move even if worktree is dirty or locked"
21397 #: builtin/worktree.c:876 builtin/worktree.c:1000
21399 msgid "'%s' is a main working tree"
21402 #: builtin/worktree.c:881
21404 msgid "could not figure out destination name from '%s'"
21407 #: builtin/worktree.c:894
21410 "cannot move a locked working tree, lock reason: %s\n"
21411 "use 'move -f -f' to override or unlock first"
21414 #: builtin/worktree.c:896
21416 "cannot move a locked working tree;\n"
21417 "use 'move -f -f' to override or unlock first"
21420 #: builtin/worktree.c:899
21422 msgid "validation failed, cannot move working tree: %s"
21425 #: builtin/worktree.c:904
21427 msgid "failed to move '%s' to '%s'"
21430 #: builtin/worktree.c:950
21432 msgid "failed to run 'git status' on '%s'"
21435 #: builtin/worktree.c:954
21437 msgid "'%s' contains modified or untracked files, use --force to delete it"
21440 #: builtin/worktree.c:959
21442 msgid "failed to run 'git status' on '%s', code %d"
21445 #: builtin/worktree.c:982
21446 msgid "force removal even if worktree is dirty or locked"
21449 #: builtin/worktree.c:1005
21452 "cannot remove a locked working tree, lock reason: %s\n"
21453 "use 'remove -f -f' to override or unlock first"
21456 #: builtin/worktree.c:1007
21458 "cannot remove a locked working tree;\n"
21459 "use 'remove -f -f' to override or unlock first"
21462 #: builtin/worktree.c:1010
21464 msgid "validation failed, cannot remove working tree: %s"
21467 #: builtin/worktree.c:1034
21469 msgid "repair: %s: %s"
21472 #: builtin/worktree.c:1037
21474 msgid "error: %s: %s"
21477 #: builtin/write-tree.c:15
21478 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
21481 #: builtin/write-tree.c:28
21485 #: builtin/write-tree.c:29
21486 msgid "write tree object for a subdirectory <prefix>"
21489 #: builtin/write-tree.c:31
21490 msgid "only useful for debugging"
21493 #: http-fetch.c:114
21495 msgid "argument to --packfile must be a valid hash (got '%s')"
21498 #: http-fetch.c:122
21499 msgid "not a git repository"
21502 #: t/helper/test-reach.c:154
21504 msgid "commit %s is not marked reachable"
21507 #: t/helper/test-reach.c:164
21508 msgid "too many commits marked reachable"
21511 #: t/helper/test-serve-v2.c:7
21512 msgid "test-tool serve-v2 [<options>]"
21515 #: t/helper/test-serve-v2.c:19
21516 msgid "exit immediately after advertising capabilities"
21521 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
21522 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
21523 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
21525 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
21526 " <command> [<args>]"
21531 "'git help -a' and 'git help -g' list available subcommands and some\n"
21532 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
21533 "to read about a specific subcommand or concept.\n"
21534 "See 'git help git' for an overview of the system."
21539 msgid "no directory given for --git-dir\n"
21544 msgid "no namespace given for --namespace\n"
21549 msgid "no directory given for --work-tree\n"
21554 msgid "no prefix given for --super-prefix\n"
21559 msgid "-c expects a configuration string\n"
21564 msgid "no directory given for -C\n"
21569 msgid "unknown option: %s\n"
21574 msgid "while expanding alias '%s': '%s'"
21580 "alias '%s' changes environment variables.\n"
21581 "You can use '!git' in the alias to do this"
21586 msgid "empty alias for %s"
21591 msgid "recursive alias: %s"
21595 msgid "write failure on standard output"
21599 msgid "unknown write failure on standard output"
21603 msgid "close failed on standard output"
21608 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
21613 msgid "cannot handle %s as a builtin"
21625 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
21630 msgid "failed to run command '%s': %s\n"
21635 msgid "negative value for http.postbuffer; defaulting to %d"
21639 msgid "Delegation control is not supported with cURL < 7.22.0"
21643 msgid "Public key pinning not supported with cURL < 7.44.0"
21647 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
21651 msgid "Protocol restrictions not supported with cURL < 7.19.4"
21656 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
21661 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
21666 msgid "Could not set SSL backend to '%s': already set"
21672 "unable to update url base from redirection:\n"
21677 #: remote-curl.c:174
21679 msgid "invalid quoting in push-option value: '%s'"
21682 #: remote-curl.c:298
21684 msgid "%sinfo/refs not valid: is this a git repository?"
21687 #: remote-curl.c:399
21688 msgid "invalid server response; expected service, got flush packet"
21691 #: remote-curl.c:430
21693 msgid "invalid server response; got '%s'"
21696 #: remote-curl.c:490
21698 msgid "repository '%s' not found"
21701 #: remote-curl.c:494
21703 msgid "Authentication failed for '%s'"
21706 #: remote-curl.c:498
21708 msgid "unable to access '%s': %s"
21711 #: remote-curl.c:504
21713 msgid "redirecting to %s"
21716 #: remote-curl.c:633
21717 msgid "shouldn't have EOF when not gentle on EOF"
21720 #: remote-curl.c:645
21721 msgid "remote server sent stateless separator"
21724 #: remote-curl.c:715
21725 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
21728 #: remote-curl.c:745
21730 msgid "remote-curl: bad line length character: %.4s"
21733 #: remote-curl.c:747
21734 msgid "remote-curl: unexpected response end packet"
21737 #: remote-curl.c:823
21739 msgid "RPC failed; %s"
21742 #: remote-curl.c:863
21743 msgid "cannot handle pushes this big"
21746 #: remote-curl.c:978
21748 msgid "cannot deflate request; zlib deflate error %d"
21751 #: remote-curl.c:982
21753 msgid "cannot deflate request; zlib end error %d"
21756 #: remote-curl.c:1032
21758 msgid "%d bytes of length header were received"
21761 #: remote-curl.c:1034
21763 msgid "%d bytes of body are still expected"
21766 #: remote-curl.c:1123
21767 msgid "dumb http transport does not support shallow capabilities"
21770 #: remote-curl.c:1138
21771 msgid "fetch failed."
21774 #: remote-curl.c:1184
21775 msgid "cannot fetch by sha1 over smart http"
21778 #: remote-curl.c:1228 remote-curl.c:1234
21780 msgid "protocol error: expected sha/ref, got '%s'"
21783 #: remote-curl.c:1246 remote-curl.c:1361
21785 msgid "http transport does not support %s"
21788 #: remote-curl.c:1282
21789 msgid "git-http-push failed"
21792 #: remote-curl.c:1467
21793 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
21796 #: remote-curl.c:1499
21797 msgid "remote-curl: error reading command stream from git"
21800 #: remote-curl.c:1506
21801 msgid "remote-curl: fetch attempted without a local repo"
21804 #: remote-curl.c:1547
21806 msgid "remote-curl: unknown command '%s' from git"
21809 #: compat/compiler.h:26
21810 msgid "no compiler information available\n"
21813 #: compat/compiler.h:38
21814 msgid "no libc information available\n"
21817 #: list-objects-filter-options.h:91
21821 #: list-objects-filter-options.h:92
21822 msgid "object filtering"
21825 #: parse-options.h:183
21826 msgid "expiry-date"
21829 #: parse-options.h:197
21830 msgid "no-op (backward compatibility)"
21833 #: parse-options.h:309
21834 msgid "be more verbose"
21837 #: parse-options.h:311
21838 msgid "be more quiet"
21841 #: parse-options.h:317
21842 msgid "use <n> digits to display object names"
21845 #: parse-options.h:336
21846 msgid "how to strip spaces and #comments from message"
21849 #: parse-options.h:337
21850 msgid "read pathspec from file"
21853 #: parse-options.h:338
21855 "with --pathspec-from-file, pathspec elements are separated with NUL character"
21863 msgid "field name to sort on"
21867 msgid "update the index with reused conflict resolution if possible"
21871 msgid "HEAD detached at "
21875 msgid "HEAD detached from "
21878 #: command-list.h:50
21879 msgid "Add file contents to the index"
21882 #: command-list.h:51
21883 msgid "Apply a series of patches from a mailbox"
21886 #: command-list.h:52
21887 msgid "Annotate file lines with commit information"
21890 #: command-list.h:53
21891 msgid "Apply a patch to files and/or to the index"
21894 #: command-list.h:54
21895 msgid "Import a GNU Arch repository into Git"
21898 #: command-list.h:55
21899 msgid "Create an archive of files from a named tree"
21902 #: command-list.h:56
21903 msgid "Use binary search to find the commit that introduced a bug"
21906 #: command-list.h:57
21907 msgid "Show what revision and author last modified each line of a file"
21910 #: command-list.h:58
21911 msgid "List, create, or delete branches"
21914 #: command-list.h:59
21915 msgid "Collect information for user to file a bug report"
21918 #: command-list.h:60
21919 msgid "Move objects and refs by archive"
21922 #: command-list.h:61
21923 msgid "Provide content or type and size information for repository objects"
21926 #: command-list.h:62
21927 msgid "Display gitattributes information"
21930 #: command-list.h:63
21931 msgid "Debug gitignore / exclude files"
21934 #: command-list.h:64
21935 msgid "Show canonical names and email addresses of contacts"
21938 #: command-list.h:65
21939 msgid "Switch branches or restore working tree files"
21942 #: command-list.h:66
21943 msgid "Copy files from the index to the working tree"
21946 #: command-list.h:67
21947 msgid "Ensures that a reference name is well formed"
21950 #: command-list.h:68
21951 msgid "Find commits yet to be applied to upstream"
21954 #: command-list.h:69
21955 msgid "Apply the changes introduced by some existing commits"
21958 #: command-list.h:70
21959 msgid "Graphical alternative to git-commit"
21962 #: command-list.h:71
21963 msgid "Remove untracked files from the working tree"
21966 #: command-list.h:72
21967 msgid "Clone a repository into a new directory"
21970 #: command-list.h:73
21971 msgid "Display data in columns"
21974 #: command-list.h:74
21975 msgid "Record changes to the repository"
21978 #: command-list.h:75
21979 msgid "Write and verify Git commit-graph files"
21982 #: command-list.h:76
21983 msgid "Create a new commit object"
21986 #: command-list.h:77
21987 msgid "Get and set repository or global options"
21990 #: command-list.h:78
21991 msgid "Count unpacked number of objects and their disk consumption"
21994 #: command-list.h:79
21995 msgid "Retrieve and store user credentials"
21998 #: command-list.h:80
21999 msgid "Helper to temporarily store passwords in memory"
22002 #: command-list.h:81
22003 msgid "Helper to store credentials on disk"
22006 #: command-list.h:82
22007 msgid "Export a single commit to a CVS checkout"
22010 #: command-list.h:83
22011 msgid "Salvage your data out of another SCM people love to hate"
22014 #: command-list.h:84
22015 msgid "A CVS server emulator for Git"
22018 #: command-list.h:85
22019 msgid "A really simple server for Git repositories"
22022 #: command-list.h:86
22023 msgid "Give an object a human readable name based on an available ref"
22026 #: command-list.h:87
22027 msgid "Show changes between commits, commit and working tree, etc"
22030 #: command-list.h:88
22031 msgid "Compares files in the working tree and the index"
22034 #: command-list.h:89
22035 msgid "Compare a tree to the working tree or index"
22038 #: command-list.h:90
22039 msgid "Compares the content and mode of blobs found via two tree objects"
22042 #: command-list.h:91
22043 msgid "Show changes using common diff tools"
22046 #: command-list.h:92
22047 msgid "Git data exporter"
22050 #: command-list.h:93
22051 msgid "Backend for fast Git data importers"
22054 #: command-list.h:94
22055 msgid "Download objects and refs from another repository"
22058 #: command-list.h:95
22059 msgid "Receive missing objects from another repository"
22062 #: command-list.h:96
22063 msgid "Rewrite branches"
22066 #: command-list.h:97
22067 msgid "Produce a merge commit message"
22070 #: command-list.h:98
22071 msgid "Output information on each ref"
22074 #: command-list.h:99
22075 msgid "Prepare patches for e-mail submission"
22078 #: command-list.h:100
22079 msgid "Verifies the connectivity and validity of the objects in the database"
22082 #: command-list.h:101
22083 msgid "Cleanup unnecessary files and optimize the local repository"
22086 #: command-list.h:102
22087 msgid "Extract commit ID from an archive created using git-archive"
22090 #: command-list.h:103
22091 msgid "Print lines matching a pattern"
22094 #: command-list.h:104
22095 msgid "A portable graphical interface to Git"
22098 #: command-list.h:105
22099 msgid "Compute object ID and optionally creates a blob from a file"
22102 #: command-list.h:106
22103 msgid "Display help information about Git"
22106 #: command-list.h:107
22107 msgid "Server side implementation of Git over HTTP"
22110 #: command-list.h:108
22111 msgid "Download from a remote Git repository via HTTP"
22114 #: command-list.h:109
22115 msgid "Push objects over HTTP/DAV to another repository"
22118 #: command-list.h:110
22119 msgid "Send a collection of patches from stdin to an IMAP folder"
22122 #: command-list.h:111
22123 msgid "Build pack index file for an existing packed archive"
22126 #: command-list.h:112
22127 msgid "Create an empty Git repository or reinitialize an existing one"
22130 #: command-list.h:113
22131 msgid "Instantly browse your working repository in gitweb"
22134 #: command-list.h:114
22135 msgid "Add or parse structured information in commit messages"
22138 #: command-list.h:115
22139 msgid "The Git repository browser"
22142 #: command-list.h:116
22143 msgid "Show commit logs"
22146 #: command-list.h:117
22147 msgid "Show information about files in the index and the working tree"
22150 #: command-list.h:118
22151 msgid "List references in a remote repository"
22154 #: command-list.h:119
22155 msgid "List the contents of a tree object"
22158 #: command-list.h:120
22159 msgid "Extracts patch and authorship from a single e-mail message"
22162 #: command-list.h:121
22163 msgid "Simple UNIX mbox splitter program"
22166 #: command-list.h:122
22167 msgid "Run tasks to optimize Git repository data"
22170 #: command-list.h:123
22171 msgid "Join two or more development histories together"
22174 #: command-list.h:124
22175 msgid "Find as good common ancestors as possible for a merge"
22178 #: command-list.h:125
22179 msgid "Run a three-way file merge"
22182 #: command-list.h:126
22183 msgid "Run a merge for files needing merging"
22186 #: command-list.h:127
22187 msgid "The standard helper program to use with git-merge-index"
22190 #: command-list.h:128
22191 msgid "Run merge conflict resolution tools to resolve merge conflicts"
22194 #: command-list.h:129
22195 msgid "Show three-way merge without touching index"
22198 #: command-list.h:130
22199 msgid "Write and verify multi-pack-indexes"
22202 #: command-list.h:131
22203 msgid "Creates a tag object"
22206 #: command-list.h:132
22207 msgid "Build a tree-object from ls-tree formatted text"
22210 #: command-list.h:133
22211 msgid "Move or rename a file, a directory, or a symlink"
22214 #: command-list.h:134
22215 msgid "Find symbolic names for given revs"
22218 #: command-list.h:135
22219 msgid "Add or inspect object notes"
22222 #: command-list.h:136
22223 msgid "Import from and submit to Perforce repositories"
22226 #: command-list.h:137
22227 msgid "Create a packed archive of objects"
22230 #: command-list.h:138
22231 msgid "Find redundant pack files"
22234 #: command-list.h:139
22235 msgid "Pack heads and tags for efficient repository access"
22238 #: command-list.h:140
22239 msgid "Routines to help parsing remote repository access parameters"
22242 #: command-list.h:141
22243 msgid "Compute unique ID for a patch"
22246 #: command-list.h:142
22247 msgid "Prune all unreachable objects from the object database"
22250 #: command-list.h:143
22251 msgid "Remove extra objects that are already in pack files"
22254 #: command-list.h:144
22255 msgid "Fetch from and integrate with another repository or a local branch"
22258 #: command-list.h:145
22259 msgid "Update remote refs along with associated objects"
22262 #: command-list.h:146
22263 msgid "Applies a quilt patchset onto the current branch"
22266 #: command-list.h:147
22267 msgid "Compare two commit ranges (e.g. two versions of a branch)"
22270 #: command-list.h:148
22271 msgid "Reads tree information into the index"
22274 #: command-list.h:149
22275 msgid "Reapply commits on top of another base tip"
22278 #: command-list.h:150
22279 msgid "Receive what is pushed into the repository"
22282 #: command-list.h:151
22283 msgid "Manage reflog information"
22286 #: command-list.h:152
22287 msgid "Manage set of tracked repositories"
22290 #: command-list.h:153
22291 msgid "Pack unpacked objects in a repository"
22294 #: command-list.h:154
22295 msgid "Create, list, delete refs to replace objects"
22298 #: command-list.h:155
22299 msgid "Generates a summary of pending changes"
22302 #: command-list.h:156
22303 msgid "Reuse recorded resolution of conflicted merges"
22306 #: command-list.h:157
22307 msgid "Reset current HEAD to the specified state"
22310 #: command-list.h:158
22311 msgid "Restore working tree files"
22314 #: command-list.h:159
22315 msgid "Revert some existing commits"
22318 #: command-list.h:160
22319 msgid "Lists commit objects in reverse chronological order"
22322 #: command-list.h:161
22323 msgid "Pick out and massage parameters"
22326 #: command-list.h:162
22327 msgid "Remove files from the working tree and from the index"
22330 #: command-list.h:163
22331 msgid "Send a collection of patches as emails"
22334 #: command-list.h:164
22335 msgid "Push objects over Git protocol to another repository"
22338 #: command-list.h:165
22339 msgid "Restricted login shell for Git-only SSH access"
22342 #: command-list.h:166
22343 msgid "Summarize 'git log' output"
22346 #: command-list.h:167
22347 msgid "Show various types of objects"
22350 #: command-list.h:168
22351 msgid "Show branches and their commits"
22354 #: command-list.h:169
22355 msgid "Show packed archive index"
22358 #: command-list.h:170
22359 msgid "List references in a local repository"
22362 #: command-list.h:171
22363 msgid "Git's i18n setup code for shell scripts"
22366 #: command-list.h:172
22367 msgid "Common Git shell script setup code"
22370 #: command-list.h:173
22371 msgid "Initialize and modify the sparse-checkout"
22374 #: command-list.h:174
22375 msgid "Stash the changes in a dirty working directory away"
22378 #: command-list.h:175
22379 msgid "Add file contents to the staging area"
22382 #: command-list.h:176
22383 msgid "Show the working tree status"
22386 #: command-list.h:177
22387 msgid "Remove unnecessary whitespace"
22390 #: command-list.h:178
22391 msgid "Initialize, update or inspect submodules"
22394 #: command-list.h:179
22395 msgid "Bidirectional operation between a Subversion repository and Git"
22398 #: command-list.h:180
22399 msgid "Switch branches"
22402 #: command-list.h:181
22403 msgid "Read, modify and delete symbolic refs"
22406 #: command-list.h:182
22407 msgid "Create, list, delete or verify a tag object signed with GPG"
22410 #: command-list.h:183
22411 msgid "Creates a temporary file with a blob's contents"
22414 #: command-list.h:184
22415 msgid "Unpack objects from a packed archive"
22418 #: command-list.h:185
22419 msgid "Register file contents in the working tree to the index"
22422 #: command-list.h:186
22423 msgid "Update the object name stored in a ref safely"
22426 #: command-list.h:187
22427 msgid "Update auxiliary info file to help dumb servers"
22430 #: command-list.h:188
22431 msgid "Send archive back to git-archive"
22434 #: command-list.h:189
22435 msgid "Send objects packed back to git-fetch-pack"
22438 #: command-list.h:190
22439 msgid "Show a Git logical variable"
22442 #: command-list.h:191
22443 msgid "Check the GPG signature of commits"
22446 #: command-list.h:192
22447 msgid "Validate packed Git archive files"
22450 #: command-list.h:193
22451 msgid "Check the GPG signature of tags"
22454 #: command-list.h:194
22455 msgid "Git web interface (web frontend to Git repositories)"
22458 #: command-list.h:195
22459 msgid "Show logs with difference each commit introduces"
22462 #: command-list.h:196
22463 msgid "Manage multiple working trees"
22466 #: command-list.h:197
22467 msgid "Create a tree object from the current index"
22470 #: command-list.h:198
22471 msgid "Defining attributes per path"
22474 #: command-list.h:199
22475 msgid "Git command-line interface and conventions"
22478 #: command-list.h:200
22479 msgid "A Git core tutorial for developers"
22482 #: command-list.h:201
22483 msgid "Providing usernames and passwords to Git"
22486 #: command-list.h:202
22487 msgid "Git for CVS users"
22490 #: command-list.h:203
22491 msgid "Tweaking diff output"
22494 #: command-list.h:204
22495 msgid "A useful minimum set of commands for Everyday Git"
22498 #: command-list.h:205
22499 msgid "Frequently asked questions about using Git"
22502 #: command-list.h:206
22503 msgid "A Git Glossary"
22506 #: command-list.h:207
22507 msgid "Hooks used by Git"
22510 #: command-list.h:208
22511 msgid "Specifies intentionally untracked files to ignore"
22514 #: command-list.h:209
22515 msgid "Defining submodule properties"
22518 #: command-list.h:210
22519 msgid "Git namespaces"
22522 #: command-list.h:211
22523 msgid "Helper programs to interact with remote repositories"
22526 #: command-list.h:212
22527 msgid "Git Repository Layout"
22530 #: command-list.h:213
22531 msgid "Specifying revisions and ranges for Git"
22534 #: command-list.h:214
22535 msgid "Mounting one repository inside another"
22538 #: command-list.h:215
22539 msgid "A tutorial introduction to Git: part two"
22542 #: command-list.h:216
22543 msgid "A tutorial introduction to Git"
22546 #: command-list.h:217
22547 msgid "An overview of recommended workflows with Git"
22550 #: git-bisect.sh:79
22552 msgid "Bad rev input: $arg"
22555 #: git-bisect.sh:99
22557 msgid "Bad rev input: $bisected_head"
22560 #: git-bisect.sh:108
22562 msgid "Bad rev input: $rev"
22565 #: git-bisect.sh:117
22567 msgid "'git bisect $TERM_BAD' can take only one argument."
22570 #: git-bisect.sh:149
22571 msgid "No logfile given"
22574 #: git-bisect.sh:150
22576 msgid "cannot read $file for replaying"
22579 #: git-bisect.sh:173
22580 msgid "?? what are you talking about?"
22583 #: git-bisect.sh:183
22584 msgid "bisect run failed: no command provided."
22587 #: git-bisect.sh:188
22589 msgid "running $command"
22592 #: git-bisect.sh:195
22595 "bisect run failed:\n"
22596 "exit code $res from '$command' is < 0 or >= 128"
22599 #: git-bisect.sh:221
22600 msgid "bisect run cannot continue any more"
22603 #: git-bisect.sh:227
22606 "bisect run failed:\n"
22607 "'bisect_state $state' exited with error code $res"
22610 #: git-bisect.sh:234
22611 msgid "bisect run success"
22614 #: git-bisect.sh:242
22615 msgid "We are not bisecting."
22618 #: git-merge-octopus.sh:46
22620 "Error: Your local changes to the following files would be overwritten by "
22624 #: git-merge-octopus.sh:61
22625 msgid "Automated merge did not work."
22628 #: git-merge-octopus.sh:62
22629 msgid "Should not be doing an octopus."
22632 #: git-merge-octopus.sh:73
22634 msgid "Unable to find common commit with $pretty_name"
22637 #: git-merge-octopus.sh:77
22639 msgid "Already up to date with $pretty_name"
22642 #: git-merge-octopus.sh:89
22644 msgid "Fast-forwarding to: $pretty_name"
22647 #: git-merge-octopus.sh:97
22649 msgid "Trying simple merge with $pretty_name"
22652 #: git-merge-octopus.sh:102
22653 msgid "Simple merge did not work, trying automatic merge."
22656 #: git-submodule.sh:180
22657 msgid "Relative path can only be used from the toplevel of the working tree"
22660 #: git-submodule.sh:190
22662 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
22665 #: git-submodule.sh:209
22667 msgid "'$sm_path' already exists in the index"
22670 #: git-submodule.sh:212
22672 msgid "'$sm_path' already exists in the index and is not a submodule"
22675 #: git-submodule.sh:219
22677 msgid "'$sm_path' does not have a commit checked out"
22680 #: git-submodule.sh:250
22682 msgid "Adding existing repo at '$sm_path' to the index"
22685 #: git-submodule.sh:252
22687 msgid "'$sm_path' already exists and is not a valid git repo"
22690 #: git-submodule.sh:260
22692 msgid "A git directory for '$sm_name' is found locally with remote(s):"
22695 #: git-submodule.sh:262
22698 "If you want to reuse this local git directory instead of cloning again from\n"
22700 "use the '--force' option. If the local git directory is not the correct "
22702 "or you are unsure what this means choose another name with the '--name' "
22706 #: git-submodule.sh:268
22708 msgid "Reactivating local git directory for submodule '$sm_name'."
22711 #: git-submodule.sh:280
22713 msgid "Unable to checkout submodule '$sm_path'"
22716 #: git-submodule.sh:285
22718 msgid "Failed to add submodule '$sm_path'"
22721 #: git-submodule.sh:294
22723 msgid "Failed to register submodule '$sm_path'"
22726 #: git-submodule.sh:567
22728 msgid "Unable to find current revision in submodule path '$displaypath'"
22731 #: git-submodule.sh:577
22733 msgid "Unable to fetch in submodule path '$sm_path'"
22736 #: git-submodule.sh:582
22739 "Unable to find current ${remote_name}/${branch} revision in submodule path "
22743 #: git-submodule.sh:600
22746 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
22750 #: git-submodule.sh:606
22753 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
22754 "Direct fetching of that commit failed."
22757 #: git-submodule.sh:613
22759 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
22762 #: git-submodule.sh:614
22764 msgid "Submodule path '$displaypath': checked out '$sha1'"
22767 #: git-submodule.sh:618
22769 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
22772 #: git-submodule.sh:619
22774 msgid "Submodule path '$displaypath': rebased into '$sha1'"
22777 #: git-submodule.sh:624
22779 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
22782 #: git-submodule.sh:625
22784 msgid "Submodule path '$displaypath': merged in '$sha1'"
22787 #: git-submodule.sh:630
22789 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
22792 #: git-submodule.sh:631
22794 msgid "Submodule path '$displaypath': '$command $sha1'"
22797 #: git-submodule.sh:662
22799 msgid "Failed to recurse into submodule path '$displaypath'"
22802 #: git-parse-remote.sh:89
22804 msgid "See git-${cmd}(1) for details."
22807 #: git-rebase--preserve-merges.sh:109
22808 msgid "Applied autostash."
22811 #: git-rebase--preserve-merges.sh:112
22813 msgid "Cannot store $stash_sha1"
22816 #: git-rebase--preserve-merges.sh:113
22818 "Applying autostash resulted in conflicts.\n"
22819 "Your changes are safe in the stash.\n"
22820 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
22823 #: git-rebase--preserve-merges.sh:191
22825 msgid "Rebasing ($new_count/$total)"
22828 #: git-rebase--preserve-merges.sh:197
22832 "p, pick <commit> = use commit\n"
22833 "r, reword <commit> = use commit, but edit the commit message\n"
22834 "e, edit <commit> = use commit, but stop for amending\n"
22835 "s, squash <commit> = use commit, but meld into previous commit\n"
22836 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
22837 "x, exec <commit> = run command (the rest of the line) using shell\n"
22838 "d, drop <commit> = remove commit\n"
22839 "l, label <label> = label current HEAD with a name\n"
22840 "t, reset <label> = reset HEAD to a label\n"
22841 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
22842 ". create a merge commit using the original merge commit's\n"
22843 ". message (or the oneline, if no original merge commit was\n"
22844 ". specified). Use -c <commit> to reword the commit message.\n"
22846 "These lines can be re-ordered; they are executed from top to bottom.\n"
22849 #: git-rebase--preserve-merges.sh:260
22852 "You can amend the commit now, with\n"
22854 "\tgit commit --amend $gpg_sign_opt_quoted\n"
22856 "Once you are satisfied with your changes, run\n"
22858 "\tgit rebase --continue"
22861 #: git-rebase--preserve-merges.sh:285
22863 msgid "$sha1: not a commit that can be picked"
22866 #: git-rebase--preserve-merges.sh:324
22868 msgid "Invalid commit name: $sha1"
22871 #: git-rebase--preserve-merges.sh:354
22872 msgid "Cannot write current commit's replacement sha1"
22875 #: git-rebase--preserve-merges.sh:405
22877 msgid "Fast-forward to $sha1"
22880 #: git-rebase--preserve-merges.sh:407
22882 msgid "Cannot fast-forward to $sha1"
22885 #: git-rebase--preserve-merges.sh:416
22887 msgid "Cannot move HEAD to $first_parent"
22890 #: git-rebase--preserve-merges.sh:421
22892 msgid "Refusing to squash a merge: $sha1"
22895 #: git-rebase--preserve-merges.sh:439
22897 msgid "Error redoing merge $sha1"
22900 #: git-rebase--preserve-merges.sh:448
22902 msgid "Could not pick $sha1"
22905 #: git-rebase--preserve-merges.sh:457
22907 msgid "This is the commit message #${n}:"
22910 #: git-rebase--preserve-merges.sh:462
22912 msgid "The commit message #${n} will be skipped:"
22915 #: git-rebase--preserve-merges.sh:473
22917 msgid "This is a combination of $count commit."
22918 msgid_plural "This is a combination of $count commits."
22922 #: git-rebase--preserve-merges.sh:482
22924 msgid "Cannot write $fixup_msg"
22927 #: git-rebase--preserve-merges.sh:485
22928 msgid "This is a combination of 2 commits."
22931 #: git-rebase--preserve-merges.sh:526 git-rebase--preserve-merges.sh:569
22932 #: git-rebase--preserve-merges.sh:572
22934 msgid "Could not apply $sha1... $rest"
22937 #: git-rebase--preserve-merges.sh:601
22940 "Could not amend commit after successfully picking $sha1... $rest\n"
22941 "This is most likely due to an empty commit message, or the pre-commit hook\n"
22942 "failed. If the pre-commit hook failed, you may need to resolve the issue "
22944 "you are able to reword the commit."
22947 #: git-rebase--preserve-merges.sh:616
22949 msgid "Stopped at $sha1_abbrev... $rest"
22952 #: git-rebase--preserve-merges.sh:631
22954 msgid "Cannot '$squash_style' without a previous commit"
22957 #: git-rebase--preserve-merges.sh:673
22959 msgid "Executing: $rest"
22962 #: git-rebase--preserve-merges.sh:681
22964 msgid "Execution failed: $rest"
22967 #: git-rebase--preserve-merges.sh:683
22968 msgid "and made changes to the index and/or the working tree"
22971 #: git-rebase--preserve-merges.sh:685
22973 "You can fix the problem, and then run\n"
22975 "\tgit rebase --continue"
22978 #. TRANSLATORS: after these lines is a command to be issued by the user
22979 #: git-rebase--preserve-merges.sh:698
22982 "Execution succeeded: $rest\n"
22983 "but left changes to the index and/or the working tree\n"
22984 "Commit or stash your changes, and then run\n"
22986 "\tgit rebase --continue"
22989 #: git-rebase--preserve-merges.sh:709
22991 msgid "Unknown command: $command $sha1 $rest"
22994 #: git-rebase--preserve-merges.sh:710
22995 msgid "Please fix this using 'git rebase --edit-todo'."
22998 #: git-rebase--preserve-merges.sh:745
23000 msgid "Successfully rebased and updated $head_name."
23003 #: git-rebase--preserve-merges.sh:802
23004 msgid "Could not remove CHERRY_PICK_HEAD"
23007 #: git-rebase--preserve-merges.sh:807
23010 "You have staged changes in your working tree.\n"
23011 "If these changes are meant to be\n"
23012 "squashed into the previous commit, run:\n"
23014 " git commit --amend $gpg_sign_opt_quoted\n"
23016 "If they are meant to go into a new commit, run:\n"
23018 " git commit $gpg_sign_opt_quoted\n"
23020 "In both cases, once you're done, continue with:\n"
23022 " git rebase --continue\n"
23025 #: git-rebase--preserve-merges.sh:824
23026 msgid "Error trying to find the author identity to amend commit"
23029 #: git-rebase--preserve-merges.sh:829
23031 "You have uncommitted changes in your working tree. Please commit them\n"
23032 "first and then run 'git rebase --continue' again."
23035 #: git-rebase--preserve-merges.sh:834 git-rebase--preserve-merges.sh:838
23036 msgid "Could not commit staged changes."
23039 #: git-rebase--preserve-merges.sh:869 git-rebase--preserve-merges.sh:955
23040 msgid "Could not execute editor"
23043 #: git-rebase--preserve-merges.sh:890
23045 msgid "Could not checkout $switch_to"
23048 #: git-rebase--preserve-merges.sh:897
23052 #: git-rebase--preserve-merges.sh:898
23054 msgid "Could not create temporary $state_dir"
23057 #: git-rebase--preserve-merges.sh:901
23058 msgid "Could not mark as interactive"
23061 #: git-rebase--preserve-merges.sh:933
23063 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
23064 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
23068 #: git-rebase--preserve-merges.sh:945
23069 msgid "Note that empty commits are commented out"
23072 #: git-rebase--preserve-merges.sh:987 git-rebase--preserve-merges.sh:992
23073 msgid "Could not init rewritten commits"
23076 #: git-sh-setup.sh:89 git-sh-setup.sh:94
23078 msgid "usage: $dashless $USAGE"
23081 #: git-sh-setup.sh:191
23083 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
23086 #: git-sh-setup.sh:200 git-sh-setup.sh:207
23088 msgid "fatal: $program_name cannot be used without a working tree."
23091 #: git-sh-setup.sh:221
23092 msgid "Cannot rebase: You have unstaged changes."
23095 #: git-sh-setup.sh:224
23096 msgid "Cannot rewrite branches: You have unstaged changes."
23099 #: git-sh-setup.sh:227
23100 msgid "Cannot pull with rebase: You have unstaged changes."
23103 #: git-sh-setup.sh:230
23105 msgid "Cannot $action: You have unstaged changes."
23108 #: git-sh-setup.sh:243
23109 msgid "Cannot rebase: Your index contains uncommitted changes."
23112 #: git-sh-setup.sh:246
23113 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
23116 #: git-sh-setup.sh:249
23118 msgid "Cannot $action: Your index contains uncommitted changes."
23121 #: git-sh-setup.sh:253
23122 msgid "Additionally, your index contains uncommitted changes."
23125 #: git-sh-setup.sh:373
23126 msgid "You need to run this command from the toplevel of the working tree."
23129 #: git-sh-setup.sh:378
23130 msgid "Unable to determine absolute path of git directory"
23133 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
23134 #: git-add--interactive.perl:212
23136 msgid "%12s %12s %s"
23139 #: git-add--interactive.perl:634
23141 msgid "touched %d path\n"
23142 msgid_plural "touched %d paths\n"
23146 #: git-add--interactive.perl:1058
23148 "If the patch applies cleanly, the edited hunk will immediately be\n"
23149 "marked for staging."
23152 #: git-add--interactive.perl:1061
23154 "If the patch applies cleanly, the edited hunk will immediately be\n"
23155 "marked for stashing."
23158 #: git-add--interactive.perl:1064
23160 "If the patch applies cleanly, the edited hunk will immediately be\n"
23161 "marked for unstaging."
23164 #: git-add--interactive.perl:1067 git-add--interactive.perl:1076
23165 #: git-add--interactive.perl:1082
23167 "If the patch applies cleanly, the edited hunk will immediately be\n"
23168 "marked for applying."
23171 #: git-add--interactive.perl:1070 git-add--interactive.perl:1073
23172 #: git-add--interactive.perl:1079
23174 "If the patch applies cleanly, the edited hunk will immediately be\n"
23175 "marked for discarding."
23178 #: git-add--interactive.perl:1116
23180 msgid "failed to open hunk edit file for writing: %s"
23183 #: git-add--interactive.perl:1123
23187 "To remove '%s' lines, make them ' ' lines (context).\n"
23188 "To remove '%s' lines, delete them.\n"
23189 "Lines starting with %s will be removed.\n"
23192 #: git-add--interactive.perl:1145
23194 msgid "failed to open hunk edit file for reading: %s"
23197 #: git-add--interactive.perl:1253
23199 "y - stage this hunk\n"
23200 "n - do not stage this hunk\n"
23201 "q - quit; do not stage this hunk or any of the remaining ones\n"
23202 "a - stage this hunk and all later hunks in the file\n"
23203 "d - do not stage this hunk or any of the later hunks in the file"
23206 #: git-add--interactive.perl:1259
23208 "y - stash this hunk\n"
23209 "n - do not stash this hunk\n"
23210 "q - quit; do not stash this hunk or any of the remaining ones\n"
23211 "a - stash this hunk and all later hunks in the file\n"
23212 "d - do not stash this hunk or any of the later hunks in the file"
23215 #: git-add--interactive.perl:1265
23217 "y - unstage this hunk\n"
23218 "n - do not unstage this hunk\n"
23219 "q - quit; do not unstage this hunk or any of the remaining ones\n"
23220 "a - unstage this hunk and all later hunks in the file\n"
23221 "d - do not unstage this hunk or any of the later hunks in the file"
23224 #: git-add--interactive.perl:1271
23226 "y - apply this hunk to index\n"
23227 "n - do not apply this hunk to index\n"
23228 "q - quit; do not apply this hunk or any of the remaining ones\n"
23229 "a - apply this hunk and all later hunks in the file\n"
23230 "d - do not apply this hunk or any of the later hunks in the file"
23233 #: git-add--interactive.perl:1277 git-add--interactive.perl:1295
23235 "y - discard this hunk from worktree\n"
23236 "n - do not discard this hunk from worktree\n"
23237 "q - quit; do not discard this hunk or any of the remaining ones\n"
23238 "a - discard this hunk and all later hunks in the file\n"
23239 "d - do not discard this hunk or any of the later hunks in the file"
23242 #: git-add--interactive.perl:1283
23244 "y - discard this hunk from index and worktree\n"
23245 "n - do not discard this hunk from index and worktree\n"
23246 "q - quit; do not discard this hunk or any of the remaining ones\n"
23247 "a - discard this hunk and all later hunks in the file\n"
23248 "d - do not discard this hunk or any of the later hunks in the file"
23251 #: git-add--interactive.perl:1289
23253 "y - apply this hunk to index and worktree\n"
23254 "n - do not apply this hunk to index and worktree\n"
23255 "q - quit; do not apply this hunk or any of the remaining ones\n"
23256 "a - apply this hunk and all later hunks in the file\n"
23257 "d - do not apply this hunk or any of the later hunks in the file"
23260 #: git-add--interactive.perl:1301
23262 "y - apply this hunk to worktree\n"
23263 "n - do not apply this hunk to worktree\n"
23264 "q - quit; do not apply this hunk or any of the remaining ones\n"
23265 "a - apply this hunk and all later hunks in the file\n"
23266 "d - do not apply this hunk or any of the later hunks in the file"
23269 #: git-add--interactive.perl:1316
23271 "g - select a hunk to go to\n"
23272 "/ - search for a hunk matching the given regex\n"
23273 "j - leave this hunk undecided, see next undecided hunk\n"
23274 "J - leave this hunk undecided, see next hunk\n"
23275 "k - leave this hunk undecided, see previous undecided hunk\n"
23276 "K - leave this hunk undecided, see previous hunk\n"
23277 "s - split the current hunk into smaller hunks\n"
23278 "e - manually edit the current hunk\n"
23282 #: git-add--interactive.perl:1347
23283 msgid "The selected hunks do not apply to the index!\n"
23286 #: git-add--interactive.perl:1362
23288 msgid "ignoring unmerged: %s\n"
23291 #: git-add--interactive.perl:1481
23293 msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
23296 #: git-add--interactive.perl:1482
23298 msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
23301 #: git-add--interactive.perl:1483
23303 msgid "Apply addition to worktree [y,n,q,a,d%s,?]? "
23306 #: git-add--interactive.perl:1484
23308 msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
23311 #: git-add--interactive.perl:1601
23312 msgid "No other hunks to goto\n"
23315 #: git-add--interactive.perl:1619
23317 msgid "Invalid number: '%s'\n"
23320 #: git-add--interactive.perl:1624
23322 msgid "Sorry, only %d hunk available.\n"
23323 msgid_plural "Sorry, only %d hunks available.\n"
23327 #: git-add--interactive.perl:1659
23328 msgid "No other hunks to search\n"
23331 #: git-add--interactive.perl:1676
23333 msgid "Malformed search regexp %s: %s\n"
23336 #: git-add--interactive.perl:1686
23337 msgid "No hunk matches the given pattern\n"
23340 #: git-add--interactive.perl:1698 git-add--interactive.perl:1720
23341 msgid "No previous hunk\n"
23344 #: git-add--interactive.perl:1707 git-add--interactive.perl:1726
23345 msgid "No next hunk\n"
23348 #: git-add--interactive.perl:1732
23349 msgid "Sorry, cannot split this hunk\n"
23352 #: git-add--interactive.perl:1738
23354 msgid "Split into %d hunk.\n"
23355 msgid_plural "Split into %d hunks.\n"
23359 #: git-add--interactive.perl:1748
23360 msgid "Sorry, cannot edit this hunk\n"
23363 #. TRANSLATORS: please do not translate the command names
23364 #. 'status', 'update', 'revert', etc.
23365 #: git-add--interactive.perl:1813
23367 "status - show paths with changes\n"
23368 "update - add working tree state to the staged set of changes\n"
23369 "revert - revert staged set of changes back to the HEAD version\n"
23370 "patch - pick hunks and update selectively\n"
23371 "diff - view diff between HEAD and index\n"
23372 "add untracked - add contents of untracked files to the staged set of "
23376 #: git-add--interactive.perl:1830 git-add--interactive.perl:1835
23377 #: git-add--interactive.perl:1838 git-add--interactive.perl:1845
23378 #: git-add--interactive.perl:1848 git-add--interactive.perl:1855
23379 #: git-add--interactive.perl:1859 git-add--interactive.perl:1865
23383 #: git-add--interactive.perl:1861
23385 msgid "unknown --patch mode: %s"
23388 #: git-add--interactive.perl:1867 git-add--interactive.perl:1873
23390 msgid "invalid argument %s, expecting --"
23393 #: git-send-email.perl:138
23394 msgid "local zone differs from GMT by a non-minute interval\n"
23397 #: git-send-email.perl:145 git-send-email.perl:151
23398 msgid "local time offset greater than or equal to 24 hours\n"
23401 #: git-send-email.perl:223 git-send-email.perl:229
23402 msgid "the editor exited uncleanly, aborting everything"
23405 #: git-send-email.perl:312
23408 "'%s' contains an intermediate version of the email you were composing.\n"
23411 #: git-send-email.perl:317
23413 msgid "'%s.final' contains the composed email.\n"
23416 #: git-send-email.perl:410
23417 msgid "--dump-aliases incompatible with other options\n"
23420 #: git-send-email.perl:484
23422 "fatal: found configuration options for 'sendmail'\n"
23423 "git-send-email is configured with the sendemail.* options - note the 'e'.\n"
23424 "Set sendemail.forbidSendmailVariables to false to disable this check.\n"
23427 #: git-send-email.perl:489 git-send-email.perl:691
23428 msgid "Cannot run git format-patch from outside a repository\n"
23431 #: git-send-email.perl:492
23433 "`batch-size` and `relogin` must be specified together (via command-line or "
23434 "configuration option)\n"
23437 #: git-send-email.perl:505
23439 msgid "Unknown --suppress-cc field: '%s'\n"
23442 #: git-send-email.perl:536
23444 msgid "Unknown --confirm setting: '%s'\n"
23447 #: git-send-email.perl:564
23449 msgid "warning: sendmail alias with quotes is not supported: %s\n"
23452 #: git-send-email.perl:566
23454 msgid "warning: `:include:` not supported: %s\n"
23457 #: git-send-email.perl:568
23459 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
23462 #: git-send-email.perl:573
23464 msgid "warning: sendmail line is not recognized: %s\n"
23467 #: git-send-email.perl:657
23470 "File '%s' exists but it could also be the range of commits\n"
23471 "to produce patches for. Please disambiguate by...\n"
23473 " * Saying \"./%s\" if you mean a file; or\n"
23474 " * Giving --format-patch option if you mean a range.\n"
23477 #: git-send-email.perl:678
23479 msgid "Failed to opendir %s: %s"
23482 #: git-send-email.perl:702
23486 "warning: no patches were sent\n"
23489 #: git-send-email.perl:713
23492 "No patch files specified!\n"
23496 #: git-send-email.perl:726
23498 msgid "No subject line in %s?"
23501 #: git-send-email.perl:736
23503 msgid "Failed to open for writing %s: %s"
23506 #: git-send-email.perl:747
23508 "Lines beginning in \"GIT:\" will be removed.\n"
23509 "Consider including an overall diffstat or table of contents\n"
23510 "for the patch you are writing.\n"
23512 "Clear the body content if you don't wish to send a summary.\n"
23515 #: git-send-email.perl:771
23517 msgid "Failed to open %s: %s"
23520 #: git-send-email.perl:788
23522 msgid "Failed to open %s.final: %s"
23525 #: git-send-email.perl:831
23526 msgid "Summary email is empty, skipping it\n"
23529 #. TRANSLATORS: please keep [y/N] as is.
23530 #: git-send-email.perl:866
23532 msgid "Are you sure you want to use <%s> [y/N]? "
23535 #: git-send-email.perl:921
23537 "The following files are 8bit, but do not declare a Content-Transfer-"
23541 #: git-send-email.perl:926
23542 msgid "Which 8bit encoding should I declare [UTF-8]? "
23545 #: git-send-email.perl:934
23548 "Refusing to send because the patch\n"
23550 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
23554 #: git-send-email.perl:953
23555 msgid "To whom should the emails be sent (if anyone)?"
23558 #: git-send-email.perl:971
23560 msgid "fatal: alias '%s' expands to itself\n"
23563 #: git-send-email.perl:983
23564 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
23567 #: git-send-email.perl:1041 git-send-email.perl:1049
23569 msgid "error: unable to extract a valid address from: %s\n"
23572 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
23573 #. translation. The program will only accept English input
23575 #: git-send-email.perl:1053
23576 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
23579 #: git-send-email.perl:1370
23581 msgid "CA path \"%s\" does not exist"
23584 #: git-send-email.perl:1453
23586 " The Cc list above has been expanded by additional\n"
23587 " addresses found in the patch commit message. By default\n"
23588 " send-email prompts before sending whenever this occurs.\n"
23589 " This behavior is controlled by the sendemail.confirm\n"
23590 " configuration setting.\n"
23592 " For additional information, run 'git send-email --help'.\n"
23593 " To retain the current behavior, but squelch this message,\n"
23594 " run 'git config --global sendemail.confirm auto'.\n"
23598 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
23599 #. translation. The program will only accept English input
23601 #: git-send-email.perl:1468
23602 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
23605 #: git-send-email.perl:1471
23606 msgid "Send this email reply required"
23609 #: git-send-email.perl:1499
23610 msgid "The required SMTP server is not properly defined."
23613 #: git-send-email.perl:1546
23615 msgid "Server does not support STARTTLS! %s"
23618 #: git-send-email.perl:1551 git-send-email.perl:1555
23620 msgid "STARTTLS failed! %s"
23623 #: git-send-email.perl:1564
23624 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
23627 #: git-send-email.perl:1582
23629 msgid "Failed to send %s\n"
23632 #: git-send-email.perl:1585
23634 msgid "Dry-Sent %s\n"
23637 #: git-send-email.perl:1585
23642 #: git-send-email.perl:1587
23643 msgid "Dry-OK. Log says:\n"
23646 #: git-send-email.perl:1587
23647 msgid "OK. Log says:\n"
23650 #: git-send-email.perl:1599
23654 #: git-send-email.perl:1602
23655 msgid "Result: OK\n"
23658 #: git-send-email.perl:1620
23660 msgid "can't open file %s"
23663 #: git-send-email.perl:1667 git-send-email.perl:1687
23665 msgid "(mbox) Adding cc: %s from line '%s'\n"
23668 #: git-send-email.perl:1673
23670 msgid "(mbox) Adding to: %s from line '%s'\n"
23673 #: git-send-email.perl:1730
23675 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
23678 #: git-send-email.perl:1765
23680 msgid "(body) Adding cc: %s from line '%s'\n"
23683 #: git-send-email.perl:1876
23685 msgid "(%s) Could not execute '%s'"
23688 #: git-send-email.perl:1883
23690 msgid "(%s) Adding %s: %s from: '%s'\n"
23693 #: git-send-email.perl:1887
23695 msgid "(%s) failed to close pipe to '%s'"
23698 #: git-send-email.perl:1917
23699 msgid "cannot send message as 7bit"
23702 #: git-send-email.perl:1925
23703 msgid "invalid transfer encoding"
23706 #: git-send-email.perl:1966 git-send-email.perl:2018 git-send-email.perl:2028
23708 msgid "unable to open %s: %s\n"
23711 #: git-send-email.perl:1969
23713 msgid "%s: patch contains a line longer than 998 characters"
23716 #: git-send-email.perl:1986
23718 msgid "Skipping %s with backup suffix '%s'.\n"
23721 #. TRANSLATORS: please keep "[y|N]" as is.
23722 #: git-send-email.perl:1990
23724 msgid "Do you really want to send %s? [y|N]: "