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: 2018-01-07 07:50+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"
27 msgid "Cherry-picking is not possible because you have unmerged files."
31 msgid "Committing is not possible because you have unmerged files."
35 msgid "Merging is not possible because you have unmerged files."
39 msgid "Pulling is not possible because you have unmerged files."
43 msgid "Reverting is not possible because you have unmerged files."
48 msgid "It is not possible to %s because you have unmerged files."
53 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54 "as appropriate to mark resolution and make a commit."
58 msgid "Exiting because of an unresolved conflict."
61 #: advice.c:121 builtin/merge.c:1213
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
66 msgid "Please, commit your changes before merging."
70 msgid "Exiting because of unfinished merge."
76 "Note: checking out '%s'.\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
85 " git checkout -b <new-branch-name>\n"
91 msgid "unrecognized whitespace option '%s'"
96 msgid "unrecognized whitespace ignore option '%s'"
100 msgid "--reject and --3way cannot be used together."
104 msgid "--cached and --3way cannot be used together."
108 msgid "--3way outside a repository"
112 msgid "--index outside a repository"
116 msgid "--cached outside a repository"
121 msgid "Cannot prepare timestamp regexp %s"
126 msgid "regexec returned %d for input: %s"
131 msgid "unable to find filename in patch at line %d"
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
156 msgid "invalid mode on line %d: %s"
161 msgid "inconsistent header lines %d and %d"
166 msgid "recount: unexpected line: %.*s"
171 msgid "patch fragment without header at line %d: %.*s"
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
187 msgid "git diff header lacks filename information (line %d)"
191 msgid "new file depends on old contents"
195 msgid "deleted file still has contents"
200 msgid "corrupt patch at line %d"
205 msgid "new file %s depends on old contents"
210 msgid "deleted file %s still has contents"
215 msgid "** warning: file %s becomes empty but is not deleted"
220 msgid "corrupt binary patch at line %d: %.*s"
225 msgid "unrecognized binary patch at line %d"
230 msgid "patch with only garbage at line %d"
235 msgid "unable to read symlink %s"
240 msgid "unable to open or read %s"
245 msgid "invalid start of line: '%c'"
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
263 "while searching for:\n"
269 msgid "missing binary patch data for '%s'"
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
279 msgid "cannot apply binary patch to '%s' without full index line"
285 "the patch applies to '%s' (%s), which does not match the current contents."
290 msgid "the patch applies to an empty '%s' but it is not empty"
295 msgid "the necessary postimage %s for '%s' cannot be read"
300 msgid "binary patch does not apply to '%s'"
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
310 msgid "patch failed: %s:%ld"
315 msgid "cannot checkout %s"
318 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
320 msgid "failed to read %s"
325 msgid "reading from '%s' beyond a symbolic link"
328 #: apply.c:3433 apply.c:3673
330 msgid "path %s has been renamed/deleted"
333 #: apply.c:3516 apply.c:3687
335 msgid "%s: does not exist in index"
338 #: apply.c:3525 apply.c:3695
340 msgid "%s: does not match index"
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
349 msgid "Falling back to three-way merge...\n"
352 #: apply.c:3579 apply.c:3583
354 msgid "cannot read the current contents of '%s'"
359 msgid "Failed to fall back on three-way merge...\n"
364 msgid "Applied patch to '%s' with conflicts.\n"
369 msgid "Applied patch to '%s' cleanly.\n"
373 msgid "removal patch leaves file contents"
378 msgid "%s: wrong type"
383 msgid "%s has type %o, expected %o"
386 #: apply.c:3864 apply.c:3866
388 msgid "invalid path '%s'"
393 msgid "%s: already exists in index"
398 msgid "%s: already exists in working directory"
403 msgid "new mode (%o) of %s does not match old mode (%o)"
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
413 msgid "affected file '%s' is beyond a symbolic link"
418 msgid "%s: patch does not apply"
423 msgid "Checking patch %s..."
428 msgid "sha1 information is lacking or useless for submodule %s"
433 msgid "mode change for %s, which is not in current HEAD"
438 msgid "sha1 information is lacking or useless (%s)."
441 #: apply.c:4095 builtin/checkout.c:236 builtin/reset.c:148
443 msgid "make_cache_entry failed for path '%s'"
448 msgid "could not add %s to temporary index"
453 msgid "could not write temporary index to %s"
458 msgid "unable to remove %s from index"
463 msgid "corrupt patch for submodule %s"
468 msgid "unable to stat newly created file '%s'"
473 msgid "unable to create backing store for newly created file %s"
476 #: apply.c:4302 apply.c:4446
478 msgid "unable to add cache entry for %s"
483 msgid "failed to write to '%s'"
488 msgid "closing file '%s'"
493 msgid "unable to write file '%s' mode %o"
498 msgid "Applied patch %s cleanly."
502 msgid "internal error"
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
514 msgid "truncating .rej filename to %.*s.rej"
517 #: apply.c:4545 builtin/fetch.c:761 builtin/fetch.c:1011
519 msgid "cannot open %s"
524 msgid "Hunk #%d applied cleanly."
529 msgid "Rejected hunk #%d."
534 msgid "Skipped patch '%s'."
538 msgid "unrecognized input"
542 msgid "unable to read index file"
547 msgid "can't open patch '%s': %s"
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
557 #: apply.c:4870 apply.c:4885
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
571 #: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2220 builtin/am.c:2223
576 #: builtin/clone.c:116 builtin/fetch.c:116 builtin/pull.c:193
577 #: builtin/submodule--helper.c:369 builtin/submodule--helper.c:860
578 #: builtin/submodule--helper.c:863 builtin/submodule--helper.c:1230
579 #: builtin/submodule--helper.c:1233 builtin/submodule--helper.c:1450
580 #: git-add--interactive.perl:197
585 msgid "don't apply changes matching the given path"
589 msgid "apply changes matching the given path"
592 #: apply.c:4927 builtin/am.c:2229
597 msgid "remove <num> leading slashes from traditional diff paths"
601 msgid "ignore additions made by the patch"
605 msgid "instead of applying the patch, output diffstat for the input"
609 msgid "show number of added and deleted lines in decimal notation"
613 msgid "instead of applying the patch, output a summary for the input"
617 msgid "instead of applying the patch, see if the patch is applicable"
621 msgid "make sure the patch is applicable to the current index"
625 msgid "apply a patch without touching the working tree"
629 msgid "accept a patch that touches outside the working area"
633 msgid "also apply the patch (use with --stat/--summary/--check)"
637 msgid "attempt three-way merge if a patch does not apply"
641 msgid "build a temporary index based on embedded index information"
644 #: apply.c:4956 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
649 msgid "ensure at least <n> lines of context match"
652 #: apply.c:4959 builtin/am.c:2208 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3009
659 msgid "detect new or modified lines that have whitespace errors"
662 #: apply.c:4963 apply.c:4966
663 msgid "ignore changes in whitespace when finding context"
667 msgid "apply the patch in reverse"
671 msgid "don't expect at least one line of context"
675 msgid "leave the rejected hunks in corresponding *.rej files"
679 msgid "allow overlapping hunks"
682 #: apply.c:4976 builtin/add.c:292 builtin/check-ignore.c:21
683 #: builtin/commit.c:1361 builtin/count-objects.c:96 builtin/fsck.c:640
684 #: builtin/log.c:1896 builtin/mv.c:123 builtin/read-tree.c:125
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
693 msgid "do not trust the line counts in the hunk headers"
696 #: apply.c:4983 builtin/am.c:2217
701 msgid "prepend <root> to all filenames"
705 msgid "git archive [<options>] <tree-ish> [<path>...]"
709 msgid "git archive --list"
714 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
718 msgid "git archive --remote <repo> [--exec <cmd>] --list"
721 #: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
723 msgid "pathspec '%s' did not match any files"
731 msgid "archive format"
734 #: archive.c:437 builtin/log.c:1459
739 msgid "prepend prefix to each pathname in the archive"
742 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:62
743 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:861
744 #: builtin/hash-object.c:102 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
746 #: parse-options.h:153
750 #: archive.c:440 builtin/archive.c:89
751 msgid "write the archive to this file"
755 msgid "read .gitattributes in working directory"
759 msgid "report archived files on stderr"
767 msgid "compress faster"
771 msgid "compress better"
775 msgid "list supported archive formats"
778 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
779 #: builtin/submodule--helper.c:872 builtin/submodule--helper.c:1239
783 #: archive.c:459 builtin/archive.c:91
784 msgid "retrieve the archive from remote repository <repo>"
787 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
791 #: archive.c:461 builtin/archive.c:93
792 msgid "path to the remote git-upload-archive command"
796 msgid "Unexpected option --remote"
800 msgid "Option --exec can only be used together with --remote"
804 msgid "Unexpected option --output"
809 msgid "Unknown archive format '%s'"
814 msgid "Argument not supported for format '%s': -%d"
819 msgid "%.*s is not a valid attribute name"
824 "Negative patterns are ignored in git attributes\n"
825 "Use '\\!' for literal leading exclamation."
830 msgid "Badly quoted content in file '%s': %s"
835 msgid "We cannot bisect more!\n"
840 msgid "Not a valid commit name %s"
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
882 msgid "Bisecting: a merge base must be tested\n"
887 msgid "a %s revision is needed"
890 #: bisect.c:879 builtin/notes.c:175 builtin/tag.c:234
892 msgid "could not create file '%s'"
897 msgid "could not read file '%s'"
901 msgid "reading bisect refs failed"
906 msgid "%s was both %s and %s\n"
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
918 msgid "(roughly %d step)"
919 msgid_plural "(roughly %d steps)"
923 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
924 #. steps)" translation.
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
934 msgid "--contents and --reverse do not blend well."
938 msgid "cannot use --contents with final commit object name"
942 msgid "--reverse and --first-parent together require specified latest commit"
945 #: blame.c:1797 bundle.c:169 ref-filter.c:1981 sequencer.c:1177
946 #: sequencer.c:2370 builtin/commit.c:1066 builtin/log.c:364 builtin/log.c:918
947 #: builtin/log.c:1368 builtin/log.c:1697 builtin/log.c:1945 builtin/merge.c:369
948 #: builtin/shortlog.c:191
949 msgid "revision walk setup failed"
954 "--reverse --first-parent together require range along first-parent chain"
959 msgid "no such path %s in %s"
964 msgid "cannot read blob %s for path %s"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
978 msgid "Not setting branch %s as its own upstream."
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
998 msgid "Branch '%s' set up to track local branch '%s'."
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1018 msgid "Branch '%s' set up to track local ref '%s'."
1022 msgid "Unable to write upstream branch configuration"
1027 msgid "Not tracking: ambiguous information for ref %s"
1032 msgid "'%s' is not a valid branch name."
1037 msgid "A branch named '%s' already exists."
1041 msgid "Cannot force update the current branch."
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1051 msgid "the requested upstream branch '%s' does not exist"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1068 msgid "Not a valid object name: '%s'."
1073 msgid "Ambiguous object name: '%s'."
1078 msgid "Not a valid branch point: '%s'."
1083 msgid "'%s' is already checked out at '%s'"
1088 msgid "HEAD of working tree %s is not updated"
1093 msgid "'%s' does not look like a v2 bundle file"
1098 msgid "unrecognized header: %s%s (%d)"
1101 #: bundle.c:88 sequencer.c:1360 sequencer.c:1807 sequencer.c:2637
1102 #: sequencer.c:2663 sequencer.c:2754 sequencer.c:2856 builtin/commit.c:782
1104 msgid "could not open '%s'"
1108 msgid "Repository lacks these prerequisite commits:"
1113 msgid "The bundle contains this ref:"
1114 msgid_plural "The bundle contains these %d refs:"
1119 msgid "The bundle records a complete history."
1124 msgid "The bundle requires this ref:"
1125 msgid_plural "The bundle requires these %d refs:"
1130 msgid "Could not spawn pack-objects"
1134 msgid "pack-objects died"
1138 msgid "rev-list died"
1143 msgid "ref '%s' is excluded by the rev-list options"
1146 #: bundle.c:453 builtin/log.c:181 builtin/log.c:1604 builtin/shortlog.c:296
1148 msgid "unrecognized argument: %s"
1152 msgid "Refusing to create empty bundle."
1157 msgid "cannot create '%s'"
1161 msgid "index-pack died"
1166 msgid "invalid color value: %.*s"
1169 #: commit.c:41 sequencer.c:1614 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1434 builtin/am.c:2069
1172 msgid "could not parse %s"
1177 msgid "%s %s is not a commit!"
1182 "Warning: commit message did not conform to UTF-8.\n"
1183 "You may want to amend it after fixing the message, or set the config\n"
1184 "variable i18n.commitencoding to the encoding your project uses.\n"
1187 #: compat/obstack.c:405 compat/obstack.c:407
1188 msgid "memory exhausted"
1192 msgid "relative config include conditionals must come from files"
1197 msgid "bad config line %d in blob %s"
1202 msgid "bad config line %d in file %s"
1207 msgid "bad config line %d in standard input"
1212 msgid "bad config line %d in submodule-blob %s"
1217 msgid "bad config line %d in command line %s"
1222 msgid "bad config line %d in %s"
1226 msgid "out of range"
1230 msgid "invalid unit"
1235 msgid "bad numeric config value '%s' for '%s': %s"
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1270 msgid "failed to expand user dir in: '%s'"
1275 msgid "'%s' for '%s' is not a valid timestamp"
1278 #: config.c:1094 config.c:1105
1280 msgid "bad zlib compression level %d"
1285 msgid "invalid mode for object creation: %s"
1290 msgid "bad pack compression level %d"
1294 msgid "unable to parse command-line config"
1298 msgid "unknown error occurred while reading the configuration files"
1303 msgid "Invalid %s: '%s'"
1308 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1313 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1318 msgid "unable to parse '%s' from command-line config"
1323 msgid "bad config variable '%s' in file '%s' at line %d"
1328 msgid "%s has multiple values"
1331 #: config.c:2591 config.c:2808
1333 msgid "fstat on %s failed"
1338 msgid "could not set '%s' to '%s'"
1341 #: config.c:2700 builtin/remote.c:776
1343 msgid "could not unset '%s'"
1347 msgid "The remote end hung up upon initial contact"
1352 "Could not read from remote repository.\n"
1354 "Please make sure you have the correct access rights\n"
1355 "and the repository exists."
1358 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1359 msgid "Checking connectivity"
1363 msgid "Could not run 'git rev-list'"
1367 msgid "failed write to rev-list"
1371 msgid "failed to close rev-list's stdin"
1377 "CRLF will be replaced by LF in %s.\n"
1378 "The file will have its original line endings in your working directory."
1383 msgid "CRLF would be replaced by LF in %s."
1389 "LF will be replaced by CRLF in %s.\n"
1390 "The file will have its original line endings in your working directory."
1395 msgid "LF would be replaced by CRLF in %s"
1399 msgid "in the future"
1404 msgid "%<PRIuMAX> second ago"
1405 msgid_plural "%<PRIuMAX> seconds ago"
1411 msgid "%<PRIuMAX> minute ago"
1412 msgid_plural "%<PRIuMAX> minutes ago"
1418 msgid "%<PRIuMAX> hour ago"
1419 msgid_plural "%<PRIuMAX> hours ago"
1425 msgid "%<PRIuMAX> day ago"
1426 msgid_plural "%<PRIuMAX> days ago"
1432 msgid "%<PRIuMAX> week ago"
1433 msgid_plural "%<PRIuMAX> weeks ago"
1439 msgid "%<PRIuMAX> month ago"
1440 msgid_plural "%<PRIuMAX> months ago"
1446 msgid "%<PRIuMAX> year"
1447 msgid_plural "%<PRIuMAX> years"
1451 #. TRANSLATORS: "%s" is "<n> years"
1454 msgid "%s, %<PRIuMAX> month ago"
1455 msgid_plural "%s, %<PRIuMAX> months ago"
1459 #: date.c:175 date.c:180
1461 msgid "%<PRIuMAX> year ago"
1462 msgid_plural "%<PRIuMAX> years ago"
1466 #: diffcore-order.c:24
1468 msgid "failed to read orderfile '%s'"
1471 #: diffcore-rename.c:535
1472 msgid "Performing inexact rename detection"
1477 msgid "option '%s' requires a value"
1482 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1487 msgid " Unknown dirstat parameter '%s'\n"
1492 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1498 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1504 "Found errors in 'diff.dirstat' config variable:\n"
1510 msgid "external diff died, stopping at %s"
1514 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1518 msgid "--follow requires exactly one pathspec"
1524 "Failed to parse --dirstat/-X option parameter:\n"
1530 msgid "Failed to parse --submodule option parameter: '%s'"
1534 msgid "inexact rename detection was skipped due to too many files."
1538 msgid "only found copies from modified paths due to too many files."
1544 "you may want to set your %s variable to at least %d and retry the command."
1548 msgid "failed to get kernel name and information"
1552 msgid "Untracked cache is disabled on this system or location."
1555 #: dir.c:3002 dir.c:3007
1557 msgid "could not create directories for %s"
1562 msgid "could not migrate git directory from '%s' to '%s'"
1567 msgid "hint: Waiting for your editor to close the file...%c"
1571 msgid "Filtering content"
1576 msgid "could not stat file '%s'"
1580 msgid "git fetch-pack: expected shallow list"
1584 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1587 #: fetch-pack.c:283 builtin/archive.c:63
1589 msgid "remote error: %s"
1594 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1598 msgid "--stateless-rpc requires multi_ack_detailed"
1603 msgid "invalid shallow line: %s"
1608 msgid "invalid unshallow line: %s"
1613 msgid "object not found: %s"
1618 msgid "error in object: %s"
1623 msgid "no shallow found: %s"
1628 msgid "expected shallow/unshallow, got %s"
1633 msgid "got %s %d %s"
1638 msgid "invalid commit %s"
1645 #: fetch-pack.c:534 progress.c:229
1651 msgid "got %s (%d) %s"
1656 msgid "Marking %s as complete"
1661 msgid "already have %s (%s)"
1665 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1669 msgid "protocol error: bad pack header"
1674 msgid "fetch-pack: unable to fork off %s"
1683 msgid "error in sideband demultiplexer"
1687 msgid "Server does not support shallow clients"
1691 msgid "Server supports multi_ack_detailed"
1695 msgid "Server supports no-done"
1699 msgid "Server supports multi_ack"
1703 msgid "Server supports side-band-64k"
1707 msgid "Server supports side-band"
1711 msgid "Server supports allow-tip-sha1-in-want"
1715 msgid "Server supports allow-reachable-sha1-in-want"
1719 msgid "Server supports ofs-delta"
1724 msgid "Server version is %.*s"
1728 msgid "Server does not support --shallow-since"
1732 msgid "Server does not support --shallow-exclude"
1736 msgid "Server does not support --deepen"
1740 msgid "no common commits"
1743 #: fetch-pack.c:1005
1744 msgid "git fetch-pack: fetch failed."
1747 #: fetch-pack.c:1167
1748 msgid "no matching remote head"
1751 #: fetch-pack.c:1189
1753 msgid "no such remote ref %s"
1756 #: fetch-pack.c:1192
1758 msgid "Server does not allow request for unadvertised object %s"
1761 #: gpg-interface.c:181
1762 msgid "gpg failed to sign the data"
1765 #: gpg-interface.c:211
1766 msgid "could not create temporary file"
1769 #: gpg-interface.c:214
1771 msgid "failed writing detached signature to '%s'"
1776 msgid "ignore invalid color '%.*s' in log.graphColors"
1781 msgid "'%s': unable to read %s"
1784 #: grep.c:2034 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1786 msgid "failed to stat '%s'"
1791 msgid "'%s': short read"
1796 msgid "available git commands in '%s'"
1800 msgid "git commands available from elsewhere on your $PATH"
1804 msgid "These are common Git commands used in various situations:"
1810 "'%s' appears to be a git command, but we were not\n"
1811 "able to execute it. Maybe git-%s is broken?"
1815 msgid "Uh oh. Your system reports no Git commands at all."
1820 msgid "WARNING: You called a Git command named '%s', which does not exist."
1825 msgid "Continuing under the assumption that you meant '%s'."
1830 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1835 msgid "git: '%s' is not a git command. See 'git --help'."
1841 "The most similar command is"
1844 "The most similar commands are"
1849 msgid "git version [<options>]"
1860 "Did you mean this?"
1863 "Did you mean one of these?"
1870 "*** Please tell me who you are.\n"
1874 " git config --global user.email \"you@example.com\"\n"
1875 " git config --global user.name \"Your Name\"\n"
1877 "to set your account's default identity.\n"
1878 "Omit --global to set the identity only in this repository.\n"
1883 msgid "no email was given and auto-detection is disabled"
1888 msgid "unable to auto-detect email address (got '%s')"
1892 msgid "no name was given and auto-detection is disabled"
1897 msgid "unable to auto-detect name (got '%s')"
1902 msgid "empty ident name (for <%s>) not allowed"
1907 msgid "name consists only of disallowed characters: %s"
1910 #: ident.c:416 builtin/commit.c:616
1912 msgid "invalid date format: %s"
1915 #: list-objects-filter-options.c:30
1916 msgid "multiple object filter types cannot be combined"
1919 #: list-objects-filter-options.c:41 list-objects-filter-options.c:68
1921 msgid "invalid filter-spec expression '%s'"
1927 "Unable to create '%s.lock': %s.\n"
1929 "Another git process seems to be running in this repository, e.g.\n"
1930 "an editor opened by 'git commit'. Please make sure all processes\n"
1931 "are terminated then try again. If it still fails, a git process\n"
1932 "may have crashed in this repository earlier:\n"
1933 "remove the file manually to continue."
1938 msgid "Unable to create '%s.lock': %s"
1942 msgid "failed to read the cache"
1945 #: merge.c:128 builtin/am.c:1943 builtin/am.c:1977 builtin/checkout.c:379
1946 #: builtin/checkout.c:600 builtin/clone.c:754
1947 msgid "unable to write new index file"
1950 #: merge-recursive.c:235
1951 msgid "(bad commit)\n"
1954 #: merge-recursive.c:257 merge-recursive.c:265
1956 msgid "addinfo_cache failed for path '%s'"
1959 #: merge-recursive.c:329
1960 msgid "error building trees"
1963 #: merge-recursive.c:752
1965 msgid "failed to create path '%s'%s"
1968 #: merge-recursive.c:763
1970 msgid "Removing %s to make room for subdirectory\n"
1973 #: merge-recursive.c:777 merge-recursive.c:796
1974 msgid ": perhaps a D/F conflict?"
1977 #: merge-recursive.c:786
1979 msgid "refusing to lose untracked file at '%s'"
1982 #: merge-recursive.c:828 builtin/cat-file.c:37
1984 msgid "cannot read object %s '%s'"
1987 #: merge-recursive.c:830
1989 msgid "blob expected for %s '%s'"
1992 #: merge-recursive.c:854
1994 msgid "failed to open '%s': %s"
1997 #: merge-recursive.c:865
1999 msgid "failed to symlink '%s': %s"
2002 #: merge-recursive.c:870
2004 msgid "do not know what to do with %06o %s '%s'"
2007 #: merge-recursive.c:1010
2008 msgid "Failed to execute internal merge"
2011 #: merge-recursive.c:1014
2013 msgid "Unable to add %s to database"
2016 #: merge-recursive.c:1117
2019 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2023 #: merge-recursive.c:1122
2026 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2030 #: merge-recursive.c:1129
2033 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2037 #: merge-recursive.c:1134
2040 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2041 "left in tree at %s."
2044 #: merge-recursive.c:1168
2048 #: merge-recursive.c:1168
2052 #: merge-recursive.c:1225
2054 msgid "%s is a directory in %s adding as %s instead"
2057 #: merge-recursive.c:1250
2060 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2061 "\"->\"%s\" in \"%s\"%s"
2064 #: merge-recursive.c:1255
2065 msgid " (left unresolved)"
2068 #: merge-recursive.c:1317
2070 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2073 #: merge-recursive.c:1350
2075 msgid "Renaming %s to %s and %s to %s instead"
2078 #: merge-recursive.c:1553
2080 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2083 #: merge-recursive.c:1568
2085 msgid "Adding merged %s"
2088 #: merge-recursive.c:1575 merge-recursive.c:1805
2090 msgid "Adding as %s instead"
2093 #: merge-recursive.c:1632
2095 msgid "cannot read object %s"
2098 #: merge-recursive.c:1635
2100 msgid "object %s is not a blob"
2103 #: merge-recursive.c:1704
2107 #: merge-recursive.c:1704
2111 #: merge-recursive.c:1714
2115 #: merge-recursive.c:1721
2119 #: merge-recursive.c:1757
2121 msgid "Skipped %s (merged same as existing)"
2124 #: merge-recursive.c:1771
2126 msgid "Auto-merging %s"
2129 #: merge-recursive.c:1775 git-submodule.sh:932
2133 #: merge-recursive.c:1776
2135 msgid "CONFLICT (%s): Merge conflict in %s"
2138 #: merge-recursive.c:1870
2143 #: merge-recursive.c:1896
2144 msgid "file/directory"
2147 #: merge-recursive.c:1902
2148 msgid "directory/file"
2151 #: merge-recursive.c:1909
2153 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2156 #: merge-recursive.c:1918
2161 #: merge-recursive.c:1958
2163 msgid "Dirty index: cannot merge (dirty: %s)"
2166 #: merge-recursive.c:1962
2167 msgid "Already up to date!"
2170 #: merge-recursive.c:1971
2172 msgid "merging of trees %s and %s failed"
2175 #: merge-recursive.c:2068
2179 #: merge-recursive.c:2081
2181 msgid "found %u common ancestor:"
2182 msgid_plural "found %u common ancestors:"
2186 #: merge-recursive.c:2120
2187 msgid "merge returned no commit"
2190 #: merge-recursive.c:2183
2192 msgid "Could not parse object '%s'"
2195 #: merge-recursive.c:2197 builtin/merge.c:656 builtin/merge.c:815
2196 msgid "Unable to write index."
2199 #: notes-merge.c:272
2202 "You have not concluded your previous notes merge (%s exists).\n"
2203 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2204 "commit/abort the previous merge before you start a new notes merge."
2207 #: notes-merge.c:279
2209 msgid "You have not concluded your notes merge (%s exists)."
2213 msgid "Cannot commit uninitialized/unreferenced notes tree"
2216 #: notes-utils.c:101
2218 msgid "Bad notes.rewriteMode value: '%s'"
2221 #: notes-utils.c:111
2223 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2226 #. TRANSLATORS: The first %s is the name of
2227 #. the environment variable, the second %s is
2230 #: notes-utils.c:141
2232 msgid "Bad %s value: '%s'"
2237 msgid "unable to parse object: %s"
2241 msgid "offset before end of packfile (broken .idx?)"
2246 msgid "offset before start of pack index for %s (corrupt index?)"
2251 msgid "offset beyond end of pack index for %s (truncated index?)"
2254 #: parse-options.c:573
2258 #: parse-options.c:592
2263 #. TRANSLATORS: the colon here should align with the
2264 #. one in "usage: %s" translation.
2266 #: parse-options.c:598
2271 #: parse-options.c:601
2276 #: parse-options.c:640
2280 #: parse-options-cb.c:108
2282 msgid "malformed object name '%s'"
2287 msgid "Could not make %s writable by group"
2291 msgid "Escape character '\\' not allowed as last character in attr value"
2295 msgid "Only one 'attr:' specification is allowed."
2299 msgid "attr spec must not be empty"
2304 msgid "invalid attribute name %s"
2308 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2313 "global 'literal' pathspec setting is incompatible with all other global "
2318 msgid "invalid parameter for pathspec magic 'prefix'"
2323 msgid "Invalid pathspec magic '%.*s' in '%s'"
2328 msgid "Missing ')' at the end of pathspec magic in '%s'"
2333 msgid "Unimplemented pathspec magic '%c' in '%s'"
2338 msgid "%s: 'literal' and 'glob' are incompatible"
2343 msgid "%s: '%s' is outside repository"
2348 msgid "'%s' (mnemonic: '%c')"
2353 msgid "%s: pathspec magic not supported by this command: %s"
2358 msgid "pathspec '%s' is beyond a symbolic link"
2362 msgid "unable to parse --pretty format"
2365 #: read-cache.c:1472
2368 "index.version set, but the value is invalid.\n"
2372 #: read-cache.c:1482
2375 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2379 #: read-cache.c:2370 sequencer.c:2731 wrapper.c:658 builtin/merge.c:1048
2381 msgid "could not close '%s'"
2384 #: read-cache.c:2442 sequencer.c:1369 sequencer.c:2096
2386 msgid "could not stat '%s'"
2389 #: read-cache.c:2455
2391 msgid "unable to open git dir: %s"
2394 #: read-cache.c:2467
2396 msgid "unable to unlink: %s"
2401 msgid "Could not open '%s' for writing"
2405 msgid "ref updates forbidden inside quarantine environment"
2408 #: refs/files-backend.c:1189
2410 msgid "could not remove reference %s"
2413 #: refs/files-backend.c:1203 refs/packed-backend.c:1524
2414 #: refs/packed-backend.c:1534
2416 msgid "could not delete reference %s: %s"
2419 #: refs/files-backend.c:1206 refs/packed-backend.c:1537
2421 msgid "could not delete references: %s"
2424 #: ref-filter.c:35 wt-status.c:1816
2440 msgid "ahead %d, behind %d"
2445 msgid "expected format: %%(color:<color>)"
2450 msgid "unrecognized color: %%(color:%s)"
2455 msgid "Integer value expected refname:lstrip=%s"
2460 msgid "Integer value expected refname:rstrip=%s"
2465 msgid "unrecognized %%(%s) argument: %s"
2470 msgid "%%(body) does not take arguments"
2475 msgid "%%(subject) does not take arguments"
2480 msgid "unknown %%(trailers) argument: %s"
2485 msgid "positive value expected contents:lines=%s"
2490 msgid "unrecognized %%(contents) argument: %s"
2495 msgid "positive value expected objectname:short=%s"
2500 msgid "unrecognized %%(objectname) argument: %s"
2505 msgid "expected format: %%(align:<width>,<position>)"
2510 msgid "unrecognized position:%s"
2515 msgid "unrecognized width:%s"
2520 msgid "unrecognized %%(align) argument: %s"
2525 msgid "positive width expected with the %%(align) atom"
2530 msgid "unrecognized %%(if) argument: %s"
2535 msgid "malformed field name: %.*s"
2540 msgid "unknown field name: %.*s"
2545 msgid "format: %%(if) atom used without a %%(then) atom"
2550 msgid "format: %%(then) atom used without an %%(if) atom"
2555 msgid "format: %%(then) atom used more than once"
2560 msgid "format: %%(then) atom used after %%(else)"
2565 msgid "format: %%(else) atom used without an %%(if) atom"
2570 msgid "format: %%(else) atom used without a %%(then) atom"
2575 msgid "format: %%(else) atom used more than once"
2580 msgid "format: %%(end) atom used without corresponding atom"
2585 msgid "malformed format string %s"
2588 #: ref-filter.c:1313
2590 msgid "(no branch, rebasing %s)"
2593 #: ref-filter.c:1316
2595 msgid "(no branch, bisect started on %s)"
2598 #. TRANSLATORS: make sure this matches "HEAD
2599 #. detached at " in wt-status.c
2601 #: ref-filter.c:1324
2603 msgid "(HEAD detached at %s)"
2606 #. TRANSLATORS: make sure this matches "HEAD
2607 #. detached from " in wt-status.c
2609 #: ref-filter.c:1331
2611 msgid "(HEAD detached from %s)"
2614 #: ref-filter.c:1335
2618 #: ref-filter.c:1488 ref-filter.c:1519
2620 msgid "missing object %s for %s"
2623 #: ref-filter.c:1491 ref-filter.c:1522
2625 msgid "parse_object_buffer failed on %s for %s"
2628 #: ref-filter.c:1822
2630 msgid "malformed object at '%s'"
2633 #: ref-filter.c:1889
2635 msgid "ignoring ref with broken name %s"
2638 #: ref-filter.c:1894
2640 msgid "ignoring broken ref %s"
2643 #: ref-filter.c:2156
2645 msgid "format: %%(end) atom missing"
2648 #: ref-filter.c:2250
2650 msgid "malformed object name %s"
2655 msgid "Cannot fetch both %s and %s to %s"
2660 msgid "%s usually tracks %s, not %s"
2665 msgid "%s tracks both %s and %s"
2669 msgid "Internal error"
2672 #: remote.c:1711 remote.c:1813
2673 msgid "HEAD does not point to a branch"
2678 msgid "no such branch: '%s'"
2683 msgid "no upstream configured for branch '%s'"
2688 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2693 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2698 msgid "branch '%s' has no remote for pushing"
2703 msgid "push refspecs for '%s' do not include '%s'"
2707 msgid "push has no destination (push.default is 'nothing')"
2711 msgid "cannot resolve 'simple' push to a single destination"
2716 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2720 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2725 msgid "Your branch is up to date with '%s'.\n"
2730 msgid "Your branch is ahead of '%s' by %d commit.\n"
2731 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2736 msgid " (use \"git push\" to publish your local commits)\n"
2741 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2743 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2748 msgid " (use \"git pull\" to update your local branch)\n"
2754 "Your branch and '%s' have diverged,\n"
2755 "and have %d and %d different commit each, respectively.\n"
2757 "Your branch and '%s' have diverged,\n"
2758 "and have %d and %d different commits each, respectively.\n"
2763 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2767 msgid "your current branch appears to be broken"
2772 msgid "your current branch '%s' does not have any commits yet"
2776 msgid "--first-parent is incompatible with --bisect"
2779 #: run-command.c:645
2780 msgid "open /dev/null failed"
2783 #: run-command.c:1188
2786 "The '%s' hook was ignored because it's not set as executable.\n"
2787 "You can disable this warning with `git config advice.ignoredHook false`."
2792 msgid "unable to parse remote unpack status: %s"
2797 msgid "remote unpack failed: %s"
2801 msgid "failed to sign the push certificate"
2805 msgid "the receiving end does not support --signed push"
2810 "not sending a push certificate since the receiving end does not support --"
2815 msgid "the receiving end does not support --atomic push"
2819 msgid "the receiving end does not support push options"
2836 msgid "Unknown action: %d"
2841 "after resolving the conflicts, mark the corrected paths\n"
2842 "with 'git add <paths>' or 'git rm <paths>'"
2847 "after resolving the conflicts, mark the corrected paths\n"
2848 "with 'git add <paths>' or 'git rm <paths>'\n"
2849 "and commit the result with 'git commit'"
2852 #: sequencer.c:297 sequencer.c:1718
2854 msgid "could not lock '%s'"
2857 #: sequencer.c:300 sequencer.c:1595 sequencer.c:1723 sequencer.c:1737
2858 #: sequencer.c:2729 sequencer.c:2800 wrapper.c:656
2860 msgid "could not write to '%s'"
2865 msgid "could not write eol to '%s'"
2868 #: sequencer.c:308 sequencer.c:1600 sequencer.c:1725
2870 msgid "failed to finalize '%s'."
2873 #: sequencer.c:332 sequencer.c:829 sequencer.c:1621 builtin/am.c:259
2874 #: builtin/commit.c:754 builtin/merge.c:1046
2876 msgid "could not read '%s'"
2881 msgid "your local changes would be overwritten by %s."
2885 msgid "commit your changes or stash them to proceed."
2890 msgid "%s: fast-forward"
2893 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2898 msgid "%s: Unable to write new index file"
2902 msgid "could not resolve HEAD commit"
2906 msgid "unable to update cache tree"
2912 "you have staged changes in your working tree\n"
2913 "If these changes are meant to be squashed into the previous commit, run:\n"
2915 " git commit --amend %s\n"
2917 "If they are meant to go into a new commit, run:\n"
2921 "In both cases, once you're done, continue with:\n"
2923 " git rebase --continue\n"
2928 msgid "could not parse commit %s"
2933 msgid "could not parse parent commit %s"
2939 "unexpected 1st line of squash message:\n"
2947 "invalid 1st line of squash message:\n"
2952 #: sequencer.c:848 sequencer.c:873
2954 msgid "This is a combination of %d commits."
2957 #: sequencer.c:857 sequencer.c:2748
2958 msgid "need a HEAD to fixup"
2962 msgid "could not read HEAD"
2966 msgid "could not read HEAD's commit message"
2971 msgid "cannot write '%s'"
2974 #: sequencer.c:876 git-rebase--interactive.sh:446
2975 msgid "This is the 1st commit message:"
2980 msgid "could not read commit message of %s"
2985 msgid "This is the commit message #%d:"
2990 msgid "The commit message #%d will be skipped:"
2995 msgid "unknown command: %d"
2999 msgid "your index file is unmerged."
3004 msgid "commit %s is a merge but no -m option was given."
3009 msgid "commit %s does not have parent %d"
3014 msgid "mainline was specified but commit %s is not a merge."
3019 msgid "cannot get commit message for %s"
3022 #. TRANSLATORS: The first %s will be a "todo" command like
3023 #. "revert" or "pick", the second %s a SHA1.
3026 msgid "%s: cannot parse parent commit %s"
3029 #: sequencer.c:1086 sequencer.c:1867
3031 msgid "could not rename '%s' to '%s'"
3036 msgid "could not revert %s... %s"
3041 msgid "could not apply %s... %s"
3045 msgid "empty commit set passed"
3050 msgid "git %s: failed to read the index"
3055 msgid "git %s: failed to refresh the index"
3060 msgid "%s does not accept arguments: '%s'"
3065 msgid "missing arguments for %s"
3070 msgid "invalid line %d: %.*s"
3075 msgid "cannot '%s' without a previous commit"
3078 #: sequencer.c:1363 sequencer.c:2525 sequencer.c:2560 sequencer.c:2642
3079 #: sequencer.c:2668 sequencer.c:2758 sequencer.c:2859
3081 msgid "could not read '%s'."
3085 msgid "please fix this using 'git rebase --edit-todo'."
3090 msgid "unusable instruction sheet: '%s'"
3094 msgid "no commits parsed."
3098 msgid "cannot cherry-pick during a revert."
3102 msgid "cannot revert during a cherry-pick."
3107 msgid "invalid key: %s"
3112 msgid "invalid value for %s: %s"
3117 msgid "malformed options sheet: '%s'"
3121 msgid "a cherry-pick or revert is already in progress"
3125 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3130 msgid "could not create sequencer directory '%s'"
3134 msgid "could not lock HEAD"
3137 #: sequencer.c:1646 sequencer.c:2230
3138 msgid "no cherry-pick or revert in progress"
3142 msgid "cannot resolve HEAD"
3145 #: sequencer.c:1650 sequencer.c:1685
3146 msgid "cannot abort from a branch yet to be born"
3149 #: sequencer.c:1671 builtin/grep.c:713
3151 msgid "cannot open '%s'"
3156 msgid "cannot read '%s': %s"
3160 msgid "unexpected end of file"
3165 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3169 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3172 #: sequencer.c:1832 sequencer.c:2128
3173 msgid "cannot read HEAD"
3176 #: sequencer.c:1872 builtin/difftool.c:639
3178 msgid "could not copy '%s' to '%s'"
3182 msgid "could not read index"
3188 "execution failed: %s\n"
3189 "%sYou can fix the problem, and then run\n"
3191 " git rebase --continue\n"
3196 msgid "and made changes to the index and/or the working tree\n"
3202 "execution succeeded: %s\n"
3203 "but left changes to the index and/or the working tree\n"
3204 "Commit or stash your changes, and then run\n"
3206 " git rebase --continue\n"
3212 msgid "Applied autostash.\n"
3217 msgid "cannot store %s"
3220 #: sequencer.c:1982 git-rebase.sh:175
3223 "Applying autostash resulted in conflicts.\n"
3224 "Your changes are safe in the stash.\n"
3225 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3230 msgid "Stopped at %s... %.*s\n"
3235 msgid "unknown command %d"
3239 msgid "could not read orig-head"
3242 #: sequencer.c:2141 sequencer.c:2745
3243 msgid "could not read 'onto'"
3248 msgid "could not update %s"
3253 msgid "could not update HEAD to %s"
3257 msgid "cannot rebase: You have unstaged changes."
3261 msgid "could not remove CHERRY_PICK_HEAD"
3265 msgid "cannot amend non-existing commit"
3270 msgid "invalid file: '%s'"
3275 msgid "invalid contents: '%s'"
3281 "You have uncommitted changes in your working tree. Please, commit them\n"
3282 "first and then run 'git rebase --continue' again."
3286 msgid "could not commit staged changes."
3291 msgid "%s: can't cherry-pick a %s"
3296 msgid "%s: bad revision"
3300 msgid "can't revert as initial commit"
3304 msgid "make_script: unhandled options"
3308 msgid "make_script: error preparing revisions"
3311 #: sequencer.c:2529 sequencer.c:2564
3313 msgid "unusable todo list: '%s'"
3319 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3325 "Warning: some commits may have been dropped accidentally.\n"
3326 "Dropped commits (newer to older):\n"
3332 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3334 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3336 "The possible behaviours are: ignore, warn, error.\n"
3343 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3345 "Or you can abort the rebase with 'git rebase --abort'.\n"
3348 #: sequencer.c:2727 sequencer.c:2794 wrapper.c:225 wrapper.c:395
3351 msgid "could not open '%s' for writing"
3356 msgid "could not parse commit '%s'"
3360 msgid "the script was already rearranged."
3366 "%s: no such path in the working tree.\n"
3367 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3373 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3374 "Use '--' to separate paths from revisions, like this:\n"
3375 "'git <command> [<revision>...] -- [<file>...]'"
3381 "ambiguous argument '%s': both revision and filename\n"
3382 "Use '--' to separate paths from revisions, like this:\n"
3383 "'git <command> [<revision>...] -- [<file>...]'"
3388 msgid "Expected git repo version <= %d, found %d"
3392 msgid "unknown repository extensions found:"
3397 msgid "Not a git repository (or any of the parent directories): %s"
3400 #: setup.c:813 builtin/index-pack.c:1653
3401 msgid "Cannot come back to cwd"
3405 msgid "Unable to read current working directory"
3408 #: setup.c:1064 setup.c:1070
3410 msgid "Cannot change to '%s'"
3416 "Not a git repository (or any parent up to mount point %s)\n"
3417 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3423 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3424 "The owner of files must always have read and write permissions."
3429 msgid "path '%s' does not exist"
3434 msgid "reference repository '%s' as a linked checkout is not supported yet."
3439 msgid "reference repository '%s' is not a local repository."
3444 msgid "reference repository '%s' is shallow"
3449 msgid "reference repository '%s' is grafted"
3454 msgid "short SHA1 %s is ambiguous"
3458 msgid "The candidates are:"
3463 "Git normally never creates a ref that ends with 40 hex characters\n"
3464 "because it will be ignored when you just specify 40-hex. These refs\n"
3465 "may be created by mistake. For example,\n"
3467 " git checkout -b $br $(git rev-parse ...)\n"
3469 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3470 "examine these refs and maybe delete them. Turn this message off by\n"
3471 "running \"git config advice.objectNameWarning false\""
3474 #: submodule.c:96 submodule.c:130
3475 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3478 #: submodule.c:100 submodule.c:134
3480 msgid "Could not find section in .gitmodules where path=%s"
3485 msgid "Could not update .gitmodules entry %s"
3490 msgid "Could not remove .gitmodules entry for %s"
3494 msgid "staging updated .gitmodules failed"
3499 msgid "in unpopulated submodule '%s'"
3504 msgid "Pathspec '%s' is in submodule '%.*s'"
3509 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3512 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3513 msgid "Failed to resolve HEAD as a valid ref."
3518 msgid "'%s' not recognized as a git repository"
3523 msgid "could not start 'git status' in submodule '%s'"
3528 msgid "could not run 'git status' in submodule '%s'"
3533 msgid "submodule '%s' has dirty index"
3539 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3542 #: submodule.c:1888 submodule.c:1944
3544 msgid "could not lookup name for submodule '%s'"
3547 #: submodule.c:1892 builtin/submodule--helper.c:909
3548 #: builtin/submodule--helper.c:919
3550 msgid "could not create directory '%s'"
3556 "Migrating git directory of '%s%s' from\n"
3563 msgid "could not recurse into submodule '%s'"
3567 msgid "could not start ls-files in .."
3571 msgid "BUG: returned path string doesn't match cwd?"
3576 msgid "ls-tree returned unexpected return code %d"
3579 #: submodule-config.c:263
3580 msgid "negative values not allowed for submodule.fetchjobs"
3583 #: submodule-config.c:436
3585 msgid "invalid value for %s"
3590 msgid "running trailer command '%s' failed"
3593 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3596 msgid "unknown value '%s' for key '%s'"
3599 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3601 msgid "more than one %s"
3606 msgid "empty trailer token in trailer '%.*s'"
3611 msgid "could not read input file '%s'"
3615 msgid "could not read from stdin"
3618 #: trailer.c:1008 builtin/am.c:46
3620 msgid "could not stat %s"
3625 msgid "file %s is not a regular file"
3630 msgid "file %s is not writable by user"
3634 msgid "could not open temporary file"
3639 msgid "could not rename temporary file to %s"
3644 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3649 msgid "transport: invalid depth option '%s'"
3655 "The following submodule paths contain changes that can\n"
3656 "not be found on any remote:\n"
3665 "\tgit push --recurse-submodules=on-demand\n"
3667 "or cd to the path and use\n"
3671 "to push them to a remote.\n"
3679 #: transport-helper.c:1074
3681 msgid "Could not read ref %s"
3685 msgid "too-short tree object"
3689 msgid "malformed mode in tree entry"
3693 msgid "empty filename in tree entry"
3697 msgid "too-short tree file"
3700 #: unpack-trees.c:107
3703 "Your local changes to the following files would be overwritten by checkout:\n"
3704 "%%sPlease commit your changes or stash them before you switch branches."
3707 #: unpack-trees.c:109
3710 "Your local changes to the following files would be overwritten by checkout:\n"
3714 #: unpack-trees.c:112
3717 "Your local changes to the following files would be overwritten by merge:\n"
3718 "%%sPlease commit your changes or stash them before you merge."
3721 #: unpack-trees.c:114
3724 "Your local changes to the following files would be overwritten by merge:\n"
3728 #: unpack-trees.c:117
3731 "Your local changes to the following files would be overwritten by %s:\n"
3732 "%%sPlease commit your changes or stash them before you %s."
3735 #: unpack-trees.c:119
3738 "Your local changes to the following files would be overwritten by %s:\n"
3742 #: unpack-trees.c:124
3745 "Updating the following directories would lose untracked files in them:\n"
3749 #: unpack-trees.c:128
3752 "The following untracked working tree files would be removed by checkout:\n"
3753 "%%sPlease move or remove them before you switch branches."
3756 #: unpack-trees.c:130
3759 "The following untracked working tree files would be removed by checkout:\n"
3763 #: unpack-trees.c:133
3766 "The following untracked working tree files would be removed by merge:\n"
3767 "%%sPlease move or remove them before you merge."
3770 #: unpack-trees.c:135
3773 "The following untracked working tree files would be removed by merge:\n"
3777 #: unpack-trees.c:138
3780 "The following untracked working tree files would be removed by %s:\n"
3781 "%%sPlease move or remove them before you %s."
3784 #: unpack-trees.c:140
3787 "The following untracked working tree files would be removed by %s:\n"
3791 #: unpack-trees.c:145
3794 "The following untracked working tree files would be overwritten by "
3796 "%%sPlease move or remove them before you switch branches."
3799 #: unpack-trees.c:147
3802 "The following untracked working tree files would be overwritten by "
3807 #: unpack-trees.c:150
3810 "The following untracked working tree files would be overwritten by merge:\n"
3811 "%%sPlease move or remove them before you merge."
3814 #: unpack-trees.c:152
3817 "The following untracked working tree files would be overwritten by merge:\n"
3821 #: unpack-trees.c:155
3824 "The following untracked working tree files would be overwritten by %s:\n"
3825 "%%sPlease move or remove them before you %s."
3828 #: unpack-trees.c:157
3831 "The following untracked working tree files would be overwritten by %s:\n"
3835 #: unpack-trees.c:164
3837 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3840 #: unpack-trees.c:167
3843 "Cannot update sparse checkout: the following entries are not up to date:\n"
3847 #: unpack-trees.c:169
3850 "The following working tree files would be overwritten by sparse checkout "
3855 #: unpack-trees.c:171
3858 "The following working tree files would be removed by sparse checkout "
3863 #: unpack-trees.c:173
3866 "Cannot update submodule:\n"
3870 #: unpack-trees.c:250
3875 #: unpack-trees.c:332
3876 msgid "Checking out files"
3880 msgid "invalid URL scheme name or missing '://' suffix"
3883 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3885 msgid "invalid %XX escape sequence"
3889 msgid "missing host and scheme is not 'file:'"
3893 msgid "a 'file:' URL may not have a port number"
3897 msgid "invalid characters in host name"
3900 #: urlmatch.c:292 urlmatch.c:303
3901 msgid "invalid port number"
3905 msgid "invalid '..' path segment"
3910 msgid "failed to read '%s'"
3913 #: wrapper.c:223 wrapper.c:393
3915 msgid "could not open '%s' for reading and writing"
3918 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
3919 #: builtin/am.c:862 builtin/merge.c:1043
3921 msgid "could not open '%s' for reading"
3924 #: wrapper.c:424 wrapper.c:624
3926 msgid "unable to access '%s'"
3930 msgid "unable to get current working directory"
3934 msgid "Unmerged paths:"
3937 #: wt-status.c:177 wt-status.c:204
3939 msgid " (use \"git reset %s <file>...\" to unstage)"
3942 #: wt-status.c:179 wt-status.c:206
3943 msgid " (use \"git rm --cached <file>...\" to unstage)"
3947 msgid " (use \"git add <file>...\" to mark resolution)"
3950 #: wt-status.c:185 wt-status.c:189
3951 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3955 msgid " (use \"git rm <file>...\" to mark resolution)"
3958 #: wt-status.c:198 wt-status.c:984
3959 msgid "Changes to be committed:"
3962 #: wt-status.c:216 wt-status.c:993
3963 msgid "Changes not staged for commit:"
3967 msgid " (use \"git add <file>...\" to update what will be committed)"
3971 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3976 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3980 msgid " (commit or discard the untracked or modified content in submodules)"
3985 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3989 msgid "both deleted:"
3993 msgid "added by us:"
3997 msgid "deleted by them:"
4001 msgid "added by them:"
4005 msgid "deleted by us:"
4013 msgid "both modified:"
4049 msgid "new commits, "
4053 msgid "modified content, "
4057 msgid "untracked content, "
4062 msgid "Your stash currently has %d entry"
4063 msgid_plural "Your stash currently has %d entries"
4068 msgid "Submodules changed but not updated:"
4072 msgid "Submodule changes to be committed:"
4077 "Do not modify or remove the line above.\n"
4078 "Everything below it will be ignored."
4082 msgid "You have unmerged paths."
4086 msgid " (fix conflicts and run \"git commit\")"
4090 msgid " (use \"git merge --abort\" to abort the merge)"
4094 msgid "All conflicts fixed but you are still merging."
4098 msgid " (use \"git commit\" to conclude merge)"
4102 msgid "You are in the middle of an am session."
4106 msgid "The current patch is empty."
4110 msgid " (fix conflicts and then run \"git am --continue\")"
4114 msgid " (use \"git am --skip\" to skip this patch)"
4118 msgid " (use \"git am --abort\" to restore the original branch)"
4122 msgid "git-rebase-todo is missing."
4126 msgid "No commands done."
4131 msgid "Last command done (%d command done):"
4132 msgid_plural "Last commands done (%d commands done):"
4138 msgid " (see more in file %s)"
4142 msgid "No commands remaining."
4147 msgid "Next command to do (%d remaining command):"
4148 msgid_plural "Next commands to do (%d remaining commands):"
4153 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4158 msgid "You are currently rebasing branch '%s' on '%s'."
4162 msgid "You are currently rebasing."
4166 msgid " (fix conflicts and then run \"git rebase --continue\")"
4170 msgid " (use \"git rebase --skip\" to skip this patch)"
4174 msgid " (use \"git rebase --abort\" to check out the original branch)"
4178 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4184 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4188 msgid "You are currently splitting a commit during a rebase."
4192 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4197 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4201 msgid "You are currently editing a commit during a rebase."
4205 msgid " (use \"git commit --amend\" to amend the current commit)"
4210 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4215 msgid "You are currently cherry-picking commit %s."
4219 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4223 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4227 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4232 msgid "You are currently reverting commit %s."
4236 msgid " (fix conflicts and run \"git revert --continue\")"
4240 msgid " (all conflicts fixed: run \"git revert --continue\")"
4244 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4249 msgid "You are currently bisecting, started from branch '%s'."
4253 msgid "You are currently bisecting."
4257 msgid " (use \"git bisect reset\" to get back to the original branch)"
4265 msgid "interactive rebase in progress; onto "
4269 msgid "rebase in progress; onto "
4273 msgid "HEAD detached at "
4277 msgid "HEAD detached from "
4281 msgid "Not currently on any branch."
4285 msgid "Initial commit"
4289 msgid "No commits yet"
4293 msgid "Untracked files"
4297 msgid "Ignored files"
4303 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4304 "may speed it up, but you have to be careful not to forget to add\n"
4305 "new files yourself (see 'git help status')."
4310 msgid "Untracked files not listed%s"
4314 msgid " (use -u option to show untracked files)"
4323 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4328 msgid "no changes added to commit\n"
4334 "nothing added to commit but untracked files present (use \"git add\" to "
4340 msgid "nothing added to commit but untracked files present\n"
4345 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4348 #: wt-status.c:1666 wt-status.c:1671
4350 msgid "nothing to commit\n"
4355 msgid "nothing to commit (use -u to show untracked files)\n"
4360 msgid "nothing to commit, working tree clean\n"
4364 msgid "No commits yet on "
4368 msgid "HEAD (no branch)"
4371 #: wt-status.c:1818 wt-status.c:1826
4375 #: wt-status.c:1821 wt-status.c:1824
4379 #. TRANSLATORS: the action is e.g. "pull with rebase"
4382 msgid "cannot %s: You have unstaged changes."
4386 msgid "additionally, your index contains uncommitted changes."
4391 msgid "cannot %s: Your index contains uncommitted changes."
4394 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4396 msgid "failed to unlink '%s'"
4400 msgid "git add [<options>] [--] <pathspec>..."
4405 msgid "unexpected diff status %c"
4408 #: builtin/add.c:88 builtin/commit.c:291
4409 msgid "updating files failed"
4414 msgid "remove '%s'\n"
4417 #: builtin/add.c:173
4418 msgid "Unstaged changes after refreshing the index:"
4421 #: builtin/add.c:233 builtin/rev-parse.c:888
4422 msgid "Could not read the index"
4425 #: builtin/add.c:244
4427 msgid "Could not open '%s' for writing."
4430 #: builtin/add.c:248
4431 msgid "Could not write patch"
4434 #: builtin/add.c:251
4435 msgid "editing patch failed"
4438 #: builtin/add.c:254
4440 msgid "Could not stat '%s'"
4443 #: builtin/add.c:256
4444 msgid "Empty patch. Aborted."
4447 #: builtin/add.c:261
4449 msgid "Could not apply '%s'"
4452 #: builtin/add.c:271
4453 msgid "The following paths are ignored by one of your .gitignore files:\n"
4456 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4457 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4458 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4462 #: builtin/add.c:294
4463 msgid "interactive picking"
4466 #: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4467 msgid "select hunks interactively"
4470 #: builtin/add.c:296
4471 msgid "edit current diff and apply"
4474 #: builtin/add.c:297
4475 msgid "allow adding otherwise ignored files"
4478 #: builtin/add.c:298
4479 msgid "update tracked files"
4482 #: builtin/add.c:299
4483 msgid "renormalize EOL of tracked files (implies -u)"
4486 #: builtin/add.c:300
4487 msgid "record only the fact that the path will be added later"
4490 #: builtin/add.c:301
4491 msgid "add changes from all tracked and untracked files"
4494 #: builtin/add.c:304
4495 msgid "ignore paths removed in the working tree (same as --no-all)"
4498 #: builtin/add.c:306
4499 msgid "don't add, only refresh the index"
4502 #: builtin/add.c:307
4503 msgid "just skip files which cannot be added because of errors"
4506 #: builtin/add.c:308
4507 msgid "check if - even missing - files are ignored in dry run"
4510 #: builtin/add.c:309 builtin/update-index.c:964
4514 #: builtin/add.c:309 builtin/update-index.c:965
4515 msgid "override the executable bit of the listed files"
4518 #: builtin/add.c:311
4519 msgid "warn when adding an embedded repository"
4522 #: builtin/add.c:326
4525 "You've added another git repository inside your current repository.\n"
4526 "Clones of the outer repository will not contain the contents of\n"
4527 "the embedded repository and will not know how to obtain it.\n"
4528 "If you meant to add a submodule, use:\n"
4530 "\tgit submodule add <url> %s\n"
4532 "If you added this path by mistake, you can remove it from the\n"
4535 "\tgit rm --cached %s\n"
4537 "See \"git help submodule\" for more information."
4540 #: builtin/add.c:354
4542 msgid "adding embedded git repository: %s"
4545 #: builtin/add.c:372
4547 msgid "Use -f if you really want to add them.\n"
4550 #: builtin/add.c:380
4551 msgid "adding files failed"
4554 #: builtin/add.c:417
4555 msgid "-A and -u are mutually incompatible"
4558 #: builtin/add.c:424
4559 msgid "Option --ignore-missing can only be used together with --dry-run"
4562 #: builtin/add.c:428
4564 msgid "--chmod param '%s' must be either -x or +x"
4567 #: builtin/add.c:443
4569 msgid "Nothing specified, nothing added.\n"
4572 #: builtin/add.c:444
4574 msgid "Maybe you wanted to say 'git add .'?\n"
4577 #: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
4578 #: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
4579 #: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
4580 #: builtin/rm.c:271 builtin/submodule--helper.c:311
4581 msgid "index file corrupt"
4585 msgid "could not parse author script"
4590 msgid "'%s' was deleted by the applypatch-msg hook"
4595 msgid "Malformed input line: '%s'."
4600 msgid "Failed to copy notes from '%s' to '%s'"
4604 msgid "fseek failed"
4609 msgid "could not parse patch '%s'"
4613 msgid "Only one StGIT patch series can be applied at once"
4617 msgid "invalid timestamp"
4620 #: builtin/am.c:908 builtin/am.c:920
4621 msgid "invalid Date line"
4625 msgid "invalid timezone offset"
4628 #: builtin/am.c:1008
4629 msgid "Patch format detection failed."
4632 #: builtin/am.c:1013 builtin/clone.c:402
4634 msgid "failed to create directory '%s'"
4637 #: builtin/am.c:1017
4638 msgid "Failed to split patches."
4641 #: builtin/am.c:1146 builtin/commit.c:376
4642 msgid "unable to write index file"
4645 #: builtin/am.c:1160
4647 msgid "When you have resolved this problem, run \"%s --continue\"."
4650 #: builtin/am.c:1161
4652 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4655 #: builtin/am.c:1162
4657 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4660 #: builtin/am.c:1269
4661 msgid "Patch is empty."
4664 #: builtin/am.c:1335
4666 msgid "invalid ident line: %.*s"
4669 #: builtin/am.c:1357
4671 msgid "unable to parse commit %s"
4674 #: builtin/am.c:1550
4675 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4678 #: builtin/am.c:1552
4679 msgid "Using index info to reconstruct a base tree..."
4682 #: builtin/am.c:1571
4684 "Did you hand edit your patch?\n"
4685 "It does not apply to blobs recorded in its index."
4688 #: builtin/am.c:1577
4689 msgid "Falling back to patching base and 3-way merge..."
4692 #: builtin/am.c:1602
4693 msgid "Failed to merge in the changes."
4696 #: builtin/am.c:1626 builtin/merge.c:642
4697 msgid "git write-tree failed to write a tree"
4700 #: builtin/am.c:1633
4701 msgid "applying to an empty history"
4704 #: builtin/am.c:1646 builtin/commit.c:1798 builtin/merge.c:825
4705 #: builtin/merge.c:850
4706 msgid "failed to write commit object"
4709 #: builtin/am.c:1679 builtin/am.c:1683
4711 msgid "cannot resume: %s does not exist."
4714 #: builtin/am.c:1699
4715 msgid "cannot be interactive without stdin connected to a terminal."
4718 #: builtin/am.c:1704
4719 msgid "Commit Body is:"
4722 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4723 #. in your translation. The program will only accept English
4724 #. input at this point.
4726 #: builtin/am.c:1714
4727 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4730 #: builtin/am.c:1764
4732 msgid "Dirty index: cannot apply patches (dirty: %s)"
4735 #: builtin/am.c:1804 builtin/am.c:1876
4737 msgid "Applying: %.*s"
4740 #: builtin/am.c:1820
4741 msgid "No changes -- Patch already applied."
4744 #: builtin/am.c:1828
4746 msgid "Patch failed at %s %.*s"
4749 #: builtin/am.c:1834
4751 msgid "The copy of the patch that failed is found in: %s"
4754 #: builtin/am.c:1879
4756 "No changes - did you forget to use 'git add'?\n"
4757 "If there is nothing left to stage, chances are that something else\n"
4758 "already introduced the same changes; you might want to skip this patch."
4761 #: builtin/am.c:1886
4763 "You still have unmerged paths in your index.\n"
4764 "You should 'git add' each file with resolved conflicts to mark them as "
4766 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4769 #: builtin/am.c:1993 builtin/am.c:1997 builtin/am.c:2009 builtin/reset.c:332
4770 #: builtin/reset.c:340
4772 msgid "Could not parse object '%s'."
4775 #: builtin/am.c:2045
4776 msgid "failed to clean index"
4779 #: builtin/am.c:2080
4781 "You seem to have moved HEAD since the last 'am' failure.\n"
4782 "Not rewinding to ORIG_HEAD"
4785 #: builtin/am.c:2143
4787 msgid "Invalid value for --patch-format: %s"
4790 #: builtin/am.c:2176
4791 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4794 #: builtin/am.c:2177
4795 msgid "git am [<options>] (--continue | --skip | --abort)"
4798 #: builtin/am.c:2183
4799 msgid "run interactively"
4802 #: builtin/am.c:2185
4803 msgid "historical option -- no-op"
4806 #: builtin/am.c:2187
4807 msgid "allow fall back on 3way merging if needed"
4810 #: builtin/am.c:2188 builtin/init-db.c:484 builtin/prune-packed.c:57
4811 #: builtin/repack.c:180
4815 #: builtin/am.c:2190
4816 msgid "add a Signed-off-by line to the commit message"
4819 #: builtin/am.c:2193
4820 msgid "recode into utf8 (default)"
4823 #: builtin/am.c:2195
4824 msgid "pass -k flag to git-mailinfo"
4827 #: builtin/am.c:2197
4828 msgid "pass -b flag to git-mailinfo"
4831 #: builtin/am.c:2199
4832 msgid "pass -m flag to git-mailinfo"
4835 #: builtin/am.c:2201
4836 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4839 #: builtin/am.c:2204
4840 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4843 #: builtin/am.c:2207
4844 msgid "strip everything before a scissors line"
4847 #: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
4848 #: builtin/am.c:2221 builtin/am.c:2224 builtin/am.c:2227 builtin/am.c:2230
4849 #: builtin/am.c:2236
4850 msgid "pass it through git-apply"
4853 #: builtin/am.c:2226 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
4854 #: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
4855 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4856 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4857 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4861 #: builtin/am.c:2232 builtin/branch.c:629 builtin/for-each-ref.c:38
4862 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4866 #: builtin/am.c:2233
4867 msgid "format the patch(es) are in"
4870 #: builtin/am.c:2239
4871 msgid "override error message when patch failure occurs"
4874 #: builtin/am.c:2241
4875 msgid "continue applying patches after resolving a conflict"
4878 #: builtin/am.c:2244
4879 msgid "synonyms for --continue"
4882 #: builtin/am.c:2247
4883 msgid "skip the current patch"
4886 #: builtin/am.c:2250
4887 msgid "restore the original branch and abort the patching operation."
4890 #: builtin/am.c:2254
4891 msgid "lie about committer date"
4894 #: builtin/am.c:2256
4895 msgid "use current timestamp for author date"
4898 #: builtin/am.c:2258 builtin/commit.c:1636 builtin/merge.c:236
4899 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
4903 #: builtin/am.c:2259
4904 msgid "GPG-sign commits"
4907 #: builtin/am.c:2262
4908 msgid "(internal use for git-rebase)"
4911 #: builtin/am.c:2280
4913 "The -b/--binary option has been a no-op for long time, and\n"
4914 "it will be removed. Please do not use it anymore."
4917 #: builtin/am.c:2287
4918 msgid "failed to read the index"
4921 #: builtin/am.c:2302
4923 msgid "previous rebase directory %s still exists but mbox given."
4926 #: builtin/am.c:2326
4929 "Stray %s directory found.\n"
4930 "Use \"git am --abort\" to remove it."
4933 #: builtin/am.c:2332
4934 msgid "Resolve operation not in progress, we are not resuming."
4937 #: builtin/apply.c:8
4938 msgid "git apply [<options>] [<patch>...]"
4941 #: builtin/archive.c:17
4943 msgid "could not create archive file '%s'"
4946 #: builtin/archive.c:20
4947 msgid "could not redirect output"
4950 #: builtin/archive.c:37
4951 msgid "git archive: Remote with no URL"
4954 #: builtin/archive.c:58
4955 msgid "git archive: expected ACK/NAK, got EOF"
4958 #: builtin/archive.c:61
4960 msgid "git archive: NACK %s"
4963 #: builtin/archive.c:64
4964 msgid "git archive: protocol error"
4967 #: builtin/archive.c:68
4968 msgid "git archive: expected a flush"
4971 #: builtin/bisect--helper.c:12
4972 msgid "git bisect--helper --next-all [--no-checkout]"
4975 #: builtin/bisect--helper.c:13
4976 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
4979 #: builtin/bisect--helper.c:14
4980 msgid "git bisect--helper --bisect-clean-state"
4983 #: builtin/bisect--helper.c:46
4985 msgid "'%s' is not a valid term"
4988 #: builtin/bisect--helper.c:50
4990 msgid "can't use the builtin command '%s' as a term"
4993 #: builtin/bisect--helper.c:60
4995 msgid "can't change the meaning of the term '%s'"
4998 #: builtin/bisect--helper.c:71
4999 msgid "please use two different terms"
5002 #: builtin/bisect--helper.c:78
5003 msgid "could not open the file BISECT_TERMS"
5006 #: builtin/bisect--helper.c:120
5007 msgid "perform 'git bisect next'"
5010 #: builtin/bisect--helper.c:122
5011 msgid "write the terms to .git/BISECT_TERMS"
5014 #: builtin/bisect--helper.c:124
5015 msgid "cleanup the bisection state"
5018 #: builtin/bisect--helper.c:126
5019 msgid "check for expected revs"
5022 #: builtin/bisect--helper.c:128
5023 msgid "update BISECT_HEAD instead of checking out the current commit"
5026 #: builtin/bisect--helper.c:143
5027 msgid "--write-terms requires two arguments"
5030 #: builtin/bisect--helper.c:147
5031 msgid "--bisect-clean-state requires no arguments"
5034 #: builtin/blame.c:27
5035 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5038 #: builtin/blame.c:32
5039 msgid "<rev-opts> are documented in git-rev-list(1)"
5042 #: builtin/blame.c:668
5043 msgid "Show blame entries as we find them, incrementally"
5046 #: builtin/blame.c:669
5047 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5050 #: builtin/blame.c:670
5051 msgid "Do not treat root commits as boundaries (Default: off)"
5054 #: builtin/blame.c:671
5055 msgid "Show work cost statistics"
5058 #: builtin/blame.c:672
5059 msgid "Force progress reporting"
5062 #: builtin/blame.c:673
5063 msgid "Show output score for blame entries"
5066 #: builtin/blame.c:674
5067 msgid "Show original filename (Default: auto)"
5070 #: builtin/blame.c:675
5071 msgid "Show original linenumber (Default: off)"
5074 #: builtin/blame.c:676
5075 msgid "Show in a format designed for machine consumption"
5078 #: builtin/blame.c:677
5079 msgid "Show porcelain format with per-line commit information"
5082 #: builtin/blame.c:678
5083 msgid "Use the same output mode as git-annotate (Default: off)"
5086 #: builtin/blame.c:679
5087 msgid "Show raw timestamp (Default: off)"
5090 #: builtin/blame.c:680
5091 msgid "Show long commit SHA1 (Default: off)"
5094 #: builtin/blame.c:681
5095 msgid "Suppress author name and timestamp (Default: off)"
5098 #: builtin/blame.c:682
5099 msgid "Show author email instead of name (Default: off)"
5102 #: builtin/blame.c:683
5103 msgid "Ignore whitespace differences"
5106 #: builtin/blame.c:690
5107 msgid "Use an experimental heuristic to improve diffs"
5110 #: builtin/blame.c:692
5111 msgid "Spend extra cycles to find better match"
5114 #: builtin/blame.c:693
5115 msgid "Use revisions from <file> instead of calling git-rev-list"
5118 #: builtin/blame.c:694
5119 msgid "Use <file>'s contents as the final image"
5122 #: builtin/blame.c:695 builtin/blame.c:696
5126 #: builtin/blame.c:695
5127 msgid "Find line copies within and across files"
5130 #: builtin/blame.c:696
5131 msgid "Find line movements within and across files"
5134 #: builtin/blame.c:697
5138 #: builtin/blame.c:697
5139 msgid "Process only line range n,m, counting from 1"
5142 #: builtin/blame.c:744
5143 msgid "--progress can't be used with --incremental or porcelain formats"
5146 #. TRANSLATORS: This string is used to tell us the
5147 #. maximum display width for a relative timestamp in
5148 #. "git blame" output. For C locale, "4 years, 11
5149 #. months ago", which takes 22 places, is the longest
5150 #. among various forms of relative timestamps, but
5151 #. your language may need more or fewer display
5154 #: builtin/blame.c:795
5155 msgid "4 years, 11 months ago"
5158 #: builtin/blame.c:882
5160 msgid "file %s has only %lu line"
5161 msgid_plural "file %s has only %lu lines"
5165 #: builtin/blame.c:928
5166 msgid "Blaming lines"
5169 #: builtin/branch.c:27
5170 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5173 #: builtin/branch.c:28
5174 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5177 #: builtin/branch.c:29
5178 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5181 #: builtin/branch.c:30
5182 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5185 #: builtin/branch.c:31
5186 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5189 #: builtin/branch.c:32
5190 msgid "git branch [<options>] [-r | -a] [--points-at]"
5193 #: builtin/branch.c:33
5194 msgid "git branch [<options>] [-r | -a] [--format]"
5197 #: builtin/branch.c:146
5200 "deleting branch '%s' that has been merged to\n"
5201 " '%s', but not yet merged to HEAD."
5204 #: builtin/branch.c:150
5207 "not deleting branch '%s' that is not yet merged to\n"
5208 " '%s', even though it is merged to HEAD."
5211 #: builtin/branch.c:164
5213 msgid "Couldn't look up commit object for '%s'"
5216 #: builtin/branch.c:168
5219 "The branch '%s' is not fully merged.\n"
5220 "If you are sure you want to delete it, run 'git branch -D %s'."
5223 #: builtin/branch.c:181
5224 msgid "Update of config-file failed"
5227 #: builtin/branch.c:212
5228 msgid "cannot use -a with -d"
5231 #: builtin/branch.c:218
5232 msgid "Couldn't look up commit object for HEAD"
5235 #: builtin/branch.c:232
5237 msgid "Cannot delete branch '%s' checked out at '%s'"
5240 #: builtin/branch.c:247
5242 msgid "remote-tracking branch '%s' not found."
5245 #: builtin/branch.c:248
5247 msgid "branch '%s' not found."
5250 #: builtin/branch.c:263
5252 msgid "Error deleting remote-tracking branch '%s'"
5255 #: builtin/branch.c:264
5257 msgid "Error deleting branch '%s'"
5260 #: builtin/branch.c:271
5262 msgid "Deleted remote-tracking branch %s (was %s).\n"
5265 #: builtin/branch.c:272
5267 msgid "Deleted branch %s (was %s).\n"
5270 #: builtin/branch.c:417 builtin/tag.c:58
5271 msgid "unable to parse format string"
5274 #: builtin/branch.c:450
5276 msgid "Branch %s is being rebased at %s"
5279 #: builtin/branch.c:454
5281 msgid "Branch %s is being bisected at %s"
5284 #: builtin/branch.c:471
5285 msgid "cannot copy the current branch while not on any."
5288 #: builtin/branch.c:473
5289 msgid "cannot rename the current branch while not on any."
5292 #: builtin/branch.c:484
5294 msgid "Invalid branch name: '%s'"
5297 #: builtin/branch.c:511
5298 msgid "Branch rename failed"
5301 #: builtin/branch.c:513
5302 msgid "Branch copy failed"
5305 #: builtin/branch.c:517
5307 msgid "Created a copy of a misnamed branch '%s'"
5310 #: builtin/branch.c:520
5312 msgid "Renamed a misnamed branch '%s' away"
5315 #: builtin/branch.c:526
5317 msgid "Branch renamed to %s, but HEAD is not updated!"
5320 #: builtin/branch.c:535
5321 msgid "Branch is renamed, but update of config-file failed"
5324 #: builtin/branch.c:537
5325 msgid "Branch is copied, but update of config-file failed"
5328 #: builtin/branch.c:553
5331 "Please edit the description for the branch\n"
5333 "Lines starting with '%c' will be stripped.\n"
5336 #: builtin/branch.c:586
5337 msgid "Generic options"
5340 #: builtin/branch.c:588
5341 msgid "show hash and subject, give twice for upstream branch"
5344 #: builtin/branch.c:589
5345 msgid "suppress informational messages"
5348 #: builtin/branch.c:590
5349 msgid "set up tracking mode (see git-pull(1))"
5352 #: builtin/branch.c:592
5356 #: builtin/branch.c:594
5360 #: builtin/branch.c:594
5361 msgid "change the upstream info"
5364 #: builtin/branch.c:595
5365 msgid "Unset the upstream info"
5368 #: builtin/branch.c:596
5369 msgid "use colored output"
5372 #: builtin/branch.c:597
5373 msgid "act on remote-tracking branches"
5376 #: builtin/branch.c:599 builtin/branch.c:601
5377 msgid "print only branches that contain the commit"
5380 #: builtin/branch.c:600 builtin/branch.c:602
5381 msgid "print only branches that don't contain the commit"
5384 #: builtin/branch.c:605
5385 msgid "Specific git-branch actions:"
5388 #: builtin/branch.c:606
5389 msgid "list both remote-tracking and local branches"
5392 #: builtin/branch.c:608
5393 msgid "delete fully merged branch"
5396 #: builtin/branch.c:609
5397 msgid "delete branch (even if not merged)"
5400 #: builtin/branch.c:610
5401 msgid "move/rename a branch and its reflog"
5404 #: builtin/branch.c:611
5405 msgid "move/rename a branch, even if target exists"
5408 #: builtin/branch.c:612
5409 msgid "copy a branch and its reflog"
5412 #: builtin/branch.c:613
5413 msgid "copy a branch, even if target exists"
5416 #: builtin/branch.c:614
5417 msgid "list branch names"
5420 #: builtin/branch.c:615
5421 msgid "create the branch's reflog"
5424 #: builtin/branch.c:617
5425 msgid "edit the description for the branch"
5428 #: builtin/branch.c:618
5429 msgid "force creation, move/rename, deletion"
5432 #: builtin/branch.c:619
5433 msgid "print only branches that are merged"
5436 #: builtin/branch.c:620
5437 msgid "print only branches that are not merged"
5440 #: builtin/branch.c:621
5441 msgid "list branches in columns"
5444 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
5448 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
5449 msgid "field name to sort on"
5452 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5453 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5454 #: builtin/tag.c:408
5458 #: builtin/branch.c:626
5459 msgid "print only branches of the object"
5462 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
5463 msgid "sorting and filtering are case insensitive"
5466 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
5467 #: builtin/verify-tag.c:39
5468 msgid "format to use for the output"
5471 #: builtin/branch.c:652 builtin/clone.c:730
5472 msgid "HEAD not found below refs/heads!"
5475 #: builtin/branch.c:675
5476 msgid "--column and --verbose are incompatible"
5479 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5480 msgid "branch name required"
5483 #: builtin/branch.c:718
5484 msgid "Cannot give description to detached HEAD"
5487 #: builtin/branch.c:723
5488 msgid "cannot edit description of more than one branch"
5491 #: builtin/branch.c:730
5493 msgid "No commit on branch '%s' yet."
5496 #: builtin/branch.c:733
5498 msgid "No branch named '%s'."
5501 #: builtin/branch.c:748
5502 msgid "too many branches for a copy operation"
5505 #: builtin/branch.c:757
5506 msgid "too many arguments for a rename operation"
5509 #: builtin/branch.c:762
5510 msgid "too many arguments to set new upstream"
5513 #: builtin/branch.c:766
5516 "could not set upstream of HEAD to %s when it does not point to any branch."
5519 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5521 msgid "no such branch '%s'"
5524 #: builtin/branch.c:773
5526 msgid "branch '%s' does not exist"
5529 #: builtin/branch.c:785
5530 msgid "too many arguments to unset upstream"
5533 #: builtin/branch.c:789
5534 msgid "could not unset upstream of HEAD when it does not point to any branch."
5537 #: builtin/branch.c:795
5539 msgid "Branch '%s' has no upstream information"
5542 #: builtin/branch.c:810
5543 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5546 #: builtin/branch.c:813
5548 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5549 "'--set-upstream-to' instead."
5552 #: builtin/bundle.c:45
5554 msgid "%s is okay\n"
5557 #: builtin/bundle.c:58
5558 msgid "Need a repository to create a bundle."
5561 #: builtin/bundle.c:62
5562 msgid "Need a repository to unbundle."
5565 #: builtin/cat-file.c:521
5567 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5568 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5571 #: builtin/cat-file.c:522
5573 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5577 #: builtin/cat-file.c:559
5578 msgid "<type> can be one of: blob, tree, commit, tag"
5581 #: builtin/cat-file.c:560
5582 msgid "show object type"
5585 #: builtin/cat-file.c:561
5586 msgid "show object size"
5589 #: builtin/cat-file.c:563
5590 msgid "exit with zero when there's no error"
5593 #: builtin/cat-file.c:564
5594 msgid "pretty-print object's content"
5597 #: builtin/cat-file.c:566
5598 msgid "for blob objects, run textconv on object's content"
5601 #: builtin/cat-file.c:568
5602 msgid "for blob objects, run filters on object's content"
5605 #: builtin/cat-file.c:569 git-submodule.sh:931
5609 #: builtin/cat-file.c:570
5610 msgid "use a specific path for --textconv/--filters"
5613 #: builtin/cat-file.c:572
5614 msgid "allow -s and -t to work with broken/corrupt objects"
5617 #: builtin/cat-file.c:573
5618 msgid "buffer --batch output"
5621 #: builtin/cat-file.c:575
5622 msgid "show info and content of objects fed from the standard input"
5625 #: builtin/cat-file.c:578
5626 msgid "show info about objects fed from the standard input"
5629 #: builtin/cat-file.c:581
5630 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5633 #: builtin/cat-file.c:583
5634 msgid "show all objects with --batch or --batch-check"
5637 #: builtin/check-attr.c:12
5638 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5641 #: builtin/check-attr.c:13
5642 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5645 #: builtin/check-attr.c:20
5646 msgid "report all attributes set on file"
5649 #: builtin/check-attr.c:21
5650 msgid "use .gitattributes only from the index"
5653 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5654 msgid "read file names from stdin"
5657 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5658 msgid "terminate input and output records by a NUL character"
5661 #: builtin/check-ignore.c:20 builtin/checkout.c:1118 builtin/gc.c:358
5662 msgid "suppress progress reporting"
5665 #: builtin/check-ignore.c:28
5666 msgid "show non-matching input paths"
5669 #: builtin/check-ignore.c:30
5670 msgid "ignore index when checking"
5673 #: builtin/check-ignore.c:158
5674 msgid "cannot specify pathnames with --stdin"
5677 #: builtin/check-ignore.c:161
5678 msgid "-z only makes sense with --stdin"
5681 #: builtin/check-ignore.c:163
5682 msgid "no path specified"
5685 #: builtin/check-ignore.c:167
5686 msgid "--quiet is only valid with a single pathname"
5689 #: builtin/check-ignore.c:169
5690 msgid "cannot have both --quiet and --verbose"
5693 #: builtin/check-ignore.c:172
5694 msgid "--non-matching is only valid with --verbose"
5697 #: builtin/check-mailmap.c:9
5698 msgid "git check-mailmap [<options>] <contact>..."
5701 #: builtin/check-mailmap.c:14
5702 msgid "also read contacts from stdin"
5705 #: builtin/check-mailmap.c:25
5707 msgid "unable to parse contact: %s"
5710 #: builtin/check-mailmap.c:48
5711 msgid "no contacts specified"
5714 #: builtin/checkout-index.c:128
5715 msgid "git checkout-index [<options>] [--] [<file>...]"
5718 #: builtin/checkout-index.c:143
5719 msgid "stage should be between 1 and 3 or all"
5722 #: builtin/checkout-index.c:159
5723 msgid "check out all files in the index"
5726 #: builtin/checkout-index.c:160
5727 msgid "force overwrite of existing files"
5730 #: builtin/checkout-index.c:162
5731 msgid "no warning for existing files and files not in index"
5734 #: builtin/checkout-index.c:164
5735 msgid "don't checkout new files"
5738 #: builtin/checkout-index.c:166
5739 msgid "update stat information in the index file"
5742 #: builtin/checkout-index.c:170
5743 msgid "read list of paths from the standard input"
5746 #: builtin/checkout-index.c:172
5747 msgid "write the content to temporary files"
5750 #: builtin/checkout-index.c:173 builtin/column.c:31
5751 #: builtin/submodule--helper.c:866 builtin/submodule--helper.c:869
5752 #: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1237
5753 #: builtin/worktree.c:552
5757 #: builtin/checkout-index.c:174
5758 msgid "when creating files, prepend <string>"
5761 #: builtin/checkout-index.c:176
5762 msgid "copy out the files from named stage"
5765 #: builtin/checkout.c:27
5766 msgid "git checkout [<options>] <branch>"
5769 #: builtin/checkout.c:28
5770 msgid "git checkout [<options>] [<branch>] -- <file>..."
5773 #: builtin/checkout.c:136 builtin/checkout.c:169
5775 msgid "path '%s' does not have our version"
5778 #: builtin/checkout.c:138 builtin/checkout.c:171
5780 msgid "path '%s' does not have their version"
5783 #: builtin/checkout.c:154
5785 msgid "path '%s' does not have all necessary versions"
5788 #: builtin/checkout.c:198
5790 msgid "path '%s' does not have necessary versions"
5793 #: builtin/checkout.c:215
5795 msgid "path '%s': cannot merge"
5798 #: builtin/checkout.c:232
5800 msgid "Unable to add merge result for '%s'"
5803 #: builtin/checkout.c:254 builtin/checkout.c:257 builtin/checkout.c:260
5804 #: builtin/checkout.c:263
5806 msgid "'%s' cannot be used with updating paths"
5809 #: builtin/checkout.c:266 builtin/checkout.c:269
5811 msgid "'%s' cannot be used with %s"
5814 #: builtin/checkout.c:272
5816 msgid "Cannot update paths and switch to branch '%s' at the same time."
5819 #: builtin/checkout.c:341 builtin/checkout.c:348
5821 msgid "path '%s' is unmerged"
5824 #: builtin/checkout.c:506
5825 msgid "you need to resolve your current index first"
5828 #: builtin/checkout.c:637
5830 msgid "Can not do reflog for '%s': %s\n"
5833 #: builtin/checkout.c:678
5834 msgid "HEAD is now at"
5837 #: builtin/checkout.c:682 builtin/clone.c:684
5838 msgid "unable to update HEAD"
5841 #: builtin/checkout.c:686
5843 msgid "Reset branch '%s'\n"
5846 #: builtin/checkout.c:689
5848 msgid "Already on '%s'\n"
5851 #: builtin/checkout.c:693
5853 msgid "Switched to and reset branch '%s'\n"
5856 #: builtin/checkout.c:695 builtin/checkout.c:1051
5858 msgid "Switched to a new branch '%s'\n"
5861 #: builtin/checkout.c:697
5863 msgid "Switched to branch '%s'\n"
5866 #: builtin/checkout.c:748
5868 msgid " ... and %d more.\n"
5871 #: builtin/checkout.c:754
5874 "Warning: you are leaving %d commit behind, not connected to\n"
5875 "any of your branches:\n"
5879 "Warning: you are leaving %d commits behind, not connected to\n"
5880 "any of your branches:\n"
5886 #: builtin/checkout.c:773
5889 "If you want to keep it by creating a new branch, this may be a good time\n"
5892 " git branch <new-branch-name> %s\n"
5895 "If you want to keep them by creating a new branch, this may be a good time\n"
5898 " git branch <new-branch-name> %s\n"
5903 #: builtin/checkout.c:814
5904 msgid "internal error in revision walk"
5907 #: builtin/checkout.c:818
5908 msgid "Previous HEAD position was"
5911 #: builtin/checkout.c:848 builtin/checkout.c:1046
5912 msgid "You are on a branch yet to be born"
5915 #: builtin/checkout.c:952
5917 msgid "only one reference expected, %d given."
5920 #: builtin/checkout.c:992 builtin/worktree.c:247
5922 msgid "invalid reference: %s"
5925 #: builtin/checkout.c:1021
5927 msgid "reference is not a tree: %s"
5930 #: builtin/checkout.c:1060
5931 msgid "paths cannot be used with switching branches"
5934 #: builtin/checkout.c:1063 builtin/checkout.c:1067
5936 msgid "'%s' cannot be used with switching branches"
5939 #: builtin/checkout.c:1071 builtin/checkout.c:1074 builtin/checkout.c:1079
5940 #: builtin/checkout.c:1082
5942 msgid "'%s' cannot be used with '%s'"
5945 #: builtin/checkout.c:1087
5947 msgid "Cannot switch branch to a non-commit '%s'"
5950 #: builtin/checkout.c:1119 builtin/checkout.c:1121 builtin/clone.c:114
5951 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:369
5952 #: builtin/worktree.c:371
5956 #: builtin/checkout.c:1120
5957 msgid "create and checkout a new branch"
5960 #: builtin/checkout.c:1122
5961 msgid "create/reset and checkout a branch"
5964 #: builtin/checkout.c:1123
5965 msgid "create reflog for new branch"
5968 #: builtin/checkout.c:1124 builtin/worktree.c:373
5969 msgid "detach HEAD at named commit"
5972 #: builtin/checkout.c:1125
5973 msgid "set upstream info for new branch"
5976 #: builtin/checkout.c:1127
5980 #: builtin/checkout.c:1127
5981 msgid "new unparented branch"
5984 #: builtin/checkout.c:1128
5985 msgid "checkout our version for unmerged files"
5988 #: builtin/checkout.c:1130
5989 msgid "checkout their version for unmerged files"
5992 #: builtin/checkout.c:1132
5993 msgid "force checkout (throw away local modifications)"
5996 #: builtin/checkout.c:1133
5997 msgid "perform a 3-way merge with the new branch"
6000 #: builtin/checkout.c:1134 builtin/merge.c:238
6001 msgid "update ignored files (default)"
6004 #: builtin/checkout.c:1135 builtin/log.c:1496 parse-options.h:251
6008 #: builtin/checkout.c:1136
6009 msgid "conflict style (merge or diff3)"
6012 #: builtin/checkout.c:1139
6013 msgid "do not limit pathspecs to sparse entries only"
6016 #: builtin/checkout.c:1141
6017 msgid "second guess 'git checkout <no-such-branch>'"
6020 #: builtin/checkout.c:1143
6021 msgid "do not check if another worktree is holding the given ref"
6024 #: builtin/checkout.c:1147 builtin/clone.c:81 builtin/fetch.c:137
6025 #: builtin/merge.c:235 builtin/pull.c:123 builtin/push.c:556
6026 #: builtin/send-pack.c:173
6027 msgid "force progress reporting"
6030 #: builtin/checkout.c:1177
6031 msgid "-b, -B and --orphan are mutually exclusive"
6034 #: builtin/checkout.c:1194
6035 msgid "--track needs a branch name"
6038 #: builtin/checkout.c:1199
6039 msgid "Missing branch name; try -b"
6042 #: builtin/checkout.c:1235
6043 msgid "invalid path specification"
6046 #: builtin/checkout.c:1242
6048 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6051 #: builtin/checkout.c:1246
6053 msgid "git checkout: --detach does not take a path argument '%s'"
6056 #: builtin/checkout.c:1250
6058 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6059 "checking out of the index."
6062 #: builtin/clean.c:26
6064 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6067 #: builtin/clean.c:30
6069 msgid "Removing %s\n"
6072 #: builtin/clean.c:31
6074 msgid "Would remove %s\n"
6077 #: builtin/clean.c:32
6079 msgid "Skipping repository %s\n"
6082 #: builtin/clean.c:33
6084 msgid "Would skip repository %s\n"
6087 #: builtin/clean.c:34
6089 msgid "failed to remove %s"
6092 #: builtin/clean.c:302 git-add--interactive.perl:572
6096 "1 - select a numbered item\n"
6097 "foo - select item based on unique prefix\n"
6098 " - (empty) select nothing\n"
6101 #: builtin/clean.c:306 git-add--interactive.perl:581
6105 "1 - select a single item\n"
6106 "3-5 - select a range of items\n"
6107 "2-3,6-9 - select multiple ranges\n"
6108 "foo - select item based on unique prefix\n"
6109 "-... - unselect specified items\n"
6110 "* - choose all items\n"
6111 " - (empty) finish selecting\n"
6114 #: builtin/clean.c:522 git-add--interactive.perl:547
6115 #: git-add--interactive.perl:552
6116 #, c-format, perl-format
6120 #: builtin/clean.c:664
6122 msgid "Input ignore patterns>> "
6125 #: builtin/clean.c:701
6127 msgid "WARNING: Cannot find items matched by: %s"
6130 #: builtin/clean.c:722
6131 msgid "Select items to delete"
6134 #. TRANSLATORS: Make sure to keep [y/N] as is
6135 #: builtin/clean.c:763
6137 msgid "Remove %s [y/N]? "
6140 #: builtin/clean.c:788 git-add--interactive.perl:1616
6145 #: builtin/clean.c:796
6147 "clean - start cleaning\n"
6148 "filter by pattern - exclude items from deletion\n"
6149 "select by numbers - select items to be deleted by numbers\n"
6150 "ask each - confirm each deletion (like \"rm -i\")\n"
6151 "quit - stop cleaning\n"
6152 "help - this screen\n"
6153 "? - help for prompt selection"
6156 #: builtin/clean.c:823 git-add--interactive.perl:1692
6157 msgid "*** Commands ***"
6160 #: builtin/clean.c:824 git-add--interactive.perl:1689
6164 #: builtin/clean.c:832
6165 msgid "Would remove the following item:"
6166 msgid_plural "Would remove the following items:"
6170 #: builtin/clean.c:848
6171 msgid "No more files to clean, exiting."
6174 #: builtin/clean.c:910
6175 msgid "do not print names of files removed"
6178 #: builtin/clean.c:912
6182 #: builtin/clean.c:913
6183 msgid "interactive cleaning"
6186 #: builtin/clean.c:915
6187 msgid "remove whole directories"
6190 #: builtin/clean.c:916 builtin/describe.c:530 builtin/describe.c:532
6191 #: builtin/grep.c:863 builtin/log.c:155 builtin/log.c:157
6192 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6193 #: builtin/show-ref.c:176
6197 #: builtin/clean.c:917
6198 msgid "add <pattern> to ignore rules"
6201 #: builtin/clean.c:918
6202 msgid "remove ignored files, too"
6205 #: builtin/clean.c:920
6206 msgid "remove only ignored files"
6209 #: builtin/clean.c:938
6210 msgid "-x and -X cannot be used together"
6213 #: builtin/clean.c:942
6215 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6219 #: builtin/clean.c:945
6221 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6225 #: builtin/clone.c:39
6226 msgid "git clone [<options>] [--] <repo> [<dir>]"
6229 #: builtin/clone.c:83
6230 msgid "don't create a checkout"
6233 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6234 msgid "create a bare repository"
6237 #: builtin/clone.c:88
6238 msgid "create a mirror repository (implies bare)"
6241 #: builtin/clone.c:90
6242 msgid "to clone from a local repository"
6245 #: builtin/clone.c:92
6246 msgid "don't use local hardlinks, always copy"
6249 #: builtin/clone.c:94
6250 msgid "setup as shared repository"
6253 #: builtin/clone.c:96 builtin/clone.c:100
6257 #: builtin/clone.c:96 builtin/clone.c:100
6258 msgid "initialize submodules in the clone"
6261 #: builtin/clone.c:103
6262 msgid "number of submodules cloned in parallel"
6265 #: builtin/clone.c:104 builtin/init-db.c:476
6266 msgid "template-directory"
6269 #: builtin/clone.c:105 builtin/init-db.c:477
6270 msgid "directory from which templates will be used"
6273 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:873
6274 #: builtin/submodule--helper.c:1240
6275 msgid "reference repository"
6278 #: builtin/clone.c:111
6279 msgid "use --reference only while cloning"
6282 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6286 #: builtin/clone.c:113
6287 msgid "use <name> instead of 'origin' to track upstream"
6290 #: builtin/clone.c:115
6291 msgid "checkout <branch> instead of the remote's HEAD"
6294 #: builtin/clone.c:117
6295 msgid "path to git-upload-pack on the remote"
6298 #: builtin/clone.c:118 builtin/fetch.c:138 builtin/grep.c:806
6299 #: builtin/pull.c:211
6303 #: builtin/clone.c:119
6304 msgid "create a shallow clone of that depth"
6307 #: builtin/clone.c:120 builtin/fetch.c:140 builtin/pack-objects.c:2991
6308 #: parse-options.h:142
6312 #: builtin/clone.c:121
6313 msgid "create a shallow clone since a specific time"
6316 #: builtin/clone.c:122 builtin/fetch.c:142
6320 #: builtin/clone.c:123 builtin/fetch.c:143
6321 msgid "deepen history of shallow clone, excluding rev"
6324 #: builtin/clone.c:125
6325 msgid "clone only one branch, HEAD or --branch"
6328 #: builtin/clone.c:127
6329 msgid "don't clone any tags, and make later fetches not to follow them"
6332 #: builtin/clone.c:129
6333 msgid "any cloned submodules will be shallow"
6336 #: builtin/clone.c:130 builtin/init-db.c:485
6340 #: builtin/clone.c:131 builtin/init-db.c:486
6341 msgid "separate git dir from working tree"
6344 #: builtin/clone.c:132
6348 #: builtin/clone.c:133
6349 msgid "set config inside the new repository"
6352 #: builtin/clone.c:134 builtin/fetch.c:160 builtin/pull.c:224
6353 #: builtin/push.c:567
6354 msgid "use IPv4 addresses only"
6357 #: builtin/clone.c:136 builtin/fetch.c:162 builtin/pull.c:227
6358 #: builtin/push.c:569
6359 msgid "use IPv6 addresses only"
6362 #: builtin/clone.c:273
6364 "No directory name could be guessed.\n"
6365 "Please specify a directory on the command line"
6368 #: builtin/clone.c:326
6370 msgid "info: Could not add alternate for '%s': %s\n"
6373 #: builtin/clone.c:398
6375 msgid "failed to open '%s'"
6378 #: builtin/clone.c:406
6380 msgid "%s exists and is not a directory"
6383 #: builtin/clone.c:420
6385 msgid "failed to stat %s\n"
6388 #: builtin/clone.c:442
6390 msgid "failed to create link '%s'"
6393 #: builtin/clone.c:446
6395 msgid "failed to copy file to '%s'"
6398 #: builtin/clone.c:472
6403 #: builtin/clone.c:484
6405 "Clone succeeded, but checkout failed.\n"
6406 "You can inspect what was checked out with 'git status'\n"
6407 "and retry the checkout with 'git checkout -f HEAD'\n"
6410 #: builtin/clone.c:561
6412 msgid "Could not find remote branch %s to clone."
6415 #: builtin/clone.c:656
6416 msgid "remote did not send all necessary objects"
6419 #: builtin/clone.c:672
6421 msgid "unable to update %s"
6424 #: builtin/clone.c:721
6425 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6428 #: builtin/clone.c:751
6429 msgid "unable to checkout working tree"
6432 #: builtin/clone.c:796
6433 msgid "unable to write parameters to config file"
6436 #: builtin/clone.c:859
6437 msgid "cannot repack to clean up"
6440 #: builtin/clone.c:861
6441 msgid "cannot unlink temporary alternates file"
6444 #: builtin/clone.c:894 builtin/receive-pack.c:1945
6445 msgid "Too many arguments."
6448 #: builtin/clone.c:898
6449 msgid "You must specify a repository to clone."
6452 #: builtin/clone.c:911
6454 msgid "--bare and --origin %s options are incompatible."
6457 #: builtin/clone.c:914
6458 msgid "--bare and --separate-git-dir are incompatible."
6461 #: builtin/clone.c:927
6463 msgid "repository '%s' does not exist"
6466 #: builtin/clone.c:933 builtin/fetch.c:1358
6468 msgid "depth %s is not a positive number"
6471 #: builtin/clone.c:943
6473 msgid "destination path '%s' already exists and is not an empty directory."
6476 #: builtin/clone.c:953
6478 msgid "working tree '%s' already exists."
6481 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6482 #: builtin/worktree.c:253 builtin/worktree.c:283
6484 msgid "could not create leading directories of '%s'"
6487 #: builtin/clone.c:971
6489 msgid "could not create work tree dir '%s'"
6492 #: builtin/clone.c:983
6494 msgid "Cloning into bare repository '%s'...\n"
6497 #: builtin/clone.c:985
6499 msgid "Cloning into '%s'...\n"
6502 #: builtin/clone.c:1009
6504 "clone --recursive is not compatible with both --reference and --reference-if-"
6508 #: builtin/clone.c:1071
6509 msgid "--depth is ignored in local clones; use file:// instead."
6512 #: builtin/clone.c:1073
6513 msgid "--shallow-since is ignored in local clones; use file:// instead."
6516 #: builtin/clone.c:1075
6517 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6520 #: builtin/clone.c:1078
6521 msgid "source repository is shallow, ignoring --local"
6524 #: builtin/clone.c:1083
6525 msgid "--local is ignored"
6528 #: builtin/clone.c:1139 builtin/clone.c:1147
6530 msgid "Remote branch %s not found in upstream %s"
6533 #: builtin/clone.c:1150
6534 msgid "You appear to have cloned an empty repository."
6537 #: builtin/column.c:10
6538 msgid "git column [<options>]"
6541 #: builtin/column.c:27
6542 msgid "lookup config vars"
6545 #: builtin/column.c:28 builtin/column.c:29
6546 msgid "layout to use"
6549 #: builtin/column.c:30
6550 msgid "Maximum width"
6553 #: builtin/column.c:31
6554 msgid "Padding space on left border"
6557 #: builtin/column.c:32
6558 msgid "Padding space on right border"
6561 #: builtin/column.c:33
6562 msgid "Padding space between columns"
6565 #: builtin/column.c:52
6566 msgid "--command must be the first argument"
6569 #: builtin/commit.c:39
6570 msgid "git commit [<options>] [--] <pathspec>..."
6573 #: builtin/commit.c:44
6574 msgid "git status [<options>] [--] <pathspec>..."
6577 #: builtin/commit.c:49
6579 "Your name and email address were configured automatically based\n"
6580 "on your username and hostname. Please check that they are accurate.\n"
6581 "You can suppress this message by setting them explicitly. Run the\n"
6582 "following command and follow the instructions in your editor to edit\n"
6583 "your configuration file:\n"
6585 " git config --global --edit\n"
6587 "After doing this, you may fix the identity used for this commit with:\n"
6589 " git commit --amend --reset-author\n"
6592 #: builtin/commit.c:62
6594 "Your name and email address were configured automatically based\n"
6595 "on your username and hostname. Please check that they are accurate.\n"
6596 "You can suppress this message by setting them explicitly:\n"
6598 " git config --global user.name \"Your Name\"\n"
6599 " git config --global user.email you@example.com\n"
6601 "After doing this, you may fix the identity used for this commit with:\n"
6603 " git commit --amend --reset-author\n"
6606 #: builtin/commit.c:74
6608 "You asked to amend the most recent commit, but doing so would make\n"
6609 "it empty. You can repeat your command with --allow-empty, or you can\n"
6610 "remove the commit entirely with \"git reset HEAD^\".\n"
6613 #: builtin/commit.c:79
6615 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6616 "If you wish to commit it anyway, use:\n"
6618 " git commit --allow-empty\n"
6622 #: builtin/commit.c:86
6623 msgid "Otherwise, please use 'git reset'\n"
6626 #: builtin/commit.c:89
6628 "If you wish to skip this commit, use:\n"
6632 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6633 "the remaining commits.\n"
6636 #: builtin/commit.c:318
6637 msgid "failed to unpack HEAD tree object"
6640 #: builtin/commit.c:359
6641 msgid "unable to create temporary index"
6644 #: builtin/commit.c:365
6645 msgid "interactive add failed"
6648 #: builtin/commit.c:378
6649 msgid "unable to update temporary index"
6652 #: builtin/commit.c:380
6653 msgid "Failed to update main cache tree"
6656 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6657 msgid "unable to write new_index file"
6660 #: builtin/commit.c:461
6661 msgid "cannot do a partial commit during a merge."
6664 #: builtin/commit.c:463
6665 msgid "cannot do a partial commit during a cherry-pick."
6668 #: builtin/commit.c:471
6669 msgid "cannot read the index"
6672 #: builtin/commit.c:490
6673 msgid "unable to write temporary index file"
6676 #: builtin/commit.c:587
6678 msgid "commit '%s' lacks author header"
6681 #: builtin/commit.c:589
6683 msgid "commit '%s' has malformed author line"
6686 #: builtin/commit.c:608
6687 msgid "malformed --author parameter"
6690 #: builtin/commit.c:660
6692 "unable to select a comment character that is not used\n"
6693 "in the current commit message"
6696 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1114
6698 msgid "could not lookup commit %s"
6701 #: builtin/commit.c:709 builtin/shortlog.c:309
6703 msgid "(reading log message from standard input)\n"
6706 #: builtin/commit.c:711
6707 msgid "could not read log from standard input"
6710 #: builtin/commit.c:715
6712 msgid "could not read log file '%s'"
6715 #: builtin/commit.c:742 builtin/commit.c:750
6716 msgid "could not read SQUASH_MSG"
6719 #: builtin/commit.c:747
6720 msgid "could not read MERGE_MSG"
6723 #: builtin/commit.c:801
6724 msgid "could not write commit template"
6727 #: builtin/commit.c:819
6731 "It looks like you may be committing a merge.\n"
6732 "If this is not correct, please remove the file\n"
6737 #: builtin/commit.c:824
6741 "It looks like you may be committing a cherry-pick.\n"
6742 "If this is not correct, please remove the file\n"
6747 #: builtin/commit.c:837
6750 "Please enter the commit message for your changes. Lines starting\n"
6751 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6754 #: builtin/commit.c:844
6757 "Please enter the commit message for your changes. Lines starting\n"
6758 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6759 "An empty message aborts the commit.\n"
6762 #: builtin/commit.c:861
6764 msgid "%sAuthor: %.*s <%.*s>"
6767 #: builtin/commit.c:869
6772 #: builtin/commit.c:876
6774 msgid "%sCommitter: %.*s <%.*s>"
6777 #: builtin/commit.c:893
6778 msgid "Cannot read index"
6781 #: builtin/commit.c:959
6782 msgid "Error building trees"
6785 #: builtin/commit.c:973 builtin/tag.c:252
6787 msgid "Please supply the message using either -m or -F option.\n"
6790 #: builtin/commit.c:1076
6792 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6795 #: builtin/commit.c:1090
6797 msgid "Invalid ignored mode '%s'"
6800 #: builtin/commit.c:1104 builtin/commit.c:1349
6802 msgid "Invalid untracked files mode '%s'"
6805 #: builtin/commit.c:1142
6806 msgid "--long and -z are incompatible"
6809 #: builtin/commit.c:1172
6810 msgid "Using both --reset-author and --author does not make sense"
6813 #: builtin/commit.c:1181
6814 msgid "You have nothing to amend."
6817 #: builtin/commit.c:1184
6818 msgid "You are in the middle of a merge -- cannot amend."
6821 #: builtin/commit.c:1186
6822 msgid "You are in the middle of a cherry-pick -- cannot amend."
6825 #: builtin/commit.c:1189
6826 msgid "Options --squash and --fixup cannot be used together"
6829 #: builtin/commit.c:1199
6830 msgid "Only one of -c/-C/-F/--fixup can be used."
6833 #: builtin/commit.c:1201
6834 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6837 #: builtin/commit.c:1209
6838 msgid "--reset-author can be used only with -C, -c or --amend."
6841 #: builtin/commit.c:1226
6842 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6845 #: builtin/commit.c:1228
6846 msgid "No paths with --include/--only does not make sense."
6849 #: builtin/commit.c:1240 builtin/tag.c:535
6851 msgid "Invalid cleanup mode %s"
6854 #: builtin/commit.c:1245
6855 msgid "Paths with -a does not make sense."
6858 #: builtin/commit.c:1363 builtin/commit.c:1648
6859 msgid "show status concisely"
6862 #: builtin/commit.c:1365 builtin/commit.c:1650
6863 msgid "show branch information"
6866 #: builtin/commit.c:1367
6867 msgid "show stash information"
6870 #: builtin/commit.c:1369
6874 #: builtin/commit.c:1369 builtin/commit.c:1652 builtin/push.c:542
6875 #: builtin/worktree.c:523
6876 msgid "machine-readable output"
6879 #: builtin/commit.c:1372 builtin/commit.c:1654
6880 msgid "show status in long format (default)"
6883 #: builtin/commit.c:1375 builtin/commit.c:1657
6884 msgid "terminate entries with NUL"
6887 #: builtin/commit.c:1377 builtin/commit.c:1381 builtin/commit.c:1660
6888 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:390
6892 #: builtin/commit.c:1378 builtin/commit.c:1660
6893 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6896 #: builtin/commit.c:1382
6898 "show ignored files, optional modes: traditional, matching, no. (Default: "
6902 #: builtin/commit.c:1384 parse-options.h:155
6906 #: builtin/commit.c:1385
6908 "ignore changes to submodules, optional when: all, dirty, untracked. "
6912 #: builtin/commit.c:1387
6913 msgid "list untracked files in columns"
6916 #: builtin/commit.c:1406
6917 msgid "Unsupported combination of ignored and untracked-files arguments"
6920 #: builtin/commit.c:1469
6921 msgid "couldn't look up newly created commit"
6924 #: builtin/commit.c:1471
6925 msgid "could not parse newly created commit"
6928 #: builtin/commit.c:1516
6929 msgid "unable to resolve HEAD after creating commit"
6932 #: builtin/commit.c:1518
6933 msgid "detached HEAD"
6936 #: builtin/commit.c:1521
6937 msgid " (root-commit)"
6940 #: builtin/commit.c:1618
6941 msgid "suppress summary after successful commit"
6944 #: builtin/commit.c:1619
6945 msgid "show diff in commit message template"
6948 #: builtin/commit.c:1621
6949 msgid "Commit message options"
6952 #: builtin/commit.c:1622 builtin/tag.c:388
6953 msgid "read message from file"
6956 #: builtin/commit.c:1623
6960 #: builtin/commit.c:1623
6961 msgid "override author for commit"
6964 #: builtin/commit.c:1624 builtin/gc.c:359
6968 #: builtin/commit.c:1624
6969 msgid "override date for commit"
6972 #: builtin/commit.c:1625 builtin/merge.c:225 builtin/notes.c:402
6973 #: builtin/notes.c:565 builtin/tag.c:386
6977 #: builtin/commit.c:1625
6978 msgid "commit message"
6981 #: builtin/commit.c:1626 builtin/commit.c:1627 builtin/commit.c:1628
6982 #: builtin/commit.c:1629 parse-options.h:257 ref-filter.h:92
6986 #: builtin/commit.c:1626
6987 msgid "reuse and edit message from specified commit"
6990 #: builtin/commit.c:1627
6991 msgid "reuse message from specified commit"
6994 #: builtin/commit.c:1628
6995 msgid "use autosquash formatted message to fixup specified commit"
6998 #: builtin/commit.c:1629
6999 msgid "use autosquash formatted message to squash specified commit"
7002 #: builtin/commit.c:1630
7003 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7006 #: builtin/commit.c:1631 builtin/log.c:1443 builtin/merge.c:239
7007 #: builtin/pull.c:149 builtin/revert.c:105
7008 msgid "add Signed-off-by:"
7011 #: builtin/commit.c:1632
7012 msgid "use specified template file"
7015 #: builtin/commit.c:1633
7016 msgid "force edit of commit"
7019 #: builtin/commit.c:1634
7023 #: builtin/commit.c:1634 builtin/tag.c:391
7024 msgid "how to strip spaces and #comments from message"
7027 #: builtin/commit.c:1635
7028 msgid "include status in commit message template"
7031 #: builtin/commit.c:1637 builtin/merge.c:237 builtin/pull.c:179
7032 #: builtin/revert.c:113
7033 msgid "GPG sign commit"
7036 #: builtin/commit.c:1640
7037 msgid "Commit contents options"
7040 #: builtin/commit.c:1641
7041 msgid "commit all changed files"
7044 #: builtin/commit.c:1642
7045 msgid "add specified files to index for commit"
7048 #: builtin/commit.c:1643
7049 msgid "interactively add files"
7052 #: builtin/commit.c:1644
7053 msgid "interactively add changes"
7056 #: builtin/commit.c:1645
7057 msgid "commit only specified files"
7060 #: builtin/commit.c:1646
7061 msgid "bypass pre-commit and commit-msg hooks"
7064 #: builtin/commit.c:1647
7065 msgid "show what would be committed"
7068 #: builtin/commit.c:1658
7069 msgid "amend previous commit"
7072 #: builtin/commit.c:1659
7073 msgid "bypass post-rewrite hook"
7076 #: builtin/commit.c:1664
7077 msgid "ok to record an empty change"
7080 #: builtin/commit.c:1666
7081 msgid "ok to record a change with an empty message"
7084 #: builtin/commit.c:1696
7085 msgid "could not parse HEAD commit"
7088 #: builtin/commit.c:1741
7090 msgid "Corrupt MERGE_HEAD file (%s)"
7093 #: builtin/commit.c:1748
7094 msgid "could not read MERGE_MODE"
7097 #: builtin/commit.c:1767
7099 msgid "could not read commit message: %s"
7102 #: builtin/commit.c:1778
7104 msgid "Aborting commit due to empty commit message.\n"
7107 #: builtin/commit.c:1783
7109 msgid "Aborting commit; you did not edit the message.\n"
7112 #: builtin/commit.c:1831
7114 "Repository has been updated, but unable to write\n"
7115 "new_index file. Check that disk is not full and quota is\n"
7116 "not exceeded, and then \"git reset HEAD\" to recover."
7119 #: builtin/config.c:10
7120 msgid "git config [<options>]"
7123 #: builtin/config.c:58
7124 msgid "Config file location"
7127 #: builtin/config.c:59
7128 msgid "use global config file"
7131 #: builtin/config.c:60
7132 msgid "use system config file"
7135 #: builtin/config.c:61
7136 msgid "use repository config file"
7139 #: builtin/config.c:62
7140 msgid "use given config file"
7143 #: builtin/config.c:63
7147 #: builtin/config.c:63
7148 msgid "read config from given blob object"
7151 #: builtin/config.c:64
7155 #: builtin/config.c:65
7156 msgid "get value: name [value-regex]"
7159 #: builtin/config.c:66
7160 msgid "get all values: key [value-regex]"
7163 #: builtin/config.c:67
7164 msgid "get values for regexp: name-regex [value-regex]"
7167 #: builtin/config.c:68
7168 msgid "get value specific for the URL: section[.var] URL"
7171 #: builtin/config.c:69
7172 msgid "replace all matching variables: name value [value_regex]"
7175 #: builtin/config.c:70
7176 msgid "add a new variable: name value"
7179 #: builtin/config.c:71
7180 msgid "remove a variable: name [value-regex]"
7183 #: builtin/config.c:72
7184 msgid "remove all matches: name [value-regex]"
7187 #: builtin/config.c:73
7188 msgid "rename section: old-name new-name"
7191 #: builtin/config.c:74
7192 msgid "remove a section: name"
7195 #: builtin/config.c:75
7199 #: builtin/config.c:76
7200 msgid "open an editor"
7203 #: builtin/config.c:77
7204 msgid "find the color configured: slot [default]"
7207 #: builtin/config.c:78
7208 msgid "find the color setting: slot [stdout-is-tty]"
7211 #: builtin/config.c:79
7215 #: builtin/config.c:80
7216 msgid "value is \"true\" or \"false\""
7219 #: builtin/config.c:81
7220 msgid "value is decimal number"
7223 #: builtin/config.c:82
7224 msgid "value is --bool or --int"
7227 #: builtin/config.c:83
7228 msgid "value is a path (file or directory name)"
7231 #: builtin/config.c:84
7232 msgid "value is an expiry date"
7235 #: builtin/config.c:85
7239 #: builtin/config.c:86
7240 msgid "terminate values with NUL byte"
7243 #: builtin/config.c:87
7244 msgid "show variable names only"
7247 #: builtin/config.c:88
7248 msgid "respect include directives on lookup"
7251 #: builtin/config.c:89
7252 msgid "show origin of config (file, standard input, blob, command line)"
7255 #: builtin/config.c:335
7256 msgid "unable to parse default color value"
7259 #: builtin/config.c:479
7262 "# This is Git's per-user configuration file.\n"
7264 "# Please adapt and uncomment the following lines:\n"
7269 #: builtin/config.c:507
7270 msgid "--local can only be used inside a git repository"
7273 #: builtin/config.c:632
7275 msgid "cannot create configuration file %s"
7278 #: builtin/config.c:645
7281 "cannot overwrite multiple values with a single value\n"
7282 " Use a regexp, --add or --replace-all to change %s."
7285 #: builtin/count-objects.c:88
7286 msgid "git count-objects [-v] [-H | --human-readable]"
7289 #: builtin/count-objects.c:98
7290 msgid "print sizes in human readable format"
7293 #: builtin/describe.c:22
7294 msgid "git describe [<options>] [<commit-ish>...]"
7297 #: builtin/describe.c:23
7298 msgid "git describe [<options>] --dirty"
7301 #: builtin/describe.c:57
7305 #: builtin/describe.c:57
7309 #: builtin/describe.c:57
7313 #: builtin/describe.c:267
7315 msgid "annotated tag %s not available"
7318 #: builtin/describe.c:271
7320 msgid "annotated tag %s has no embedded name"
7323 #: builtin/describe.c:273
7325 msgid "tag '%s' is really '%s' here"
7328 #: builtin/describe.c:314
7330 msgid "no tag exactly matches '%s'"
7333 #: builtin/describe.c:316
7335 msgid "No exact match on refs or tags, searching to describe\n"
7338 #: builtin/describe.c:363
7340 msgid "finished search at %s\n"
7343 #: builtin/describe.c:389
7346 "No annotated tags can describe '%s'.\n"
7347 "However, there were unannotated tags: try --tags."
7350 #: builtin/describe.c:393
7353 "No tags can describe '%s'.\n"
7354 "Try --always, or create some tags."
7357 #: builtin/describe.c:423
7359 msgid "traversed %lu commits\n"
7362 #: builtin/describe.c:426
7365 "more than %i tags found; listed %i most recent\n"
7366 "gave up search at %s\n"
7369 #: builtin/describe.c:494
7371 msgid "describe %s\n"
7374 #: builtin/describe.c:497 builtin/log.c:500
7376 msgid "Not a valid object name %s"
7379 #: builtin/describe.c:505
7381 msgid "%s is neither a commit nor blob"
7384 #: builtin/describe.c:519
7385 msgid "find the tag that comes after the commit"
7388 #: builtin/describe.c:520
7389 msgid "debug search strategy on stderr"
7392 #: builtin/describe.c:521
7396 #: builtin/describe.c:522
7397 msgid "use any tag, even unannotated"
7400 #: builtin/describe.c:523
7401 msgid "always use long format"
7404 #: builtin/describe.c:524
7405 msgid "only follow first parent"
7408 #: builtin/describe.c:527
7409 msgid "only output exact matches"
7412 #: builtin/describe.c:529
7413 msgid "consider <n> most recent tags (default: 10)"
7416 #: builtin/describe.c:531
7417 msgid "only consider tags matching <pattern>"
7420 #: builtin/describe.c:533
7421 msgid "do not consider tags matching <pattern>"
7424 #: builtin/describe.c:535 builtin/name-rev.c:406
7425 msgid "show abbreviated commit object as fallback"
7428 #: builtin/describe.c:536 builtin/describe.c:539
7432 #: builtin/describe.c:537
7433 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7436 #: builtin/describe.c:540
7437 msgid "append <mark> on broken working tree (default: \"-broken\")"
7440 #: builtin/describe.c:558
7441 msgid "--long is incompatible with --abbrev=0"
7444 #: builtin/describe.c:587
7445 msgid "No names found, cannot describe anything."
7448 #: builtin/describe.c:637
7449 msgid "--dirty is incompatible with commit-ishes"
7452 #: builtin/describe.c:639
7453 msgid "--broken is incompatible with commit-ishes"
7456 #: builtin/diff.c:83
7458 msgid "'%s': not a regular file or symlink"
7461 #: builtin/diff.c:234
7463 msgid "invalid option: %s"
7466 #: builtin/diff.c:356
7467 msgid "Not a git repository"
7470 #: builtin/diff.c:399
7472 msgid "invalid object '%s' given."
7475 #: builtin/diff.c:408
7477 msgid "more than two blobs given: '%s'"
7480 #: builtin/diff.c:413
7482 msgid "unhandled object '%s' given."
7485 #: builtin/difftool.c:29
7486 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7489 #: builtin/difftool.c:259
7494 #: builtin/difftool.c:301
7496 msgid "could not read symlink %s"
7499 #: builtin/difftool.c:303
7501 msgid "could not read symlink file %s"
7504 #: builtin/difftool.c:311
7506 msgid "could not read object %s for symlink %s"
7509 #: builtin/difftool.c:412
7511 "combined diff formats('-c' and '--cc') are not supported in\n"
7512 "directory diff mode('-d' and '--dir-diff')."
7515 #: builtin/difftool.c:632
7517 msgid "both files modified: '%s' and '%s'."
7520 #: builtin/difftool.c:634
7521 msgid "working tree file has been left."
7524 #: builtin/difftool.c:645
7526 msgid "temporary files exist in '%s'."
7529 #: builtin/difftool.c:646
7530 msgid "you may want to cleanup or recover these."
7533 #: builtin/difftool.c:695
7534 msgid "use `diff.guitool` instead of `diff.tool`"
7537 #: builtin/difftool.c:697
7538 msgid "perform a full-directory diff"
7541 #: builtin/difftool.c:699
7542 msgid "do not prompt before launching a diff tool"
7545 #: builtin/difftool.c:705
7546 msgid "use symlinks in dir-diff mode"
7549 #: builtin/difftool.c:706
7553 #: builtin/difftool.c:707
7554 msgid "use the specified diff tool"
7557 #: builtin/difftool.c:709
7558 msgid "print a list of diff tools that may be used with `--tool`"
7561 #: builtin/difftool.c:712
7563 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7567 #: builtin/difftool.c:714
7571 #: builtin/difftool.c:715
7572 msgid "specify a custom command for viewing diffs"
7575 #: builtin/difftool.c:739
7576 msgid "no <tool> given for --tool=<tool>"
7579 #: builtin/difftool.c:746
7580 msgid "no <cmd> given for --extcmd=<cmd>"
7583 #: builtin/fast-export.c:26
7584 msgid "git fast-export [rev-list-opts]"
7587 #: builtin/fast-export.c:998
7588 msgid "show progress after <n> objects"
7591 #: builtin/fast-export.c:1000
7592 msgid "select handling of signed tags"
7595 #: builtin/fast-export.c:1003
7596 msgid "select handling of tags that tag filtered objects"
7599 #: builtin/fast-export.c:1006
7600 msgid "Dump marks to this file"
7603 #: builtin/fast-export.c:1008
7604 msgid "Import marks from this file"
7607 #: builtin/fast-export.c:1010
7608 msgid "Fake a tagger when tags lack one"
7611 #: builtin/fast-export.c:1012
7612 msgid "Output full tree for each commit"
7615 #: builtin/fast-export.c:1014
7616 msgid "Use the done feature to terminate the stream"
7619 #: builtin/fast-export.c:1015
7620 msgid "Skip output of blob data"
7623 #: builtin/fast-export.c:1016
7627 #: builtin/fast-export.c:1017
7628 msgid "Apply refspec to exported refs"
7631 #: builtin/fast-export.c:1018
7632 msgid "anonymize output"
7635 #: builtin/fetch.c:24
7636 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7639 #: builtin/fetch.c:25
7640 msgid "git fetch [<options>] <group>"
7643 #: builtin/fetch.c:26
7644 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7647 #: builtin/fetch.c:27
7648 msgid "git fetch --all [<options>]"
7651 #: builtin/fetch.c:113 builtin/pull.c:188
7652 msgid "fetch from all remotes"
7655 #: builtin/fetch.c:115 builtin/pull.c:191
7656 msgid "append to .git/FETCH_HEAD instead of overwriting"
7659 #: builtin/fetch.c:117 builtin/pull.c:194
7660 msgid "path to upload pack on remote end"
7663 #: builtin/fetch.c:118 builtin/pull.c:196
7664 msgid "force overwrite of local branch"
7667 #: builtin/fetch.c:120
7668 msgid "fetch from multiple remotes"
7671 #: builtin/fetch.c:122 builtin/pull.c:198
7672 msgid "fetch all tags and associated objects"
7675 #: builtin/fetch.c:124
7676 msgid "do not fetch all tags (--no-tags)"
7679 #: builtin/fetch.c:126
7680 msgid "number of submodules fetched in parallel"
7683 #: builtin/fetch.c:128 builtin/pull.c:201
7684 msgid "prune remote-tracking branches no longer on remote"
7687 #: builtin/fetch.c:129 builtin/fetch.c:152 builtin/pull.c:126
7691 #: builtin/fetch.c:130
7692 msgid "control recursive fetching of submodules"
7695 #: builtin/fetch.c:134 builtin/pull.c:209
7696 msgid "keep downloaded pack"
7699 #: builtin/fetch.c:136
7700 msgid "allow updating of HEAD ref"
7703 #: builtin/fetch.c:139 builtin/fetch.c:145 builtin/pull.c:212
7704 msgid "deepen history of shallow clone"
7707 #: builtin/fetch.c:141
7708 msgid "deepen history of shallow repository based on time"
7711 #: builtin/fetch.c:147 builtin/pull.c:215
7712 msgid "convert to a complete repository"
7715 #: builtin/fetch.c:149 builtin/log.c:1463
7719 #: builtin/fetch.c:150
7720 msgid "prepend this to submodule path output"
7723 #: builtin/fetch.c:153
7725 "default for recursive fetching of submodules (lower priority than config "
7729 #: builtin/fetch.c:157 builtin/pull.c:218
7730 msgid "accept refs that update .git/shallow"
7733 #: builtin/fetch.c:158 builtin/pull.c:220
7737 #: builtin/fetch.c:159 builtin/pull.c:221
7738 msgid "specify fetch refmap"
7741 #: builtin/fetch.c:417
7742 msgid "Couldn't find remote ref HEAD"
7745 #: builtin/fetch.c:535
7747 msgid "configuration fetch.output contains invalid value %s"
7750 #: builtin/fetch.c:628
7752 msgid "object %s not found"
7755 #: builtin/fetch.c:632
7756 msgid "[up to date]"
7759 #: builtin/fetch.c:645 builtin/fetch.c:725
7763 #: builtin/fetch.c:646
7764 msgid "can't fetch in current branch"
7767 #: builtin/fetch.c:655
7768 msgid "[tag update]"
7771 #: builtin/fetch.c:656 builtin/fetch.c:689 builtin/fetch.c:705
7772 #: builtin/fetch.c:720
7773 msgid "unable to update local ref"
7776 #: builtin/fetch.c:675
7780 #: builtin/fetch.c:678
7781 msgid "[new branch]"
7784 #: builtin/fetch.c:681
7788 #: builtin/fetch.c:720
7789 msgid "forced update"
7792 #: builtin/fetch.c:725
7793 msgid "non-fast-forward"
7796 #: builtin/fetch.c:770
7798 msgid "%s did not send all necessary objects\n"
7801 #: builtin/fetch.c:790
7803 msgid "reject %s because shallow roots are not allowed to be updated"
7806 #: builtin/fetch.c:878 builtin/fetch.c:974
7811 #: builtin/fetch.c:889
7814 "some local refs could not be updated; try running\n"
7815 " 'git remote prune %s' to remove any old, conflicting branches"
7818 #: builtin/fetch.c:944
7820 msgid " (%s will become dangling)"
7823 #: builtin/fetch.c:945
7825 msgid " (%s has become dangling)"
7828 #: builtin/fetch.c:977
7832 #: builtin/fetch.c:978 builtin/remote.c:1024
7836 #: builtin/fetch.c:1001
7838 msgid "Refusing to fetch into current branch %s of non-bare repository"
7841 #: builtin/fetch.c:1020
7843 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7846 #: builtin/fetch.c:1023
7848 msgid "Option \"%s\" is ignored for %s\n"
7851 #: builtin/fetch.c:1256
7853 msgid "Fetching %s\n"
7856 #: builtin/fetch.c:1258 builtin/remote.c:97
7858 msgid "Could not fetch %s"
7861 #: builtin/fetch.c:1276
7863 "No remote repository specified. Please, specify either a URL or a\n"
7864 "remote name from which new revisions should be fetched."
7867 #: builtin/fetch.c:1299
7868 msgid "You need to specify a tag name."
7871 #: builtin/fetch.c:1342
7872 msgid "Negative depth in --deepen is not supported"
7875 #: builtin/fetch.c:1344
7876 msgid "--deepen and --depth are mutually exclusive"
7879 #: builtin/fetch.c:1349
7880 msgid "--depth and --unshallow cannot be used together"
7883 #: builtin/fetch.c:1351
7884 msgid "--unshallow on a complete repository does not make sense"
7887 #: builtin/fetch.c:1364
7888 msgid "fetch --all does not take a repository argument"
7891 #: builtin/fetch.c:1366
7892 msgid "fetch --all does not make sense with refspecs"
7895 #: builtin/fetch.c:1377
7897 msgid "No such remote or remote group: %s"
7900 #: builtin/fetch.c:1385
7901 msgid "Fetching a group and specifying refspecs does not make sense"
7904 #: builtin/fmt-merge-msg.c:15
7906 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7909 #: builtin/fmt-merge-msg.c:666
7910 msgid "populate log with at most <n> entries from shortlog"
7913 #: builtin/fmt-merge-msg.c:669
7914 msgid "alias for --log (deprecated)"
7917 #: builtin/fmt-merge-msg.c:672
7921 #: builtin/fmt-merge-msg.c:673
7922 msgid "use <text> as start of message"
7925 #: builtin/fmt-merge-msg.c:674
7926 msgid "file to read from"
7929 #: builtin/for-each-ref.c:10
7930 msgid "git for-each-ref [<options>] [<pattern>]"
7933 #: builtin/for-each-ref.c:11
7934 msgid "git for-each-ref [--points-at <object>]"
7937 #: builtin/for-each-ref.c:12
7938 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7941 #: builtin/for-each-ref.c:13
7942 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7945 #: builtin/for-each-ref.c:28
7946 msgid "quote placeholders suitably for shells"
7949 #: builtin/for-each-ref.c:30
7950 msgid "quote placeholders suitably for perl"
7953 #: builtin/for-each-ref.c:32
7954 msgid "quote placeholders suitably for python"
7957 #: builtin/for-each-ref.c:34
7958 msgid "quote placeholders suitably for Tcl"
7961 #: builtin/for-each-ref.c:37
7962 msgid "show only <n> matched refs"
7965 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7966 msgid "respect format colors"
7969 #: builtin/for-each-ref.c:43
7970 msgid "print only refs which points at the given object"
7973 #: builtin/for-each-ref.c:45
7974 msgid "print only refs that are merged"
7977 #: builtin/for-each-ref.c:46
7978 msgid "print only refs that are not merged"
7981 #: builtin/for-each-ref.c:47
7982 msgid "print only refs which contain the commit"
7985 #: builtin/for-each-ref.c:48
7986 msgid "print only refs which don't contain the commit"
7989 #: builtin/fsck.c:543
7990 msgid "Checking object directories"
7993 #: builtin/fsck.c:635
7994 msgid "git fsck [<options>] [<object>...]"
7997 #: builtin/fsck.c:641
7998 msgid "show unreachable objects"
8001 #: builtin/fsck.c:642
8002 msgid "show dangling objects"
8005 #: builtin/fsck.c:643
8009 #: builtin/fsck.c:644
8010 msgid "report root nodes"
8013 #: builtin/fsck.c:645
8014 msgid "make index objects head nodes"
8017 #: builtin/fsck.c:646
8018 msgid "make reflogs head nodes (default)"
8021 #: builtin/fsck.c:647
8022 msgid "also consider packs and alternate objects"
8025 #: builtin/fsck.c:648
8026 msgid "check only connectivity"
8029 #: builtin/fsck.c:649
8030 msgid "enable more strict checking"
8033 #: builtin/fsck.c:651
8034 msgid "write dangling objects in .git/lost-found"
8037 #: builtin/fsck.c:652 builtin/prune.c:107
8038 msgid "show progress"
8041 #: builtin/fsck.c:653
8042 msgid "show verbose names for reachable objects"
8045 #: builtin/fsck.c:714
8046 msgid "Checking objects"
8050 msgid "git gc [<options>]"
8055 msgid "Failed to fstat %s: %s"
8060 msgid "Can't stat %s"
8066 "The last gc run reported the following. Please correct the root cause\n"
8068 "Automatic cleanup will not be performed until the file is removed.\n"
8074 msgid "prune unreferenced objects"
8078 msgid "be more thorough (increased runtime)"
8082 msgid "enable auto-gc mode"
8086 msgid "force running gc even if there may be another gc running"
8091 msgid "Failed to parse gc.logexpiry value %s"
8096 msgid "Auto packing the repository in background for optimum performance.\n"
8101 msgid "Auto packing the repository for optimum performance.\n"
8106 msgid "See \"git help gc\" for manual housekeeping.\n"
8112 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8117 "There are too many unreachable loose objects; run 'git prune' to remove them."
8120 #: builtin/grep.c:27
8121 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8124 #: builtin/grep.c:226
8126 msgid "grep: failed to create thread: %s"
8129 #: builtin/grep.c:284
8131 msgid "invalid number of threads specified (%d) for %s"
8134 #. TRANSLATORS: %s is the configuration
8135 #. variable for tweaking threads, currently
8138 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1688
8140 msgid "no threads support, ignoring %s"
8143 #: builtin/grep.c:453 builtin/grep.c:573 builtin/grep.c:615
8145 msgid "unable to read tree (%s)"
8148 #: builtin/grep.c:630
8150 msgid "unable to grep from object of type %s"
8153 #: builtin/grep.c:696
8155 msgid "switch `%c' expects a numerical value"
8158 #: builtin/grep.c:783
8159 msgid "search in index instead of in the work tree"
8162 #: builtin/grep.c:785
8163 msgid "find in contents not managed by git"
8166 #: builtin/grep.c:787
8167 msgid "search in both tracked and untracked files"
8170 #: builtin/grep.c:789
8171 msgid "ignore files specified via '.gitignore'"
8174 #: builtin/grep.c:791
8175 msgid "recursively search in each submodule"
8178 #: builtin/grep.c:794
8179 msgid "show non-matching lines"
8182 #: builtin/grep.c:796
8183 msgid "case insensitive matching"
8186 #: builtin/grep.c:798
8187 msgid "match patterns only at word boundaries"
8190 #: builtin/grep.c:800
8191 msgid "process binary files as text"
8194 #: builtin/grep.c:802
8195 msgid "don't match patterns in binary files"
8198 #: builtin/grep.c:805
8199 msgid "process binary files with textconv filters"
8202 #: builtin/grep.c:807
8203 msgid "descend at most <depth> levels"
8206 #: builtin/grep.c:811
8207 msgid "use extended POSIX regular expressions"
8210 #: builtin/grep.c:814
8211 msgid "use basic POSIX regular expressions (default)"
8214 #: builtin/grep.c:817
8215 msgid "interpret patterns as fixed strings"
8218 #: builtin/grep.c:820
8219 msgid "use Perl-compatible regular expressions"
8222 #: builtin/grep.c:823
8223 msgid "show line numbers"
8226 #: builtin/grep.c:824
8227 msgid "don't show filenames"
8230 #: builtin/grep.c:825
8231 msgid "show filenames"
8234 #: builtin/grep.c:827
8235 msgid "show filenames relative to top directory"
8238 #: builtin/grep.c:829
8239 msgid "show only filenames instead of matching lines"
8242 #: builtin/grep.c:831
8243 msgid "synonym for --files-with-matches"
8246 #: builtin/grep.c:834
8247 msgid "show only the names of files without match"
8250 #: builtin/grep.c:836
8251 msgid "print NUL after filenames"
8254 #: builtin/grep.c:838
8255 msgid "show the number of matches instead of matching lines"
8258 #: builtin/grep.c:839
8259 msgid "highlight matches"
8262 #: builtin/grep.c:841
8263 msgid "print empty line between matches from different files"
8266 #: builtin/grep.c:843
8267 msgid "show filename only once above matches from same file"
8270 #: builtin/grep.c:846
8271 msgid "show <n> context lines before and after matches"
8274 #: builtin/grep.c:849
8275 msgid "show <n> context lines before matches"
8278 #: builtin/grep.c:851
8279 msgid "show <n> context lines after matches"
8282 #: builtin/grep.c:853
8283 msgid "use <n> worker threads"
8286 #: builtin/grep.c:854
8287 msgid "shortcut for -C NUM"
8290 #: builtin/grep.c:857
8291 msgid "show a line with the function name before matches"
8294 #: builtin/grep.c:859
8295 msgid "show the surrounding function"
8298 #: builtin/grep.c:862
8299 msgid "read patterns from file"
8302 #: builtin/grep.c:864
8303 msgid "match <pattern>"
8306 #: builtin/grep.c:866
8307 msgid "combine patterns specified with -e"
8310 #: builtin/grep.c:878
8311 msgid "indicate hit with exit status without output"
8314 #: builtin/grep.c:880
8315 msgid "show only matches from files that match all patterns"
8318 #: builtin/grep.c:882
8319 msgid "show parse tree for grep expression"
8322 #: builtin/grep.c:886
8326 #: builtin/grep.c:886
8327 msgid "show matching files in the pager"
8330 #: builtin/grep.c:889
8331 msgid "allow calling of grep(1) (ignored by this build)"
8334 #: builtin/grep.c:952
8335 msgid "no pattern given."
8338 #: builtin/grep.c:984
8339 msgid "--no-index or --untracked cannot be used with revs"
8342 #: builtin/grep.c:991
8344 msgid "unable to resolve revision: %s"
8347 #: builtin/grep.c:1026 builtin/index-pack.c:1491
8349 msgid "invalid number of threads specified (%d)"
8352 #: builtin/grep.c:1031
8353 msgid "no threads support, ignoring --threads"
8356 #: builtin/grep.c:1055
8357 msgid "--open-files-in-pager only works on the worktree"
8360 #: builtin/grep.c:1078
8361 msgid "option not supported with --recurse-submodules."
8364 #: builtin/grep.c:1084
8365 msgid "--cached or --untracked cannot be used with --no-index."
8368 #: builtin/grep.c:1090
8369 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8372 #: builtin/grep.c:1098
8373 msgid "both --cached and trees are given."
8376 #: builtin/hash-object.c:82
8378 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8382 #: builtin/hash-object.c:83
8383 msgid "git hash-object --stdin-paths"
8386 #: builtin/hash-object.c:95
8390 #: builtin/hash-object.c:95
8394 #: builtin/hash-object.c:96
8395 msgid "write the object into the object database"
8398 #: builtin/hash-object.c:98
8399 msgid "read the object from stdin"
8402 #: builtin/hash-object.c:100
8403 msgid "store file as is without filters"
8406 #: builtin/hash-object.c:101
8408 "just hash any random garbage to create corrupt objects for debugging Git"
8411 #: builtin/hash-object.c:102
8412 msgid "process file as it were from this path"
8415 #: builtin/help.c:43
8416 msgid "print all available commands"
8419 #: builtin/help.c:44
8420 msgid "exclude guides"
8423 #: builtin/help.c:45
8424 msgid "print list of useful guides"
8427 #: builtin/help.c:46
8428 msgid "show man page"
8431 #: builtin/help.c:47
8432 msgid "show manual in web browser"
8435 #: builtin/help.c:49
8436 msgid "show info page"
8439 #: builtin/help.c:55
8440 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8443 #: builtin/help.c:67
8445 msgid "unrecognized help format '%s'"
8448 #: builtin/help.c:94
8449 msgid "Failed to start emacsclient."
8452 #: builtin/help.c:107
8453 msgid "Failed to parse emacsclient version."
8456 #: builtin/help.c:115
8458 msgid "emacsclient version '%d' too old (< 22)."
8461 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8463 msgid "failed to exec '%s'"
8466 #: builtin/help.c:211
8469 "'%s': path for unsupported man viewer.\n"
8470 "Please consider using 'man.<tool>.cmd' instead."
8473 #: builtin/help.c:223
8476 "'%s': cmd for supported man viewer.\n"
8477 "Please consider using 'man.<tool>.path' instead."
8480 #: builtin/help.c:340
8482 msgid "'%s': unknown man viewer."
8485 #: builtin/help.c:357
8486 msgid "no man viewer handled the request"
8489 #: builtin/help.c:365
8490 msgid "no info viewer handled the request"
8493 #: builtin/help.c:407
8494 msgid "Defining attributes per path"
8497 #: builtin/help.c:408
8498 msgid "Everyday Git With 20 Commands Or So"
8501 #: builtin/help.c:409
8502 msgid "A Git glossary"
8505 #: builtin/help.c:410
8506 msgid "Specifies intentionally untracked files to ignore"
8509 #: builtin/help.c:411
8510 msgid "Defining submodule properties"
8513 #: builtin/help.c:412
8514 msgid "Specifying revisions and ranges for Git"
8517 #: builtin/help.c:413
8518 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8521 #: builtin/help.c:414
8522 msgid "An overview of recommended workflows with Git"
8525 #: builtin/help.c:426
8526 msgid "The common Git guides are:\n"
8529 #: builtin/help.c:444
8531 msgid "'%s' is aliased to '%s'"
8534 #: builtin/help.c:466 builtin/help.c:483
8539 #: builtin/index-pack.c:156
8541 msgid "unable to open %s"
8544 #: builtin/index-pack.c:206
8546 msgid "object type mismatch at %s"
8549 #: builtin/index-pack.c:226
8551 msgid "did not receive expected object %s"
8554 #: builtin/index-pack.c:229
8556 msgid "object %s: expected type %s, found %s"
8559 #: builtin/index-pack.c:271
8561 msgid "cannot fill %d byte"
8562 msgid_plural "cannot fill %d bytes"
8566 #: builtin/index-pack.c:281
8570 #: builtin/index-pack.c:282
8571 msgid "read error on input"
8574 #: builtin/index-pack.c:294
8575 msgid "used more bytes than were available"
8578 #: builtin/index-pack.c:301
8579 msgid "pack too large for current definition of off_t"
8582 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8583 msgid "pack exceeds maximum allowed size"
8586 #: builtin/index-pack.c:319
8588 msgid "unable to create '%s'"
8591 #: builtin/index-pack.c:325
8593 msgid "cannot open packfile '%s'"
8596 #: builtin/index-pack.c:339
8597 msgid "pack signature mismatch"
8600 #: builtin/index-pack.c:341
8602 msgid "pack version %<PRIu32> unsupported"
8605 #: builtin/index-pack.c:359
8607 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8610 #: builtin/index-pack.c:480
8612 msgid "inflate returned %d"
8615 #: builtin/index-pack.c:529
8616 msgid "offset value overflow for delta base object"
8619 #: builtin/index-pack.c:537
8620 msgid "delta base offset is out of bound"
8623 #: builtin/index-pack.c:545
8625 msgid "unknown object type %d"
8628 #: builtin/index-pack.c:576
8629 msgid "cannot pread pack file"
8632 #: builtin/index-pack.c:578
8634 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8635 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8639 #: builtin/index-pack.c:604
8640 msgid "serious inflate inconsistency"
8643 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8644 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8646 msgid "SHA1 COLLISION FOUND WITH %s !"
8649 #: builtin/index-pack.c:752 builtin/pack-objects.c:179
8650 #: builtin/pack-objects.c:273
8652 msgid "unable to read %s"
8655 #: builtin/index-pack.c:815
8657 msgid "cannot read existing object info %s"
8660 #: builtin/index-pack.c:823
8662 msgid "cannot read existing object %s"
8665 #: builtin/index-pack.c:837
8667 msgid "invalid blob object %s"
8670 #: builtin/index-pack.c:852
8675 #: builtin/index-pack.c:855
8676 msgid "Error in object"
8679 #: builtin/index-pack.c:857
8681 msgid "Not all child objects of %s are reachable"
8684 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8685 msgid "failed to apply delta"
8688 #: builtin/index-pack.c:1131
8689 msgid "Receiving objects"
8692 #: builtin/index-pack.c:1131
8693 msgid "Indexing objects"
8696 #: builtin/index-pack.c:1165
8697 msgid "pack is corrupted (SHA1 mismatch)"
8700 #: builtin/index-pack.c:1170
8701 msgid "cannot fstat packfile"
8704 #: builtin/index-pack.c:1173
8705 msgid "pack has junk at the end"
8708 #: builtin/index-pack.c:1185
8709 msgid "confusion beyond insanity in parse_pack_objects()"
8712 #: builtin/index-pack.c:1208
8713 msgid "Resolving deltas"
8716 #: builtin/index-pack.c:1219
8718 msgid "unable to create thread: %s"
8721 #: builtin/index-pack.c:1261
8722 msgid "confusion beyond insanity"
8725 #: builtin/index-pack.c:1267
8727 msgid "completed with %d local object"
8728 msgid_plural "completed with %d local objects"
8732 #: builtin/index-pack.c:1279
8734 msgid "Unexpected tail checksum for %s (disk corruption?)"
8737 #: builtin/index-pack.c:1283
8739 msgid "pack has %d unresolved delta"
8740 msgid_plural "pack has %d unresolved deltas"
8744 #: builtin/index-pack.c:1307
8746 msgid "unable to deflate appended object (%d)"
8749 #: builtin/index-pack.c:1383
8751 msgid "local object %s is corrupt"
8754 #: builtin/index-pack.c:1409
8755 msgid "error while closing pack file"
8758 #: builtin/index-pack.c:1421
8760 msgid "cannot write keep file '%s'"
8763 #: builtin/index-pack.c:1429
8765 msgid "cannot close written keep file '%s'"
8768 #: builtin/index-pack.c:1439
8769 msgid "cannot store pack file"
8772 #: builtin/index-pack.c:1447
8773 msgid "cannot store index file"
8776 #: builtin/index-pack.c:1485
8778 msgid "bad pack.indexversion=%<PRIu32>"
8781 #: builtin/index-pack.c:1553
8783 msgid "Cannot open existing pack file '%s'"
8786 #: builtin/index-pack.c:1555
8788 msgid "Cannot open existing pack idx file for '%s'"
8791 #: builtin/index-pack.c:1603
8793 msgid "non delta: %d object"
8794 msgid_plural "non delta: %d objects"
8798 #: builtin/index-pack.c:1610
8800 msgid "chain length = %d: %lu object"
8801 msgid_plural "chain length = %d: %lu objects"
8805 #: builtin/index-pack.c:1623
8807 msgid "packfile name '%s' does not end with '.pack'"
8810 #: builtin/index-pack.c:1700 builtin/index-pack.c:1703
8811 #: builtin/index-pack.c:1719 builtin/index-pack.c:1723
8816 #: builtin/index-pack.c:1739
8817 msgid "--fix-thin cannot be used without --stdin"
8820 #: builtin/index-pack.c:1741
8821 msgid "--stdin requires a git repository"
8824 #: builtin/index-pack.c:1749
8825 msgid "--verify with no packfile name given"
8828 #: builtin/init-db.c:55
8830 msgid "cannot stat '%s'"
8833 #: builtin/init-db.c:61
8835 msgid "cannot stat template '%s'"
8838 #: builtin/init-db.c:66
8840 msgid "cannot opendir '%s'"
8843 #: builtin/init-db.c:77
8845 msgid "cannot readlink '%s'"
8848 #: builtin/init-db.c:79
8850 msgid "cannot symlink '%s' '%s'"
8853 #: builtin/init-db.c:85
8855 msgid "cannot copy '%s' to '%s'"
8858 #: builtin/init-db.c:89
8860 msgid "ignoring template %s"
8863 #: builtin/init-db.c:120
8865 msgid "templates not found %s"
8868 #: builtin/init-db.c:135
8870 msgid "not copying templates from '%s': %s"
8873 #: builtin/init-db.c:328
8875 msgid "unable to handle file type %d"
8878 #: builtin/init-db.c:331
8880 msgid "unable to move %s to %s"
8883 #: builtin/init-db.c:348 builtin/init-db.c:351
8885 msgid "%s already exists"
8888 #: builtin/init-db.c:404
8890 msgid "Reinitialized existing shared Git repository in %s%s\n"
8893 #: builtin/init-db.c:405
8895 msgid "Reinitialized existing Git repository in %s%s\n"
8898 #: builtin/init-db.c:409
8900 msgid "Initialized empty shared Git repository in %s%s\n"
8903 #: builtin/init-db.c:410
8905 msgid "Initialized empty Git repository in %s%s\n"
8908 #: builtin/init-db.c:458
8910 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8911 "shared[=<permissions>]] [<directory>]"
8914 #: builtin/init-db.c:481
8918 #: builtin/init-db.c:482
8919 msgid "specify that the git repository is to be shared amongst several users"
8922 #: builtin/init-db.c:516 builtin/init-db.c:521
8924 msgid "cannot mkdir %s"
8927 #: builtin/init-db.c:525
8929 msgid "cannot chdir to %s"
8932 #: builtin/init-db.c:546
8935 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8939 #: builtin/init-db.c:574
8941 msgid "Cannot access work tree '%s'"
8944 #: builtin/interpret-trailers.c:15
8946 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8947 "<token>[(=|:)<value>])...] [<file>...]"
8950 #: builtin/interpret-trailers.c:92
8951 msgid "edit files in place"
8954 #: builtin/interpret-trailers.c:93
8955 msgid "trim empty trailers"
8958 #: builtin/interpret-trailers.c:96
8959 msgid "where to place the new trailer"
8962 #: builtin/interpret-trailers.c:98
8963 msgid "action if trailer already exists"
8966 #: builtin/interpret-trailers.c:100
8967 msgid "action if trailer is missing"
8970 #: builtin/interpret-trailers.c:102
8971 msgid "output only the trailers"
8974 #: builtin/interpret-trailers.c:103
8975 msgid "do not apply config rules"
8978 #: builtin/interpret-trailers.c:104
8979 msgid "join whitespace-continued values"
8982 #: builtin/interpret-trailers.c:105
8983 msgid "set parsing options"
8986 #: builtin/interpret-trailers.c:107
8990 #: builtin/interpret-trailers.c:108
8991 msgid "trailer(s) to add"
8994 #: builtin/interpret-trailers.c:117
8995 msgid "--trailer with --only-input does not make sense"
8998 #: builtin/interpret-trailers.c:127
8999 msgid "no input file given for in-place editing"
9003 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9007 msgid "git show [<options>] <object>..."
9012 msgid "invalid --decorate option: %s"
9015 #: builtin/log.c:151
9016 msgid "suppress diff output"
9019 #: builtin/log.c:152
9023 #: builtin/log.c:153
9024 msgid "Use mail map file"
9027 #: builtin/log.c:155
9028 msgid "only decorate refs that match <pattern>"
9031 #: builtin/log.c:157
9032 msgid "do not decorate refs that match <pattern>"
9035 #: builtin/log.c:158
9036 msgid "decorate options"
9039 #: builtin/log.c:161
9040 msgid "Process line range n,m in file, counting from 1"
9043 #: builtin/log.c:257
9045 msgid "Final output: %d %s\n"
9048 #: builtin/log.c:508
9050 msgid "git show %s: bad file"
9053 #: builtin/log.c:523 builtin/log.c:617
9055 msgid "Could not read object %s"
9058 #: builtin/log.c:641
9060 msgid "Unknown type: %d"
9063 #: builtin/log.c:762
9064 msgid "format.headers without value"
9067 #: builtin/log.c:863
9068 msgid "name of output directory is too long"
9071 #: builtin/log.c:879
9073 msgid "Cannot open patch file %s"
9076 #: builtin/log.c:896
9077 msgid "Need exactly one range."
9080 #: builtin/log.c:906
9081 msgid "Not a range."
9084 #: builtin/log.c:1012
9085 msgid "Cover letter needs email format"
9088 #: builtin/log.c:1092
9090 msgid "insane in-reply-to: %s"
9093 #: builtin/log.c:1119
9094 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9097 #: builtin/log.c:1169
9098 msgid "Two output directories?"
9101 #: builtin/log.c:1276 builtin/log.c:1927 builtin/log.c:1929 builtin/log.c:1941
9103 msgid "Unknown commit %s"
9106 #: builtin/log.c:1286 builtin/notes.c:887 builtin/tag.c:516
9108 msgid "Failed to resolve '%s' as a valid ref."
9111 #: builtin/log.c:1291
9112 msgid "Could not find exact merge base."
9115 #: builtin/log.c:1295
9117 "Failed to get upstream, if you want to record base commit automatically,\n"
9118 "please use git branch --set-upstream-to to track a remote branch.\n"
9119 "Or you could specify base commit by --base=<base-commit-id> manually."
9122 #: builtin/log.c:1315
9123 msgid "Failed to find exact merge base"
9126 #: builtin/log.c:1326
9127 msgid "base commit should be the ancestor of revision list"
9130 #: builtin/log.c:1330
9131 msgid "base commit shouldn't be in revision list"
9134 #: builtin/log.c:1379
9135 msgid "cannot get patch id"
9138 #: builtin/log.c:1438
9139 msgid "use [PATCH n/m] even with a single patch"
9142 #: builtin/log.c:1441
9143 msgid "use [PATCH] even with multiple patches"
9146 #: builtin/log.c:1445
9147 msgid "print patches to standard out"
9150 #: builtin/log.c:1447
9151 msgid "generate a cover letter"
9154 #: builtin/log.c:1449
9155 msgid "use simple number sequence for output file names"
9158 #: builtin/log.c:1450
9162 #: builtin/log.c:1451
9163 msgid "use <sfx> instead of '.patch'"
9166 #: builtin/log.c:1453
9167 msgid "start numbering patches at <n> instead of 1"
9170 #: builtin/log.c:1455
9171 msgid "mark the series as Nth re-roll"
9174 #: builtin/log.c:1457
9175 msgid "Use [RFC PATCH] instead of [PATCH]"
9178 #: builtin/log.c:1460
9179 msgid "Use [<prefix>] instead of [PATCH]"
9182 #: builtin/log.c:1463
9183 msgid "store resulting files in <dir>"
9186 #: builtin/log.c:1466
9187 msgid "don't strip/add [PATCH]"
9190 #: builtin/log.c:1469
9191 msgid "don't output binary diffs"
9194 #: builtin/log.c:1471
9195 msgid "output all-zero hash in From header"
9198 #: builtin/log.c:1473
9199 msgid "don't include a patch matching a commit upstream"
9202 #: builtin/log.c:1475
9203 msgid "show patch format instead of default (patch + stat)"
9206 #: builtin/log.c:1477
9210 #: builtin/log.c:1478
9214 #: builtin/log.c:1479
9215 msgid "add email header"
9218 #: builtin/log.c:1480 builtin/log.c:1482
9222 #: builtin/log.c:1480
9223 msgid "add To: header"
9226 #: builtin/log.c:1482
9227 msgid "add Cc: header"
9230 #: builtin/log.c:1484
9234 #: builtin/log.c:1485
9235 msgid "set From address to <ident> (or committer ident if absent)"
9238 #: builtin/log.c:1487
9242 #: builtin/log.c:1488
9243 msgid "make first mail a reply to <message-id>"
9246 #: builtin/log.c:1489 builtin/log.c:1492
9250 #: builtin/log.c:1490
9251 msgid "attach the patch"
9254 #: builtin/log.c:1493
9255 msgid "inline the patch"
9258 #: builtin/log.c:1497
9259 msgid "enable message threading, styles: shallow, deep"
9262 #: builtin/log.c:1499
9266 #: builtin/log.c:1500
9267 msgid "add a signature"
9270 #: builtin/log.c:1501
9274 #: builtin/log.c:1502
9275 msgid "add prerequisite tree info to the patch series"
9278 #: builtin/log.c:1504
9279 msgid "add a signature from a file"
9282 #: builtin/log.c:1505
9283 msgid "don't print the patch filenames"
9286 #: builtin/log.c:1507
9287 msgid "show progress while generating patches"
9290 #: builtin/log.c:1582
9292 msgid "invalid ident line: %s"
9295 #: builtin/log.c:1597
9296 msgid "-n and -k are mutually exclusive."
9299 #: builtin/log.c:1599
9300 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9303 #: builtin/log.c:1607
9304 msgid "--name-only does not make sense"
9307 #: builtin/log.c:1609
9308 msgid "--name-status does not make sense"
9311 #: builtin/log.c:1611
9312 msgid "--check does not make sense"
9315 #: builtin/log.c:1641
9316 msgid "standard output, or directory, which one?"
9319 #: builtin/log.c:1643
9321 msgid "Could not create directory '%s'"
9324 #: builtin/log.c:1736
9326 msgid "unable to read signature file '%s'"
9329 #: builtin/log.c:1768
9330 msgid "Generating patches"
9333 #: builtin/log.c:1812
9334 msgid "Failed to create output files"
9337 #: builtin/log.c:1862
9338 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9341 #: builtin/log.c:1916
9344 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9347 #: builtin/ls-files.c:468
9348 msgid "git ls-files [<options>] [<file>...]"
9351 #: builtin/ls-files.c:517
9352 msgid "identify the file status with tags"
9355 #: builtin/ls-files.c:519
9356 msgid "use lowercase letters for 'assume unchanged' files"
9359 #: builtin/ls-files.c:521
9360 msgid "use lowercase letters for 'fsmonitor clean' files"
9363 #: builtin/ls-files.c:523
9364 msgid "show cached files in the output (default)"
9367 #: builtin/ls-files.c:525
9368 msgid "show deleted files in the output"
9371 #: builtin/ls-files.c:527
9372 msgid "show modified files in the output"
9375 #: builtin/ls-files.c:529
9376 msgid "show other files in the output"
9379 #: builtin/ls-files.c:531
9380 msgid "show ignored files in the output"
9383 #: builtin/ls-files.c:534
9384 msgid "show staged contents' object name in the output"
9387 #: builtin/ls-files.c:536
9388 msgid "show files on the filesystem that need to be removed"
9391 #: builtin/ls-files.c:538
9392 msgid "show 'other' directories' names only"
9395 #: builtin/ls-files.c:540
9396 msgid "show line endings of files"
9399 #: builtin/ls-files.c:542
9400 msgid "don't show empty directories"
9403 #: builtin/ls-files.c:545
9404 msgid "show unmerged files in the output"
9407 #: builtin/ls-files.c:547
9408 msgid "show resolve-undo information"
9411 #: builtin/ls-files.c:549
9412 msgid "skip files matching pattern"
9415 #: builtin/ls-files.c:552
9416 msgid "exclude patterns are read from <file>"
9419 #: builtin/ls-files.c:555
9420 msgid "read additional per-directory exclude patterns in <file>"
9423 #: builtin/ls-files.c:557
9424 msgid "add the standard git exclusions"
9427 #: builtin/ls-files.c:560
9428 msgid "make the output relative to the project top directory"
9431 #: builtin/ls-files.c:563
9432 msgid "recurse through submodules"
9435 #: builtin/ls-files.c:565
9436 msgid "if any <file> is not in the index, treat this as an error"
9439 #: builtin/ls-files.c:566
9443 #: builtin/ls-files.c:567
9444 msgid "pretend that paths removed since <tree-ish> are still present"
9447 #: builtin/ls-files.c:569
9448 msgid "show debugging data"
9451 #: builtin/ls-remote.c:7
9453 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9454 " [-q | --quiet] [--exit-code] [--get-url]\n"
9455 " [--symref] [<repository> [<refs>...]]"
9458 #: builtin/ls-remote.c:52
9459 msgid "do not print remote URL"
9462 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9466 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9467 msgid "path of git-upload-pack on the remote host"
9470 #: builtin/ls-remote.c:58
9471 msgid "limit to tags"
9474 #: builtin/ls-remote.c:59
9475 msgid "limit to heads"
9478 #: builtin/ls-remote.c:60
9479 msgid "do not show peeled tags"
9482 #: builtin/ls-remote.c:62
9483 msgid "take url.<base>.insteadOf into account"
9486 #: builtin/ls-remote.c:64
9487 msgid "exit with exit code 2 if no matching refs are found"
9490 #: builtin/ls-remote.c:66
9491 msgid "show underlying ref in addition to the object pointed by it"
9494 #: builtin/ls-tree.c:29
9495 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9498 #: builtin/ls-tree.c:127
9499 msgid "only show trees"
9502 #: builtin/ls-tree.c:129
9503 msgid "recurse into subtrees"
9506 #: builtin/ls-tree.c:131
9507 msgid "show trees when recursing"
9510 #: builtin/ls-tree.c:134
9511 msgid "terminate entries with NUL byte"
9514 #: builtin/ls-tree.c:135
9515 msgid "include object size"
9518 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9519 msgid "list only filenames"
9522 #: builtin/ls-tree.c:142
9523 msgid "use full path names"
9526 #: builtin/ls-tree.c:144
9527 msgid "list entire tree; not just current directory (implies --full-name)"
9530 #: builtin/mailsplit.c:241
9532 msgid "empty mbox: '%s'"
9535 #: builtin/merge.c:48
9536 msgid "git merge [<options>] [<commit>...]"
9539 #: builtin/merge.c:49
9540 msgid "git merge --abort"
9543 #: builtin/merge.c:50
9544 msgid "git merge --continue"
9547 #: builtin/merge.c:107
9548 msgid "switch `m' requires a value"
9551 #: builtin/merge.c:144
9553 msgid "Could not find merge strategy '%s'.\n"
9556 #: builtin/merge.c:145
9558 msgid "Available strategies are:"
9561 #: builtin/merge.c:150
9563 msgid "Available custom strategies are:"
9566 #: builtin/merge.c:200 builtin/pull.c:137
9567 msgid "do not show a diffstat at the end of the merge"
9570 #: builtin/merge.c:203 builtin/pull.c:140
9571 msgid "show a diffstat at the end of the merge"
9574 #: builtin/merge.c:204 builtin/pull.c:143
9575 msgid "(synonym to --stat)"
9578 #: builtin/merge.c:206 builtin/pull.c:146
9579 msgid "add (at most <n>) entries from shortlog to merge commit message"
9582 #: builtin/merge.c:209 builtin/pull.c:152
9583 msgid "create a single commit instead of doing a merge"
9586 #: builtin/merge.c:211 builtin/pull.c:155
9587 msgid "perform a commit if the merge succeeds (default)"
9590 #: builtin/merge.c:213 builtin/pull.c:158
9591 msgid "edit message before committing"
9594 #: builtin/merge.c:214
9595 msgid "allow fast-forward (default)"
9598 #: builtin/merge.c:216 builtin/pull.c:164
9599 msgid "abort if fast-forward is not possible"
9602 #: builtin/merge.c:220 builtin/pull.c:167
9603 msgid "verify that the named commit has a valid GPG signature"
9606 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:171
9607 #: builtin/revert.c:109
9611 #: builtin/merge.c:222 builtin/pull.c:172
9612 msgid "merge strategy to use"
9615 #: builtin/merge.c:223 builtin/pull.c:175
9616 msgid "option=value"
9619 #: builtin/merge.c:224 builtin/pull.c:176
9620 msgid "option for selected merge strategy"
9623 #: builtin/merge.c:226
9624 msgid "merge commit message (for a non-fast-forward merge)"
9627 #: builtin/merge.c:230
9628 msgid "abort the current in-progress merge"
9631 #: builtin/merge.c:232
9632 msgid "continue the current in-progress merge"
9635 #: builtin/merge.c:234 builtin/pull.c:183
9636 msgid "allow merging unrelated histories"
9639 #: builtin/merge.c:240
9640 msgid "verify commit-msg hook"
9643 #: builtin/merge.c:265
9644 msgid "could not run stash."
9647 #: builtin/merge.c:270
9648 msgid "stash failed"
9651 #: builtin/merge.c:275
9653 msgid "not a valid object: %s"
9656 #: builtin/merge.c:297 builtin/merge.c:314
9657 msgid "read-tree failed"
9660 #: builtin/merge.c:344
9661 msgid " (nothing to squash)"
9664 #: builtin/merge.c:355
9666 msgid "Squash commit -- not updating HEAD\n"
9669 #: builtin/merge.c:405
9671 msgid "No merge message -- not updating HEAD\n"
9674 #: builtin/merge.c:455
9676 msgid "'%s' does not point to a commit"
9679 #: builtin/merge.c:545
9681 msgid "Bad branch.%s.mergeoptions string: %s"
9684 #: builtin/merge.c:667
9685 msgid "Not handling anything other than two heads merge."
9688 #: builtin/merge.c:681
9690 msgid "Unknown option for merge-recursive: -X%s"
9693 #: builtin/merge.c:696
9695 msgid "unable to write %s"
9698 #: builtin/merge.c:748
9700 msgid "Could not read from '%s'"
9703 #: builtin/merge.c:757
9705 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9708 #: builtin/merge.c:763
9711 "Please enter a commit message to explain why this merge is necessary,\n"
9712 "especially if it merges an updated upstream into a topic branch.\n"
9714 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9718 #: builtin/merge.c:799
9719 msgid "Empty commit message."
9722 #: builtin/merge.c:819
9724 msgid "Wonderful.\n"
9727 #: builtin/merge.c:872
9729 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9732 #: builtin/merge.c:911
9733 msgid "No current branch."
9736 #: builtin/merge.c:913
9737 msgid "No remote for the current branch."
9740 #: builtin/merge.c:915
9741 msgid "No default upstream defined for the current branch."
9744 #: builtin/merge.c:920
9746 msgid "No remote-tracking branch for %s from %s"
9749 #: builtin/merge.c:973
9751 msgid "Bad value '%s' in environment '%s'"
9754 #: builtin/merge.c:1075
9756 msgid "not something we can merge in %s: %s"
9759 #: builtin/merge.c:1109
9760 msgid "not something we can merge"
9763 #: builtin/merge.c:1174
9764 msgid "--abort expects no arguments"
9767 #: builtin/merge.c:1178
9768 msgid "There is no merge to abort (MERGE_HEAD missing)."
9771 #: builtin/merge.c:1190
9772 msgid "--continue expects no arguments"
9775 #: builtin/merge.c:1194
9776 msgid "There is no merge in progress (MERGE_HEAD missing)."
9779 #: builtin/merge.c:1210
9781 "You have not concluded your merge (MERGE_HEAD exists).\n"
9782 "Please, commit your changes before you merge."
9785 #: builtin/merge.c:1217
9787 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9788 "Please, commit your changes before you merge."
9791 #: builtin/merge.c:1220
9792 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9795 #: builtin/merge.c:1229
9796 msgid "You cannot combine --squash with --no-ff."
9799 #: builtin/merge.c:1237
9800 msgid "No commit specified and merge.defaultToUpstream not set."
9803 #: builtin/merge.c:1254
9804 msgid "Squash commit into empty head not supported yet"
9807 #: builtin/merge.c:1256
9808 msgid "Non-fast-forward commit does not make sense into an empty head"
9811 #: builtin/merge.c:1261
9813 msgid "%s - not something we can merge"
9816 #: builtin/merge.c:1263
9817 msgid "Can merge only exactly one commit into empty head"
9820 #: builtin/merge.c:1297
9822 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9825 #: builtin/merge.c:1300
9827 msgid "Commit %s has a bad GPG signature allegedly by %s."
9830 #: builtin/merge.c:1303
9832 msgid "Commit %s does not have a GPG signature."
9835 #: builtin/merge.c:1306
9837 msgid "Commit %s has a good GPG signature by %s\n"
9840 #: builtin/merge.c:1368
9841 msgid "refusing to merge unrelated histories"
9844 #: builtin/merge.c:1377
9845 msgid "Already up to date."
9848 #: builtin/merge.c:1387
9850 msgid "Updating %s..%s\n"
9853 #: builtin/merge.c:1428
9855 msgid "Trying really trivial in-index merge...\n"
9858 #: builtin/merge.c:1435
9863 #: builtin/merge.c:1460
9864 msgid "Already up to date. Yeeah!"
9867 #: builtin/merge.c:1466
9868 msgid "Not possible to fast-forward, aborting."
9871 #: builtin/merge.c:1489 builtin/merge.c:1568
9873 msgid "Rewinding the tree to pristine...\n"
9876 #: builtin/merge.c:1493
9878 msgid "Trying merge strategy %s...\n"
9881 #: builtin/merge.c:1559
9883 msgid "No merge strategy handled the merge.\n"
9886 #: builtin/merge.c:1561
9888 msgid "Merge with strategy %s failed.\n"
9891 #: builtin/merge.c:1570
9893 msgid "Using the %s to prepare resolving by hand.\n"
9896 #: builtin/merge.c:1582
9898 msgid "Automatic merge went well; stopped before committing as requested\n"
9901 #: builtin/merge-base.c:30
9902 msgid "git merge-base [-a | --all] <commit> <commit>..."
9905 #: builtin/merge-base.c:31
9906 msgid "git merge-base [-a | --all] --octopus <commit>..."
9909 #: builtin/merge-base.c:32
9910 msgid "git merge-base --independent <commit>..."
9913 #: builtin/merge-base.c:33
9914 msgid "git merge-base --is-ancestor <commit> <commit>"
9917 #: builtin/merge-base.c:34
9918 msgid "git merge-base --fork-point <ref> [<commit>]"
9921 #: builtin/merge-base.c:220
9922 msgid "output all common ancestors"
9925 #: builtin/merge-base.c:222
9926 msgid "find ancestors for a single n-way merge"
9929 #: builtin/merge-base.c:224
9930 msgid "list revs not reachable from others"
9933 #: builtin/merge-base.c:226
9934 msgid "is the first one ancestor of the other?"
9937 #: builtin/merge-base.c:228
9938 msgid "find where <commit> forked from reflog of <ref>"
9941 #: builtin/merge-file.c:9
9943 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9944 "<orig-file> <file2>"
9947 #: builtin/merge-file.c:33
9948 msgid "send results to standard output"
9951 #: builtin/merge-file.c:34
9952 msgid "use a diff3 based merge"
9955 #: builtin/merge-file.c:35
9956 msgid "for conflicts, use our version"
9959 #: builtin/merge-file.c:37
9960 msgid "for conflicts, use their version"
9963 #: builtin/merge-file.c:39
9964 msgid "for conflicts, use a union version"
9967 #: builtin/merge-file.c:42
9968 msgid "for conflicts, use this marker size"
9971 #: builtin/merge-file.c:43
9972 msgid "do not warn about conflicts"
9975 #: builtin/merge-file.c:45
9976 msgid "set labels for file1/orig-file/file2"
9979 #: builtin/merge-recursive.c:45
9981 msgid "unknown option %s"
9984 #: builtin/merge-recursive.c:51
9986 msgid "could not parse object '%s'"
9989 #: builtin/merge-recursive.c:55
9991 msgid "cannot handle more than %d base. Ignoring %s."
9992 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9996 #: builtin/merge-recursive.c:63
9997 msgid "not handling anything other than two heads merge."
10000 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10002 msgid "could not resolve ref '%s'"
10005 #: builtin/merge-recursive.c:77
10007 msgid "Merging %s with %s\n"
10010 #: builtin/mktree.c:65
10011 msgid "git mktree [-z] [--missing] [--batch]"
10014 #: builtin/mktree.c:153
10015 msgid "input is NUL terminated"
10018 #: builtin/mktree.c:154 builtin/write-tree.c:25
10019 msgid "allow missing objects"
10022 #: builtin/mktree.c:155
10023 msgid "allow creation of more than one tree"
10027 msgid "git mv [<options>] <source>... <destination>"
10032 msgid "Directory %s is in index and no submodule?"
10035 #: builtin/mv.c:85 builtin/rm.c:289
10036 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10039 #: builtin/mv.c:103
10041 msgid "%.*s is in index"
10044 #: builtin/mv.c:125
10045 msgid "force move/rename even if target exists"
10048 #: builtin/mv.c:126
10049 msgid "skip move/rename errors"
10052 #: builtin/mv.c:167
10054 msgid "destination '%s' is not a directory"
10057 #: builtin/mv.c:178
10059 msgid "Checking rename of '%s' to '%s'\n"
10062 #: builtin/mv.c:182
10066 #: builtin/mv.c:185
10067 msgid "can not move directory into itself"
10070 #: builtin/mv.c:188
10071 msgid "cannot move directory over file"
10074 #: builtin/mv.c:197
10075 msgid "source directory is empty"
10078 #: builtin/mv.c:222
10079 msgid "not under version control"
10082 #: builtin/mv.c:225
10083 msgid "destination exists"
10086 #: builtin/mv.c:233
10088 msgid "overwriting '%s'"
10091 #: builtin/mv.c:236
10092 msgid "Cannot overwrite"
10095 #: builtin/mv.c:239
10096 msgid "multiple sources for the same target"
10099 #: builtin/mv.c:241
10100 msgid "destination directory does not exist"
10103 #: builtin/mv.c:248
10105 msgid "%s, source=%s, destination=%s"
10108 #: builtin/mv.c:269
10110 msgid "Renaming %s to %s\n"
10113 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10115 msgid "renaming '%s' failed"
10118 #: builtin/name-rev.c:338
10119 msgid "git name-rev [<options>] <commit>..."
10122 #: builtin/name-rev.c:339
10123 msgid "git name-rev [<options>] --all"
10126 #: builtin/name-rev.c:340
10127 msgid "git name-rev [<options>] --stdin"
10130 #: builtin/name-rev.c:395
10131 msgid "print only names (no SHA-1)"
10134 #: builtin/name-rev.c:396
10135 msgid "only use tags to name the commits"
10138 #: builtin/name-rev.c:398
10139 msgid "only use refs matching <pattern>"
10142 #: builtin/name-rev.c:400
10143 msgid "ignore refs matching <pattern>"
10146 #: builtin/name-rev.c:402
10147 msgid "list all commits reachable from all refs"
10150 #: builtin/name-rev.c:403
10151 msgid "read from stdin"
10154 #: builtin/name-rev.c:404
10155 msgid "allow to print `undefined` names (default)"
10158 #: builtin/name-rev.c:410
10159 msgid "dereference tags in the input (internal use)"
10162 #: builtin/notes.c:26
10163 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10166 #: builtin/notes.c:27
10168 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10169 "| (-c | -C) <object>] [<object>]"
10172 #: builtin/notes.c:28
10173 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10176 #: builtin/notes.c:29
10178 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10179 "(-c | -C) <object>] [<object>]"
10182 #: builtin/notes.c:30
10183 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10186 #: builtin/notes.c:31
10187 msgid "git notes [--ref <notes-ref>] show [<object>]"
10190 #: builtin/notes.c:32
10192 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10195 #: builtin/notes.c:33
10196 msgid "git notes merge --commit [-v | -q]"
10199 #: builtin/notes.c:34
10200 msgid "git notes merge --abort [-v | -q]"
10203 #: builtin/notes.c:35
10204 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10207 #: builtin/notes.c:36
10208 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10211 #: builtin/notes.c:37
10212 msgid "git notes [--ref <notes-ref>] get-ref"
10215 #: builtin/notes.c:42
10216 msgid "git notes [list [<object>]]"
10219 #: builtin/notes.c:47
10220 msgid "git notes add [<options>] [<object>]"
10223 #: builtin/notes.c:52
10224 msgid "git notes copy [<options>] <from-object> <to-object>"
10227 #: builtin/notes.c:53
10228 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10231 #: builtin/notes.c:58
10232 msgid "git notes append [<options>] [<object>]"
10235 #: builtin/notes.c:63
10236 msgid "git notes edit [<object>]"
10239 #: builtin/notes.c:68
10240 msgid "git notes show [<object>]"
10243 #: builtin/notes.c:73
10244 msgid "git notes merge [<options>] <notes-ref>"
10247 #: builtin/notes.c:74
10248 msgid "git notes merge --commit [<options>]"
10251 #: builtin/notes.c:75
10252 msgid "git notes merge --abort [<options>]"
10255 #: builtin/notes.c:80
10256 msgid "git notes remove [<object>]"
10259 #: builtin/notes.c:85
10260 msgid "git notes prune [<options>]"
10263 #: builtin/notes.c:90
10264 msgid "git notes get-ref"
10267 #: builtin/notes.c:95
10268 msgid "Write/edit the notes for the following object:"
10271 #: builtin/notes.c:148
10273 msgid "unable to start 'show' for object '%s'"
10276 #: builtin/notes.c:152
10277 msgid "could not read 'show' output"
10280 #: builtin/notes.c:160
10282 msgid "failed to finish 'show' for object '%s'"
10285 #: builtin/notes.c:195
10286 msgid "please supply the note contents using either -m or -F option"
10289 #: builtin/notes.c:204
10290 msgid "unable to write note object"
10293 #: builtin/notes.c:206
10295 msgid "the note contents have been left in %s"
10298 #: builtin/notes.c:234 builtin/tag.c:500
10300 msgid "cannot read '%s'"
10303 #: builtin/notes.c:236 builtin/tag.c:503
10305 msgid "could not open or read '%s'"
10308 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10309 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10310 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10312 msgid "failed to resolve '%s' as a valid ref."
10315 #: builtin/notes.c:258
10317 msgid "failed to read object '%s'."
10320 #: builtin/notes.c:262
10322 msgid "cannot read note data from non-blob object '%s'."
10325 #: builtin/notes.c:302
10327 msgid "malformed input line: '%s'."
10330 #: builtin/notes.c:317
10332 msgid "failed to copy notes from '%s' to '%s'"
10335 #. TRANSLATORS: the first %s will be replaced by a git
10336 #. notes command: 'add', 'merge', 'remove', etc.
10338 #: builtin/notes.c:349
10340 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10343 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10344 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10345 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10346 msgid "too many parameters"
10349 #: builtin/notes.c:382 builtin/notes.c:668
10351 msgid "no note found for object %s."
10354 #: builtin/notes.c:403 builtin/notes.c:566
10355 msgid "note contents as a string"
10358 #: builtin/notes.c:406 builtin/notes.c:569
10359 msgid "note contents in a file"
10362 #: builtin/notes.c:409 builtin/notes.c:572
10363 msgid "reuse and edit specified note object"
10366 #: builtin/notes.c:412 builtin/notes.c:575
10367 msgid "reuse specified note object"
10370 #: builtin/notes.c:415 builtin/notes.c:578
10371 msgid "allow storing empty note"
10374 #: builtin/notes.c:416 builtin/notes.c:487
10375 msgid "replace existing notes"
10378 #: builtin/notes.c:441
10381 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10385 #: builtin/notes.c:456 builtin/notes.c:535
10387 msgid "Overwriting existing notes for object %s\n"
10390 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10392 msgid "Removing note for object %s\n"
10395 #: builtin/notes.c:488
10396 msgid "read objects from stdin"
10399 #: builtin/notes.c:490
10400 msgid "load rewriting config for <command> (implies --stdin)"
10403 #: builtin/notes.c:508
10404 msgid "too few parameters"
10407 #: builtin/notes.c:529
10410 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10414 #: builtin/notes.c:541
10416 msgid "missing notes on source object %s. Cannot copy."
10419 #: builtin/notes.c:593
10422 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10423 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10426 #: builtin/notes.c:688
10427 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10430 #: builtin/notes.c:690
10431 msgid "failed to delete ref NOTES_MERGE_REF"
10434 #: builtin/notes.c:692
10435 msgid "failed to remove 'git notes merge' worktree"
10438 #: builtin/notes.c:712
10439 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10442 #: builtin/notes.c:714
10443 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10446 #: builtin/notes.c:716
10447 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10450 #: builtin/notes.c:729
10451 msgid "failed to resolve NOTES_MERGE_REF"
10454 #: builtin/notes.c:732
10455 msgid "failed to finalize notes merge"
10458 #: builtin/notes.c:758
10460 msgid "unknown notes merge strategy %s"
10463 #: builtin/notes.c:774
10464 msgid "General options"
10467 #: builtin/notes.c:776
10468 msgid "Merge options"
10471 #: builtin/notes.c:778
10473 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10477 #: builtin/notes.c:780
10478 msgid "Committing unmerged notes"
10481 #: builtin/notes.c:782
10482 msgid "finalize notes merge by committing unmerged notes"
10485 #: builtin/notes.c:784
10486 msgid "Aborting notes merge resolution"
10489 #: builtin/notes.c:786
10490 msgid "abort notes merge"
10493 #: builtin/notes.c:797
10494 msgid "cannot mix --commit, --abort or -s/--strategy"
10497 #: builtin/notes.c:802
10498 msgid "must specify a notes ref to merge"
10501 #: builtin/notes.c:826
10503 msgid "unknown -s/--strategy: %s"
10506 #: builtin/notes.c:863
10508 msgid "a notes merge into %s is already in-progress at %s"
10511 #: builtin/notes.c:866
10513 msgid "failed to store link to current notes ref (%s)"
10516 #: builtin/notes.c:868
10519 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10520 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10524 #: builtin/notes.c:890
10526 msgid "Object %s has no note\n"
10529 #: builtin/notes.c:902
10530 msgid "attempt to remove non-existent note is not an error"
10533 #: builtin/notes.c:905
10534 msgid "read object names from the standard input"
10537 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:158
10538 msgid "do not remove, show only"
10541 #: builtin/notes.c:944
10542 msgid "report pruned notes"
10545 #: builtin/notes.c:986
10549 #: builtin/notes.c:987
10550 msgid "use notes from <notes-ref>"
10553 #: builtin/notes.c:1022
10555 msgid "unknown subcommand: %s"
10558 #: builtin/pack-objects.c:33
10560 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10563 #: builtin/pack-objects.c:34
10565 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10568 #: builtin/pack-objects.c:192 builtin/pack-objects.c:195
10570 msgid "deflate error (%d)"
10573 #: builtin/pack-objects.c:788
10574 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10577 #: builtin/pack-objects.c:801
10578 msgid "Writing objects"
10581 #: builtin/pack-objects.c:1081
10582 msgid "disabling bitmap writing, as some objects are not being packed"
10585 #: builtin/pack-objects.c:2451
10586 msgid "Compressing objects"
10589 #: builtin/pack-objects.c:2599
10590 msgid "invalid value for --missing"
10593 #: builtin/pack-objects.c:2902
10595 msgid "unsupported index version %s"
10598 #: builtin/pack-objects.c:2906
10600 msgid "bad index version '%s'"
10603 #: builtin/pack-objects.c:2936
10604 msgid "do not show progress meter"
10607 #: builtin/pack-objects.c:2938
10608 msgid "show progress meter"
10611 #: builtin/pack-objects.c:2940
10612 msgid "show progress meter during object writing phase"
10615 #: builtin/pack-objects.c:2943
10616 msgid "similar to --all-progress when progress meter is shown"
10619 #: builtin/pack-objects.c:2944
10620 msgid "version[,offset]"
10623 #: builtin/pack-objects.c:2945
10624 msgid "write the pack index file in the specified idx format version"
10627 #: builtin/pack-objects.c:2948
10628 msgid "maximum size of each output pack file"
10631 #: builtin/pack-objects.c:2950
10632 msgid "ignore borrowed objects from alternate object store"
10635 #: builtin/pack-objects.c:2952
10636 msgid "ignore packed objects"
10639 #: builtin/pack-objects.c:2954
10640 msgid "limit pack window by objects"
10643 #: builtin/pack-objects.c:2956
10644 msgid "limit pack window by memory in addition to object limit"
10647 #: builtin/pack-objects.c:2958
10648 msgid "maximum length of delta chain allowed in the resulting pack"
10651 #: builtin/pack-objects.c:2960
10652 msgid "reuse existing deltas"
10655 #: builtin/pack-objects.c:2962
10656 msgid "reuse existing objects"
10659 #: builtin/pack-objects.c:2964
10660 msgid "use OFS_DELTA objects"
10663 #: builtin/pack-objects.c:2966
10664 msgid "use threads when searching for best delta matches"
10667 #: builtin/pack-objects.c:2968
10668 msgid "do not create an empty pack output"
10671 #: builtin/pack-objects.c:2970
10672 msgid "read revision arguments from standard input"
10675 #: builtin/pack-objects.c:2972
10676 msgid "limit the objects to those that are not yet packed"
10679 #: builtin/pack-objects.c:2975
10680 msgid "include objects reachable from any reference"
10683 #: builtin/pack-objects.c:2978
10684 msgid "include objects referred by reflog entries"
10687 #: builtin/pack-objects.c:2981
10688 msgid "include objects referred to by the index"
10691 #: builtin/pack-objects.c:2984
10692 msgid "output pack to stdout"
10695 #: builtin/pack-objects.c:2986
10696 msgid "include tag objects that refer to objects to be packed"
10699 #: builtin/pack-objects.c:2988
10700 msgid "keep unreachable objects"
10703 #: builtin/pack-objects.c:2990
10704 msgid "pack loose unreachable objects"
10707 #: builtin/pack-objects.c:2992
10708 msgid "unpack unreachable objects newer than <time>"
10711 #: builtin/pack-objects.c:2995
10712 msgid "create thin packs"
10715 #: builtin/pack-objects.c:2997
10716 msgid "create packs suitable for shallow fetches"
10719 #: builtin/pack-objects.c:2999
10720 msgid "ignore packs that have companion .keep file"
10723 #: builtin/pack-objects.c:3001
10724 msgid "pack compression level"
10727 #: builtin/pack-objects.c:3003
10728 msgid "do not hide commits by grafts"
10731 #: builtin/pack-objects.c:3005
10732 msgid "use a bitmap index if available to speed up counting objects"
10735 #: builtin/pack-objects.c:3007
10736 msgid "write a bitmap index together with the pack index"
10739 #: builtin/pack-objects.c:3010
10740 msgid "handling for missing objects"
10743 #: builtin/pack-objects.c:3144
10744 msgid "Counting objects"
10747 #: builtin/pack-refs.c:6
10748 msgid "git pack-refs [<options>]"
10751 #: builtin/pack-refs.c:14
10752 msgid "pack everything"
10755 #: builtin/pack-refs.c:15
10756 msgid "prune loose refs (default)"
10759 #: builtin/prune-packed.c:8
10760 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10763 #: builtin/prune-packed.c:41
10764 msgid "Removing duplicate objects"
10767 #: builtin/prune.c:11
10768 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10771 #: builtin/prune.c:106
10772 msgid "report pruned objects"
10775 #: builtin/prune.c:109
10776 msgid "expire objects older than <time>"
10779 #: builtin/prune.c:123
10780 msgid "cannot prune in a precious-objects repo"
10783 #: builtin/pull.c:54 builtin/pull.c:56
10785 msgid "Invalid value for %s: %s"
10788 #: builtin/pull.c:76
10789 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10792 #: builtin/pull.c:127
10793 msgid "control for recursive fetching of submodules"
10796 #: builtin/pull.c:131
10797 msgid "Options related to merging"
10800 #: builtin/pull.c:134
10801 msgid "incorporate changes by rebasing rather than merging"
10804 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
10805 msgid "allow fast-forward"
10808 #: builtin/pull.c:170
10809 msgid "automatically stash/stash pop before and after rebase"
10812 #: builtin/pull.c:186
10813 msgid "Options related to fetching"
10816 #: builtin/pull.c:204
10817 msgid "number of submodules pulled in parallel"
10820 #: builtin/pull.c:299
10822 msgid "Invalid value for pull.ff: %s"
10825 #: builtin/pull.c:415
10827 "There is no candidate for rebasing against among the refs that you just "
10831 #: builtin/pull.c:417
10833 "There are no candidates for merging among the refs that you just fetched."
10836 #: builtin/pull.c:418
10838 "Generally this means that you provided a wildcard refspec which had no\n"
10839 "matches on the remote end."
10842 #: builtin/pull.c:421
10845 "You asked to pull from the remote '%s', but did not specify\n"
10846 "a branch. Because this is not the default configured remote\n"
10847 "for your current branch, you must specify a branch on the command line."
10850 #: builtin/pull.c:426 git-parse-remote.sh:73
10851 msgid "You are not currently on a branch."
10854 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
10855 msgid "Please specify which branch you want to rebase against."
10858 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
10859 msgid "Please specify which branch you want to merge with."
10862 #: builtin/pull.c:431 builtin/pull.c:446
10863 msgid "See git-pull(1) for details."
10866 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
10867 #: git-parse-remote.sh:64
10871 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:466
10872 #: git-parse-remote.sh:65
10876 #: builtin/pull.c:441 git-parse-remote.sh:75
10877 msgid "There is no tracking information for the current branch."
10880 #: builtin/pull.c:450 git-parse-remote.sh:95
10882 "If you wish to set tracking information for this branch you can do so with:"
10885 #: builtin/pull.c:455
10888 "Your configuration specifies to merge with the ref '%s'\n"
10889 "from the remote, but no such ref was fetched."
10892 #: builtin/pull.c:817
10893 msgid "ignoring --verify-signatures for rebase"
10896 #: builtin/pull.c:865
10897 msgid "--[no-]autostash option is only valid with --rebase."
10900 #: builtin/pull.c:873
10901 msgid "Updating an unborn branch with changes added to the index."
10904 #: builtin/pull.c:876
10905 msgid "pull with rebase"
10908 #: builtin/pull.c:877
10909 msgid "please commit or stash them."
10912 #: builtin/pull.c:902
10915 "fetch updated the current branch head.\n"
10916 "fast-forwarding your working tree from\n"
10920 #: builtin/pull.c:907
10923 "Cannot fast-forward your working tree.\n"
10924 "After making sure that you saved anything precious from\n"
10927 "$ git reset --hard\n"
10931 #: builtin/pull.c:922
10932 msgid "Cannot merge multiple branches into empty head."
10935 #: builtin/pull.c:926
10936 msgid "Cannot rebase onto multiple branches."
10939 #: builtin/pull.c:933
10940 msgid "cannot rebase with locally recorded submodule modifications"
10943 #: builtin/push.c:17
10944 msgid "git push [<options>] [<repository> [<refspec>...]]"
10947 #: builtin/push.c:92
10948 msgid "tag shorthand without <tag>"
10951 #: builtin/push.c:102
10952 msgid "--delete only accepts plain target ref names"
10955 #: builtin/push.c:146
10958 "To choose either option permanently, see push.default in 'git help config'."
10961 #: builtin/push.c:149
10964 "The upstream branch of your current branch does not match\n"
10965 "the name of your current branch. To push to the upstream branch\n"
10966 "on the remote, use\n"
10968 " git push %s HEAD:%s\n"
10970 "To push to the branch of the same name on the remote, use\n"
10972 " git push %s %s\n"
10976 #: builtin/push.c:164
10979 "You are not currently on a branch.\n"
10980 "To push the history leading to the current (detached HEAD)\n"
10983 " git push %s HEAD:<name-of-remote-branch>\n"
10986 #: builtin/push.c:178
10989 "The current branch %s has no upstream branch.\n"
10990 "To push the current branch and set the remote as upstream, use\n"
10992 " git push --set-upstream %s %s\n"
10995 #: builtin/push.c:186
10997 msgid "The current branch %s has multiple upstream branches, refusing to push."
11000 #: builtin/push.c:189
11003 "You are pushing to remote '%s', which is not the upstream of\n"
11004 "your current branch '%s', without telling me what to push\n"
11005 "to update which remote branch."
11008 #: builtin/push.c:248
11010 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
11013 #: builtin/push.c:255
11015 "Updates were rejected because the tip of your current branch is behind\n"
11016 "its remote counterpart. Integrate the remote changes (e.g.\n"
11017 "'git pull ...') before pushing again.\n"
11018 "See the 'Note about fast-forwards' in 'git push --help' for details."
11021 #: builtin/push.c:261
11023 "Updates were rejected because a pushed branch tip is behind its remote\n"
11024 "counterpart. Check out this branch and integrate the remote changes\n"
11025 "(e.g. 'git pull ...') before pushing again.\n"
11026 "See the 'Note about fast-forwards' in 'git push --help' for details."
11029 #: builtin/push.c:267
11031 "Updates were rejected because the remote contains work that you do\n"
11032 "not have locally. This is usually caused by another repository pushing\n"
11033 "to the same ref. You may want to first integrate the remote changes\n"
11034 "(e.g., 'git pull ...') before pushing again.\n"
11035 "See the 'Note about fast-forwards' in 'git push --help' for details."
11038 #: builtin/push.c:274
11039 msgid "Updates were rejected because the tag already exists in the remote."
11042 #: builtin/push.c:277
11044 "You cannot update a remote ref that points at a non-commit object,\n"
11045 "or update a remote ref to make it point at a non-commit object,\n"
11046 "without using the '--force' option.\n"
11049 #: builtin/push.c:337
11051 msgid "Pushing to %s\n"
11054 #: builtin/push.c:341
11056 msgid "failed to push some refs to '%s'"
11059 #: builtin/push.c:372
11061 msgid "bad repository '%s'"
11064 #: builtin/push.c:373
11066 "No configured push destination.\n"
11067 "Either specify the URL from the command-line or configure a remote "
11068 "repository using\n"
11070 " git remote add <name> <url>\n"
11072 "and then push using the remote name\n"
11074 " git push <name>\n"
11077 #: builtin/push.c:391
11078 msgid "--all and --tags are incompatible"
11081 #: builtin/push.c:392
11082 msgid "--all can't be combined with refspecs"
11085 #: builtin/push.c:397
11086 msgid "--mirror and --tags are incompatible"
11089 #: builtin/push.c:398
11090 msgid "--mirror can't be combined with refspecs"
11093 #: builtin/push.c:403
11094 msgid "--all and --mirror are incompatible"
11097 #: builtin/push.c:535
11101 #: builtin/push.c:536 builtin/send-pack.c:163
11102 msgid "push all refs"
11105 #: builtin/push.c:537 builtin/send-pack.c:165
11106 msgid "mirror all refs"
11109 #: builtin/push.c:539
11110 msgid "delete refs"
11113 #: builtin/push.c:540
11114 msgid "push tags (can't be used with --all or --mirror)"
11117 #: builtin/push.c:543 builtin/send-pack.c:166
11118 msgid "force updates"
11121 #: builtin/push.c:545 builtin/send-pack.c:180
11122 msgid "refname>:<expect"
11125 #: builtin/push.c:546 builtin/send-pack.c:181
11126 msgid "require old value of ref to be at this value"
11129 #: builtin/push.c:549
11130 msgid "control recursive pushing of submodules"
11133 #: builtin/push.c:551 builtin/send-pack.c:174
11134 msgid "use thin pack"
11137 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11138 #: builtin/send-pack.c:161
11139 msgid "receive pack program"
11142 #: builtin/push.c:554
11143 msgid "set upstream for git pull/status"
11146 #: builtin/push.c:557
11147 msgid "prune locally removed refs"
11150 #: builtin/push.c:559
11151 msgid "bypass pre-push hook"
11154 #: builtin/push.c:560
11155 msgid "push missing but relevant tags"
11158 #: builtin/push.c:563 builtin/send-pack.c:168
11159 msgid "GPG sign the push"
11162 #: builtin/push.c:565 builtin/send-pack.c:175
11163 msgid "request atomic transaction on remote side"
11166 #: builtin/push.c:566 builtin/send-pack.c:171
11167 msgid "server-specific"
11170 #: builtin/push.c:566 builtin/send-pack.c:172
11171 msgid "option to transmit"
11174 #: builtin/push.c:583
11175 msgid "--delete is incompatible with --all, --mirror and --tags"
11178 #: builtin/push.c:585
11179 msgid "--delete doesn't make sense without any refs"
11182 #: builtin/push.c:604
11183 msgid "push options must not have new line characters"
11186 #: builtin/read-tree.c:40
11188 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11189 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11190 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11193 #: builtin/read-tree.c:121
11194 msgid "write resulting index to <file>"
11197 #: builtin/read-tree.c:124
11198 msgid "only empty the index"
11201 #: builtin/read-tree.c:126
11205 #: builtin/read-tree.c:128
11206 msgid "perform a merge in addition to a read"
11209 #: builtin/read-tree.c:130
11210 msgid "3-way merge if no file level merging required"
11213 #: builtin/read-tree.c:132
11214 msgid "3-way merge in presence of adds and removes"
11217 #: builtin/read-tree.c:134
11218 msgid "same as -m, but discard unmerged entries"
11221 #: builtin/read-tree.c:135
11222 msgid "<subdirectory>/"
11225 #: builtin/read-tree.c:136
11226 msgid "read the tree into the index under <subdirectory>/"
11229 #: builtin/read-tree.c:139
11230 msgid "update working tree with merge result"
11233 #: builtin/read-tree.c:141
11237 #: builtin/read-tree.c:142
11238 msgid "allow explicitly ignored files to be overwritten"
11241 #: builtin/read-tree.c:145
11242 msgid "don't check the working tree after merging"
11245 #: builtin/read-tree.c:146
11246 msgid "don't update the index or the work tree"
11249 #: builtin/read-tree.c:148
11250 msgid "skip applying sparse checkout filter"
11253 #: builtin/read-tree.c:150
11254 msgid "debug unpack-trees"
11257 #: builtin/rebase--helper.c:8
11258 msgid "git rebase--helper [<options>]"
11261 #: builtin/rebase--helper.c:24
11262 msgid "keep empty commits"
11265 #: builtin/rebase--helper.c:25
11266 msgid "continue rebase"
11269 #: builtin/rebase--helper.c:27
11270 msgid "abort rebase"
11273 #: builtin/rebase--helper.c:30
11274 msgid "make rebase script"
11277 #: builtin/rebase--helper.c:32
11278 msgid "shorten commit ids in the todo list"
11281 #: builtin/rebase--helper.c:34
11282 msgid "expand commit ids in the todo list"
11285 #: builtin/rebase--helper.c:36
11286 msgid "check the todo list"
11289 #: builtin/rebase--helper.c:38
11290 msgid "skip unnecessary picks"
11293 #: builtin/rebase--helper.c:40
11294 msgid "rearrange fixup/squash lines"
11297 #: builtin/rebase--helper.c:42
11298 msgid "insert exec commands in todo list"
11301 #: builtin/receive-pack.c:30
11302 msgid "git receive-pack <git-dir>"
11305 #: builtin/receive-pack.c:840
11307 "By default, updating the current branch in a non-bare repository\n"
11308 "is denied, because it will make the index and work tree inconsistent\n"
11309 "with what you pushed, and will require 'git reset --hard' to match\n"
11310 "the work tree to HEAD.\n"
11312 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11313 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11314 "its current branch; however, this is not recommended unless you\n"
11315 "arranged to update its work tree to match what you pushed in some\n"
11318 "To squelch this message and still keep the default behaviour, set\n"
11319 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11322 #: builtin/receive-pack.c:860
11324 "By default, deleting the current branch is denied, because the next\n"
11325 "'git clone' won't result in any file checked out, causing confusion.\n"
11327 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11328 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11329 "current branch, with or without a warning message.\n"
11331 "To squelch this message, you can set it to 'refuse'."
11334 #: builtin/receive-pack.c:1933
11338 #: builtin/receive-pack.c:1947
11339 msgid "You must specify a directory."
11342 #: builtin/reflog.c:531 builtin/reflog.c:536
11344 msgid "'%s' is not a valid timestamp"
11347 #: builtin/remote.c:13
11348 msgid "git remote [-v | --verbose]"
11351 #: builtin/remote.c:14
11353 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11354 "mirror=<fetch|push>] <name> <url>"
11357 #: builtin/remote.c:15 builtin/remote.c:35
11358 msgid "git remote rename <old> <new>"
11361 #: builtin/remote.c:16 builtin/remote.c:40
11362 msgid "git remote remove <name>"
11365 #: builtin/remote.c:17 builtin/remote.c:45
11366 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11369 #: builtin/remote.c:18
11370 msgid "git remote [-v | --verbose] show [-n] <name>"
11373 #: builtin/remote.c:19
11374 msgid "git remote prune [-n | --dry-run] <name>"
11377 #: builtin/remote.c:20
11379 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11382 #: builtin/remote.c:21
11383 msgid "git remote set-branches [--add] <name> <branch>..."
11386 #: builtin/remote.c:22 builtin/remote.c:71
11387 msgid "git remote get-url [--push] [--all] <name>"
11390 #: builtin/remote.c:23 builtin/remote.c:76
11391 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11394 #: builtin/remote.c:24 builtin/remote.c:77
11395 msgid "git remote set-url --add <name> <newurl>"
11398 #: builtin/remote.c:25 builtin/remote.c:78
11399 msgid "git remote set-url --delete <name> <url>"
11402 #: builtin/remote.c:30
11403 msgid "git remote add [<options>] <name> <url>"
11406 #: builtin/remote.c:50
11407 msgid "git remote set-branches <name> <branch>..."
11410 #: builtin/remote.c:51
11411 msgid "git remote set-branches --add <name> <branch>..."
11414 #: builtin/remote.c:56
11415 msgid "git remote show [<options>] <name>"
11418 #: builtin/remote.c:61
11419 msgid "git remote prune [<options>] <name>"
11422 #: builtin/remote.c:66
11423 msgid "git remote update [<options>] [<group> | <remote>]..."
11426 #: builtin/remote.c:95
11428 msgid "Updating %s"
11431 #: builtin/remote.c:127
11433 "--mirror is dangerous and deprecated; please\n"
11434 "\t use --mirror=fetch or --mirror=push instead"
11437 #: builtin/remote.c:144
11439 msgid "unknown mirror argument: %s"
11442 #: builtin/remote.c:160
11443 msgid "fetch the remote branches"
11446 #: builtin/remote.c:162
11447 msgid "import all tags and associated objects when fetching"
11450 #: builtin/remote.c:165
11451 msgid "or do not fetch any tag at all (--no-tags)"
11454 #: builtin/remote.c:167
11455 msgid "branch(es) to track"
11458 #: builtin/remote.c:168
11459 msgid "master branch"
11462 #: builtin/remote.c:169
11466 #: builtin/remote.c:170
11467 msgid "set up remote as a mirror to push to or fetch from"
11470 #: builtin/remote.c:182
11471 msgid "specifying a master branch makes no sense with --mirror"
11474 #: builtin/remote.c:184
11475 msgid "specifying branches to track makes sense only with fetch mirrors"
11478 #: builtin/remote.c:191 builtin/remote.c:631
11480 msgid "remote %s already exists."
11483 #: builtin/remote.c:195 builtin/remote.c:635
11485 msgid "'%s' is not a valid remote name"
11488 #: builtin/remote.c:235
11490 msgid "Could not setup master '%s'"
11493 #: builtin/remote.c:337
11495 msgid "Could not get fetch map for refspec %s"
11498 #: builtin/remote.c:438 builtin/remote.c:446
11502 #: builtin/remote.c:450
11506 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11508 msgid "No such remote: %s"
11511 #: builtin/remote.c:641
11513 msgid "Could not rename config section '%s' to '%s'"
11516 #: builtin/remote.c:661
11519 "Not updating non-default fetch refspec\n"
11521 "\tPlease update the configuration manually if necessary."
11524 #: builtin/remote.c:697
11526 msgid "deleting '%s' failed"
11529 #: builtin/remote.c:731
11531 msgid "creating '%s' failed"
11534 #: builtin/remote.c:796
11536 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11537 "to delete it, use:"
11539 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11540 "to delete them, use:"
11544 #: builtin/remote.c:810
11546 msgid "Could not remove config section '%s'"
11549 #: builtin/remote.c:911
11551 msgid " new (next fetch will store in remotes/%s)"
11554 #: builtin/remote.c:914
11558 #: builtin/remote.c:916
11559 msgid " stale (use 'git remote prune' to remove)"
11562 #: builtin/remote.c:918
11566 #: builtin/remote.c:959
11568 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11571 #: builtin/remote.c:967
11573 msgid "rebases interactively onto remote %s"
11576 #: builtin/remote.c:968
11578 msgid "rebases onto remote %s"
11581 #: builtin/remote.c:971
11583 msgid " merges with remote %s"
11586 #: builtin/remote.c:974
11588 msgid "merges with remote %s"
11591 #: builtin/remote.c:977
11593 msgid "%-*s and with remote %s\n"
11596 #: builtin/remote.c:1020
11600 #: builtin/remote.c:1023
11604 #: builtin/remote.c:1027
11608 #: builtin/remote.c:1030
11609 msgid "fast-forwardable"
11612 #: builtin/remote.c:1033
11613 msgid "local out of date"
11616 #: builtin/remote.c:1040
11618 msgid " %-*s forces to %-*s (%s)"
11621 #: builtin/remote.c:1043
11623 msgid " %-*s pushes to %-*s (%s)"
11626 #: builtin/remote.c:1047
11628 msgid " %-*s forces to %s"
11631 #: builtin/remote.c:1050
11633 msgid " %-*s pushes to %s"
11636 #: builtin/remote.c:1118
11637 msgid "do not query remotes"
11640 #: builtin/remote.c:1145
11642 msgid "* remote %s"
11645 #: builtin/remote.c:1146
11647 msgid " Fetch URL: %s"
11650 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11654 #. TRANSLATORS: the colon ':' should align
11655 #. with the one in " Fetch URL: %s"
11658 #: builtin/remote.c:1161 builtin/remote.c:1163
11660 msgid " Push URL: %s"
11663 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11665 msgid " HEAD branch: %s"
11668 #: builtin/remote.c:1165
11669 msgid "(not queried)"
11672 #: builtin/remote.c:1167
11676 #: builtin/remote.c:1171
11679 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11682 #: builtin/remote.c:1183
11684 msgid " Remote branch:%s"
11685 msgid_plural " Remote branches:%s"
11689 #: builtin/remote.c:1186 builtin/remote.c:1212
11690 msgid " (status not queried)"
11693 #: builtin/remote.c:1195
11694 msgid " Local branch configured for 'git pull':"
11695 msgid_plural " Local branches configured for 'git pull':"
11699 #: builtin/remote.c:1203
11700 msgid " Local refs will be mirrored by 'git push'"
11703 #: builtin/remote.c:1209
11705 msgid " Local ref configured for 'git push'%s:"
11706 msgid_plural " Local refs configured for 'git push'%s:"
11710 #: builtin/remote.c:1230
11711 msgid "set refs/remotes/<name>/HEAD according to remote"
11714 #: builtin/remote.c:1232
11715 msgid "delete refs/remotes/<name>/HEAD"
11718 #: builtin/remote.c:1247
11719 msgid "Cannot determine remote HEAD"
11722 #: builtin/remote.c:1249
11723 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11726 #: builtin/remote.c:1259
11728 msgid "Could not delete %s"
11731 #: builtin/remote.c:1267
11733 msgid "Not a valid ref: %s"
11736 #: builtin/remote.c:1269
11738 msgid "Could not setup %s"
11741 #: builtin/remote.c:1287
11743 msgid " %s will become dangling!"
11746 #: builtin/remote.c:1288
11748 msgid " %s has become dangling!"
11751 #: builtin/remote.c:1298
11756 #: builtin/remote.c:1299
11761 #: builtin/remote.c:1315
11763 msgid " * [would prune] %s"
11766 #: builtin/remote.c:1318
11768 msgid " * [pruned] %s"
11771 #: builtin/remote.c:1363
11772 msgid "prune remotes after fetching"
11775 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11777 msgid "No such remote '%s'"
11780 #: builtin/remote.c:1442
11784 #: builtin/remote.c:1449
11785 msgid "no remote specified"
11788 #: builtin/remote.c:1466
11789 msgid "query push URLs rather than fetch URLs"
11792 #: builtin/remote.c:1468
11793 msgid "return all URLs"
11796 #: builtin/remote.c:1496
11798 msgid "no URLs configured for remote '%s'"
11801 #: builtin/remote.c:1522
11802 msgid "manipulate push URLs"
11805 #: builtin/remote.c:1524
11809 #: builtin/remote.c:1526
11810 msgid "delete URLs"
11813 #: builtin/remote.c:1533
11814 msgid "--add --delete doesn't make sense"
11817 #: builtin/remote.c:1572
11819 msgid "Invalid old URL pattern: %s"
11822 #: builtin/remote.c:1580
11824 msgid "No such URL found: %s"
11827 #: builtin/remote.c:1582
11828 msgid "Will not delete all non-push URLs"
11831 #: builtin/remote.c:1598
11832 msgid "be verbose; must be placed before a subcommand"
11835 #: builtin/remote.c:1629
11837 msgid "Unknown subcommand: %s"
11840 #: builtin/repack.c:18
11841 msgid "git repack [<options>]"
11844 #: builtin/repack.c:23
11846 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11847 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11850 #: builtin/repack.c:168
11851 msgid "pack everything in a single pack"
11854 #: builtin/repack.c:170
11855 msgid "same as -a, and turn unreachable objects loose"
11858 #: builtin/repack.c:173
11859 msgid "remove redundant packs, and run git-prune-packed"
11862 #: builtin/repack.c:175
11863 msgid "pass --no-reuse-delta to git-pack-objects"
11866 #: builtin/repack.c:177
11867 msgid "pass --no-reuse-object to git-pack-objects"
11870 #: builtin/repack.c:179
11871 msgid "do not run git-update-server-info"
11874 #: builtin/repack.c:182
11875 msgid "pass --local to git-pack-objects"
11878 #: builtin/repack.c:184
11879 msgid "write bitmap index"
11882 #: builtin/repack.c:185
11883 msgid "approxidate"
11886 #: builtin/repack.c:186
11887 msgid "with -A, do not loosen objects older than this"
11890 #: builtin/repack.c:188
11891 msgid "with -a, repack unreachable objects"
11894 #: builtin/repack.c:190
11895 msgid "size of the window used for delta compression"
11898 #: builtin/repack.c:191 builtin/repack.c:197
11902 #: builtin/repack.c:192
11903 msgid "same as the above, but limit memory size instead of entries count"
11906 #: builtin/repack.c:194
11907 msgid "limits the maximum delta depth"
11910 #: builtin/repack.c:196
11911 msgid "limits the maximum number of threads"
11914 #: builtin/repack.c:198
11915 msgid "maximum size of each packfile"
11918 #: builtin/repack.c:200
11919 msgid "repack objects in packs marked with .keep"
11922 #: builtin/repack.c:210
11923 msgid "cannot delete packs in a precious-objects repo"
11926 #: builtin/repack.c:214
11927 msgid "--keep-unreachable and -A are incompatible"
11930 #: builtin/repack.c:406 builtin/worktree.c:146
11932 msgid "failed to remove '%s'"
11935 #: builtin/replace.c:20
11936 msgid "git replace [-f] <object> <replacement>"
11939 #: builtin/replace.c:21
11940 msgid "git replace [-f] --edit <object>"
11943 #: builtin/replace.c:22
11944 msgid "git replace [-f] --graft <commit> [<parent>...]"
11947 #: builtin/replace.c:23
11948 msgid "git replace -d <object>..."
11951 #: builtin/replace.c:24
11952 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11955 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11957 msgid "Not a valid object name: '%s'"
11960 #: builtin/replace.c:361
11962 msgid "bad mergetag in commit '%s'"
11965 #: builtin/replace.c:363
11967 msgid "malformed mergetag in commit '%s'"
11970 #: builtin/replace.c:374
11973 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11974 "instead of --graft"
11977 #: builtin/replace.c:407
11979 msgid "the original commit '%s' has a gpg signature."
11982 #: builtin/replace.c:408
11983 msgid "the signature will be removed in the replacement commit!"
11986 #: builtin/replace.c:414
11988 msgid "could not write replacement commit for: '%s'"
11991 #: builtin/replace.c:438
11992 msgid "list replace refs"
11995 #: builtin/replace.c:439
11996 msgid "delete replace refs"
11999 #: builtin/replace.c:440
12000 msgid "edit existing object"
12003 #: builtin/replace.c:441
12004 msgid "change a commit's parents"
12007 #: builtin/replace.c:442
12008 msgid "replace the ref if it exists"
12011 #: builtin/replace.c:443
12012 msgid "do not pretty-print contents for --edit"
12015 #: builtin/replace.c:444
12016 msgid "use this format"
12019 #: builtin/rerere.c:13
12020 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12023 #: builtin/rerere.c:59
12024 msgid "register clean resolutions in index"
12027 #: builtin/reset.c:29
12029 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12032 #: builtin/reset.c:30
12033 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12036 #: builtin/reset.c:31
12037 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12040 #: builtin/reset.c:37
12044 #: builtin/reset.c:37
12048 #: builtin/reset.c:37
12052 #: builtin/reset.c:37
12056 #: builtin/reset.c:37
12060 #: builtin/reset.c:78
12061 msgid "You do not have a valid HEAD."
12064 #: builtin/reset.c:80
12065 msgid "Failed to find tree of HEAD."
12068 #: builtin/reset.c:86
12070 msgid "Failed to find tree of %s."
12073 #: builtin/reset.c:113
12075 msgid "HEAD is now at %s"
12078 #: builtin/reset.c:197
12080 msgid "Cannot do a %s reset in the middle of a merge."
12083 #: builtin/reset.c:297
12084 msgid "be quiet, only report errors"
12087 #: builtin/reset.c:299
12088 msgid "reset HEAD and index"
12091 #: builtin/reset.c:300
12092 msgid "reset only HEAD"
12095 #: builtin/reset.c:302 builtin/reset.c:304
12096 msgid "reset HEAD, index and working tree"
12099 #: builtin/reset.c:306
12100 msgid "reset HEAD but keep local changes"
12103 #: builtin/reset.c:312
12104 msgid "record only the fact that removed paths will be added later"
12107 #: builtin/reset.c:329
12109 msgid "Failed to resolve '%s' as a valid revision."
12112 #: builtin/reset.c:337
12114 msgid "Failed to resolve '%s' as a valid tree."
12117 #: builtin/reset.c:346
12118 msgid "--patch is incompatible with --{hard,mixed,soft}"
12121 #: builtin/reset.c:355
12122 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12125 #: builtin/reset.c:357
12127 msgid "Cannot do %s reset with paths."
12130 #: builtin/reset.c:367
12132 msgid "%s reset is not allowed in a bare repository"
12135 #: builtin/reset.c:371
12136 msgid "-N can only be used with --mixed"
12139 #: builtin/reset.c:388
12140 msgid "Unstaged changes after reset:"
12143 #: builtin/reset.c:394
12145 msgid "Could not reset index file to revision '%s'."
12148 #: builtin/reset.c:398
12149 msgid "Could not write new index file."
12152 #: builtin/rev-list.c:399
12153 msgid "object filtering requires --objects"
12156 #: builtin/rev-list.c:402
12158 msgid "invalid sparse value '%s'"
12161 #: builtin/rev-list.c:442
12162 msgid "rev-list does not support display of notes"
12165 #: builtin/rev-list.c:445
12166 msgid "cannot combine --use-bitmap-index with object filtering"
12169 #: builtin/rev-parse.c:402
12170 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12173 #: builtin/rev-parse.c:407
12174 msgid "keep the `--` passed as an arg"
12177 #: builtin/rev-parse.c:409
12178 msgid "stop parsing after the first non-option argument"
12181 #: builtin/rev-parse.c:412
12182 msgid "output in stuck long form"
12185 #: builtin/rev-parse.c:545
12187 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12188 " or: git rev-parse --sq-quote [<arg>...]\n"
12189 " or: git rev-parse [<options>] [<arg>...]\n"
12191 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12194 #: builtin/revert.c:23
12195 msgid "git revert [<options>] <commit-ish>..."
12198 #: builtin/revert.c:24
12199 msgid "git revert <subcommand>"
12202 #: builtin/revert.c:29
12203 msgid "git cherry-pick [<options>] <commit-ish>..."
12206 #: builtin/revert.c:30
12207 msgid "git cherry-pick <subcommand>"
12210 #: builtin/revert.c:90
12212 msgid "%s: %s cannot be used with %s"
12215 #: builtin/revert.c:99
12216 msgid "end revert or cherry-pick sequence"
12219 #: builtin/revert.c:100
12220 msgid "resume revert or cherry-pick sequence"
12223 #: builtin/revert.c:101
12224 msgid "cancel revert or cherry-pick sequence"
12227 #: builtin/revert.c:102
12228 msgid "don't automatically commit"
12231 #: builtin/revert.c:103
12232 msgid "edit the commit message"
12235 #: builtin/revert.c:106
12236 msgid "parent-number"
12239 #: builtin/revert.c:107
12240 msgid "select mainline parent"
12243 #: builtin/revert.c:109
12244 msgid "merge strategy"
12247 #: builtin/revert.c:110
12251 #: builtin/revert.c:111
12252 msgid "option for merge strategy"
12255 #: builtin/revert.c:120
12256 msgid "append commit name"
12259 #: builtin/revert.c:122
12260 msgid "preserve initially empty commits"
12263 #: builtin/revert.c:123
12264 msgid "allow commits with empty messages"
12267 #: builtin/revert.c:124
12268 msgid "keep redundant, empty commits"
12271 #: builtin/revert.c:214
12272 msgid "revert failed"
12275 #: builtin/revert.c:227
12276 msgid "cherry-pick failed"
12280 msgid "git rm [<options>] [--] <file>..."
12283 #: builtin/rm.c:206
12285 "the following file has staged content different from both the\n"
12286 "file and the HEAD:"
12288 "the following files have staged content different from both the\n"
12289 "file and the HEAD:"
12293 #: builtin/rm.c:211
12296 "(use -f to force removal)"
12299 #: builtin/rm.c:215
12300 msgid "the following file has changes staged in the index:"
12301 msgid_plural "the following files have changes staged in the index:"
12305 #: builtin/rm.c:219 builtin/rm.c:228
12308 "(use --cached to keep the file, or -f to force removal)"
12311 #: builtin/rm.c:225
12312 msgid "the following file has local modifications:"
12313 msgid_plural "the following files have local modifications:"
12317 #: builtin/rm.c:243
12318 msgid "do not list removed files"
12321 #: builtin/rm.c:244
12322 msgid "only remove from the index"
12325 #: builtin/rm.c:245
12326 msgid "override the up-to-date check"
12329 #: builtin/rm.c:246
12330 msgid "allow recursive removal"
12333 #: builtin/rm.c:248
12334 msgid "exit with a zero status even if nothing matched"
12337 #: builtin/rm.c:307
12339 msgid "not removing '%s' recursively without -r"
12342 #: builtin/rm.c:346
12344 msgid "git rm: unable to remove %s"
12347 #: builtin/rm.c:369
12349 msgid "could not remove '%s'"
12352 #: builtin/send-pack.c:19
12354 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12355 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12357 " --all and explicit <ref> specification are mutually exclusive."
12360 #: builtin/send-pack.c:162
12361 msgid "remote name"
12364 #: builtin/send-pack.c:176
12365 msgid "use stateless RPC protocol"
12368 #: builtin/send-pack.c:177
12369 msgid "read refs from stdin"
12372 #: builtin/send-pack.c:178
12373 msgid "print status from remote helper"
12376 #: builtin/shortlog.c:14
12377 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12380 #: builtin/shortlog.c:263
12381 msgid "Group by committer rather than author"
12384 #: builtin/shortlog.c:265
12385 msgid "sort output according to the number of commits per author"
12388 #: builtin/shortlog.c:267
12389 msgid "Suppress commit descriptions, only provides commit count"
12392 #: builtin/shortlog.c:269
12393 msgid "Show the email address of each author"
12396 #: builtin/shortlog.c:270
12397 msgid "w[,i1[,i2]]"
12400 #: builtin/shortlog.c:271
12401 msgid "Linewrap output"
12404 #: builtin/show-branch.c:12
12406 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12407 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12408 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12409 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12412 #: builtin/show-branch.c:16
12413 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12416 #: builtin/show-branch.c:376
12418 msgid "ignoring %s; cannot handle more than %d ref"
12419 msgid_plural "ignoring %s; cannot handle more than %d refs"
12423 #: builtin/show-branch.c:530
12425 msgid "no matching refs with %s"
12428 #: builtin/show-branch.c:626
12429 msgid "show remote-tracking and local branches"
12432 #: builtin/show-branch.c:628
12433 msgid "show remote-tracking branches"
12436 #: builtin/show-branch.c:630
12437 msgid "color '*!+-' corresponding to the branch"
12440 #: builtin/show-branch.c:632
12441 msgid "show <n> more commits after the common ancestor"
12444 #: builtin/show-branch.c:634
12445 msgid "synonym to more=-1"
12448 #: builtin/show-branch.c:635
12449 msgid "suppress naming strings"
12452 #: builtin/show-branch.c:637
12453 msgid "include the current branch"
12456 #: builtin/show-branch.c:639
12457 msgid "name commits with their object names"
12460 #: builtin/show-branch.c:641
12461 msgid "show possible merge bases"
12464 #: builtin/show-branch.c:643
12465 msgid "show refs unreachable from any other ref"
12468 #: builtin/show-branch.c:645
12469 msgid "show commits in topological order"
12472 #: builtin/show-branch.c:648
12473 msgid "show only commits not on the first branch"
12476 #: builtin/show-branch.c:650
12477 msgid "show merges reachable from only one tip"
12480 #: builtin/show-branch.c:652
12481 msgid "topologically sort, maintaining date order where possible"
12484 #: builtin/show-branch.c:655
12485 msgid "<n>[,<base>]"
12488 #: builtin/show-branch.c:656
12489 msgid "show <n> most recent ref-log entries starting at base"
12492 #: builtin/show-branch.c:690
12494 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12497 #: builtin/show-branch.c:714
12498 msgid "no branches given, and HEAD is not valid"
12501 #: builtin/show-branch.c:717
12502 msgid "--reflog option needs one branch name"
12505 #: builtin/show-branch.c:720
12507 msgid "only %d entry can be shown at one time."
12508 msgid_plural "only %d entries can be shown at one time."
12512 #: builtin/show-branch.c:724
12514 msgid "no such ref %s"
12517 #: builtin/show-branch.c:808
12519 msgid "cannot handle more than %d rev."
12520 msgid_plural "cannot handle more than %d revs."
12524 #: builtin/show-branch.c:812
12526 msgid "'%s' is not a valid ref."
12529 #: builtin/show-branch.c:815
12531 msgid "cannot find commit %s (%s)"
12534 #: builtin/show-ref.c:10
12536 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12537 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12540 #: builtin/show-ref.c:11
12541 msgid "git show-ref --exclude-existing[=<pattern>]"
12544 #: builtin/show-ref.c:159
12545 msgid "only show tags (can be combined with heads)"
12548 #: builtin/show-ref.c:160
12549 msgid "only show heads (can be combined with tags)"
12552 #: builtin/show-ref.c:161
12553 msgid "stricter reference checking, requires exact ref path"
12556 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12557 msgid "show the HEAD reference, even if it would be filtered out"
12560 #: builtin/show-ref.c:168
12561 msgid "dereference tags into object IDs"
12564 #: builtin/show-ref.c:170
12565 msgid "only show SHA1 hash using <n> digits"
12568 #: builtin/show-ref.c:174
12569 msgid "do not print results to stdout (useful with --verify)"
12572 #: builtin/show-ref.c:176
12573 msgid "show refs from stdin that aren't in local repository"
12576 #: builtin/stripspace.c:18
12577 msgid "git stripspace [-s | --strip-comments]"
12580 #: builtin/stripspace.c:19
12581 msgid "git stripspace [-c | --comment-lines]"
12584 #: builtin/stripspace.c:36
12585 msgid "skip and remove all lines starting with comment character"
12588 #: builtin/stripspace.c:39
12589 msgid "prepend comment character and space to each line"
12592 #: builtin/submodule--helper.c:34 builtin/submodule--helper.c:1332
12594 msgid "No such ref: %s"
12597 #: builtin/submodule--helper.c:41 builtin/submodule--helper.c:1341
12599 msgid "Expecting a full ref name, got %s"
12602 #: builtin/submodule--helper.c:81
12604 msgid "cannot strip one component off url '%s'"
12607 #: builtin/submodule--helper.c:370 builtin/submodule--helper.c:861
12608 msgid "alternative anchor for relative paths"
12611 #: builtin/submodule--helper.c:375
12612 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12615 #: builtin/submodule--helper.c:426 builtin/submodule--helper.c:449
12617 msgid "No url found for submodule path '%s' in .gitmodules"
12620 #: builtin/submodule--helper.c:464
12623 "could not lookup configuration '%s'. Assuming this repository is its own "
12624 "authoritative upstream."
12627 #: builtin/submodule--helper.c:475
12629 msgid "Failed to register url for submodule path '%s'"
12632 #: builtin/submodule--helper.c:479
12634 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12637 #: builtin/submodule--helper.c:489
12639 msgid "warning: command update mode suggested for submodule '%s'\n"
12642 #: builtin/submodule--helper.c:496
12644 msgid "Failed to register update mode for submodule path '%s'"
12647 #: builtin/submodule--helper.c:518
12648 msgid "Suppress output for initializing a submodule"
12651 #: builtin/submodule--helper.c:523
12652 msgid "git submodule--helper init [<path>]"
12655 #: builtin/submodule--helper.c:591 builtin/submodule--helper.c:713
12657 msgid "no submodule mapping found in .gitmodules for path '%s'"
12660 #: builtin/submodule--helper.c:626
12662 msgid "could not resolve HEAD ref inside the submodule '%s'"
12665 #: builtin/submodule--helper.c:653
12667 msgid "failed to recurse into submodule '%s'"
12670 #: builtin/submodule--helper.c:677
12671 msgid "Suppress submodule status output"
12674 #: builtin/submodule--helper.c:678
12676 "Use commit stored in the index instead of the one stored in the submodule "
12680 #: builtin/submodule--helper.c:679
12681 msgid "recurse into nested submodules"
12684 #: builtin/submodule--helper.c:684
12685 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12688 #: builtin/submodule--helper.c:708
12689 msgid "git submodule--helper name <path>"
12692 #: builtin/submodule--helper.c:796 builtin/submodule--helper.c:799
12694 msgid "submodule '%s' cannot add alternate: %s"
12697 #: builtin/submodule--helper.c:835
12699 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12702 #: builtin/submodule--helper.c:842
12704 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12707 #: builtin/submodule--helper.c:864
12708 msgid "where the new submodule will be cloned to"
12711 #: builtin/submodule--helper.c:867
12712 msgid "name of the new submodule"
12715 #: builtin/submodule--helper.c:870
12716 msgid "url where to clone the submodule from"
12719 #: builtin/submodule--helper.c:876
12720 msgid "depth for shallow clones"
12723 #: builtin/submodule--helper.c:879 builtin/submodule--helper.c:1250
12724 msgid "force cloning progress"
12727 #: builtin/submodule--helper.c:884
12729 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12730 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12733 #: builtin/submodule--helper.c:915
12735 msgid "clone of '%s' into submodule path '%s' failed"
12738 #: builtin/submodule--helper.c:930
12740 msgid "could not get submodule directory for '%s'"
12743 #: builtin/submodule--helper.c:995
12745 msgid "Submodule path '%s' not initialized"
12748 #: builtin/submodule--helper.c:999
12749 msgid "Maybe you want to use 'update --init'?"
12752 #: builtin/submodule--helper.c:1028
12754 msgid "Skipping unmerged submodule %s"
12757 #: builtin/submodule--helper.c:1057
12759 msgid "Skipping submodule '%s'"
12762 #: builtin/submodule--helper.c:1190
12764 msgid "Failed to clone '%s'. Retry scheduled"
12767 #: builtin/submodule--helper.c:1201
12769 msgid "Failed to clone '%s' a second time, aborting"
12772 #: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1451
12773 msgid "path into the working tree"
12776 #: builtin/submodule--helper.c:1234
12777 msgid "path into the working tree, across nested submodule boundaries"
12780 #: builtin/submodule--helper.c:1238
12781 msgid "rebase, merge, checkout or none"
12784 #: builtin/submodule--helper.c:1242
12785 msgid "Create a shallow clone truncated to the specified number of revisions"
12788 #: builtin/submodule--helper.c:1245
12789 msgid "parallel jobs"
12792 #: builtin/submodule--helper.c:1247
12793 msgid "whether the initial clone should follow the shallow recommendation"
12796 #: builtin/submodule--helper.c:1248
12797 msgid "don't print cloning progress"
12800 #: builtin/submodule--helper.c:1255
12801 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12804 #: builtin/submodule--helper.c:1268
12805 msgid "bad value for update parameter"
12808 #: builtin/submodule--helper.c:1336
12811 "Submodule (%s) branch configured to inherit branch from superproject, but "
12812 "the superproject is not on any branch"
12815 #: builtin/submodule--helper.c:1452
12816 msgid "recurse into submodules"
12819 #: builtin/submodule--helper.c:1458
12820 msgid "git submodule--helper embed-git-dir [<path>...]"
12823 #: builtin/submodule--helper.c:1517
12825 msgid "%s doesn't support --super-prefix"
12828 #: builtin/submodule--helper.c:1523
12830 msgid "'%s' is not a valid submodule--helper subcommand"
12833 #: builtin/symbolic-ref.c:8
12834 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12837 #: builtin/symbolic-ref.c:9
12838 msgid "git symbolic-ref -d [-q] <name>"
12841 #: builtin/symbolic-ref.c:40
12842 msgid "suppress error message for non-symbolic (detached) refs"
12845 #: builtin/symbolic-ref.c:41
12846 msgid "delete symbolic ref"
12849 #: builtin/symbolic-ref.c:42
12850 msgid "shorten ref output"
12853 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12857 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12858 msgid "reason of the update"
12861 #: builtin/tag.c:24
12863 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12867 #: builtin/tag.c:25
12868 msgid "git tag -d <tagname>..."
12871 #: builtin/tag.c:26
12873 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12874 "points-at <object>]\n"
12875 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12878 #: builtin/tag.c:28
12879 msgid "git tag -v [--format=<format>] <tagname>..."
12882 #: builtin/tag.c:86
12884 msgid "tag '%s' not found."
12887 #: builtin/tag.c:102
12889 msgid "Deleted tag '%s' (was %s)\n"
12892 #: builtin/tag.c:131
12896 "Write a message for tag:\n"
12898 "Lines starting with '%c' will be ignored.\n"
12901 #: builtin/tag.c:135
12905 "Write a message for tag:\n"
12907 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12911 #: builtin/tag.c:189
12912 msgid "unable to sign the tag"
12915 #: builtin/tag.c:191
12916 msgid "unable to write tag file"
12919 #: builtin/tag.c:215
12920 msgid "bad object type."
12923 #: builtin/tag.c:261
12924 msgid "no tag message?"
12927 #: builtin/tag.c:268
12929 msgid "The tag message has been left in %s\n"
12932 #: builtin/tag.c:376
12933 msgid "list tag names"
12936 #: builtin/tag.c:378
12937 msgid "print <n> lines of each tag message"
12940 #: builtin/tag.c:380
12941 msgid "delete tags"
12944 #: builtin/tag.c:381
12945 msgid "verify tags"
12948 #: builtin/tag.c:383
12949 msgid "Tag creation options"
12952 #: builtin/tag.c:385
12953 msgid "annotated tag, needs a message"
12956 #: builtin/tag.c:387
12957 msgid "tag message"
12960 #: builtin/tag.c:389
12961 msgid "annotated and GPG-signed tag"
12964 #: builtin/tag.c:393
12965 msgid "use another key to sign the tag"
12968 #: builtin/tag.c:394
12969 msgid "replace the tag if exists"
12972 #: builtin/tag.c:395 builtin/update-ref.c:368
12973 msgid "create a reflog"
12976 #: builtin/tag.c:397
12977 msgid "Tag listing options"
12980 #: builtin/tag.c:398
12981 msgid "show tag list in columns"
12984 #: builtin/tag.c:399 builtin/tag.c:401
12985 msgid "print only tags that contain the commit"
12988 #: builtin/tag.c:400 builtin/tag.c:402
12989 msgid "print only tags that don't contain the commit"
12992 #: builtin/tag.c:403
12993 msgid "print only tags that are merged"
12996 #: builtin/tag.c:404
12997 msgid "print only tags that are not merged"
13000 #: builtin/tag.c:409
13001 msgid "print only tags of the object"
13004 #: builtin/tag.c:453
13005 msgid "--column and -n are incompatible"
13008 #: builtin/tag.c:475
13009 msgid "-n option is only allowed in list mode"
13012 #: builtin/tag.c:477
13013 msgid "--contains option is only allowed in list mode"
13016 #: builtin/tag.c:479
13017 msgid "--no-contains option is only allowed in list mode"
13020 #: builtin/tag.c:481
13021 msgid "--points-at option is only allowed in list mode"
13024 #: builtin/tag.c:483
13025 msgid "--merged and --no-merged options are only allowed in list mode"
13028 #: builtin/tag.c:494
13029 msgid "only one -F or -m option is allowed."
13032 #: builtin/tag.c:513
13033 msgid "too many params"
13036 #: builtin/tag.c:519
13038 msgid "'%s' is not a valid tag name."
13041 #: builtin/tag.c:524
13043 msgid "tag '%s' already exists"
13046 #: builtin/tag.c:554
13048 msgid "Updated tag '%s' (was %s)\n"
13051 #: builtin/unpack-objects.c:494
13052 msgid "Unpacking objects"
13055 #: builtin/update-index.c:82
13057 msgid "failed to create directory %s"
13060 #: builtin/update-index.c:88
13062 msgid "failed to stat %s"
13065 #: builtin/update-index.c:98
13067 msgid "failed to create file %s"
13070 #: builtin/update-index.c:106
13072 msgid "failed to delete file %s"
13075 #: builtin/update-index.c:113 builtin/update-index.c:219
13077 msgid "failed to delete directory %s"
13080 #: builtin/update-index.c:138
13082 msgid "Testing mtime in '%s' "
13085 #: builtin/update-index.c:152
13086 msgid "directory stat info does not change after adding a new file"
13089 #: builtin/update-index.c:165
13090 msgid "directory stat info does not change after adding a new directory"
13093 #: builtin/update-index.c:178
13094 msgid "directory stat info changes after updating a file"
13097 #: builtin/update-index.c:189
13098 msgid "directory stat info changes after adding a file inside subdirectory"
13101 #: builtin/update-index.c:200
13102 msgid "directory stat info does not change after deleting a file"
13105 #: builtin/update-index.c:213
13106 msgid "directory stat info does not change after deleting a directory"
13109 #: builtin/update-index.c:220
13113 #: builtin/update-index.c:579
13114 msgid "git update-index [<options>] [--] [<file>...]"
13117 #: builtin/update-index.c:936
13118 msgid "continue refresh even when index needs update"
13121 #: builtin/update-index.c:939
13122 msgid "refresh: ignore submodules"
13125 #: builtin/update-index.c:942
13126 msgid "do not ignore new files"
13129 #: builtin/update-index.c:944
13130 msgid "let files replace directories and vice-versa"
13133 #: builtin/update-index.c:946
13134 msgid "notice files missing from worktree"
13137 #: builtin/update-index.c:948
13138 msgid "refresh even if index contains unmerged entries"
13141 #: builtin/update-index.c:951
13142 msgid "refresh stat information"
13145 #: builtin/update-index.c:955
13146 msgid "like --refresh, but ignore assume-unchanged setting"
13149 #: builtin/update-index.c:959
13150 msgid "<mode>,<object>,<path>"
13153 #: builtin/update-index.c:960
13154 msgid "add the specified entry to the index"
13157 #: builtin/update-index.c:969
13158 msgid "mark files as \"not changing\""
13161 #: builtin/update-index.c:972
13162 msgid "clear assumed-unchanged bit"
13165 #: builtin/update-index.c:975
13166 msgid "mark files as \"index-only\""
13169 #: builtin/update-index.c:978
13170 msgid "clear skip-worktree bit"
13173 #: builtin/update-index.c:981
13174 msgid "add to index only; do not add content to object database"
13177 #: builtin/update-index.c:983
13178 msgid "remove named paths even if present in worktree"
13181 #: builtin/update-index.c:985
13182 msgid "with --stdin: input lines are terminated by null bytes"
13185 #: builtin/update-index.c:987
13186 msgid "read list of paths to be updated from standard input"
13189 #: builtin/update-index.c:991
13190 msgid "add entries from standard input to the index"
13193 #: builtin/update-index.c:995
13194 msgid "repopulate stages #2 and #3 for the listed paths"
13197 #: builtin/update-index.c:999
13198 msgid "only update entries that differ from HEAD"
13201 #: builtin/update-index.c:1003
13202 msgid "ignore files missing from worktree"
13205 #: builtin/update-index.c:1006
13206 msgid "report actions to standard output"
13209 #: builtin/update-index.c:1008
13210 msgid "(for porcelains) forget saved unresolved conflicts"
13213 #: builtin/update-index.c:1012
13214 msgid "write index in this format"
13217 #: builtin/update-index.c:1014
13218 msgid "enable or disable split index"
13221 #: builtin/update-index.c:1016
13222 msgid "enable/disable untracked cache"
13225 #: builtin/update-index.c:1018
13226 msgid "test if the filesystem supports untracked cache"
13229 #: builtin/update-index.c:1020
13230 msgid "enable untracked cache without testing the filesystem"
13233 #: builtin/update-index.c:1022
13234 msgid "write out the index even if is not flagged as changed"
13237 #: builtin/update-index.c:1024
13238 msgid "enable or disable file system monitor"
13241 #: builtin/update-index.c:1026
13242 msgid "mark files as fsmonitor valid"
13245 #: builtin/update-index.c:1029
13246 msgid "clear fsmonitor valid bit"
13249 #: builtin/update-index.c:1127
13251 "core.splitIndex is set to false; remove or change it, if you really want to "
13252 "enable split index"
13255 #: builtin/update-index.c:1136
13257 "core.splitIndex is set to true; remove or change it, if you really want to "
13258 "disable split index"
13261 #: builtin/update-index.c:1147
13263 "core.untrackedCache is set to true; remove or change it, if you really want "
13264 "to disable the untracked cache"
13267 #: builtin/update-index.c:1151
13268 msgid "Untracked cache disabled"
13271 #: builtin/update-index.c:1159
13273 "core.untrackedCache is set to false; remove or change it, if you really want "
13274 "to enable the untracked cache"
13277 #: builtin/update-index.c:1163
13279 msgid "Untracked cache enabled for '%s'"
13282 #: builtin/update-index.c:1171
13283 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13286 #: builtin/update-index.c:1175
13287 msgid "fsmonitor enabled"
13290 #: builtin/update-index.c:1178
13292 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13295 #: builtin/update-index.c:1182
13296 msgid "fsmonitor disabled"
13299 #: builtin/update-ref.c:10
13300 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13303 #: builtin/update-ref.c:11
13304 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13307 #: builtin/update-ref.c:12
13308 msgid "git update-ref [<options>] --stdin [-z]"
13311 #: builtin/update-ref.c:363
13312 msgid "delete the reference"
13315 #: builtin/update-ref.c:365
13316 msgid "update <refname> not the one it points to"
13319 #: builtin/update-ref.c:366
13320 msgid "stdin has NUL-terminated arguments"
13323 #: builtin/update-ref.c:367
13324 msgid "read updates from stdin"
13327 #: builtin/update-server-info.c:7
13328 msgid "git update-server-info [--force]"
13331 #: builtin/update-server-info.c:15
13332 msgid "update the info files from scratch"
13335 #: builtin/verify-commit.c:18
13336 msgid "git verify-commit [-v | --verbose] <commit>..."
13339 #: builtin/verify-commit.c:73
13340 msgid "print commit contents"
13343 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13344 msgid "print raw gpg status output"
13347 #: builtin/verify-pack.c:55
13348 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13351 #: builtin/verify-pack.c:65
13355 #: builtin/verify-pack.c:67
13356 msgid "show statistics only"
13359 #: builtin/verify-tag.c:19
13360 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13363 #: builtin/verify-tag.c:37
13364 msgid "print tag contents"
13367 #: builtin/worktree.c:17
13368 msgid "git worktree add [<options>] <path> [<branch>]"
13371 #: builtin/worktree.c:18
13372 msgid "git worktree list [<options>]"
13375 #: builtin/worktree.c:19
13376 msgid "git worktree lock [<options>] <path>"
13379 #: builtin/worktree.c:20
13380 msgid "git worktree prune [<options>]"
13383 #: builtin/worktree.c:21
13384 msgid "git worktree unlock <path>"
13387 #: builtin/worktree.c:58
13389 msgid "Removing worktrees/%s: not a valid directory"
13392 #: builtin/worktree.c:64
13394 msgid "Removing worktrees/%s: gitdir file does not exist"
13397 #: builtin/worktree.c:69 builtin/worktree.c:78
13399 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13402 #: builtin/worktree.c:88
13405 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13409 #: builtin/worktree.c:96
13411 msgid "Removing worktrees/%s: invalid gitdir file"
13414 #: builtin/worktree.c:112
13416 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13419 #: builtin/worktree.c:159
13420 msgid "report pruned working trees"
13423 #: builtin/worktree.c:161
13424 msgid "expire working trees older than <time>"
13427 #: builtin/worktree.c:236
13429 msgid "'%s' already exists"
13432 #: builtin/worktree.c:267
13434 msgid "could not create directory of '%s'"
13437 #: builtin/worktree.c:306
13439 msgid "Preparing %s (identifier %s)"
13442 #: builtin/worktree.c:368
13443 msgid "checkout <branch> even if already checked out in other worktree"
13446 #: builtin/worktree.c:370
13447 msgid "create a new branch"
13450 #: builtin/worktree.c:372
13451 msgid "create or reset a branch"
13454 #: builtin/worktree.c:374
13455 msgid "populate the new working tree"
13458 #: builtin/worktree.c:375
13459 msgid "keep the new working tree locked"
13462 #: builtin/worktree.c:377
13463 msgid "set up tracking mode (see git-branch(1))"
13466 #: builtin/worktree.c:380
13467 msgid "try to match the new branch name with a remote-tracking branch"
13470 #: builtin/worktree.c:388
13471 msgid "-b, -B, and --detach are mutually exclusive"
13474 #: builtin/worktree.c:453
13475 msgid "--[no-]track can only be used if a new branch is created"
13478 #: builtin/worktree.c:553
13479 msgid "reason for locking"
13482 #: builtin/worktree.c:565 builtin/worktree.c:598
13484 msgid "'%s' is not a working tree"
13487 #: builtin/worktree.c:567 builtin/worktree.c:600
13488 msgid "The main working tree cannot be locked or unlocked"
13491 #: builtin/worktree.c:572
13493 msgid "'%s' is already locked, reason: %s"
13496 #: builtin/worktree.c:574
13498 msgid "'%s' is already locked"
13501 #: builtin/worktree.c:602
13503 msgid "'%s' is not locked"
13506 #: builtin/write-tree.c:14
13507 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13510 #: builtin/write-tree.c:27
13514 #: builtin/write-tree.c:28
13515 msgid "write tree object for a subdirectory <prefix>"
13518 #: builtin/write-tree.c:31
13519 msgid "only useful for debugging"
13522 #: upload-pack.c:24
13523 msgid "git upload-pack [<options>] <dir>"
13526 #: upload-pack.c:1041
13527 msgid "quit after a single request/response exchange"
13530 #: upload-pack.c:1043
13531 msgid "exit immediately after initial ref advertisement"
13534 #: upload-pack.c:1045
13535 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13538 #: upload-pack.c:1047
13539 msgid "interrupt transfer after <n> seconds of inactivity"
13542 #: credential-cache--daemon.c:222
13545 "The permissions on your socket directory are too loose; other\n"
13546 "users may be able to read your cached credentials. Consider running:\n"
13551 #: credential-cache--daemon.c:271
13552 msgid "print debugging messages to stderr"
13557 "'git help -a' and 'git help -g' list available subcommands and some\n"
13558 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13559 "to read about a specific subcommand or concept."
13564 msgid "negative value for http.postbuffer; defaulting to %d"
13568 msgid "Delegation control is not supported with cURL < 7.22.0"
13572 msgid "Public key pinning not supported with cURL < 7.44.0"
13578 "unable to update url base from redirection:\n"
13583 #: remote-curl.c:324
13585 msgid "redirecting to %s"
13588 #: list-objects-filter-options.h:54
13592 #: list-objects-filter-options.h:55
13593 msgid "object filtering"
13597 msgid "start a working area (see also: git help tutorial)"
13600 #: common-cmds.h:10
13601 msgid "work on the current change (see also: git help everyday)"
13604 #: common-cmds.h:11
13605 msgid "examine the history and state (see also: git help revisions)"
13608 #: common-cmds.h:12
13609 msgid "grow, mark and tweak your common history"
13612 #: common-cmds.h:13
13613 msgid "collaborate (see also: git help workflows)"
13616 #: common-cmds.h:17
13617 msgid "Add file contents to the index"
13620 #: common-cmds.h:18
13621 msgid "Use binary search to find the commit that introduced a bug"
13624 #: common-cmds.h:19
13625 msgid "List, create, or delete branches"
13628 #: common-cmds.h:20
13629 msgid "Switch branches or restore working tree files"
13632 #: common-cmds.h:21
13633 msgid "Clone a repository into a new directory"
13636 #: common-cmds.h:22
13637 msgid "Record changes to the repository"
13640 #: common-cmds.h:23
13641 msgid "Show changes between commits, commit and working tree, etc"
13644 #: common-cmds.h:24
13645 msgid "Download objects and refs from another repository"
13648 #: common-cmds.h:25
13649 msgid "Print lines matching a pattern"
13652 #: common-cmds.h:26
13653 msgid "Create an empty Git repository or reinitialize an existing one"
13656 #: common-cmds.h:27
13657 msgid "Show commit logs"
13660 #: common-cmds.h:28
13661 msgid "Join two or more development histories together"
13664 #: common-cmds.h:29
13665 msgid "Move or rename a file, a directory, or a symlink"
13668 #: common-cmds.h:30
13669 msgid "Fetch from and integrate with another repository or a local branch"
13672 #: common-cmds.h:31
13673 msgid "Update remote refs along with associated objects"
13676 #: common-cmds.h:32
13677 msgid "Reapply commits on top of another base tip"
13680 #: common-cmds.h:33
13681 msgid "Reset current HEAD to the specified state"
13684 #: common-cmds.h:34
13685 msgid "Remove files from the working tree and from the index"
13688 #: common-cmds.h:35
13689 msgid "Show various types of objects"
13692 #: common-cmds.h:36
13693 msgid "Show the working tree status"
13696 #: common-cmds.h:37
13697 msgid "Create, list, delete or verify a tag object signed with GPG"
13700 #: parse-options.h:145
13701 msgid "expiry-date"
13704 #: parse-options.h:160
13705 msgid "no-op (backward compatibility)"
13708 #: parse-options.h:238
13709 msgid "be more verbose"
13712 #: parse-options.h:240
13713 msgid "be more quiet"
13716 #: parse-options.h:246
13717 msgid "use <n> digits to display SHA-1s"
13721 msgid "update the index with reused conflict resolution if possible"
13724 #: git-bisect.sh:54
13725 msgid "You need to start by \"git bisect start\""
13728 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13729 #. translation. The program will only accept English input
13731 #: git-bisect.sh:60
13732 msgid "Do you want me to do it for you [Y/n]? "
13735 #: git-bisect.sh:121
13737 msgid "unrecognised option: '$arg'"
13740 #: git-bisect.sh:125
13742 msgid "'$arg' does not appear to be a valid revision"
13745 #: git-bisect.sh:154
13746 msgid "Bad HEAD - I need a HEAD"
13749 #: git-bisect.sh:167
13752 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13755 #: git-bisect.sh:177
13756 msgid "won't bisect on cg-seek'ed tree"
13759 #: git-bisect.sh:181
13760 msgid "Bad HEAD - strange symbolic ref"
13763 #: git-bisect.sh:233
13765 msgid "Bad bisect_write argument: $state"
13768 #: git-bisect.sh:246
13770 msgid "Bad rev input: $arg"
13773 #: git-bisect.sh:265
13775 msgid "Bad rev input: $bisected_head"
13778 #: git-bisect.sh:274
13780 msgid "Bad rev input: $rev"
13783 #: git-bisect.sh:283
13785 msgid "'git bisect $TERM_BAD' can take only one argument."
13788 #: git-bisect.sh:306
13790 msgid "Warning: bisecting only with a $TERM_BAD commit."
13793 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13794 #. translation. The program will only accept English input
13796 #: git-bisect.sh:312
13797 msgid "Are you sure [Y/n]? "
13800 #: git-bisect.sh:324
13803 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13804 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13807 #: git-bisect.sh:327
13810 "You need to start by \"git bisect start\".\n"
13811 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13812 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13815 #: git-bisect.sh:398 git-bisect.sh:512
13816 msgid "We are not bisecting."
13819 #: git-bisect.sh:405
13821 msgid "'$invalid' is not a valid commit"
13824 #: git-bisect.sh:414
13827 "Could not check out original HEAD '$branch'.\n"
13828 "Try 'git bisect reset <commit>'."
13831 #: git-bisect.sh:422
13832 msgid "No logfile given"
13835 #: git-bisect.sh:423
13837 msgid "cannot read $file for replaying"
13840 #: git-bisect.sh:444
13841 msgid "?? what are you talking about?"
13844 #: git-bisect.sh:453
13845 msgid "bisect run failed: no command provided."
13848 #: git-bisect.sh:458
13850 msgid "running $command"
13853 #: git-bisect.sh:465
13856 "bisect run failed:\n"
13857 "exit code $res from '$command' is < 0 or >= 128"
13860 #: git-bisect.sh:491
13861 msgid "bisect run cannot continue any more"
13864 #: git-bisect.sh:497
13867 "bisect run failed:\n"
13868 "'bisect_state $state' exited with error code $res"
13871 #: git-bisect.sh:504
13872 msgid "bisect run success"
13875 #: git-bisect.sh:533
13877 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13880 #: git-bisect.sh:567
13881 msgid "no terms defined"
13884 #: git-bisect.sh:584
13887 "invalid argument $arg for 'git bisect terms'.\n"
13888 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13891 #: git-merge-octopus.sh:46
13893 "Error: Your local changes to the following files would be overwritten by "
13897 #: git-merge-octopus.sh:61
13898 msgid "Automated merge did not work."
13901 #: git-merge-octopus.sh:62
13902 msgid "Should not be doing an octopus."
13905 #: git-merge-octopus.sh:73
13907 msgid "Unable to find common commit with $pretty_name"
13910 #: git-merge-octopus.sh:77
13912 msgid "Already up to date with $pretty_name"
13915 #: git-merge-octopus.sh:89
13917 msgid "Fast-forwarding to: $pretty_name"
13920 #: git-merge-octopus.sh:97
13922 msgid "Trying simple merge with $pretty_name"
13925 #: git-merge-octopus.sh:102
13926 msgid "Simple merge did not work, trying automatic merge."
13929 #: git-rebase.sh:58
13931 "Resolve all conflicts manually, mark them as resolved with\n"
13932 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13933 "You can instead skip this commit: run \"git rebase --skip\".\n"
13934 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13938 #: git-rebase.sh:160 git-rebase.sh:402
13940 msgid "Could not move back to $head_name"
13943 #: git-rebase.sh:171
13944 msgid "Applied autostash."
13947 #: git-rebase.sh:174
13949 msgid "Cannot store $stash_sha1"
13952 #: git-rebase.sh:214
13953 msgid "The pre-rebase hook refused to rebase."
13956 #: git-rebase.sh:219
13957 msgid "It looks like 'git am' is in progress. Cannot rebase."
13960 #: git-rebase.sh:363
13961 msgid "No rebase in progress?"
13964 #: git-rebase.sh:374
13965 msgid "The --edit-todo action can only be used during interactive rebase."
13968 #: git-rebase.sh:381
13969 msgid "Cannot read HEAD"
13972 #: git-rebase.sh:384
13974 "You must edit all merge conflicts and then\n"
13975 "mark them as resolved using git add"
13978 #: git-rebase.sh:424
13981 "It seems that there is already a $state_dir_base directory, and\n"
13982 "I wonder if you are in the middle of another rebase. If that is the\n"
13983 "case, please try\n"
13984 "\t$cmd_live_rebase\n"
13985 "If that is not the case, please\n"
13986 "\t$cmd_clear_stale_rebase\n"
13987 "and run me again. I am stopping in case you still have something\n"
13991 #: git-rebase.sh:480
13993 msgid "invalid upstream '$upstream_name'"
13996 #: git-rebase.sh:504
13998 msgid "$onto_name: there are more than one merge bases"
14001 #: git-rebase.sh:507 git-rebase.sh:511
14003 msgid "$onto_name: there is no merge base"
14006 #: git-rebase.sh:516
14008 msgid "Does not point to a valid commit: $onto_name"
14011 #: git-rebase.sh:542
14013 msgid "fatal: no such branch/commit '$branch_name'"
14016 #: git-rebase.sh:575
14017 msgid "Cannot autostash"
14020 #: git-rebase.sh:580
14022 msgid "Created autostash: $stash_abbrev"
14025 #: git-rebase.sh:584
14026 msgid "Please commit or stash them."
14029 #: git-rebase.sh:607
14031 msgid "HEAD is up to date."
14034 #: git-rebase.sh:609
14036 msgid "Current branch $branch_name is up to date."
14039 #: git-rebase.sh:617
14041 msgid "HEAD is up to date, rebase forced."
14044 #: git-rebase.sh:619
14046 msgid "Current branch $branch_name is up to date, rebase forced."
14049 #: git-rebase.sh:631
14051 msgid "Changes from $mb to $onto:"
14054 #: git-rebase.sh:640
14055 msgid "First, rewinding head to replay your work on top of it..."
14058 #: git-rebase.sh:650
14060 msgid "Fast-forwarded $branch_name to $onto_name."
14064 msgid "git stash clear with parameters is unimplemented"
14067 #: git-stash.sh:108
14068 msgid "You do not have the initial commit yet"
14071 #: git-stash.sh:123
14072 msgid "Cannot save the current index state"
14075 #: git-stash.sh:138
14076 msgid "Cannot save the untracked files"
14079 #: git-stash.sh:158 git-stash.sh:171
14080 msgid "Cannot save the current worktree state"
14083 #: git-stash.sh:175
14084 msgid "No changes selected"
14087 #: git-stash.sh:178
14088 msgid "Cannot remove temporary index (can't happen)"
14091 #: git-stash.sh:191
14092 msgid "Cannot record working tree state"
14095 #: git-stash.sh:229
14097 msgid "Cannot update $ref_stash with $w_commit"
14100 #: git-stash.sh:281
14102 msgid "error: unknown option for 'stash push': $option"
14105 #: git-stash.sh:295
14106 msgid "Can't use --patch and --include-untracked or --all at the same time"
14109 #: git-stash.sh:303
14110 msgid "No local changes to save"
14113 #: git-stash.sh:308
14114 msgid "Cannot initialize stash"
14117 #: git-stash.sh:312
14118 msgid "Cannot save the current status"
14121 #: git-stash.sh:313
14123 msgid "Saved working directory and index state $stash_msg"
14126 #: git-stash.sh:341
14127 msgid "Cannot remove worktree changes"
14130 #: git-stash.sh:489
14132 msgid "unknown option: $opt"
14135 #: git-stash.sh:502
14136 msgid "No stash entries found."
14139 #: git-stash.sh:509
14141 msgid "Too many revisions specified: $REV"
14144 #: git-stash.sh:524
14146 msgid "$reference is not a valid reference"
14149 #: git-stash.sh:552
14151 msgid "'$args' is not a stash-like commit"
14154 #: git-stash.sh:563
14156 msgid "'$args' is not a stash reference"
14159 #: git-stash.sh:571
14160 msgid "unable to refresh index"
14163 #: git-stash.sh:575
14164 msgid "Cannot apply a stash in the middle of a merge"
14167 #: git-stash.sh:583
14168 msgid "Conflicts in index. Try without --index."
14171 #: git-stash.sh:585
14172 msgid "Could not save index tree"
14175 #: git-stash.sh:594
14176 msgid "Could not restore untracked files from stash entry"
14179 #: git-stash.sh:619
14180 msgid "Cannot unstage modified files"
14183 #: git-stash.sh:634
14184 msgid "Index was not unstashed."
14187 #: git-stash.sh:648
14188 msgid "The stash entry is kept in case you need it again."
14191 #: git-stash.sh:657
14193 msgid "Dropped ${REV} ($s)"
14196 #: git-stash.sh:658
14198 msgid "${REV}: Could not drop stash entry"
14201 #: git-stash.sh:666
14202 msgid "No branch name specified"
14205 #: git-stash.sh:745
14206 msgid "(To restore them type \"git stash apply\")"
14209 #: git-submodule.sh:181
14210 msgid "Relative path can only be used from the toplevel of the working tree"
14213 #: git-submodule.sh:191
14215 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14218 #: git-submodule.sh:210
14220 msgid "'$sm_path' already exists in the index"
14223 #: git-submodule.sh:213
14225 msgid "'$sm_path' already exists in the index and is not a submodule"
14228 #: git-submodule.sh:219
14231 "The following path is ignored by one of your .gitignore files:\n"
14233 "Use -f if you really want to add it."
14236 #: git-submodule.sh:237
14238 msgid "Adding existing repo at '$sm_path' to the index"
14241 #: git-submodule.sh:239
14243 msgid "'$sm_path' already exists and is not a valid git repo"
14246 #: git-submodule.sh:247
14248 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14251 #: git-submodule.sh:249
14254 "If you want to reuse this local git directory instead of cloning again from\n"
14256 "use the '--force' option. If the local git directory is not the correct "
14258 "or you are unsure what this means choose another name with the '--name' "
14262 #: git-submodule.sh:255
14264 msgid "Reactivating local git directory for submodule '$sm_name'."
14267 #: git-submodule.sh:267
14269 msgid "Unable to checkout submodule '$sm_path'"
14272 #: git-submodule.sh:272
14274 msgid "Failed to add submodule '$sm_path'"
14277 #: git-submodule.sh:281
14279 msgid "Failed to register submodule '$sm_path'"
14282 #: git-submodule.sh:342
14284 msgid "Entering '$displaypath'"
14287 #: git-submodule.sh:362
14289 msgid "Stopping at '$displaypath'; script returned non-zero status."
14292 #: git-submodule.sh:433
14294 msgid "pathspec and --all are incompatible"
14297 #: git-submodule.sh:438
14299 msgid "Use '--all' if you really want to deinitialize all submodules"
14302 #: git-submodule.sh:458
14305 "Submodule work tree '$displaypath' contains a .git directory\n"
14306 "(use 'rm -rf' if you really want to remove it including all of its history)"
14309 #: git-submodule.sh:466
14312 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14316 #: git-submodule.sh:469
14318 msgid "Cleared directory '$displaypath'"
14321 #: git-submodule.sh:470
14323 msgid "Could not remove submodule work tree '$displaypath'"
14326 #: git-submodule.sh:473
14328 msgid "Could not create empty submodule directory '$displaypath'"
14331 #: git-submodule.sh:482
14333 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14336 #: git-submodule.sh:637
14338 msgid "Unable to find current revision in submodule path '$displaypath'"
14341 #: git-submodule.sh:647
14343 msgid "Unable to fetch in submodule path '$sm_path'"
14346 #: git-submodule.sh:652
14349 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14353 #: git-submodule.sh:670
14355 msgid "Unable to fetch in submodule path '$displaypath'"
14358 #: git-submodule.sh:676
14361 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14362 "Direct fetching of that commit failed."
14365 #: git-submodule.sh:683
14367 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14370 #: git-submodule.sh:684
14372 msgid "Submodule path '$displaypath': checked out '$sha1'"
14375 #: git-submodule.sh:688
14377 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14380 #: git-submodule.sh:689
14382 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14385 #: git-submodule.sh:694
14387 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14390 #: git-submodule.sh:695
14392 msgid "Submodule path '$displaypath': merged in '$sha1'"
14395 #: git-submodule.sh:700
14397 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14400 #: git-submodule.sh:701
14402 msgid "Submodule path '$displaypath': '$command $sha1'"
14405 #: git-submodule.sh:732
14407 msgid "Failed to recurse into submodule path '$displaypath'"
14410 #: git-submodule.sh:828
14411 msgid "The --cached option cannot be used with the --files option"
14414 #: git-submodule.sh:880
14416 msgid "unexpected mode $mod_dst"
14419 #: git-submodule.sh:900
14421 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14424 #: git-submodule.sh:903
14426 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14429 #: git-submodule.sh:906
14431 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14434 #: git-submodule.sh:1077
14436 msgid "Synchronizing submodule url for '$displaypath'"
14439 #: git-parse-remote.sh:89
14441 msgid "See git-${cmd}(1) for details."
14444 #: git-rebase--interactive.sh:140
14446 msgid "Rebasing ($new_count/$total)"
14449 #: git-rebase--interactive.sh:156
14453 "p, pick = use commit\n"
14454 "r, reword = use commit, but edit the commit message\n"
14455 "e, edit = use commit, but stop for amending\n"
14456 "s, squash = use commit, but meld into previous commit\n"
14457 "f, fixup = like \"squash\", but discard this commit's log message\n"
14458 "x, exec = run command (the rest of the line) using shell\n"
14459 "d, drop = remove commit\n"
14461 "These lines can be re-ordered; they are executed from top to bottom.\n"
14464 #: git-rebase--interactive.sh:171
14467 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14470 #: git-rebase--interactive.sh:175
14473 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14476 #: git-rebase--interactive.sh:211
14479 "You can amend the commit now, with\n"
14481 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14483 "Once you are satisfied with your changes, run\n"
14485 "\tgit rebase --continue"
14488 #: git-rebase--interactive.sh:236
14490 msgid "$sha1: not a commit that can be picked"
14493 #: git-rebase--interactive.sh:275
14495 msgid "Invalid commit name: $sha1"
14498 #: git-rebase--interactive.sh:317
14499 msgid "Cannot write current commit's replacement sha1"
14502 #: git-rebase--interactive.sh:369
14504 msgid "Fast-forward to $sha1"
14507 #: git-rebase--interactive.sh:371
14509 msgid "Cannot fast-forward to $sha1"
14512 #: git-rebase--interactive.sh:380
14514 msgid "Cannot move HEAD to $first_parent"
14517 #: git-rebase--interactive.sh:385
14519 msgid "Refusing to squash a merge: $sha1"
14522 #: git-rebase--interactive.sh:400
14524 msgid "Error redoing merge $sha1"
14527 #: git-rebase--interactive.sh:408
14529 msgid "Could not pick $sha1"
14532 #: git-rebase--interactive.sh:417
14534 msgid "This is the commit message #${n}:"
14537 #: git-rebase--interactive.sh:422
14539 msgid "The commit message #${n} will be skipped:"
14542 #: git-rebase--interactive.sh:433
14544 msgid "This is a combination of $count commit."
14545 msgid_plural "This is a combination of $count commits."
14549 #: git-rebase--interactive.sh:442
14551 msgid "Cannot write $fixup_msg"
14554 #: git-rebase--interactive.sh:445
14555 msgid "This is a combination of 2 commits."
14558 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14559 #: git-rebase--interactive.sh:532
14561 msgid "Could not apply $sha1... $rest"
14564 #: git-rebase--interactive.sh:560
14567 "Could not amend commit after successfully picking $sha1... $rest\n"
14568 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14569 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14571 "you are able to reword the commit."
14574 #: git-rebase--interactive.sh:575
14576 msgid "Stopped at $sha1_abbrev... $rest"
14579 #: git-rebase--interactive.sh:590
14581 msgid "Cannot '$squash_style' without a previous commit"
14584 #: git-rebase--interactive.sh:632
14586 msgid "Executing: $rest"
14589 #: git-rebase--interactive.sh:640
14591 msgid "Execution failed: $rest"
14594 #: git-rebase--interactive.sh:642
14595 msgid "and made changes to the index and/or the working tree"
14598 #: git-rebase--interactive.sh:644
14600 "You can fix the problem, and then run\n"
14602 "\tgit rebase --continue"
14605 #. TRANSLATORS: after these lines is a command to be issued by the user
14606 #: git-rebase--interactive.sh:657
14609 "Execution succeeded: $rest\n"
14610 "but left changes to the index and/or the working tree\n"
14611 "Commit or stash your changes, and then run\n"
14613 "\tgit rebase --continue"
14616 #: git-rebase--interactive.sh:668
14618 msgid "Unknown command: $command $sha1 $rest"
14621 #: git-rebase--interactive.sh:669
14622 msgid "Please fix this using 'git rebase --edit-todo'."
14625 #: git-rebase--interactive.sh:704
14627 msgid "Successfully rebased and updated $head_name."
14630 #: git-rebase--interactive.sh:728
14631 msgid "could not detach HEAD"
14634 #: git-rebase--interactive.sh:763
14635 msgid "Could not remove CHERRY_PICK_HEAD"
14638 #: git-rebase--interactive.sh:768
14641 "You have staged changes in your working tree.\n"
14642 "If these changes are meant to be\n"
14643 "squashed into the previous commit, run:\n"
14645 " git commit --amend $gpg_sign_opt_quoted\n"
14647 "If they are meant to go into a new commit, run:\n"
14649 " git commit $gpg_sign_opt_quoted\n"
14651 "In both cases, once you're done, continue with:\n"
14653 " git rebase --continue\n"
14656 #: git-rebase--interactive.sh:785
14657 msgid "Error trying to find the author identity to amend commit"
14660 #: git-rebase--interactive.sh:790
14662 "You have uncommitted changes in your working tree. Please commit them\n"
14663 "first and then run 'git rebase --continue' again."
14666 #: git-rebase--interactive.sh:795 git-rebase--interactive.sh:799
14667 msgid "Could not commit staged changes."
14670 #: git-rebase--interactive.sh:827
14673 "You are editing the todo file of an ongoing interactive rebase.\n"
14674 "To continue rebase after editing, run:\n"
14675 " git rebase --continue\n"
14679 #: git-rebase--interactive.sh:835 git-rebase--interactive.sh:995
14680 msgid "Could not execute editor"
14683 #: git-rebase--interactive.sh:848
14685 msgid "Could not checkout $switch_to"
14688 #: git-rebase--interactive.sh:853
14692 #: git-rebase--interactive.sh:854
14694 msgid "Could not create temporary $state_dir"
14697 #: git-rebase--interactive.sh:856
14698 msgid "Could not mark as interactive"
14701 #: git-rebase--interactive.sh:866 git-rebase--interactive.sh:871
14702 msgid "Could not init rewritten commits"
14705 #: git-rebase--interactive.sh:897
14706 msgid "Could not generate todo list"
14709 #: git-rebase--interactive.sh:973
14711 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14712 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14716 #: git-rebase--interactive.sh:978
14719 "However, if you remove everything, the rebase will be aborted.\n"
14723 #: git-rebase--interactive.sh:985
14724 msgid "Note that empty commits are commented out"
14727 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14729 msgid "usage: $dashless $USAGE"
14732 #: git-sh-setup.sh:190
14734 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14737 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14739 msgid "fatal: $program_name cannot be used without a working tree."
14742 #: git-sh-setup.sh:220
14743 msgid "Cannot rebase: You have unstaged changes."
14746 #: git-sh-setup.sh:223
14747 msgid "Cannot rewrite branches: You have unstaged changes."
14750 #: git-sh-setup.sh:226
14751 msgid "Cannot pull with rebase: You have unstaged changes."
14754 #: git-sh-setup.sh:229
14756 msgid "Cannot $action: You have unstaged changes."
14759 #: git-sh-setup.sh:242
14760 msgid "Cannot rebase: Your index contains uncommitted changes."
14763 #: git-sh-setup.sh:245
14764 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14767 #: git-sh-setup.sh:248
14769 msgid "Cannot $action: Your index contains uncommitted changes."
14772 #: git-sh-setup.sh:252
14773 msgid "Additionally, your index contains uncommitted changes."
14776 #: git-sh-setup.sh:372
14777 msgid "You need to run this command from the toplevel of the working tree."
14780 #: git-sh-setup.sh:377
14781 msgid "Unable to determine absolute path of git directory"
14784 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14785 #: git-add--interactive.perl:196
14787 msgid "%12s %12s %s"
14790 #: git-add--interactive.perl:197
14794 #: git-add--interactive.perl:197
14798 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14802 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14806 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14810 #: git-add--interactive.perl:602
14812 msgid "added %d path\n"
14813 msgid_plural "added %d paths\n"
14817 #: git-add--interactive.perl:605
14819 msgid "updated %d path\n"
14820 msgid_plural "updated %d paths\n"
14824 #: git-add--interactive.perl:608
14826 msgid "reverted %d path\n"
14827 msgid_plural "reverted %d paths\n"
14831 #: git-add--interactive.perl:611
14833 msgid "touched %d path\n"
14834 msgid_plural "touched %d paths\n"
14838 #: git-add--interactive.perl:620
14842 #: git-add--interactive.perl:632
14846 #: git-add--interactive.perl:655
14848 msgid "note: %s is untracked now.\n"
14851 #: git-add--interactive.perl:666
14852 msgid "Add untracked"
14855 #: git-add--interactive.perl:672
14856 msgid "No untracked files.\n"
14859 #: git-add--interactive.perl:985
14861 "If the patch applies cleanly, the edited hunk will immediately be\n"
14862 "marked for staging."
14865 #: git-add--interactive.perl:988
14867 "If the patch applies cleanly, the edited hunk will immediately be\n"
14868 "marked for stashing."
14871 #: git-add--interactive.perl:991
14873 "If the patch applies cleanly, the edited hunk will immediately be\n"
14874 "marked for unstaging."
14877 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14879 "If the patch applies cleanly, the edited hunk will immediately be\n"
14880 "marked for applying."
14883 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14885 "If the patch applies cleanly, the edited hunk will immediately be\n"
14886 "marked for discarding."
14889 #: git-add--interactive.perl:1013
14891 msgid "failed to open hunk edit file for writing: %s"
14894 #: git-add--interactive.perl:1014
14895 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14898 #: git-add--interactive.perl:1020
14902 "To remove '%s' lines, make them ' ' lines (context).\n"
14903 "To remove '%s' lines, delete them.\n"
14904 "Lines starting with %s will be removed.\n"
14907 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14908 #: git-add--interactive.perl:1028
14910 "If it does not apply cleanly, you will be given an opportunity to\n"
14911 "edit again. If all lines of the hunk are removed, then the edit is\n"
14912 "aborted and the hunk is left unchanged.\n"
14915 #: git-add--interactive.perl:1042
14917 msgid "failed to open hunk edit file for reading: %s"
14920 #. TRANSLATORS: do not translate [y/n]
14921 #. The program will only accept that input
14923 #. Consider translating (saying "no" discards!) as
14924 #. (saying "n" for "no" discards!) if the translation
14925 #. of the word "no" does not start with n.
14926 #: git-add--interactive.perl:1134
14928 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14931 #: git-add--interactive.perl:1143
14933 "y - stage this hunk\n"
14934 "n - do not stage this hunk\n"
14935 "q - quit; do not stage this hunk or any of the remaining ones\n"
14936 "a - stage this hunk and all later hunks in the file\n"
14937 "d - do not stage this hunk or any of the later hunks in the file"
14940 #: git-add--interactive.perl:1149
14942 "y - stash this hunk\n"
14943 "n - do not stash this hunk\n"
14944 "q - quit; do not stash this hunk or any of the remaining ones\n"
14945 "a - stash this hunk and all later hunks in the file\n"
14946 "d - do not stash this hunk or any of the later hunks in the file"
14949 #: git-add--interactive.perl:1155
14951 "y - unstage this hunk\n"
14952 "n - do not unstage this hunk\n"
14953 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14954 "a - unstage this hunk and all later hunks in the file\n"
14955 "d - do not unstage this hunk or any of the later hunks in the file"
14958 #: git-add--interactive.perl:1161
14960 "y - apply this hunk to index\n"
14961 "n - do not apply this hunk to index\n"
14962 "q - quit; do not apply this hunk or any of the remaining ones\n"
14963 "a - apply this hunk and all later hunks in the file\n"
14964 "d - do not apply this hunk or any of the later hunks in the file"
14967 #: git-add--interactive.perl:1167
14969 "y - discard this hunk from worktree\n"
14970 "n - do not discard this hunk from worktree\n"
14971 "q - quit; do not discard this hunk or any of the remaining ones\n"
14972 "a - discard this hunk and all later hunks in the file\n"
14973 "d - do not discard this hunk or any of the later hunks in the file"
14976 #: git-add--interactive.perl:1173
14978 "y - discard this hunk from index and worktree\n"
14979 "n - do not discard this hunk from index and worktree\n"
14980 "q - quit; do not discard this hunk or any of the remaining ones\n"
14981 "a - discard this hunk and all later hunks in the file\n"
14982 "d - do not discard this hunk or any of the later hunks in the file"
14985 #: git-add--interactive.perl:1179
14987 "y - apply this hunk to index and worktree\n"
14988 "n - do not apply this hunk to index and worktree\n"
14989 "q - quit; do not apply this hunk or any of the remaining ones\n"
14990 "a - apply this hunk and all later hunks in the file\n"
14991 "d - do not apply this hunk or any of the later hunks in the file"
14994 #: git-add--interactive.perl:1188
14996 "g - select a hunk to go to\n"
14997 "/ - search for a hunk matching the given regex\n"
14998 "j - leave this hunk undecided, see next undecided hunk\n"
14999 "J - leave this hunk undecided, see next hunk\n"
15000 "k - leave this hunk undecided, see previous undecided hunk\n"
15001 "K - leave this hunk undecided, see previous hunk\n"
15002 "s - split the current hunk into smaller hunks\n"
15003 "e - manually edit the current hunk\n"
15007 #: git-add--interactive.perl:1219
15008 msgid "The selected hunks do not apply to the index!\n"
15011 #: git-add--interactive.perl:1220
15012 msgid "Apply them to the worktree anyway? "
15015 #: git-add--interactive.perl:1223
15016 msgid "Nothing was applied.\n"
15019 #: git-add--interactive.perl:1234
15021 msgid "ignoring unmerged: %s\n"
15024 #: git-add--interactive.perl:1243
15025 msgid "Only binary files changed.\n"
15028 #: git-add--interactive.perl:1245
15029 msgid "No changes.\n"
15032 #: git-add--interactive.perl:1253
15033 msgid "Patch update"
15036 #: git-add--interactive.perl:1305
15038 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15041 #: git-add--interactive.perl:1306
15043 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15046 #: git-add--interactive.perl:1307
15048 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15051 #: git-add--interactive.perl:1310
15053 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15056 #: git-add--interactive.perl:1311
15058 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15061 #: git-add--interactive.perl:1312
15063 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15066 #: git-add--interactive.perl:1315
15068 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15071 #: git-add--interactive.perl:1316
15073 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15076 #: git-add--interactive.perl:1317
15078 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15081 #: git-add--interactive.perl:1320
15083 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15086 #: git-add--interactive.perl:1321
15088 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15091 #: git-add--interactive.perl:1322
15093 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15096 #: git-add--interactive.perl:1325
15098 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15101 #: git-add--interactive.perl:1326
15103 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15106 #: git-add--interactive.perl:1327
15108 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15111 #: git-add--interactive.perl:1330
15113 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15116 #: git-add--interactive.perl:1331
15118 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15121 #: git-add--interactive.perl:1332
15123 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15126 #: git-add--interactive.perl:1335
15128 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15131 #: git-add--interactive.perl:1336
15133 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15136 #: git-add--interactive.perl:1337
15138 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15141 #: git-add--interactive.perl:1440
15142 msgid "go to which hunk (<ret> to see more)? "
15145 #: git-add--interactive.perl:1442
15146 msgid "go to which hunk? "
15149 #: git-add--interactive.perl:1451
15151 msgid "Invalid number: '%s'\n"
15154 #: git-add--interactive.perl:1456
15156 msgid "Sorry, only %d hunk available.\n"
15157 msgid_plural "Sorry, only %d hunks available.\n"
15161 #: git-add--interactive.perl:1482
15162 msgid "search for regex? "
15165 #: git-add--interactive.perl:1495
15167 msgid "Malformed search regexp %s: %s\n"
15170 #: git-add--interactive.perl:1505
15171 msgid "No hunk matches the given pattern\n"
15174 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15175 msgid "No previous hunk\n"
15178 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15179 msgid "No next hunk\n"
15182 #: git-add--interactive.perl:1553
15184 msgid "Split into %d hunk.\n"
15185 msgid_plural "Split into %d hunks.\n"
15189 #: git-add--interactive.perl:1605
15190 msgid "Review diff"
15193 #. TRANSLATORS: please do not translate the command names
15194 #. 'status', 'update', 'revert', etc.
15195 #: git-add--interactive.perl:1624
15197 "status - show paths with changes\n"
15198 "update - add working tree state to the staged set of changes\n"
15199 "revert - revert staged set of changes back to the HEAD version\n"
15200 "patch - pick hunks and update selectively\n"
15201 "diff - view diff between HEAD and index\n"
15202 "add untracked - add contents of untracked files to the staged set of "
15206 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15207 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15208 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15212 #: git-add--interactive.perl:1662
15214 msgid "unknown --patch mode: %s"
15217 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15219 msgid "invalid argument %s, expecting --"
15222 #: git-send-email.perl:126
15223 msgid "local zone differs from GMT by a non-minute interval\n"
15226 #: git-send-email.perl:133 git-send-email.perl:139
15227 msgid "local time offset greater than or equal to 24 hours\n"
15230 #: git-send-email.perl:207 git-send-email.perl:213
15231 msgid "the editor exited uncleanly, aborting everything"
15234 #: git-send-email.perl:290
15237 "'%s' contains an intermediate version of the email you were composing.\n"
15240 #: git-send-email.perl:295
15242 msgid "'%s.final' contains the composed email.\n"
15245 #: git-send-email.perl:313
15246 msgid "--dump-aliases incompatible with other options\n"
15249 #: git-send-email.perl:378 git-send-email.perl:629
15250 msgid "Cannot run git format-patch from outside a repository\n"
15253 #: git-send-email.perl:447
15255 msgid "Unknown --suppress-cc field: '%s'\n"
15258 #: git-send-email.perl:476
15260 msgid "Unknown --confirm setting: '%s'\n"
15263 #: git-send-email.perl:504
15265 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15268 #: git-send-email.perl:506
15270 msgid "warning: `:include:` not supported: %s\n"
15273 #: git-send-email.perl:508
15275 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15278 #: git-send-email.perl:513
15280 msgid "warning: sendmail line is not recognized: %s\n"
15283 #: git-send-email.perl:595
15286 "File '%s' exists but it could also be the range of commits\n"
15287 "to produce patches for. Please disambiguate by...\n"
15289 " * Saying \"./%s\" if you mean a file; or\n"
15290 " * Giving --format-patch option if you mean a range.\n"
15293 #: git-send-email.perl:616
15295 msgid "Failed to opendir %s: %s"
15298 #: git-send-email.perl:640
15302 "warning: no patches were sent\n"
15305 #: git-send-email.perl:651
15308 "No patch files specified!\n"
15312 #: git-send-email.perl:664
15314 msgid "No subject line in %s?"
15317 #: git-send-email.perl:674
15319 msgid "Failed to open for writing %s: %s"
15322 #: git-send-email.perl:684
15324 "Lines beginning in \"GIT:\" will be removed.\n"
15325 "Consider including an overall diffstat or table of contents\n"
15326 "for the patch you are writing.\n"
15328 "Clear the body content if you don't wish to send a summary.\n"
15331 #: git-send-email.perl:707
15333 msgid "Failed to open %s.final: %s"
15336 #: git-send-email.perl:710
15338 msgid "Failed to open %s: %s"
15341 #: git-send-email.perl:745
15342 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15345 #: git-send-email.perl:754
15346 msgid "Summary email is empty, skipping it\n"
15349 #. TRANSLATORS: please keep [y/N] as is.
15350 #: git-send-email.perl:786
15352 msgid "Are you sure you want to use <%s> [y/N]? "
15355 #: git-send-email.perl:815
15357 "The following files are 8bit, but do not declare a Content-Transfer-"
15361 #: git-send-email.perl:820
15362 msgid "Which 8bit encoding should I declare [UTF-8]? "
15365 #: git-send-email.perl:828
15368 "Refusing to send because the patch\n"
15370 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15374 #: git-send-email.perl:847
15375 msgid "To whom should the emails be sent (if anyone)?"
15378 #: git-send-email.perl:865
15380 msgid "fatal: alias '%s' expands to itself\n"
15383 #: git-send-email.perl:877
15384 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15387 #: git-send-email.perl:929 git-send-email.perl:937
15389 msgid "error: unable to extract a valid address from: %s\n"
15392 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15393 #. translation. The program will only accept English input
15395 #: git-send-email.perl:941
15396 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15399 #: git-send-email.perl:1262
15401 msgid "CA path \"%s\" does not exist"
15404 #: git-send-email.perl:1337
15406 " The Cc list above has been expanded by additional\n"
15407 " addresses found in the patch commit message. By default\n"
15408 " send-email prompts before sending whenever this occurs.\n"
15409 " This behavior is controlled by the sendemail.confirm\n"
15410 " configuration setting.\n"
15412 " For additional information, run 'git send-email --help'.\n"
15413 " To retain the current behavior, but squelch this message,\n"
15414 " run 'git config --global sendemail.confirm auto'.\n"
15418 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15419 #. translation. The program will only accept English input
15421 #: git-send-email.perl:1352
15422 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15425 #: git-send-email.perl:1355
15426 msgid "Send this email reply required"
15429 #: git-send-email.perl:1381
15430 msgid "The required SMTP server is not properly defined."
15433 #: git-send-email.perl:1428
15435 msgid "Server does not support STARTTLS! %s"
15438 #: git-send-email.perl:1433 git-send-email.perl:1437
15440 msgid "STARTTLS failed! %s"
15443 #: git-send-email.perl:1447
15444 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15447 #: git-send-email.perl:1465
15449 msgid "Failed to send %s\n"
15452 #: git-send-email.perl:1468
15454 msgid "Dry-Sent %s\n"
15457 #: git-send-email.perl:1468
15462 #: git-send-email.perl:1470
15463 msgid "Dry-OK. Log says:\n"
15466 #: git-send-email.perl:1470
15467 msgid "OK. Log says:\n"
15470 #: git-send-email.perl:1482
15474 #: git-send-email.perl:1485
15475 msgid "Result: OK\n"
15478 #: git-send-email.perl:1498
15480 msgid "can't open file %s"
15483 #: git-send-email.perl:1545 git-send-email.perl:1565
15485 msgid "(mbox) Adding cc: %s from line '%s'\n"
15488 #: git-send-email.perl:1551
15490 msgid "(mbox) Adding to: %s from line '%s'\n"
15493 #: git-send-email.perl:1599
15495 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15498 #: git-send-email.perl:1624
15500 msgid "(body) Adding cc: %s from line '%s'\n"
15503 #: git-send-email.perl:1730
15505 msgid "(%s) Could not execute '%s'"
15508 #: git-send-email.perl:1737
15510 msgid "(%s) Adding %s: %s from: '%s'\n"
15513 #: git-send-email.perl:1741
15515 msgid "(%s) failed to close pipe to '%s'"
15518 #: git-send-email.perl:1768
15519 msgid "cannot send message as 7bit"
15522 #: git-send-email.perl:1776
15523 msgid "invalid transfer encoding"
15526 #: git-send-email.perl:1814 git-send-email.perl:1865 git-send-email.perl:1875
15528 msgid "unable to open %s: %s\n"
15531 #: git-send-email.perl:1817
15533 msgid "%s: patch contains a line longer than 998 characters"
15536 #: git-send-email.perl:1833
15538 msgid "Skipping %s with backup suffix '%s'.\n"
15541 #. TRANSLATORS: please keep "[y|N]" as is.
15542 #: git-send-email.perl:1837
15544 msgid "Do you really want to send %s? [y|N]: "