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: 2017-12-31 10:45+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:2257 builtin/am.c:2260
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:2266
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:2245 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:2254
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:1179
946 #: sequencer.c:2367 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:1357 sequencer.c:1804 sequencer.c:2631
1102 #: sequencer.c:2657 sequencer.c:2748 sequencer.c:2850 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:1611 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1471 builtin/am.c:2106
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:95 builtin/am.c:1980 builtin/am.c:2014 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:1955
2162 msgid "Already up to date!"
2165 #: merge-recursive.c:1964
2167 msgid "merging of trees %s and %s failed"
2170 #: merge-recursive.c:2061
2174 #: merge-recursive.c:2074
2176 msgid "found %u common ancestor:"
2177 msgid_plural "found %u common ancestors:"
2181 #: merge-recursive.c:2113
2182 msgid "merge returned no commit"
2185 #: merge-recursive.c:2176
2187 msgid "Could not parse object '%s'"
2190 #: merge-recursive.c:2190 builtin/merge.c:656 builtin/merge.c:815
2191 msgid "Unable to write index."
2194 #: notes-merge.c:272
2197 "You have not concluded your previous notes merge (%s exists).\n"
2198 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2199 "commit/abort the previous merge before you start a new notes merge."
2202 #: notes-merge.c:279
2204 msgid "You have not concluded your notes merge (%s exists)."
2208 msgid "Cannot commit uninitialized/unreferenced notes tree"
2211 #: notes-utils.c:101
2213 msgid "Bad notes.rewriteMode value: '%s'"
2216 #: notes-utils.c:111
2218 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2221 #. TRANSLATORS: The first %s is the name of
2222 #. the environment variable, the second %s is
2225 #: notes-utils.c:141
2227 msgid "Bad %s value: '%s'"
2232 msgid "unable to parse object: %s"
2236 msgid "offset before end of packfile (broken .idx?)"
2241 msgid "offset before start of pack index for %s (corrupt index?)"
2246 msgid "offset beyond end of pack index for %s (truncated index?)"
2249 #: parse-options.c:573
2253 #: parse-options.c:592
2258 #. TRANSLATORS: the colon here should align with the
2259 #. one in "usage: %s" translation.
2261 #: parse-options.c:598
2266 #: parse-options.c:601
2271 #: parse-options.c:640
2275 #: parse-options-cb.c:108
2277 msgid "malformed object name '%s'"
2282 msgid "Could not make %s writable by group"
2286 msgid "Escape character '\\' not allowed as last character in attr value"
2290 msgid "Only one 'attr:' specification is allowed."
2294 msgid "attr spec must not be empty"
2299 msgid "invalid attribute name %s"
2303 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2308 "global 'literal' pathspec setting is incompatible with all other global "
2313 msgid "invalid parameter for pathspec magic 'prefix'"
2318 msgid "Invalid pathspec magic '%.*s' in '%s'"
2323 msgid "Missing ')' at the end of pathspec magic in '%s'"
2328 msgid "Unimplemented pathspec magic '%c' in '%s'"
2333 msgid "%s: 'literal' and 'glob' are incompatible"
2338 msgid "%s: '%s' is outside repository"
2343 msgid "'%s' (mnemonic: '%c')"
2348 msgid "%s: pathspec magic not supported by this command: %s"
2353 msgid "pathspec '%s' is beyond a symbolic link"
2357 msgid "unable to parse --pretty format"
2360 #: read-cache.c:1472
2363 "index.version set, but the value is invalid.\n"
2367 #: read-cache.c:1482
2370 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2374 #: read-cache.c:2370 sequencer.c:2725 wrapper.c:658 builtin/merge.c:1048
2376 msgid "could not close '%s'"
2379 #: read-cache.c:2442 sequencer.c:1366 sequencer.c:2093
2381 msgid "could not stat '%s'"
2384 #: read-cache.c:2455
2386 msgid "unable to open git dir: %s"
2389 #: read-cache.c:2467
2391 msgid "unable to unlink: %s"
2396 msgid "Could not open '%s' for writing"
2400 msgid "ref updates forbidden inside quarantine environment"
2403 #: refs/files-backend.c:1189
2405 msgid "could not remove reference %s"
2408 #: refs/files-backend.c:1203 refs/packed-backend.c:1524
2409 #: refs/packed-backend.c:1534
2411 msgid "could not delete reference %s: %s"
2414 #: refs/files-backend.c:1206 refs/packed-backend.c:1537
2416 msgid "could not delete references: %s"
2419 #: ref-filter.c:35 wt-status.c:1816
2435 msgid "ahead %d, behind %d"
2440 msgid "expected format: %%(color:<color>)"
2445 msgid "unrecognized color: %%(color:%s)"
2450 msgid "Integer value expected refname:lstrip=%s"
2455 msgid "Integer value expected refname:rstrip=%s"
2460 msgid "unrecognized %%(%s) argument: %s"
2465 msgid "%%(body) does not take arguments"
2470 msgid "%%(subject) does not take arguments"
2475 msgid "unknown %%(trailers) argument: %s"
2480 msgid "positive value expected contents:lines=%s"
2485 msgid "unrecognized %%(contents) argument: %s"
2490 msgid "positive value expected objectname:short=%s"
2495 msgid "unrecognized %%(objectname) argument: %s"
2500 msgid "expected format: %%(align:<width>,<position>)"
2505 msgid "unrecognized position:%s"
2510 msgid "unrecognized width:%s"
2515 msgid "unrecognized %%(align) argument: %s"
2520 msgid "positive width expected with the %%(align) atom"
2525 msgid "unrecognized %%(if) argument: %s"
2530 msgid "malformed field name: %.*s"
2535 msgid "unknown field name: %.*s"
2540 msgid "format: %%(if) atom used without a %%(then) atom"
2545 msgid "format: %%(then) atom used without an %%(if) atom"
2550 msgid "format: %%(then) atom used more than once"
2555 msgid "format: %%(then) atom used after %%(else)"
2560 msgid "format: %%(else) atom used without an %%(if) atom"
2565 msgid "format: %%(else) atom used without a %%(then) atom"
2570 msgid "format: %%(else) atom used more than once"
2575 msgid "format: %%(end) atom used without corresponding atom"
2580 msgid "malformed format string %s"
2583 #: ref-filter.c:1313
2585 msgid "(no branch, rebasing %s)"
2588 #: ref-filter.c:1316
2590 msgid "(no branch, bisect started on %s)"
2593 #. TRANSLATORS: make sure this matches "HEAD
2594 #. detached at " in wt-status.c
2596 #: ref-filter.c:1324
2598 msgid "(HEAD detached at %s)"
2601 #. TRANSLATORS: make sure this matches "HEAD
2602 #. detached from " in wt-status.c
2604 #: ref-filter.c:1331
2606 msgid "(HEAD detached from %s)"
2609 #: ref-filter.c:1335
2613 #: ref-filter.c:1488 ref-filter.c:1519
2615 msgid "missing object %s for %s"
2618 #: ref-filter.c:1491 ref-filter.c:1522
2620 msgid "parse_object_buffer failed on %s for %s"
2623 #: ref-filter.c:1822
2625 msgid "malformed object at '%s'"
2628 #: ref-filter.c:1889
2630 msgid "ignoring ref with broken name %s"
2633 #: ref-filter.c:1894
2635 msgid "ignoring broken ref %s"
2638 #: ref-filter.c:2156
2640 msgid "format: %%(end) atom missing"
2643 #: ref-filter.c:2250
2645 msgid "malformed object name %s"
2650 msgid "Cannot fetch both %s and %s to %s"
2655 msgid "%s usually tracks %s, not %s"
2660 msgid "%s tracks both %s and %s"
2664 msgid "Internal error"
2667 #: remote.c:1711 remote.c:1813
2668 msgid "HEAD does not point to a branch"
2673 msgid "no such branch: '%s'"
2678 msgid "no upstream configured for branch '%s'"
2683 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2688 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2693 msgid "branch '%s' has no remote for pushing"
2698 msgid "push refspecs for '%s' do not include '%s'"
2702 msgid "push has no destination (push.default is 'nothing')"
2706 msgid "cannot resolve 'simple' push to a single destination"
2711 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2715 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2720 msgid "Your branch is up to date with '%s'.\n"
2725 msgid "Your branch is ahead of '%s' by %d commit.\n"
2726 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2731 msgid " (use \"git push\" to publish your local commits)\n"
2736 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2738 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2743 msgid " (use \"git pull\" to update your local branch)\n"
2749 "Your branch and '%s' have diverged,\n"
2750 "and have %d and %d different commit each, respectively.\n"
2752 "Your branch and '%s' have diverged,\n"
2753 "and have %d and %d different commits each, respectively.\n"
2758 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2762 msgid "your current branch appears to be broken"
2767 msgid "your current branch '%s' does not have any commits yet"
2771 msgid "--first-parent is incompatible with --bisect"
2774 #: run-command.c:645
2775 msgid "open /dev/null failed"
2778 #: run-command.c:1188
2781 "The '%s' hook was ignored because it's not set as executable.\n"
2782 "You can disable this warning with `git config advice.ignoredHook false`."
2787 msgid "unable to parse remote unpack status: %s"
2792 msgid "remote unpack failed: %s"
2796 msgid "failed to sign the push certificate"
2800 msgid "the receiving end does not support --signed push"
2805 "not sending a push certificate since the receiving end does not support --"
2810 msgid "the receiving end does not support --atomic push"
2814 msgid "the receiving end does not support push options"
2831 msgid "Unknown action: %d"
2836 "after resolving the conflicts, mark the corrected paths\n"
2837 "with 'git add <paths>' or 'git rm <paths>'"
2842 "after resolving the conflicts, mark the corrected paths\n"
2843 "with 'git add <paths>' or 'git rm <paths>'\n"
2844 "and commit the result with 'git commit'"
2847 #: sequencer.c:297 sequencer.c:1715
2849 msgid "could not lock '%s'"
2852 #: sequencer.c:300 sequencer.c:1592 sequencer.c:1720 sequencer.c:1734
2853 #: sequencer.c:2723 sequencer.c:2794 wrapper.c:656
2855 msgid "could not write to '%s'"
2860 msgid "could not write eol to '%s'"
2863 #: sequencer.c:308 sequencer.c:1597 sequencer.c:1722
2865 msgid "failed to finalize '%s'."
2868 #: sequencer.c:332 sequencer.c:829 sequencer.c:1618 builtin/am.c:259
2869 #: builtin/commit.c:754 builtin/merge.c:1046
2871 msgid "could not read '%s'"
2876 msgid "your local changes would be overwritten by %s."
2880 msgid "commit your changes or stash them to proceed."
2885 msgid "%s: fast-forward"
2888 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2893 msgid "%s: Unable to write new index file"
2897 msgid "could not resolve HEAD commit\n"
2901 msgid "unable to update cache tree\n"
2907 "you have staged changes in your working tree\n"
2908 "If these changes are meant to be squashed into the previous commit, run:\n"
2910 " git commit --amend %s\n"
2912 "If they are meant to go into a new commit, run:\n"
2916 "In both cases, once you're done, continue with:\n"
2918 " git rebase --continue\n"
2923 msgid "could not parse commit %s\n"
2928 msgid "could not parse parent commit %s\n"
2934 "unexpected 1st line of squash message:\n"
2942 "invalid 1st line of squash message:\n"
2947 #: sequencer.c:848 sequencer.c:873
2949 msgid "This is a combination of %d commits."
2952 #: sequencer.c:857 sequencer.c:2742
2953 msgid "need a HEAD to fixup"
2957 msgid "could not read HEAD"
2961 msgid "could not read HEAD's commit message"
2966 msgid "cannot write '%s'"
2969 #: sequencer.c:876 git-rebase--interactive.sh:446
2970 msgid "This is the 1st commit message:"
2975 msgid "could not read commit message of %s"
2980 msgid "This is the commit message #%d:"
2985 msgid "The commit message #%d will be skipped:"
2990 msgid "unknown command: %d"
2994 msgid "your index file is unmerged."
2999 msgid "commit %s is a merge but no -m option was given."
3004 msgid "commit %s does not have parent %d"
3009 msgid "mainline was specified but commit %s is not a merge."
3014 msgid "cannot get commit message for %s"
3017 #. TRANSLATORS: The first %s will be a "todo" command like
3018 #. "revert" or "pick", the second %s a SHA1.
3021 msgid "%s: cannot parse parent commit %s"
3024 #: sequencer.c:1088 sequencer.c:1864
3026 msgid "could not rename '%s' to '%s'"
3031 msgid "could not revert %s... %s"
3036 msgid "could not apply %s... %s"
3040 msgid "empty commit set passed"
3045 msgid "git %s: failed to read the index"
3050 msgid "git %s: failed to refresh the index"
3055 msgid "invalid line %d: %.*s"
3060 msgid "cannot '%s' without a previous commit"
3063 #: sequencer.c:1360 sequencer.c:2522 sequencer.c:2557 sequencer.c:2636
3064 #: sequencer.c:2662 sequencer.c:2752 sequencer.c:2853
3066 msgid "could not read '%s'."
3070 msgid "please fix this using 'git rebase --edit-todo'."
3075 msgid "unusable instruction sheet: '%s'"
3079 msgid "no commits parsed."
3083 msgid "cannot cherry-pick during a revert."
3087 msgid "cannot revert during a cherry-pick."
3092 msgid "invalid key: %s"
3097 msgid "invalid value for %s: %s"
3102 msgid "malformed options sheet: '%s'"
3106 msgid "a cherry-pick or revert is already in progress"
3110 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3115 msgid "could not create sequencer directory '%s'"
3119 msgid "could not lock HEAD"
3122 #: sequencer.c:1643 sequencer.c:2227
3123 msgid "no cherry-pick or revert in progress"
3127 msgid "cannot resolve HEAD"
3130 #: sequencer.c:1647 sequencer.c:1682
3131 msgid "cannot abort from a branch yet to be born"
3134 #: sequencer.c:1668 builtin/grep.c:713
3136 msgid "cannot open '%s'"
3141 msgid "cannot read '%s': %s"
3145 msgid "unexpected end of file"
3150 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3154 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3157 #: sequencer.c:1829 sequencer.c:2125
3158 msgid "cannot read HEAD"
3161 #: sequencer.c:1869 builtin/difftool.c:639
3163 msgid "could not copy '%s' to '%s'"
3167 msgid "could not read index"
3173 "execution failed: %s\n"
3174 "%sYou can fix the problem, and then run\n"
3176 " git rebase --continue\n"
3181 msgid "and made changes to the index and/or the working tree\n"
3187 "execution succeeded: %s\n"
3188 "but left changes to the index and/or the working tree\n"
3189 "Commit or stash your changes, and then run\n"
3191 " git rebase --continue\n"
3197 msgid "Applied autostash.\n"
3202 msgid "cannot store %s"
3205 #: sequencer.c:1979 git-rebase.sh:175
3208 "Applying autostash resulted in conflicts.\n"
3209 "Your changes are safe in the stash.\n"
3210 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3215 msgid "Stopped at %s... %.*s\n"
3220 msgid "unknown command %d"
3224 msgid "could not read orig-head"
3227 #: sequencer.c:2138 sequencer.c:2739
3228 msgid "could not read 'onto'"
3233 msgid "could not update %s"
3238 msgid "could not update HEAD to %s"
3242 msgid "cannot rebase: You have unstaged changes."
3246 msgid "could not remove CHERRY_PICK_HEAD"
3250 msgid "cannot amend non-existing commit"
3255 msgid "invalid file: '%s'"
3260 msgid "invalid contents: '%s'"
3266 "You have uncommitted changes in your working tree. Please, commit them\n"
3267 "first and then run 'git rebase --continue' again."
3271 msgid "could not commit staged changes."
3276 msgid "%s: can't cherry-pick a %s"
3281 msgid "%s: bad revision"
3285 msgid "can't revert as initial commit"
3289 msgid "make_script: unhandled options"
3293 msgid "make_script: error preparing revisions"
3296 #: sequencer.c:2526 sequencer.c:2561
3298 msgid "unusable todo list: '%s'"
3304 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3310 "Warning: some commits may have been dropped accidentally.\n"
3311 "Dropped commits (newer to older):\n"
3317 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3319 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3321 "The possible behaviours are: ignore, warn, error.\n"
3328 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3330 "Or you can abort the rebase with 'git rebase --abort'.\n"
3333 #: sequencer.c:2721 sequencer.c:2788 wrapper.c:225 wrapper.c:395
3336 msgid "could not open '%s' for writing"
3341 msgid "could not parse commit '%s'"
3345 msgid "the script was already rearranged."
3351 "%s: no such path in the working tree.\n"
3352 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3358 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3359 "Use '--' to separate paths from revisions, like this:\n"
3360 "'git <command> [<revision>...] -- [<file>...]'"
3366 "ambiguous argument '%s': both revision and filename\n"
3367 "Use '--' to separate paths from revisions, like this:\n"
3368 "'git <command> [<revision>...] -- [<file>...]'"
3373 msgid "Expected git repo version <= %d, found %d"
3377 msgid "unknown repository extensions found:"
3382 msgid "Not a git repository (or any of the parent directories): %s"
3385 #: setup.c:813 builtin/index-pack.c:1653
3386 msgid "Cannot come back to cwd"
3390 msgid "Unable to read current working directory"
3393 #: setup.c:1064 setup.c:1070
3395 msgid "Cannot change to '%s'"
3401 "Not a git repository (or any parent up to mount point %s)\n"
3402 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3408 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3409 "The owner of files must always have read and write permissions."
3414 msgid "path '%s' does not exist"
3419 msgid "reference repository '%s' as a linked checkout is not supported yet."
3424 msgid "reference repository '%s' is not a local repository."
3429 msgid "reference repository '%s' is shallow"
3434 msgid "reference repository '%s' is grafted"
3439 msgid "short SHA1 %s is ambiguous"
3443 msgid "The candidates are:"
3448 "Git normally never creates a ref that ends with 40 hex characters\n"
3449 "because it will be ignored when you just specify 40-hex. These refs\n"
3450 "may be created by mistake. For example,\n"
3452 " git checkout -b $br $(git rev-parse ...)\n"
3454 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3455 "examine these refs and maybe delete them. Turn this message off by\n"
3456 "running \"git config advice.objectNameWarning false\""
3459 #: submodule.c:96 submodule.c:130
3460 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3463 #: submodule.c:100 submodule.c:134
3465 msgid "Could not find section in .gitmodules where path=%s"
3470 msgid "Could not update .gitmodules entry %s"
3475 msgid "Could not remove .gitmodules entry for %s"
3479 msgid "staging updated .gitmodules failed"
3484 msgid "in unpopulated submodule '%s'"
3489 msgid "Pathspec '%s' is in submodule '%.*s'"
3494 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3497 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3498 msgid "Failed to resolve HEAD as a valid ref."
3503 msgid "'%s' not recognized as a git repository"
3508 msgid "could not start 'git status' in submodule '%s'"
3513 msgid "could not run 'git status' in submodule '%s'"
3518 msgid "submodule '%s' has dirty index"
3524 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3527 #: submodule.c:1888 submodule.c:1944
3529 msgid "could not lookup name for submodule '%s'"
3532 #: submodule.c:1892 builtin/submodule--helper.c:909
3533 #: builtin/submodule--helper.c:919
3535 msgid "could not create directory '%s'"
3541 "Migrating git directory of '%s%s' from\n"
3548 msgid "could not recurse into submodule '%s'"
3552 msgid "could not start ls-files in .."
3556 msgid "BUG: returned path string doesn't match cwd?"
3561 msgid "ls-tree returned unexpected return code %d"
3564 #: submodule-config.c:263
3565 msgid "negative values not allowed for submodule.fetchjobs"
3568 #: submodule-config.c:436
3570 msgid "invalid value for %s"
3575 msgid "running trailer command '%s' failed"
3578 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3581 msgid "unknown value '%s' for key '%s'"
3584 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3586 msgid "more than one %s"
3591 msgid "empty trailer token in trailer '%.*s'"
3596 msgid "could not read input file '%s'"
3600 msgid "could not read from stdin"
3603 #: trailer.c:1008 builtin/am.c:46
3605 msgid "could not stat %s"
3610 msgid "file %s is not a regular file"
3615 msgid "file %s is not writable by user"
3619 msgid "could not open temporary file"
3624 msgid "could not rename temporary file to %s"
3629 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3634 msgid "transport: invalid depth option '%s'"
3640 "The following submodule paths contain changes that can\n"
3641 "not be found on any remote:\n"
3650 "\tgit push --recurse-submodules=on-demand\n"
3652 "or cd to the path and use\n"
3656 "to push them to a remote.\n"
3664 #: transport-helper.c:1074
3666 msgid "Could not read ref %s"
3670 msgid "too-short tree object"
3674 msgid "malformed mode in tree entry"
3678 msgid "empty filename in tree entry"
3682 msgid "too-short tree file"
3685 #: unpack-trees.c:107
3688 "Your local changes to the following files would be overwritten by checkout:\n"
3689 "%%sPlease commit your changes or stash them before you switch branches."
3692 #: unpack-trees.c:109
3695 "Your local changes to the following files would be overwritten by checkout:\n"
3699 #: unpack-trees.c:112
3702 "Your local changes to the following files would be overwritten by merge:\n"
3703 "%%sPlease commit your changes or stash them before you merge."
3706 #: unpack-trees.c:114
3709 "Your local changes to the following files would be overwritten by merge:\n"
3713 #: unpack-trees.c:117
3716 "Your local changes to the following files would be overwritten by %s:\n"
3717 "%%sPlease commit your changes or stash them before you %s."
3720 #: unpack-trees.c:119
3723 "Your local changes to the following files would be overwritten by %s:\n"
3727 #: unpack-trees.c:124
3730 "Updating the following directories would lose untracked files in them:\n"
3734 #: unpack-trees.c:128
3737 "The following untracked working tree files would be removed by checkout:\n"
3738 "%%sPlease move or remove them before you switch branches."
3741 #: unpack-trees.c:130
3744 "The following untracked working tree files would be removed by checkout:\n"
3748 #: unpack-trees.c:133
3751 "The following untracked working tree files would be removed by merge:\n"
3752 "%%sPlease move or remove them before you merge."
3755 #: unpack-trees.c:135
3758 "The following untracked working tree files would be removed by merge:\n"
3762 #: unpack-trees.c:138
3765 "The following untracked working tree files would be removed by %s:\n"
3766 "%%sPlease move or remove them before you %s."
3769 #: unpack-trees.c:140
3772 "The following untracked working tree files would be removed by %s:\n"
3776 #: unpack-trees.c:145
3779 "The following untracked working tree files would be overwritten by "
3781 "%%sPlease move or remove them before you switch branches."
3784 #: unpack-trees.c:147
3787 "The following untracked working tree files would be overwritten by "
3792 #: unpack-trees.c:150
3795 "The following untracked working tree files would be overwritten by merge:\n"
3796 "%%sPlease move or remove them before you merge."
3799 #: unpack-trees.c:152
3802 "The following untracked working tree files would be overwritten by merge:\n"
3806 #: unpack-trees.c:155
3809 "The following untracked working tree files would be overwritten by %s:\n"
3810 "%%sPlease move or remove them before you %s."
3813 #: unpack-trees.c:157
3816 "The following untracked working tree files would be overwritten by %s:\n"
3820 #: unpack-trees.c:164
3822 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3825 #: unpack-trees.c:167
3828 "Cannot update sparse checkout: the following entries are not up to date:\n"
3832 #: unpack-trees.c:169
3835 "The following working tree files would be overwritten by sparse checkout "
3840 #: unpack-trees.c:171
3843 "The following working tree files would be removed by sparse checkout "
3848 #: unpack-trees.c:173
3851 "Cannot update submodule:\n"
3855 #: unpack-trees.c:250
3860 #: unpack-trees.c:332
3861 msgid "Checking out files"
3865 msgid "invalid URL scheme name or missing '://' suffix"
3868 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3870 msgid "invalid %XX escape sequence"
3874 msgid "missing host and scheme is not 'file:'"
3878 msgid "a 'file:' URL may not have a port number"
3882 msgid "invalid characters in host name"
3885 #: urlmatch.c:292 urlmatch.c:303
3886 msgid "invalid port number"
3890 msgid "invalid '..' path segment"
3895 msgid "failed to read '%s'"
3898 #: wrapper.c:223 wrapper.c:393
3900 msgid "could not open '%s' for reading and writing"
3903 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
3904 #: builtin/am.c:862 builtin/merge.c:1043
3906 msgid "could not open '%s' for reading"
3909 #: wrapper.c:424 wrapper.c:624
3911 msgid "unable to access '%s'"
3915 msgid "unable to get current working directory"
3919 msgid "Unmerged paths:"
3922 #: wt-status.c:177 wt-status.c:204
3924 msgid " (use \"git reset %s <file>...\" to unstage)"
3927 #: wt-status.c:179 wt-status.c:206
3928 msgid " (use \"git rm --cached <file>...\" to unstage)"
3932 msgid " (use \"git add <file>...\" to mark resolution)"
3935 #: wt-status.c:185 wt-status.c:189
3936 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3940 msgid " (use \"git rm <file>...\" to mark resolution)"
3943 #: wt-status.c:198 wt-status.c:984
3944 msgid "Changes to be committed:"
3947 #: wt-status.c:216 wt-status.c:993
3948 msgid "Changes not staged for commit:"
3952 msgid " (use \"git add <file>...\" to update what will be committed)"
3956 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3961 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3965 msgid " (commit or discard the untracked or modified content in submodules)"
3970 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3974 msgid "both deleted:"
3978 msgid "added by us:"
3982 msgid "deleted by them:"
3986 msgid "added by them:"
3990 msgid "deleted by us:"
3998 msgid "both modified:"
4034 msgid "new commits, "
4038 msgid "modified content, "
4042 msgid "untracked content, "
4047 msgid "Your stash currently has %d entry"
4048 msgid_plural "Your stash currently has %d entries"
4053 msgid "Submodules changed but not updated:"
4057 msgid "Submodule changes to be committed:"
4062 "Do not modify or remove the line above.\n"
4063 "Everything below it will be ignored."
4067 msgid "You have unmerged paths."
4071 msgid " (fix conflicts and run \"git commit\")"
4075 msgid " (use \"git merge --abort\" to abort the merge)"
4079 msgid "All conflicts fixed but you are still merging."
4083 msgid " (use \"git commit\" to conclude merge)"
4087 msgid "You are in the middle of an am session."
4091 msgid "The current patch is empty."
4095 msgid " (fix conflicts and then run \"git am --continue\")"
4099 msgid " (use \"git am --skip\" to skip this patch)"
4103 msgid " (use \"git am --abort\" to restore the original branch)"
4107 msgid "git-rebase-todo is missing."
4111 msgid "No commands done."
4116 msgid "Last command done (%d command done):"
4117 msgid_plural "Last commands done (%d commands done):"
4123 msgid " (see more in file %s)"
4127 msgid "No commands remaining."
4132 msgid "Next command to do (%d remaining command):"
4133 msgid_plural "Next commands to do (%d remaining commands):"
4138 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4143 msgid "You are currently rebasing branch '%s' on '%s'."
4147 msgid "You are currently rebasing."
4151 msgid " (fix conflicts and then run \"git rebase --continue\")"
4155 msgid " (use \"git rebase --skip\" to skip this patch)"
4159 msgid " (use \"git rebase --abort\" to check out the original branch)"
4163 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4169 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4173 msgid "You are currently splitting a commit during a rebase."
4177 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4182 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4186 msgid "You are currently editing a commit during a rebase."
4190 msgid " (use \"git commit --amend\" to amend the current commit)"
4195 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4200 msgid "You are currently cherry-picking commit %s."
4204 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4208 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4212 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4217 msgid "You are currently reverting commit %s."
4221 msgid " (fix conflicts and run \"git revert --continue\")"
4225 msgid " (all conflicts fixed: run \"git revert --continue\")"
4229 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4234 msgid "You are currently bisecting, started from branch '%s'."
4238 msgid "You are currently bisecting."
4242 msgid " (use \"git bisect reset\" to get back to the original branch)"
4250 msgid "interactive rebase in progress; onto "
4254 msgid "rebase in progress; onto "
4258 msgid "HEAD detached at "
4262 msgid "HEAD detached from "
4266 msgid "Not currently on any branch."
4270 msgid "Initial commit"
4274 msgid "No commits yet"
4278 msgid "Untracked files"
4282 msgid "Ignored files"
4288 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4289 "may speed it up, but you have to be careful not to forget to add\n"
4290 "new files yourself (see 'git help status')."
4295 msgid "Untracked files not listed%s"
4299 msgid " (use -u option to show untracked files)"
4308 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4313 msgid "no changes added to commit\n"
4319 "nothing added to commit but untracked files present (use \"git add\" to "
4325 msgid "nothing added to commit but untracked files present\n"
4330 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4333 #: wt-status.c:1666 wt-status.c:1671
4335 msgid "nothing to commit\n"
4340 msgid "nothing to commit (use -u to show untracked files)\n"
4345 msgid "nothing to commit, working tree clean\n"
4349 msgid "No commits yet on "
4353 msgid "HEAD (no branch)"
4356 #: wt-status.c:1818 wt-status.c:1826
4360 #: wt-status.c:1821 wt-status.c:1824
4364 #. TRANSLATORS: the action is e.g. "pull with rebase"
4367 msgid "cannot %s: You have unstaged changes."
4371 msgid "additionally, your index contains uncommitted changes."
4376 msgid "cannot %s: Your index contains uncommitted changes."
4379 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4381 msgid "failed to unlink '%s'"
4385 msgid "git add [<options>] [--] <pathspec>..."
4390 msgid "unexpected diff status %c"
4393 #: builtin/add.c:88 builtin/commit.c:291
4394 msgid "updating files failed"
4399 msgid "remove '%s'\n"
4402 #: builtin/add.c:173
4403 msgid "Unstaged changes after refreshing the index:"
4406 #: builtin/add.c:233 builtin/rev-parse.c:888
4407 msgid "Could not read the index"
4410 #: builtin/add.c:244
4412 msgid "Could not open '%s' for writing."
4415 #: builtin/add.c:248
4416 msgid "Could not write patch"
4419 #: builtin/add.c:251
4420 msgid "editing patch failed"
4423 #: builtin/add.c:254
4425 msgid "Could not stat '%s'"
4428 #: builtin/add.c:256
4429 msgid "Empty patch. Aborted."
4432 #: builtin/add.c:261
4434 msgid "Could not apply '%s'"
4437 #: builtin/add.c:271
4438 msgid "The following paths are ignored by one of your .gitignore files:\n"
4441 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4442 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4443 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4447 #: builtin/add.c:294
4448 msgid "interactive picking"
4451 #: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4452 msgid "select hunks interactively"
4455 #: builtin/add.c:296
4456 msgid "edit current diff and apply"
4459 #: builtin/add.c:297
4460 msgid "allow adding otherwise ignored files"
4463 #: builtin/add.c:298
4464 msgid "update tracked files"
4467 #: builtin/add.c:299
4468 msgid "renormalize EOL of tracked files (implies -u)"
4471 #: builtin/add.c:300
4472 msgid "record only the fact that the path will be added later"
4475 #: builtin/add.c:301
4476 msgid "add changes from all tracked and untracked files"
4479 #: builtin/add.c:304
4480 msgid "ignore paths removed in the working tree (same as --no-all)"
4483 #: builtin/add.c:306
4484 msgid "don't add, only refresh the index"
4487 #: builtin/add.c:307
4488 msgid "just skip files which cannot be added because of errors"
4491 #: builtin/add.c:308
4492 msgid "check if - even missing - files are ignored in dry run"
4495 #: builtin/add.c:309 builtin/update-index.c:964
4499 #: builtin/add.c:309 builtin/update-index.c:965
4500 msgid "override the executable bit of the listed files"
4503 #: builtin/add.c:311
4504 msgid "warn when adding an embedded repository"
4507 #: builtin/add.c:326
4510 "You've added another git repository inside your current repository.\n"
4511 "Clones of the outer repository will not contain the contents of\n"
4512 "the embedded repository and will not know how to obtain it.\n"
4513 "If you meant to add a submodule, use:\n"
4515 "\tgit submodule add <url> %s\n"
4517 "If you added this path by mistake, you can remove it from the\n"
4520 "\tgit rm --cached %s\n"
4522 "See \"git help submodule\" for more information."
4525 #: builtin/add.c:354
4527 msgid "adding embedded git repository: %s"
4530 #: builtin/add.c:372
4532 msgid "Use -f if you really want to add them.\n"
4535 #: builtin/add.c:380
4536 msgid "adding files failed"
4539 #: builtin/add.c:417
4540 msgid "-A and -u are mutually incompatible"
4543 #: builtin/add.c:424
4544 msgid "Option --ignore-missing can only be used together with --dry-run"
4547 #: builtin/add.c:428
4549 msgid "--chmod param '%s' must be either -x or +x"
4552 #: builtin/add.c:443
4554 msgid "Nothing specified, nothing added.\n"
4557 #: builtin/add.c:444
4559 msgid "Maybe you wanted to say 'git add .'?\n"
4562 #: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
4563 #: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
4564 #: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
4565 #: builtin/rm.c:271 builtin/submodule--helper.c:311
4566 msgid "index file corrupt"
4570 msgid "could not parse author script"
4575 msgid "'%s' was deleted by the applypatch-msg hook"
4580 msgid "Malformed input line: '%s'."
4585 msgid "Failed to copy notes from '%s' to '%s'"
4589 msgid "fseek failed"
4594 msgid "could not parse patch '%s'"
4598 msgid "Only one StGIT patch series can be applied at once"
4602 msgid "invalid timestamp"
4605 #: builtin/am.c:908 builtin/am.c:920
4606 msgid "invalid Date line"
4610 msgid "invalid timezone offset"
4613 #: builtin/am.c:1008
4614 msgid "Patch format detection failed."
4617 #: builtin/am.c:1013 builtin/clone.c:402
4619 msgid "failed to create directory '%s'"
4622 #: builtin/am.c:1017
4623 msgid "Failed to split patches."
4626 #: builtin/am.c:1146 builtin/commit.c:376
4627 msgid "unable to write index file"
4630 #: builtin/am.c:1197
4632 msgid "When you have resolved this problem, run \"%s --continue\"."
4635 #: builtin/am.c:1198
4637 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4640 #: builtin/am.c:1199
4642 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4645 #: builtin/am.c:1306
4646 msgid "Patch is empty."
4649 #: builtin/am.c:1372
4651 msgid "invalid ident line: %.*s"
4654 #: builtin/am.c:1394
4656 msgid "unable to parse commit %s"
4659 #: builtin/am.c:1587
4660 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4663 #: builtin/am.c:1589
4664 msgid "Using index info to reconstruct a base tree..."
4667 #: builtin/am.c:1608
4669 "Did you hand edit your patch?\n"
4670 "It does not apply to blobs recorded in its index."
4673 #: builtin/am.c:1614
4674 msgid "Falling back to patching base and 3-way merge..."
4677 #: builtin/am.c:1639
4678 msgid "Failed to merge in the changes."
4681 #: builtin/am.c:1663 builtin/merge.c:642
4682 msgid "git write-tree failed to write a tree"
4685 #: builtin/am.c:1670
4686 msgid "applying to an empty history"
4689 #: builtin/am.c:1683 builtin/commit.c:1798 builtin/merge.c:825
4690 #: builtin/merge.c:850
4691 msgid "failed to write commit object"
4694 #: builtin/am.c:1716 builtin/am.c:1720
4696 msgid "cannot resume: %s does not exist."
4699 #: builtin/am.c:1736
4700 msgid "cannot be interactive without stdin connected to a terminal."
4703 #: builtin/am.c:1741
4704 msgid "Commit Body is:"
4707 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4708 #. in your translation. The program will only accept English
4709 #. input at this point.
4711 #: builtin/am.c:1751
4712 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4715 #: builtin/am.c:1801
4717 msgid "Dirty index: cannot apply patches (dirty: %s)"
4720 #: builtin/am.c:1841 builtin/am.c:1913
4722 msgid "Applying: %.*s"
4725 #: builtin/am.c:1857
4726 msgid "No changes -- Patch already applied."
4729 #: builtin/am.c:1865
4731 msgid "Patch failed at %s %.*s"
4734 #: builtin/am.c:1871
4736 msgid "The copy of the patch that failed is found in: %s"
4739 #: builtin/am.c:1916
4741 "No changes - did you forget to use 'git add'?\n"
4742 "If there is nothing left to stage, chances are that something else\n"
4743 "already introduced the same changes; you might want to skip this patch."
4746 #: builtin/am.c:1923
4748 "You still have unmerged paths in your index.\n"
4749 "You should 'git add' each file with resolved conflicts to mark them as "
4751 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4754 #: builtin/am.c:2030 builtin/am.c:2034 builtin/am.c:2046 builtin/reset.c:332
4755 #: builtin/reset.c:340
4757 msgid "Could not parse object '%s'."
4760 #: builtin/am.c:2082
4761 msgid "failed to clean index"
4764 #: builtin/am.c:2117
4766 "You seem to have moved HEAD since the last 'am' failure.\n"
4767 "Not rewinding to ORIG_HEAD"
4770 #: builtin/am.c:2180
4772 msgid "Invalid value for --patch-format: %s"
4775 #: builtin/am.c:2213
4776 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4779 #: builtin/am.c:2214
4780 msgid "git am [<options>] (--continue | --skip | --abort)"
4783 #: builtin/am.c:2220
4784 msgid "run interactively"
4787 #: builtin/am.c:2222
4788 msgid "historical option -- no-op"
4791 #: builtin/am.c:2224
4792 msgid "allow fall back on 3way merging if needed"
4795 #: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4796 #: builtin/repack.c:180
4800 #: builtin/am.c:2227
4801 msgid "add a Signed-off-by line to the commit message"
4804 #: builtin/am.c:2230
4805 msgid "recode into utf8 (default)"
4808 #: builtin/am.c:2232
4809 msgid "pass -k flag to git-mailinfo"
4812 #: builtin/am.c:2234
4813 msgid "pass -b flag to git-mailinfo"
4816 #: builtin/am.c:2236
4817 msgid "pass -m flag to git-mailinfo"
4820 #: builtin/am.c:2238
4821 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4824 #: builtin/am.c:2241
4825 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4828 #: builtin/am.c:2244
4829 msgid "strip everything before a scissors line"
4832 #: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4833 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4834 #: builtin/am.c:2273
4835 msgid "pass it through git-apply"
4838 #: builtin/am.c:2263 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
4839 #: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
4840 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4841 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4842 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4846 #: builtin/am.c:2269 builtin/branch.c:629 builtin/for-each-ref.c:38
4847 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4851 #: builtin/am.c:2270
4852 msgid "format the patch(es) are in"
4855 #: builtin/am.c:2276
4856 msgid "override error message when patch failure occurs"
4859 #: builtin/am.c:2278
4860 msgid "continue applying patches after resolving a conflict"
4863 #: builtin/am.c:2281
4864 msgid "synonyms for --continue"
4867 #: builtin/am.c:2284
4868 msgid "skip the current patch"
4871 #: builtin/am.c:2287
4872 msgid "restore the original branch and abort the patching operation."
4875 #: builtin/am.c:2291
4876 msgid "lie about committer date"
4879 #: builtin/am.c:2293
4880 msgid "use current timestamp for author date"
4883 #: builtin/am.c:2295 builtin/commit.c:1636 builtin/merge.c:236
4884 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
4888 #: builtin/am.c:2296
4889 msgid "GPG-sign commits"
4892 #: builtin/am.c:2299
4893 msgid "(internal use for git-rebase)"
4896 #: builtin/am.c:2317
4898 "The -b/--binary option has been a no-op for long time, and\n"
4899 "it will be removed. Please do not use it anymore."
4902 #: builtin/am.c:2324
4903 msgid "failed to read the index"
4906 #: builtin/am.c:2339
4908 msgid "previous rebase directory %s still exists but mbox given."
4911 #: builtin/am.c:2363
4914 "Stray %s directory found.\n"
4915 "Use \"git am --abort\" to remove it."
4918 #: builtin/am.c:2369
4919 msgid "Resolve operation not in progress, we are not resuming."
4922 #: builtin/apply.c:8
4923 msgid "git apply [<options>] [<patch>...]"
4926 #: builtin/archive.c:17
4928 msgid "could not create archive file '%s'"
4931 #: builtin/archive.c:20
4932 msgid "could not redirect output"
4935 #: builtin/archive.c:37
4936 msgid "git archive: Remote with no URL"
4939 #: builtin/archive.c:58
4940 msgid "git archive: expected ACK/NAK, got EOF"
4943 #: builtin/archive.c:61
4945 msgid "git archive: NACK %s"
4948 #: builtin/archive.c:64
4949 msgid "git archive: protocol error"
4952 #: builtin/archive.c:68
4953 msgid "git archive: expected a flush"
4956 #: builtin/bisect--helper.c:12
4957 msgid "git bisect--helper --next-all [--no-checkout]"
4960 #: builtin/bisect--helper.c:13
4961 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
4964 #: builtin/bisect--helper.c:14
4965 msgid "git bisect--helper --bisect-clean-state"
4968 #: builtin/bisect--helper.c:46
4970 msgid "'%s' is not a valid term"
4973 #: builtin/bisect--helper.c:50
4975 msgid "can't use the builtin command '%s' as a term"
4978 #: builtin/bisect--helper.c:60
4980 msgid "can't change the meaning of the term '%s'"
4983 #: builtin/bisect--helper.c:71
4984 msgid "please use two different terms"
4987 #: builtin/bisect--helper.c:78
4988 msgid "could not open the file BISECT_TERMS"
4991 #: builtin/bisect--helper.c:120
4992 msgid "perform 'git bisect next'"
4995 #: builtin/bisect--helper.c:122
4996 msgid "write the terms to .git/BISECT_TERMS"
4999 #: builtin/bisect--helper.c:124
5000 msgid "cleanup the bisection state"
5003 #: builtin/bisect--helper.c:126
5004 msgid "check for expected revs"
5007 #: builtin/bisect--helper.c:128
5008 msgid "update BISECT_HEAD instead of checking out the current commit"
5011 #: builtin/bisect--helper.c:143
5012 msgid "--write-terms requires two arguments"
5015 #: builtin/bisect--helper.c:147
5016 msgid "--bisect-clean-state requires no arguments"
5019 #: builtin/blame.c:27
5020 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5023 #: builtin/blame.c:32
5024 msgid "<rev-opts> are documented in git-rev-list(1)"
5027 #: builtin/blame.c:668
5028 msgid "Show blame entries as we find them, incrementally"
5031 #: builtin/blame.c:669
5032 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5035 #: builtin/blame.c:670
5036 msgid "Do not treat root commits as boundaries (Default: off)"
5039 #: builtin/blame.c:671
5040 msgid "Show work cost statistics"
5043 #: builtin/blame.c:672
5044 msgid "Force progress reporting"
5047 #: builtin/blame.c:673
5048 msgid "Show output score for blame entries"
5051 #: builtin/blame.c:674
5052 msgid "Show original filename (Default: auto)"
5055 #: builtin/blame.c:675
5056 msgid "Show original linenumber (Default: off)"
5059 #: builtin/blame.c:676
5060 msgid "Show in a format designed for machine consumption"
5063 #: builtin/blame.c:677
5064 msgid "Show porcelain format with per-line commit information"
5067 #: builtin/blame.c:678
5068 msgid "Use the same output mode as git-annotate (Default: off)"
5071 #: builtin/blame.c:679
5072 msgid "Show raw timestamp (Default: off)"
5075 #: builtin/blame.c:680
5076 msgid "Show long commit SHA1 (Default: off)"
5079 #: builtin/blame.c:681
5080 msgid "Suppress author name and timestamp (Default: off)"
5083 #: builtin/blame.c:682
5084 msgid "Show author email instead of name (Default: off)"
5087 #: builtin/blame.c:683
5088 msgid "Ignore whitespace differences"
5091 #: builtin/blame.c:690
5092 msgid "Use an experimental heuristic to improve diffs"
5095 #: builtin/blame.c:692
5096 msgid "Spend extra cycles to find better match"
5099 #: builtin/blame.c:693
5100 msgid "Use revisions from <file> instead of calling git-rev-list"
5103 #: builtin/blame.c:694
5104 msgid "Use <file>'s contents as the final image"
5107 #: builtin/blame.c:695 builtin/blame.c:696
5111 #: builtin/blame.c:695
5112 msgid "Find line copies within and across files"
5115 #: builtin/blame.c:696
5116 msgid "Find line movements within and across files"
5119 #: builtin/blame.c:697
5123 #: builtin/blame.c:697
5124 msgid "Process only line range n,m, counting from 1"
5127 #: builtin/blame.c:744
5128 msgid "--progress can't be used with --incremental or porcelain formats"
5131 #. TRANSLATORS: This string is used to tell us the
5132 #. maximum display width for a relative timestamp in
5133 #. "git blame" output. For C locale, "4 years, 11
5134 #. months ago", which takes 22 places, is the longest
5135 #. among various forms of relative timestamps, but
5136 #. your language may need more or fewer display
5139 #: builtin/blame.c:795
5140 msgid "4 years, 11 months ago"
5143 #: builtin/blame.c:882
5145 msgid "file %s has only %lu line"
5146 msgid_plural "file %s has only %lu lines"
5150 #: builtin/blame.c:928
5151 msgid "Blaming lines"
5154 #: builtin/branch.c:27
5155 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5158 #: builtin/branch.c:28
5159 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5162 #: builtin/branch.c:29
5163 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5166 #: builtin/branch.c:30
5167 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5170 #: builtin/branch.c:31
5171 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5174 #: builtin/branch.c:32
5175 msgid "git branch [<options>] [-r | -a] [--points-at]"
5178 #: builtin/branch.c:33
5179 msgid "git branch [<options>] [-r | -a] [--format]"
5182 #: builtin/branch.c:146
5185 "deleting branch '%s' that has been merged to\n"
5186 " '%s', but not yet merged to HEAD."
5189 #: builtin/branch.c:150
5192 "not deleting branch '%s' that is not yet merged to\n"
5193 " '%s', even though it is merged to HEAD."
5196 #: builtin/branch.c:164
5198 msgid "Couldn't look up commit object for '%s'"
5201 #: builtin/branch.c:168
5204 "The branch '%s' is not fully merged.\n"
5205 "If you are sure you want to delete it, run 'git branch -D %s'."
5208 #: builtin/branch.c:181
5209 msgid "Update of config-file failed"
5212 #: builtin/branch.c:212
5213 msgid "cannot use -a with -d"
5216 #: builtin/branch.c:218
5217 msgid "Couldn't look up commit object for HEAD"
5220 #: builtin/branch.c:232
5222 msgid "Cannot delete branch '%s' checked out at '%s'"
5225 #: builtin/branch.c:247
5227 msgid "remote-tracking branch '%s' not found."
5230 #: builtin/branch.c:248
5232 msgid "branch '%s' not found."
5235 #: builtin/branch.c:263
5237 msgid "Error deleting remote-tracking branch '%s'"
5240 #: builtin/branch.c:264
5242 msgid "Error deleting branch '%s'"
5245 #: builtin/branch.c:271
5247 msgid "Deleted remote-tracking branch %s (was %s).\n"
5250 #: builtin/branch.c:272
5252 msgid "Deleted branch %s (was %s).\n"
5255 #: builtin/branch.c:417 builtin/tag.c:58
5256 msgid "unable to parse format string"
5259 #: builtin/branch.c:450
5261 msgid "Branch %s is being rebased at %s"
5264 #: builtin/branch.c:454
5266 msgid "Branch %s is being bisected at %s"
5269 #: builtin/branch.c:471
5270 msgid "cannot copy the current branch while not on any."
5273 #: builtin/branch.c:473
5274 msgid "cannot rename the current branch while not on any."
5277 #: builtin/branch.c:484
5279 msgid "Invalid branch name: '%s'"
5282 #: builtin/branch.c:511
5283 msgid "Branch rename failed"
5286 #: builtin/branch.c:513
5287 msgid "Branch copy failed"
5290 #: builtin/branch.c:517
5292 msgid "Created a copy of a misnamed branch '%s'"
5295 #: builtin/branch.c:520
5297 msgid "Renamed a misnamed branch '%s' away"
5300 #: builtin/branch.c:526
5302 msgid "Branch renamed to %s, but HEAD is not updated!"
5305 #: builtin/branch.c:535
5306 msgid "Branch is renamed, but update of config-file failed"
5309 #: builtin/branch.c:537
5310 msgid "Branch is copied, but update of config-file failed"
5313 #: builtin/branch.c:553
5316 "Please edit the description for the branch\n"
5318 "Lines starting with '%c' will be stripped.\n"
5321 #: builtin/branch.c:586
5322 msgid "Generic options"
5325 #: builtin/branch.c:588
5326 msgid "show hash and subject, give twice for upstream branch"
5329 #: builtin/branch.c:589
5330 msgid "suppress informational messages"
5333 #: builtin/branch.c:590
5334 msgid "set up tracking mode (see git-pull(1))"
5337 #: builtin/branch.c:592
5341 #: builtin/branch.c:594
5345 #: builtin/branch.c:594
5346 msgid "change the upstream info"
5349 #: builtin/branch.c:595
5350 msgid "Unset the upstream info"
5353 #: builtin/branch.c:596
5354 msgid "use colored output"
5357 #: builtin/branch.c:597
5358 msgid "act on remote-tracking branches"
5361 #: builtin/branch.c:599 builtin/branch.c:601
5362 msgid "print only branches that contain the commit"
5365 #: builtin/branch.c:600 builtin/branch.c:602
5366 msgid "print only branches that don't contain the commit"
5369 #: builtin/branch.c:605
5370 msgid "Specific git-branch actions:"
5373 #: builtin/branch.c:606
5374 msgid "list both remote-tracking and local branches"
5377 #: builtin/branch.c:608
5378 msgid "delete fully merged branch"
5381 #: builtin/branch.c:609
5382 msgid "delete branch (even if not merged)"
5385 #: builtin/branch.c:610
5386 msgid "move/rename a branch and its reflog"
5389 #: builtin/branch.c:611
5390 msgid "move/rename a branch, even if target exists"
5393 #: builtin/branch.c:612
5394 msgid "copy a branch and its reflog"
5397 #: builtin/branch.c:613
5398 msgid "copy a branch, even if target exists"
5401 #: builtin/branch.c:614
5402 msgid "list branch names"
5405 #: builtin/branch.c:615
5406 msgid "create the branch's reflog"
5409 #: builtin/branch.c:617
5410 msgid "edit the description for the branch"
5413 #: builtin/branch.c:618
5414 msgid "force creation, move/rename, deletion"
5417 #: builtin/branch.c:619
5418 msgid "print only branches that are merged"
5421 #: builtin/branch.c:620
5422 msgid "print only branches that are not merged"
5425 #: builtin/branch.c:621
5426 msgid "list branches in columns"
5429 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
5433 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
5434 msgid "field name to sort on"
5437 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5438 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5439 #: builtin/tag.c:408
5443 #: builtin/branch.c:626
5444 msgid "print only branches of the object"
5447 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
5448 msgid "sorting and filtering are case insensitive"
5451 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
5452 #: builtin/verify-tag.c:39
5453 msgid "format to use for the output"
5456 #: builtin/branch.c:652 builtin/clone.c:730
5457 msgid "HEAD not found below refs/heads!"
5460 #: builtin/branch.c:675
5461 msgid "--column and --verbose are incompatible"
5464 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5465 msgid "branch name required"
5468 #: builtin/branch.c:718
5469 msgid "Cannot give description to detached HEAD"
5472 #: builtin/branch.c:723
5473 msgid "cannot edit description of more than one branch"
5476 #: builtin/branch.c:730
5478 msgid "No commit on branch '%s' yet."
5481 #: builtin/branch.c:733
5483 msgid "No branch named '%s'."
5486 #: builtin/branch.c:748
5487 msgid "too many branches for a copy operation"
5490 #: builtin/branch.c:757
5491 msgid "too many arguments for a rename operation"
5494 #: builtin/branch.c:762
5495 msgid "too many arguments to set new upstream"
5498 #: builtin/branch.c:766
5501 "could not set upstream of HEAD to %s when it does not point to any branch."
5504 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5506 msgid "no such branch '%s'"
5509 #: builtin/branch.c:773
5511 msgid "branch '%s' does not exist"
5514 #: builtin/branch.c:785
5515 msgid "too many arguments to unset upstream"
5518 #: builtin/branch.c:789
5519 msgid "could not unset upstream of HEAD when it does not point to any branch."
5522 #: builtin/branch.c:795
5524 msgid "Branch '%s' has no upstream information"
5527 #: builtin/branch.c:810
5528 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5531 #: builtin/branch.c:813
5533 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5534 "'--set-upstream-to' instead."
5537 #: builtin/bundle.c:45
5539 msgid "%s is okay\n"
5542 #: builtin/bundle.c:58
5543 msgid "Need a repository to create a bundle."
5546 #: builtin/bundle.c:62
5547 msgid "Need a repository to unbundle."
5550 #: builtin/cat-file.c:521
5552 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5553 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5556 #: builtin/cat-file.c:522
5558 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5562 #: builtin/cat-file.c:559
5563 msgid "<type> can be one of: blob, tree, commit, tag"
5566 #: builtin/cat-file.c:560
5567 msgid "show object type"
5570 #: builtin/cat-file.c:561
5571 msgid "show object size"
5574 #: builtin/cat-file.c:563
5575 msgid "exit with zero when there's no error"
5578 #: builtin/cat-file.c:564
5579 msgid "pretty-print object's content"
5582 #: builtin/cat-file.c:566
5583 msgid "for blob objects, run textconv on object's content"
5586 #: builtin/cat-file.c:568
5587 msgid "for blob objects, run filters on object's content"
5590 #: builtin/cat-file.c:569 git-submodule.sh:931
5594 #: builtin/cat-file.c:570
5595 msgid "use a specific path for --textconv/--filters"
5598 #: builtin/cat-file.c:572
5599 msgid "allow -s and -t to work with broken/corrupt objects"
5602 #: builtin/cat-file.c:573
5603 msgid "buffer --batch output"
5606 #: builtin/cat-file.c:575
5607 msgid "show info and content of objects fed from the standard input"
5610 #: builtin/cat-file.c:578
5611 msgid "show info about objects fed from the standard input"
5614 #: builtin/cat-file.c:581
5615 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5618 #: builtin/cat-file.c:583
5619 msgid "show all objects with --batch or --batch-check"
5622 #: builtin/check-attr.c:12
5623 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5626 #: builtin/check-attr.c:13
5627 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5630 #: builtin/check-attr.c:20
5631 msgid "report all attributes set on file"
5634 #: builtin/check-attr.c:21
5635 msgid "use .gitattributes only from the index"
5638 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5639 msgid "read file names from stdin"
5642 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5643 msgid "terminate input and output records by a NUL character"
5646 #: builtin/check-ignore.c:20 builtin/checkout.c:1118 builtin/gc.c:358
5647 msgid "suppress progress reporting"
5650 #: builtin/check-ignore.c:28
5651 msgid "show non-matching input paths"
5654 #: builtin/check-ignore.c:30
5655 msgid "ignore index when checking"
5658 #: builtin/check-ignore.c:158
5659 msgid "cannot specify pathnames with --stdin"
5662 #: builtin/check-ignore.c:161
5663 msgid "-z only makes sense with --stdin"
5666 #: builtin/check-ignore.c:163
5667 msgid "no path specified"
5670 #: builtin/check-ignore.c:167
5671 msgid "--quiet is only valid with a single pathname"
5674 #: builtin/check-ignore.c:169
5675 msgid "cannot have both --quiet and --verbose"
5678 #: builtin/check-ignore.c:172
5679 msgid "--non-matching is only valid with --verbose"
5682 #: builtin/check-mailmap.c:9
5683 msgid "git check-mailmap [<options>] <contact>..."
5686 #: builtin/check-mailmap.c:14
5687 msgid "also read contacts from stdin"
5690 #: builtin/check-mailmap.c:25
5692 msgid "unable to parse contact: %s"
5695 #: builtin/check-mailmap.c:48
5696 msgid "no contacts specified"
5699 #: builtin/checkout-index.c:128
5700 msgid "git checkout-index [<options>] [--] [<file>...]"
5703 #: builtin/checkout-index.c:143
5704 msgid "stage should be between 1 and 3 or all"
5707 #: builtin/checkout-index.c:159
5708 msgid "check out all files in the index"
5711 #: builtin/checkout-index.c:160
5712 msgid "force overwrite of existing files"
5715 #: builtin/checkout-index.c:162
5716 msgid "no warning for existing files and files not in index"
5719 #: builtin/checkout-index.c:164
5720 msgid "don't checkout new files"
5723 #: builtin/checkout-index.c:166
5724 msgid "update stat information in the index file"
5727 #: builtin/checkout-index.c:170
5728 msgid "read list of paths from the standard input"
5731 #: builtin/checkout-index.c:172
5732 msgid "write the content to temporary files"
5735 #: builtin/checkout-index.c:173 builtin/column.c:31
5736 #: builtin/submodule--helper.c:866 builtin/submodule--helper.c:869
5737 #: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1237
5738 #: builtin/worktree.c:552
5742 #: builtin/checkout-index.c:174
5743 msgid "when creating files, prepend <string>"
5746 #: builtin/checkout-index.c:176
5747 msgid "copy out the files from named stage"
5750 #: builtin/checkout.c:27
5751 msgid "git checkout [<options>] <branch>"
5754 #: builtin/checkout.c:28
5755 msgid "git checkout [<options>] [<branch>] -- <file>..."
5758 #: builtin/checkout.c:136 builtin/checkout.c:169
5760 msgid "path '%s' does not have our version"
5763 #: builtin/checkout.c:138 builtin/checkout.c:171
5765 msgid "path '%s' does not have their version"
5768 #: builtin/checkout.c:154
5770 msgid "path '%s' does not have all necessary versions"
5773 #: builtin/checkout.c:198
5775 msgid "path '%s' does not have necessary versions"
5778 #: builtin/checkout.c:215
5780 msgid "path '%s': cannot merge"
5783 #: builtin/checkout.c:232
5785 msgid "Unable to add merge result for '%s'"
5788 #: builtin/checkout.c:254 builtin/checkout.c:257 builtin/checkout.c:260
5789 #: builtin/checkout.c:263
5791 msgid "'%s' cannot be used with updating paths"
5794 #: builtin/checkout.c:266 builtin/checkout.c:269
5796 msgid "'%s' cannot be used with %s"
5799 #: builtin/checkout.c:272
5801 msgid "Cannot update paths and switch to branch '%s' at the same time."
5804 #: builtin/checkout.c:341 builtin/checkout.c:348
5806 msgid "path '%s' is unmerged"
5809 #: builtin/checkout.c:506
5810 msgid "you need to resolve your current index first"
5813 #: builtin/checkout.c:637
5815 msgid "Can not do reflog for '%s': %s\n"
5818 #: builtin/checkout.c:678
5819 msgid "HEAD is now at"
5822 #: builtin/checkout.c:682 builtin/clone.c:684
5823 msgid "unable to update HEAD"
5826 #: builtin/checkout.c:686
5828 msgid "Reset branch '%s'\n"
5831 #: builtin/checkout.c:689
5833 msgid "Already on '%s'\n"
5836 #: builtin/checkout.c:693
5838 msgid "Switched to and reset branch '%s'\n"
5841 #: builtin/checkout.c:695 builtin/checkout.c:1051
5843 msgid "Switched to a new branch '%s'\n"
5846 #: builtin/checkout.c:697
5848 msgid "Switched to branch '%s'\n"
5851 #: builtin/checkout.c:748
5853 msgid " ... and %d more.\n"
5856 #: builtin/checkout.c:754
5859 "Warning: you are leaving %d commit behind, not connected to\n"
5860 "any of your branches:\n"
5864 "Warning: you are leaving %d commits behind, not connected to\n"
5865 "any of your branches:\n"
5871 #: builtin/checkout.c:773
5874 "If you want to keep it by creating a new branch, this may be a good time\n"
5877 " git branch <new-branch-name> %s\n"
5880 "If you want to keep them by creating a new branch, this may be a good time\n"
5883 " git branch <new-branch-name> %s\n"
5888 #: builtin/checkout.c:814
5889 msgid "internal error in revision walk"
5892 #: builtin/checkout.c:818
5893 msgid "Previous HEAD position was"
5896 #: builtin/checkout.c:848 builtin/checkout.c:1046
5897 msgid "You are on a branch yet to be born"
5900 #: builtin/checkout.c:952
5902 msgid "only one reference expected, %d given."
5905 #: builtin/checkout.c:992 builtin/worktree.c:247
5907 msgid "invalid reference: %s"
5910 #: builtin/checkout.c:1021
5912 msgid "reference is not a tree: %s"
5915 #: builtin/checkout.c:1060
5916 msgid "paths cannot be used with switching branches"
5919 #: builtin/checkout.c:1063 builtin/checkout.c:1067
5921 msgid "'%s' cannot be used with switching branches"
5924 #: builtin/checkout.c:1071 builtin/checkout.c:1074 builtin/checkout.c:1079
5925 #: builtin/checkout.c:1082
5927 msgid "'%s' cannot be used with '%s'"
5930 #: builtin/checkout.c:1087
5932 msgid "Cannot switch branch to a non-commit '%s'"
5935 #: builtin/checkout.c:1119 builtin/checkout.c:1121 builtin/clone.c:114
5936 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:369
5937 #: builtin/worktree.c:371
5941 #: builtin/checkout.c:1120
5942 msgid "create and checkout a new branch"
5945 #: builtin/checkout.c:1122
5946 msgid "create/reset and checkout a branch"
5949 #: builtin/checkout.c:1123
5950 msgid "create reflog for new branch"
5953 #: builtin/checkout.c:1124 builtin/worktree.c:373
5954 msgid "detach HEAD at named commit"
5957 #: builtin/checkout.c:1125
5958 msgid "set upstream info for new branch"
5961 #: builtin/checkout.c:1127
5965 #: builtin/checkout.c:1127
5966 msgid "new unparented branch"
5969 #: builtin/checkout.c:1128
5970 msgid "checkout our version for unmerged files"
5973 #: builtin/checkout.c:1130
5974 msgid "checkout their version for unmerged files"
5977 #: builtin/checkout.c:1132
5978 msgid "force checkout (throw away local modifications)"
5981 #: builtin/checkout.c:1133
5982 msgid "perform a 3-way merge with the new branch"
5985 #: builtin/checkout.c:1134 builtin/merge.c:238
5986 msgid "update ignored files (default)"
5989 #: builtin/checkout.c:1135 builtin/log.c:1496 parse-options.h:251
5993 #: builtin/checkout.c:1136
5994 msgid "conflict style (merge or diff3)"
5997 #: builtin/checkout.c:1139
5998 msgid "do not limit pathspecs to sparse entries only"
6001 #: builtin/checkout.c:1141
6002 msgid "second guess 'git checkout <no-such-branch>'"
6005 #: builtin/checkout.c:1143
6006 msgid "do not check if another worktree is holding the given ref"
6009 #: builtin/checkout.c:1147 builtin/clone.c:81 builtin/fetch.c:137
6010 #: builtin/merge.c:235 builtin/pull.c:123 builtin/push.c:556
6011 #: builtin/send-pack.c:173
6012 msgid "force progress reporting"
6015 #: builtin/checkout.c:1177
6016 msgid "-b, -B and --orphan are mutually exclusive"
6019 #: builtin/checkout.c:1194
6020 msgid "--track needs a branch name"
6023 #: builtin/checkout.c:1199
6024 msgid "Missing branch name; try -b"
6027 #: builtin/checkout.c:1235
6028 msgid "invalid path specification"
6031 #: builtin/checkout.c:1242
6033 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6036 #: builtin/checkout.c:1246
6038 msgid "git checkout: --detach does not take a path argument '%s'"
6041 #: builtin/checkout.c:1250
6043 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6044 "checking out of the index."
6047 #: builtin/clean.c:26
6049 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6052 #: builtin/clean.c:30
6054 msgid "Removing %s\n"
6057 #: builtin/clean.c:31
6059 msgid "Would remove %s\n"
6062 #: builtin/clean.c:32
6064 msgid "Skipping repository %s\n"
6067 #: builtin/clean.c:33
6069 msgid "Would skip repository %s\n"
6072 #: builtin/clean.c:34
6074 msgid "failed to remove %s"
6077 #: builtin/clean.c:302 git-add--interactive.perl:572
6081 "1 - select a numbered item\n"
6082 "foo - select item based on unique prefix\n"
6083 " - (empty) select nothing\n"
6086 #: builtin/clean.c:306 git-add--interactive.perl:581
6090 "1 - select a single item\n"
6091 "3-5 - select a range of items\n"
6092 "2-3,6-9 - select multiple ranges\n"
6093 "foo - select item based on unique prefix\n"
6094 "-... - unselect specified items\n"
6095 "* - choose all items\n"
6096 " - (empty) finish selecting\n"
6099 #: builtin/clean.c:522 git-add--interactive.perl:547
6100 #: git-add--interactive.perl:552
6101 #, c-format, perl-format
6105 #: builtin/clean.c:664
6107 msgid "Input ignore patterns>> "
6110 #: builtin/clean.c:701
6112 msgid "WARNING: Cannot find items matched by: %s"
6115 #: builtin/clean.c:722
6116 msgid "Select items to delete"
6119 #. TRANSLATORS: Make sure to keep [y/N] as is
6120 #: builtin/clean.c:763
6122 msgid "Remove %s [y/N]? "
6125 #: builtin/clean.c:788 git-add--interactive.perl:1616
6130 #: builtin/clean.c:796
6132 "clean - start cleaning\n"
6133 "filter by pattern - exclude items from deletion\n"
6134 "select by numbers - select items to be deleted by numbers\n"
6135 "ask each - confirm each deletion (like \"rm -i\")\n"
6136 "quit - stop cleaning\n"
6137 "help - this screen\n"
6138 "? - help for prompt selection"
6141 #: builtin/clean.c:823 git-add--interactive.perl:1692
6142 msgid "*** Commands ***"
6145 #: builtin/clean.c:824 git-add--interactive.perl:1689
6149 #: builtin/clean.c:832
6150 msgid "Would remove the following item:"
6151 msgid_plural "Would remove the following items:"
6155 #: builtin/clean.c:848
6156 msgid "No more files to clean, exiting."
6159 #: builtin/clean.c:910
6160 msgid "do not print names of files removed"
6163 #: builtin/clean.c:912
6167 #: builtin/clean.c:913
6168 msgid "interactive cleaning"
6171 #: builtin/clean.c:915
6172 msgid "remove whole directories"
6175 #: builtin/clean.c:916 builtin/describe.c:530 builtin/describe.c:532
6176 #: builtin/grep.c:863 builtin/log.c:155 builtin/log.c:157
6177 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6178 #: builtin/show-ref.c:176
6182 #: builtin/clean.c:917
6183 msgid "add <pattern> to ignore rules"
6186 #: builtin/clean.c:918
6187 msgid "remove ignored files, too"
6190 #: builtin/clean.c:920
6191 msgid "remove only ignored files"
6194 #: builtin/clean.c:938
6195 msgid "-x and -X cannot be used together"
6198 #: builtin/clean.c:942
6200 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6204 #: builtin/clean.c:945
6206 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6210 #: builtin/clone.c:39
6211 msgid "git clone [<options>] [--] <repo> [<dir>]"
6214 #: builtin/clone.c:83
6215 msgid "don't create a checkout"
6218 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6219 msgid "create a bare repository"
6222 #: builtin/clone.c:88
6223 msgid "create a mirror repository (implies bare)"
6226 #: builtin/clone.c:90
6227 msgid "to clone from a local repository"
6230 #: builtin/clone.c:92
6231 msgid "don't use local hardlinks, always copy"
6234 #: builtin/clone.c:94
6235 msgid "setup as shared repository"
6238 #: builtin/clone.c:96 builtin/clone.c:100
6242 #: builtin/clone.c:96 builtin/clone.c:100
6243 msgid "initialize submodules in the clone"
6246 #: builtin/clone.c:103
6247 msgid "number of submodules cloned in parallel"
6250 #: builtin/clone.c:104 builtin/init-db.c:476
6251 msgid "template-directory"
6254 #: builtin/clone.c:105 builtin/init-db.c:477
6255 msgid "directory from which templates will be used"
6258 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:873
6259 #: builtin/submodule--helper.c:1240
6260 msgid "reference repository"
6263 #: builtin/clone.c:111
6264 msgid "use --reference only while cloning"
6267 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6271 #: builtin/clone.c:113
6272 msgid "use <name> instead of 'origin' to track upstream"
6275 #: builtin/clone.c:115
6276 msgid "checkout <branch> instead of the remote's HEAD"
6279 #: builtin/clone.c:117
6280 msgid "path to git-upload-pack on the remote"
6283 #: builtin/clone.c:118 builtin/fetch.c:138 builtin/grep.c:806
6284 #: builtin/pull.c:211
6288 #: builtin/clone.c:119
6289 msgid "create a shallow clone of that depth"
6292 #: builtin/clone.c:120 builtin/fetch.c:140 builtin/pack-objects.c:2991
6293 #: parse-options.h:142
6297 #: builtin/clone.c:121
6298 msgid "create a shallow clone since a specific time"
6301 #: builtin/clone.c:122 builtin/fetch.c:142
6305 #: builtin/clone.c:123 builtin/fetch.c:143
6306 msgid "deepen history of shallow clone, excluding rev"
6309 #: builtin/clone.c:125
6310 msgid "clone only one branch, HEAD or --branch"
6313 #: builtin/clone.c:127
6314 msgid "don't clone any tags, and make later fetches not to follow them"
6317 #: builtin/clone.c:129
6318 msgid "any cloned submodules will be shallow"
6321 #: builtin/clone.c:130 builtin/init-db.c:485
6325 #: builtin/clone.c:131 builtin/init-db.c:486
6326 msgid "separate git dir from working tree"
6329 #: builtin/clone.c:132
6333 #: builtin/clone.c:133
6334 msgid "set config inside the new repository"
6337 #: builtin/clone.c:134 builtin/fetch.c:160 builtin/pull.c:224
6338 #: builtin/push.c:567
6339 msgid "use IPv4 addresses only"
6342 #: builtin/clone.c:136 builtin/fetch.c:162 builtin/pull.c:227
6343 #: builtin/push.c:569
6344 msgid "use IPv6 addresses only"
6347 #: builtin/clone.c:273
6349 "No directory name could be guessed.\n"
6350 "Please specify a directory on the command line"
6353 #: builtin/clone.c:326
6355 msgid "info: Could not add alternate for '%s': %s\n"
6358 #: builtin/clone.c:398
6360 msgid "failed to open '%s'"
6363 #: builtin/clone.c:406
6365 msgid "%s exists and is not a directory"
6368 #: builtin/clone.c:420
6370 msgid "failed to stat %s\n"
6373 #: builtin/clone.c:442
6375 msgid "failed to create link '%s'"
6378 #: builtin/clone.c:446
6380 msgid "failed to copy file to '%s'"
6383 #: builtin/clone.c:472
6388 #: builtin/clone.c:484
6390 "Clone succeeded, but checkout failed.\n"
6391 "You can inspect what was checked out with 'git status'\n"
6392 "and retry the checkout with 'git checkout -f HEAD'\n"
6395 #: builtin/clone.c:561
6397 msgid "Could not find remote branch %s to clone."
6400 #: builtin/clone.c:656
6401 msgid "remote did not send all necessary objects"
6404 #: builtin/clone.c:672
6406 msgid "unable to update %s"
6409 #: builtin/clone.c:721
6410 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6413 #: builtin/clone.c:751
6414 msgid "unable to checkout working tree"
6417 #: builtin/clone.c:796
6418 msgid "unable to write parameters to config file"
6421 #: builtin/clone.c:859
6422 msgid "cannot repack to clean up"
6425 #: builtin/clone.c:861
6426 msgid "cannot unlink temporary alternates file"
6429 #: builtin/clone.c:894 builtin/receive-pack.c:1945
6430 msgid "Too many arguments."
6433 #: builtin/clone.c:898
6434 msgid "You must specify a repository to clone."
6437 #: builtin/clone.c:911
6439 msgid "--bare and --origin %s options are incompatible."
6442 #: builtin/clone.c:914
6443 msgid "--bare and --separate-git-dir are incompatible."
6446 #: builtin/clone.c:927
6448 msgid "repository '%s' does not exist"
6451 #: builtin/clone.c:933 builtin/fetch.c:1358
6453 msgid "depth %s is not a positive number"
6456 #: builtin/clone.c:943
6458 msgid "destination path '%s' already exists and is not an empty directory."
6461 #: builtin/clone.c:953
6463 msgid "working tree '%s' already exists."
6466 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6467 #: builtin/worktree.c:253 builtin/worktree.c:283
6469 msgid "could not create leading directories of '%s'"
6472 #: builtin/clone.c:971
6474 msgid "could not create work tree dir '%s'"
6477 #: builtin/clone.c:983
6479 msgid "Cloning into bare repository '%s'...\n"
6482 #: builtin/clone.c:985
6484 msgid "Cloning into '%s'...\n"
6487 #: builtin/clone.c:1009
6489 "clone --recursive is not compatible with both --reference and --reference-if-"
6493 #: builtin/clone.c:1071
6494 msgid "--depth is ignored in local clones; use file:// instead."
6497 #: builtin/clone.c:1073
6498 msgid "--shallow-since is ignored in local clones; use file:// instead."
6501 #: builtin/clone.c:1075
6502 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6505 #: builtin/clone.c:1078
6506 msgid "source repository is shallow, ignoring --local"
6509 #: builtin/clone.c:1083
6510 msgid "--local is ignored"
6513 #: builtin/clone.c:1139 builtin/clone.c:1147
6515 msgid "Remote branch %s not found in upstream %s"
6518 #: builtin/clone.c:1150
6519 msgid "You appear to have cloned an empty repository."
6522 #: builtin/column.c:10
6523 msgid "git column [<options>]"
6526 #: builtin/column.c:27
6527 msgid "lookup config vars"
6530 #: builtin/column.c:28 builtin/column.c:29
6531 msgid "layout to use"
6534 #: builtin/column.c:30
6535 msgid "Maximum width"
6538 #: builtin/column.c:31
6539 msgid "Padding space on left border"
6542 #: builtin/column.c:32
6543 msgid "Padding space on right border"
6546 #: builtin/column.c:33
6547 msgid "Padding space between columns"
6550 #: builtin/column.c:52
6551 msgid "--command must be the first argument"
6554 #: builtin/commit.c:39
6555 msgid "git commit [<options>] [--] <pathspec>..."
6558 #: builtin/commit.c:44
6559 msgid "git status [<options>] [--] <pathspec>..."
6562 #: builtin/commit.c:49
6564 "Your name and email address were configured automatically based\n"
6565 "on your username and hostname. Please check that they are accurate.\n"
6566 "You can suppress this message by setting them explicitly. Run the\n"
6567 "following command and follow the instructions in your editor to edit\n"
6568 "your configuration file:\n"
6570 " git config --global --edit\n"
6572 "After doing this, you may fix the identity used for this commit with:\n"
6574 " git commit --amend --reset-author\n"
6577 #: builtin/commit.c:62
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:\n"
6583 " git config --global user.name \"Your Name\"\n"
6584 " git config --global user.email you@example.com\n"
6586 "After doing this, you may fix the identity used for this commit with:\n"
6588 " git commit --amend --reset-author\n"
6591 #: builtin/commit.c:74
6593 "You asked to amend the most recent commit, but doing so would make\n"
6594 "it empty. You can repeat your command with --allow-empty, or you can\n"
6595 "remove the commit entirely with \"git reset HEAD^\".\n"
6598 #: builtin/commit.c:79
6600 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6601 "If you wish to commit it anyway, use:\n"
6603 " git commit --allow-empty\n"
6607 #: builtin/commit.c:86
6608 msgid "Otherwise, please use 'git reset'\n"
6611 #: builtin/commit.c:89
6613 "If you wish to skip this commit, use:\n"
6617 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6618 "the remaining commits.\n"
6621 #: builtin/commit.c:318
6622 msgid "failed to unpack HEAD tree object"
6625 #: builtin/commit.c:359
6626 msgid "unable to create temporary index"
6629 #: builtin/commit.c:365
6630 msgid "interactive add failed"
6633 #: builtin/commit.c:378
6634 msgid "unable to update temporary index"
6637 #: builtin/commit.c:380
6638 msgid "Failed to update main cache tree"
6641 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6642 msgid "unable to write new_index file"
6645 #: builtin/commit.c:461
6646 msgid "cannot do a partial commit during a merge."
6649 #: builtin/commit.c:463
6650 msgid "cannot do a partial commit during a cherry-pick."
6653 #: builtin/commit.c:471
6654 msgid "cannot read the index"
6657 #: builtin/commit.c:490
6658 msgid "unable to write temporary index file"
6661 #: builtin/commit.c:587
6663 msgid "commit '%s' lacks author header"
6666 #: builtin/commit.c:589
6668 msgid "commit '%s' has malformed author line"
6671 #: builtin/commit.c:608
6672 msgid "malformed --author parameter"
6675 #: builtin/commit.c:660
6677 "unable to select a comment character that is not used\n"
6678 "in the current commit message"
6681 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1114
6683 msgid "could not lookup commit %s"
6686 #: builtin/commit.c:709 builtin/shortlog.c:309
6688 msgid "(reading log message from standard input)\n"
6691 #: builtin/commit.c:711
6692 msgid "could not read log from standard input"
6695 #: builtin/commit.c:715
6697 msgid "could not read log file '%s'"
6700 #: builtin/commit.c:742 builtin/commit.c:750
6701 msgid "could not read SQUASH_MSG"
6704 #: builtin/commit.c:747
6705 msgid "could not read MERGE_MSG"
6708 #: builtin/commit.c:801
6709 msgid "could not write commit template"
6712 #: builtin/commit.c:819
6716 "It looks like you may be committing a merge.\n"
6717 "If this is not correct, please remove the file\n"
6722 #: builtin/commit.c:824
6726 "It looks like you may be committing a cherry-pick.\n"
6727 "If this is not correct, please remove the file\n"
6732 #: builtin/commit.c:837
6735 "Please enter the commit message for your changes. Lines starting\n"
6736 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6739 #: builtin/commit.c:844
6742 "Please enter the commit message for your changes. Lines starting\n"
6743 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6744 "An empty message aborts the commit.\n"
6747 #: builtin/commit.c:861
6749 msgid "%sAuthor: %.*s <%.*s>"
6752 #: builtin/commit.c:869
6757 #: builtin/commit.c:876
6759 msgid "%sCommitter: %.*s <%.*s>"
6762 #: builtin/commit.c:893
6763 msgid "Cannot read index"
6766 #: builtin/commit.c:959
6767 msgid "Error building trees"
6770 #: builtin/commit.c:973 builtin/tag.c:252
6772 msgid "Please supply the message using either -m or -F option.\n"
6775 #: builtin/commit.c:1076
6777 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6780 #: builtin/commit.c:1090
6782 msgid "Invalid ignored mode '%s'"
6785 #: builtin/commit.c:1104 builtin/commit.c:1349
6787 msgid "Invalid untracked files mode '%s'"
6790 #: builtin/commit.c:1142
6791 msgid "--long and -z are incompatible"
6794 #: builtin/commit.c:1172
6795 msgid "Using both --reset-author and --author does not make sense"
6798 #: builtin/commit.c:1181
6799 msgid "You have nothing to amend."
6802 #: builtin/commit.c:1184
6803 msgid "You are in the middle of a merge -- cannot amend."
6806 #: builtin/commit.c:1186
6807 msgid "You are in the middle of a cherry-pick -- cannot amend."
6810 #: builtin/commit.c:1189
6811 msgid "Options --squash and --fixup cannot be used together"
6814 #: builtin/commit.c:1199
6815 msgid "Only one of -c/-C/-F/--fixup can be used."
6818 #: builtin/commit.c:1201
6819 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6822 #: builtin/commit.c:1209
6823 msgid "--reset-author can be used only with -C, -c or --amend."
6826 #: builtin/commit.c:1226
6827 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6830 #: builtin/commit.c:1228
6831 msgid "No paths with --include/--only does not make sense."
6834 #: builtin/commit.c:1240 builtin/tag.c:535
6836 msgid "Invalid cleanup mode %s"
6839 #: builtin/commit.c:1245
6840 msgid "Paths with -a does not make sense."
6843 #: builtin/commit.c:1363 builtin/commit.c:1648
6844 msgid "show status concisely"
6847 #: builtin/commit.c:1365 builtin/commit.c:1650
6848 msgid "show branch information"
6851 #: builtin/commit.c:1367
6852 msgid "show stash information"
6855 #: builtin/commit.c:1369
6859 #: builtin/commit.c:1369 builtin/commit.c:1652 builtin/push.c:542
6860 #: builtin/worktree.c:523
6861 msgid "machine-readable output"
6864 #: builtin/commit.c:1372 builtin/commit.c:1654
6865 msgid "show status in long format (default)"
6868 #: builtin/commit.c:1375 builtin/commit.c:1657
6869 msgid "terminate entries with NUL"
6872 #: builtin/commit.c:1377 builtin/commit.c:1381 builtin/commit.c:1660
6873 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:390
6877 #: builtin/commit.c:1378 builtin/commit.c:1660
6878 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6881 #: builtin/commit.c:1382
6883 "show ignored files, optional modes: traditional, matching, no. (Default: "
6887 #: builtin/commit.c:1384 parse-options.h:155
6891 #: builtin/commit.c:1385
6893 "ignore changes to submodules, optional when: all, dirty, untracked. "
6897 #: builtin/commit.c:1387
6898 msgid "list untracked files in columns"
6901 #: builtin/commit.c:1406
6902 msgid "Unsupported combination of ignored and untracked-files arguments"
6905 #: builtin/commit.c:1469
6906 msgid "couldn't look up newly created commit"
6909 #: builtin/commit.c:1471
6910 msgid "could not parse newly created commit"
6913 #: builtin/commit.c:1516
6914 msgid "unable to resolve HEAD after creating commit"
6917 #: builtin/commit.c:1518
6918 msgid "detached HEAD"
6921 #: builtin/commit.c:1521
6922 msgid " (root-commit)"
6925 #: builtin/commit.c:1618
6926 msgid "suppress summary after successful commit"
6929 #: builtin/commit.c:1619
6930 msgid "show diff in commit message template"
6933 #: builtin/commit.c:1621
6934 msgid "Commit message options"
6937 #: builtin/commit.c:1622 builtin/tag.c:388
6938 msgid "read message from file"
6941 #: builtin/commit.c:1623
6945 #: builtin/commit.c:1623
6946 msgid "override author for commit"
6949 #: builtin/commit.c:1624 builtin/gc.c:359
6953 #: builtin/commit.c:1624
6954 msgid "override date for commit"
6957 #: builtin/commit.c:1625 builtin/merge.c:225 builtin/notes.c:402
6958 #: builtin/notes.c:565 builtin/tag.c:386
6962 #: builtin/commit.c:1625
6963 msgid "commit message"
6966 #: builtin/commit.c:1626 builtin/commit.c:1627 builtin/commit.c:1628
6967 #: builtin/commit.c:1629 parse-options.h:257 ref-filter.h:92
6971 #: builtin/commit.c:1626
6972 msgid "reuse and edit message from specified commit"
6975 #: builtin/commit.c:1627
6976 msgid "reuse message from specified commit"
6979 #: builtin/commit.c:1628
6980 msgid "use autosquash formatted message to fixup specified commit"
6983 #: builtin/commit.c:1629
6984 msgid "use autosquash formatted message to squash specified commit"
6987 #: builtin/commit.c:1630
6988 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6991 #: builtin/commit.c:1631 builtin/log.c:1443 builtin/merge.c:239
6992 #: builtin/pull.c:149 builtin/revert.c:105
6993 msgid "add Signed-off-by:"
6996 #: builtin/commit.c:1632
6997 msgid "use specified template file"
7000 #: builtin/commit.c:1633
7001 msgid "force edit of commit"
7004 #: builtin/commit.c:1634
7008 #: builtin/commit.c:1634 builtin/tag.c:391
7009 msgid "how to strip spaces and #comments from message"
7012 #: builtin/commit.c:1635
7013 msgid "include status in commit message template"
7016 #: builtin/commit.c:1637 builtin/merge.c:237 builtin/pull.c:179
7017 #: builtin/revert.c:113
7018 msgid "GPG sign commit"
7021 #: builtin/commit.c:1640
7022 msgid "Commit contents options"
7025 #: builtin/commit.c:1641
7026 msgid "commit all changed files"
7029 #: builtin/commit.c:1642
7030 msgid "add specified files to index for commit"
7033 #: builtin/commit.c:1643
7034 msgid "interactively add files"
7037 #: builtin/commit.c:1644
7038 msgid "interactively add changes"
7041 #: builtin/commit.c:1645
7042 msgid "commit only specified files"
7045 #: builtin/commit.c:1646
7046 msgid "bypass pre-commit and commit-msg hooks"
7049 #: builtin/commit.c:1647
7050 msgid "show what would be committed"
7053 #: builtin/commit.c:1658
7054 msgid "amend previous commit"
7057 #: builtin/commit.c:1659
7058 msgid "bypass post-rewrite hook"
7061 #: builtin/commit.c:1664
7062 msgid "ok to record an empty change"
7065 #: builtin/commit.c:1666
7066 msgid "ok to record a change with an empty message"
7069 #: builtin/commit.c:1696
7070 msgid "could not parse HEAD commit"
7073 #: builtin/commit.c:1741
7075 msgid "Corrupt MERGE_HEAD file (%s)"
7078 #: builtin/commit.c:1748
7079 msgid "could not read MERGE_MODE"
7082 #: builtin/commit.c:1767
7084 msgid "could not read commit message: %s"
7087 #: builtin/commit.c:1778
7089 msgid "Aborting commit due to empty commit message.\n"
7092 #: builtin/commit.c:1783
7094 msgid "Aborting commit; you did not edit the message.\n"
7097 #: builtin/commit.c:1831
7099 "Repository has been updated, but unable to write\n"
7100 "new_index file. Check that disk is not full and quota is\n"
7101 "not exceeded, and then \"git reset HEAD\" to recover."
7104 #: builtin/config.c:10
7105 msgid "git config [<options>]"
7108 #: builtin/config.c:58
7109 msgid "Config file location"
7112 #: builtin/config.c:59
7113 msgid "use global config file"
7116 #: builtin/config.c:60
7117 msgid "use system config file"
7120 #: builtin/config.c:61
7121 msgid "use repository config file"
7124 #: builtin/config.c:62
7125 msgid "use given config file"
7128 #: builtin/config.c:63
7132 #: builtin/config.c:63
7133 msgid "read config from given blob object"
7136 #: builtin/config.c:64
7140 #: builtin/config.c:65
7141 msgid "get value: name [value-regex]"
7144 #: builtin/config.c:66
7145 msgid "get all values: key [value-regex]"
7148 #: builtin/config.c:67
7149 msgid "get values for regexp: name-regex [value-regex]"
7152 #: builtin/config.c:68
7153 msgid "get value specific for the URL: section[.var] URL"
7156 #: builtin/config.c:69
7157 msgid "replace all matching variables: name value [value_regex]"
7160 #: builtin/config.c:70
7161 msgid "add a new variable: name value"
7164 #: builtin/config.c:71
7165 msgid "remove a variable: name [value-regex]"
7168 #: builtin/config.c:72
7169 msgid "remove all matches: name [value-regex]"
7172 #: builtin/config.c:73
7173 msgid "rename section: old-name new-name"
7176 #: builtin/config.c:74
7177 msgid "remove a section: name"
7180 #: builtin/config.c:75
7184 #: builtin/config.c:76
7185 msgid "open an editor"
7188 #: builtin/config.c:77
7189 msgid "find the color configured: slot [default]"
7192 #: builtin/config.c:78
7193 msgid "find the color setting: slot [stdout-is-tty]"
7196 #: builtin/config.c:79
7200 #: builtin/config.c:80
7201 msgid "value is \"true\" or \"false\""
7204 #: builtin/config.c:81
7205 msgid "value is decimal number"
7208 #: builtin/config.c:82
7209 msgid "value is --bool or --int"
7212 #: builtin/config.c:83
7213 msgid "value is a path (file or directory name)"
7216 #: builtin/config.c:84
7217 msgid "value is an expiry date"
7220 #: builtin/config.c:85
7224 #: builtin/config.c:86
7225 msgid "terminate values with NUL byte"
7228 #: builtin/config.c:87
7229 msgid "show variable names only"
7232 #: builtin/config.c:88
7233 msgid "respect include directives on lookup"
7236 #: builtin/config.c:89
7237 msgid "show origin of config (file, standard input, blob, command line)"
7240 #: builtin/config.c:335
7241 msgid "unable to parse default color value"
7244 #: builtin/config.c:479
7247 "# This is Git's per-user configuration file.\n"
7249 "# Please adapt and uncomment the following lines:\n"
7254 #: builtin/config.c:507
7255 msgid "--local can only be used inside a git repository"
7258 #: builtin/config.c:632
7260 msgid "cannot create configuration file %s"
7263 #: builtin/config.c:645
7266 "cannot overwrite multiple values with a single value\n"
7267 " Use a regexp, --add or --replace-all to change %s."
7270 #: builtin/count-objects.c:88
7271 msgid "git count-objects [-v] [-H | --human-readable]"
7274 #: builtin/count-objects.c:98
7275 msgid "print sizes in human readable format"
7278 #: builtin/describe.c:22
7279 msgid "git describe [<options>] [<commit-ish>...]"
7282 #: builtin/describe.c:23
7283 msgid "git describe [<options>] --dirty"
7286 #: builtin/describe.c:57
7290 #: builtin/describe.c:57
7294 #: builtin/describe.c:57
7298 #: builtin/describe.c:267
7300 msgid "annotated tag %s not available"
7303 #: builtin/describe.c:271
7305 msgid "annotated tag %s has no embedded name"
7308 #: builtin/describe.c:273
7310 msgid "tag '%s' is really '%s' here"
7313 #: builtin/describe.c:314
7315 msgid "no tag exactly matches '%s'"
7318 #: builtin/describe.c:316
7320 msgid "No exact match on refs or tags, searching to describe\n"
7323 #: builtin/describe.c:363
7325 msgid "finished search at %s\n"
7328 #: builtin/describe.c:389
7331 "No annotated tags can describe '%s'.\n"
7332 "However, there were unannotated tags: try --tags."
7335 #: builtin/describe.c:393
7338 "No tags can describe '%s'.\n"
7339 "Try --always, or create some tags."
7342 #: builtin/describe.c:423
7344 msgid "traversed %lu commits\n"
7347 #: builtin/describe.c:426
7350 "more than %i tags found; listed %i most recent\n"
7351 "gave up search at %s\n"
7354 #: builtin/describe.c:494
7356 msgid "describe %s\n"
7359 #: builtin/describe.c:497 builtin/log.c:500
7361 msgid "Not a valid object name %s"
7364 #: builtin/describe.c:505
7366 msgid "%s is neither a commit nor blob"
7369 #: builtin/describe.c:519
7370 msgid "find the tag that comes after the commit"
7373 #: builtin/describe.c:520
7374 msgid "debug search strategy on stderr"
7377 #: builtin/describe.c:521
7381 #: builtin/describe.c:522
7382 msgid "use any tag, even unannotated"
7385 #: builtin/describe.c:523
7386 msgid "always use long format"
7389 #: builtin/describe.c:524
7390 msgid "only follow first parent"
7393 #: builtin/describe.c:527
7394 msgid "only output exact matches"
7397 #: builtin/describe.c:529
7398 msgid "consider <n> most recent tags (default: 10)"
7401 #: builtin/describe.c:531
7402 msgid "only consider tags matching <pattern>"
7405 #: builtin/describe.c:533
7406 msgid "do not consider tags matching <pattern>"
7409 #: builtin/describe.c:535 builtin/name-rev.c:406
7410 msgid "show abbreviated commit object as fallback"
7413 #: builtin/describe.c:536 builtin/describe.c:539
7417 #: builtin/describe.c:537
7418 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7421 #: builtin/describe.c:540
7422 msgid "append <mark> on broken working tree (default: \"-broken\")"
7425 #: builtin/describe.c:558
7426 msgid "--long is incompatible with --abbrev=0"
7429 #: builtin/describe.c:587
7430 msgid "No names found, cannot describe anything."
7433 #: builtin/describe.c:637
7434 msgid "--dirty is incompatible with commit-ishes"
7437 #: builtin/describe.c:639
7438 msgid "--broken is incompatible with commit-ishes"
7441 #: builtin/diff.c:83
7443 msgid "'%s': not a regular file or symlink"
7446 #: builtin/diff.c:234
7448 msgid "invalid option: %s"
7451 #: builtin/diff.c:356
7452 msgid "Not a git repository"
7455 #: builtin/diff.c:399
7457 msgid "invalid object '%s' given."
7460 #: builtin/diff.c:408
7462 msgid "more than two blobs given: '%s'"
7465 #: builtin/diff.c:413
7467 msgid "unhandled object '%s' given."
7470 #: builtin/difftool.c:29
7471 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7474 #: builtin/difftool.c:259
7479 #: builtin/difftool.c:301
7481 msgid "could not read symlink %s"
7484 #: builtin/difftool.c:303
7486 msgid "could not read symlink file %s"
7489 #: builtin/difftool.c:311
7491 msgid "could not read object %s for symlink %s"
7494 #: builtin/difftool.c:412
7496 "combined diff formats('-c' and '--cc') are not supported in\n"
7497 "directory diff mode('-d' and '--dir-diff')."
7500 #: builtin/difftool.c:632
7502 msgid "both files modified: '%s' and '%s'."
7505 #: builtin/difftool.c:634
7506 msgid "working tree file has been left."
7509 #: builtin/difftool.c:645
7511 msgid "temporary files exist in '%s'."
7514 #: builtin/difftool.c:646
7515 msgid "you may want to cleanup or recover these."
7518 #: builtin/difftool.c:695
7519 msgid "use `diff.guitool` instead of `diff.tool`"
7522 #: builtin/difftool.c:697
7523 msgid "perform a full-directory diff"
7526 #: builtin/difftool.c:699
7527 msgid "do not prompt before launching a diff tool"
7530 #: builtin/difftool.c:705
7531 msgid "use symlinks in dir-diff mode"
7534 #: builtin/difftool.c:706
7538 #: builtin/difftool.c:707
7539 msgid "use the specified diff tool"
7542 #: builtin/difftool.c:709
7543 msgid "print a list of diff tools that may be used with `--tool`"
7546 #: builtin/difftool.c:712
7548 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7552 #: builtin/difftool.c:714
7556 #: builtin/difftool.c:715
7557 msgid "specify a custom command for viewing diffs"
7560 #: builtin/difftool.c:739
7561 msgid "no <tool> given for --tool=<tool>"
7564 #: builtin/difftool.c:746
7565 msgid "no <cmd> given for --extcmd=<cmd>"
7568 #: builtin/fast-export.c:26
7569 msgid "git fast-export [rev-list-opts]"
7572 #: builtin/fast-export.c:998
7573 msgid "show progress after <n> objects"
7576 #: builtin/fast-export.c:1000
7577 msgid "select handling of signed tags"
7580 #: builtin/fast-export.c:1003
7581 msgid "select handling of tags that tag filtered objects"
7584 #: builtin/fast-export.c:1006
7585 msgid "Dump marks to this file"
7588 #: builtin/fast-export.c:1008
7589 msgid "Import marks from this file"
7592 #: builtin/fast-export.c:1010
7593 msgid "Fake a tagger when tags lack one"
7596 #: builtin/fast-export.c:1012
7597 msgid "Output full tree for each commit"
7600 #: builtin/fast-export.c:1014
7601 msgid "Use the done feature to terminate the stream"
7604 #: builtin/fast-export.c:1015
7605 msgid "Skip output of blob data"
7608 #: builtin/fast-export.c:1016
7612 #: builtin/fast-export.c:1017
7613 msgid "Apply refspec to exported refs"
7616 #: builtin/fast-export.c:1018
7617 msgid "anonymize output"
7620 #: builtin/fetch.c:24
7621 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7624 #: builtin/fetch.c:25
7625 msgid "git fetch [<options>] <group>"
7628 #: builtin/fetch.c:26
7629 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7632 #: builtin/fetch.c:27
7633 msgid "git fetch --all [<options>]"
7636 #: builtin/fetch.c:113 builtin/pull.c:188
7637 msgid "fetch from all remotes"
7640 #: builtin/fetch.c:115 builtin/pull.c:191
7641 msgid "append to .git/FETCH_HEAD instead of overwriting"
7644 #: builtin/fetch.c:117 builtin/pull.c:194
7645 msgid "path to upload pack on remote end"
7648 #: builtin/fetch.c:118 builtin/pull.c:196
7649 msgid "force overwrite of local branch"
7652 #: builtin/fetch.c:120
7653 msgid "fetch from multiple remotes"
7656 #: builtin/fetch.c:122 builtin/pull.c:198
7657 msgid "fetch all tags and associated objects"
7660 #: builtin/fetch.c:124
7661 msgid "do not fetch all tags (--no-tags)"
7664 #: builtin/fetch.c:126
7665 msgid "number of submodules fetched in parallel"
7668 #: builtin/fetch.c:128 builtin/pull.c:201
7669 msgid "prune remote-tracking branches no longer on remote"
7672 #: builtin/fetch.c:129 builtin/fetch.c:152 builtin/pull.c:126
7676 #: builtin/fetch.c:130
7677 msgid "control recursive fetching of submodules"
7680 #: builtin/fetch.c:134 builtin/pull.c:209
7681 msgid "keep downloaded pack"
7684 #: builtin/fetch.c:136
7685 msgid "allow updating of HEAD ref"
7688 #: builtin/fetch.c:139 builtin/fetch.c:145 builtin/pull.c:212
7689 msgid "deepen history of shallow clone"
7692 #: builtin/fetch.c:141
7693 msgid "deepen history of shallow repository based on time"
7696 #: builtin/fetch.c:147 builtin/pull.c:215
7697 msgid "convert to a complete repository"
7700 #: builtin/fetch.c:149 builtin/log.c:1463
7704 #: builtin/fetch.c:150
7705 msgid "prepend this to submodule path output"
7708 #: builtin/fetch.c:153
7710 "default for recursive fetching of submodules (lower priority than config "
7714 #: builtin/fetch.c:157 builtin/pull.c:218
7715 msgid "accept refs that update .git/shallow"
7718 #: builtin/fetch.c:158 builtin/pull.c:220
7722 #: builtin/fetch.c:159 builtin/pull.c:221
7723 msgid "specify fetch refmap"
7726 #: builtin/fetch.c:417
7727 msgid "Couldn't find remote ref HEAD"
7730 #: builtin/fetch.c:535
7732 msgid "configuration fetch.output contains invalid value %s"
7735 #: builtin/fetch.c:628
7737 msgid "object %s not found"
7740 #: builtin/fetch.c:632
7741 msgid "[up to date]"
7744 #: builtin/fetch.c:645 builtin/fetch.c:725
7748 #: builtin/fetch.c:646
7749 msgid "can't fetch in current branch"
7752 #: builtin/fetch.c:655
7753 msgid "[tag update]"
7756 #: builtin/fetch.c:656 builtin/fetch.c:689 builtin/fetch.c:705
7757 #: builtin/fetch.c:720
7758 msgid "unable to update local ref"
7761 #: builtin/fetch.c:675
7765 #: builtin/fetch.c:678
7766 msgid "[new branch]"
7769 #: builtin/fetch.c:681
7773 #: builtin/fetch.c:720
7774 msgid "forced update"
7777 #: builtin/fetch.c:725
7778 msgid "non-fast-forward"
7781 #: builtin/fetch.c:770
7783 msgid "%s did not send all necessary objects\n"
7786 #: builtin/fetch.c:790
7788 msgid "reject %s because shallow roots are not allowed to be updated"
7791 #: builtin/fetch.c:878 builtin/fetch.c:974
7796 #: builtin/fetch.c:889
7799 "some local refs could not be updated; try running\n"
7800 " 'git remote prune %s' to remove any old, conflicting branches"
7803 #: builtin/fetch.c:944
7805 msgid " (%s will become dangling)"
7808 #: builtin/fetch.c:945
7810 msgid " (%s has become dangling)"
7813 #: builtin/fetch.c:977
7817 #: builtin/fetch.c:978 builtin/remote.c:1024
7821 #: builtin/fetch.c:1001
7823 msgid "Refusing to fetch into current branch %s of non-bare repository"
7826 #: builtin/fetch.c:1020
7828 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7831 #: builtin/fetch.c:1023
7833 msgid "Option \"%s\" is ignored for %s\n"
7836 #: builtin/fetch.c:1256
7838 msgid "Fetching %s\n"
7841 #: builtin/fetch.c:1258 builtin/remote.c:97
7843 msgid "Could not fetch %s"
7846 #: builtin/fetch.c:1276
7848 "No remote repository specified. Please, specify either a URL or a\n"
7849 "remote name from which new revisions should be fetched."
7852 #: builtin/fetch.c:1299
7853 msgid "You need to specify a tag name."
7856 #: builtin/fetch.c:1342
7857 msgid "Negative depth in --deepen is not supported"
7860 #: builtin/fetch.c:1344
7861 msgid "--deepen and --depth are mutually exclusive"
7864 #: builtin/fetch.c:1349
7865 msgid "--depth and --unshallow cannot be used together"
7868 #: builtin/fetch.c:1351
7869 msgid "--unshallow on a complete repository does not make sense"
7872 #: builtin/fetch.c:1364
7873 msgid "fetch --all does not take a repository argument"
7876 #: builtin/fetch.c:1366
7877 msgid "fetch --all does not make sense with refspecs"
7880 #: builtin/fetch.c:1377
7882 msgid "No such remote or remote group: %s"
7885 #: builtin/fetch.c:1385
7886 msgid "Fetching a group and specifying refspecs does not make sense"
7889 #: builtin/fmt-merge-msg.c:15
7891 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7894 #: builtin/fmt-merge-msg.c:666
7895 msgid "populate log with at most <n> entries from shortlog"
7898 #: builtin/fmt-merge-msg.c:669
7899 msgid "alias for --log (deprecated)"
7902 #: builtin/fmt-merge-msg.c:672
7906 #: builtin/fmt-merge-msg.c:673
7907 msgid "use <text> as start of message"
7910 #: builtin/fmt-merge-msg.c:674
7911 msgid "file to read from"
7914 #: builtin/for-each-ref.c:10
7915 msgid "git for-each-ref [<options>] [<pattern>]"
7918 #: builtin/for-each-ref.c:11
7919 msgid "git for-each-ref [--points-at <object>]"
7922 #: builtin/for-each-ref.c:12
7923 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7926 #: builtin/for-each-ref.c:13
7927 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7930 #: builtin/for-each-ref.c:28
7931 msgid "quote placeholders suitably for shells"
7934 #: builtin/for-each-ref.c:30
7935 msgid "quote placeholders suitably for perl"
7938 #: builtin/for-each-ref.c:32
7939 msgid "quote placeholders suitably for python"
7942 #: builtin/for-each-ref.c:34
7943 msgid "quote placeholders suitably for Tcl"
7946 #: builtin/for-each-ref.c:37
7947 msgid "show only <n> matched refs"
7950 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7951 msgid "respect format colors"
7954 #: builtin/for-each-ref.c:43
7955 msgid "print only refs which points at the given object"
7958 #: builtin/for-each-ref.c:45
7959 msgid "print only refs that are merged"
7962 #: builtin/for-each-ref.c:46
7963 msgid "print only refs that are not merged"
7966 #: builtin/for-each-ref.c:47
7967 msgid "print only refs which contain the commit"
7970 #: builtin/for-each-ref.c:48
7971 msgid "print only refs which don't contain the commit"
7974 #: builtin/fsck.c:543
7975 msgid "Checking object directories"
7978 #: builtin/fsck.c:635
7979 msgid "git fsck [<options>] [<object>...]"
7982 #: builtin/fsck.c:641
7983 msgid "show unreachable objects"
7986 #: builtin/fsck.c:642
7987 msgid "show dangling objects"
7990 #: builtin/fsck.c:643
7994 #: builtin/fsck.c:644
7995 msgid "report root nodes"
7998 #: builtin/fsck.c:645
7999 msgid "make index objects head nodes"
8002 #: builtin/fsck.c:646
8003 msgid "make reflogs head nodes (default)"
8006 #: builtin/fsck.c:647
8007 msgid "also consider packs and alternate objects"
8010 #: builtin/fsck.c:648
8011 msgid "check only connectivity"
8014 #: builtin/fsck.c:649
8015 msgid "enable more strict checking"
8018 #: builtin/fsck.c:651
8019 msgid "write dangling objects in .git/lost-found"
8022 #: builtin/fsck.c:652 builtin/prune.c:107
8023 msgid "show progress"
8026 #: builtin/fsck.c:653
8027 msgid "show verbose names for reachable objects"
8030 #: builtin/fsck.c:714
8031 msgid "Checking objects"
8035 msgid "git gc [<options>]"
8040 msgid "Failed to fstat %s: %s"
8045 msgid "Can't stat %s"
8051 "The last gc run reported the following. Please correct the root cause\n"
8053 "Automatic cleanup will not be performed until the file is removed.\n"
8059 msgid "prune unreferenced objects"
8063 msgid "be more thorough (increased runtime)"
8067 msgid "enable auto-gc mode"
8071 msgid "force running gc even if there may be another gc running"
8076 msgid "Failed to parse gc.logexpiry value %s"
8081 msgid "Auto packing the repository in background for optimum performance.\n"
8086 msgid "Auto packing the repository for optimum performance.\n"
8091 msgid "See \"git help gc\" for manual housekeeping.\n"
8097 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8102 "There are too many unreachable loose objects; run 'git prune' to remove them."
8105 #: builtin/grep.c:27
8106 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8109 #: builtin/grep.c:226
8111 msgid "grep: failed to create thread: %s"
8114 #: builtin/grep.c:284
8116 msgid "invalid number of threads specified (%d) for %s"
8119 #. TRANSLATORS: %s is the configuration
8120 #. variable for tweaking threads, currently
8123 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1688
8125 msgid "no threads support, ignoring %s"
8128 #: builtin/grep.c:453 builtin/grep.c:573 builtin/grep.c:615
8130 msgid "unable to read tree (%s)"
8133 #: builtin/grep.c:630
8135 msgid "unable to grep from object of type %s"
8138 #: builtin/grep.c:696
8140 msgid "switch `%c' expects a numerical value"
8143 #: builtin/grep.c:783
8144 msgid "search in index instead of in the work tree"
8147 #: builtin/grep.c:785
8148 msgid "find in contents not managed by git"
8151 #: builtin/grep.c:787
8152 msgid "search in both tracked and untracked files"
8155 #: builtin/grep.c:789
8156 msgid "ignore files specified via '.gitignore'"
8159 #: builtin/grep.c:791
8160 msgid "recursively search in each submodule"
8163 #: builtin/grep.c:794
8164 msgid "show non-matching lines"
8167 #: builtin/grep.c:796
8168 msgid "case insensitive matching"
8171 #: builtin/grep.c:798
8172 msgid "match patterns only at word boundaries"
8175 #: builtin/grep.c:800
8176 msgid "process binary files as text"
8179 #: builtin/grep.c:802
8180 msgid "don't match patterns in binary files"
8183 #: builtin/grep.c:805
8184 msgid "process binary files with textconv filters"
8187 #: builtin/grep.c:807
8188 msgid "descend at most <depth> levels"
8191 #: builtin/grep.c:811
8192 msgid "use extended POSIX regular expressions"
8195 #: builtin/grep.c:814
8196 msgid "use basic POSIX regular expressions (default)"
8199 #: builtin/grep.c:817
8200 msgid "interpret patterns as fixed strings"
8203 #: builtin/grep.c:820
8204 msgid "use Perl-compatible regular expressions"
8207 #: builtin/grep.c:823
8208 msgid "show line numbers"
8211 #: builtin/grep.c:824
8212 msgid "don't show filenames"
8215 #: builtin/grep.c:825
8216 msgid "show filenames"
8219 #: builtin/grep.c:827
8220 msgid "show filenames relative to top directory"
8223 #: builtin/grep.c:829
8224 msgid "show only filenames instead of matching lines"
8227 #: builtin/grep.c:831
8228 msgid "synonym for --files-with-matches"
8231 #: builtin/grep.c:834
8232 msgid "show only the names of files without match"
8235 #: builtin/grep.c:836
8236 msgid "print NUL after filenames"
8239 #: builtin/grep.c:838
8240 msgid "show the number of matches instead of matching lines"
8243 #: builtin/grep.c:839
8244 msgid "highlight matches"
8247 #: builtin/grep.c:841
8248 msgid "print empty line between matches from different files"
8251 #: builtin/grep.c:843
8252 msgid "show filename only once above matches from same file"
8255 #: builtin/grep.c:846
8256 msgid "show <n> context lines before and after matches"
8259 #: builtin/grep.c:849
8260 msgid "show <n> context lines before matches"
8263 #: builtin/grep.c:851
8264 msgid "show <n> context lines after matches"
8267 #: builtin/grep.c:853
8268 msgid "use <n> worker threads"
8271 #: builtin/grep.c:854
8272 msgid "shortcut for -C NUM"
8275 #: builtin/grep.c:857
8276 msgid "show a line with the function name before matches"
8279 #: builtin/grep.c:859
8280 msgid "show the surrounding function"
8283 #: builtin/grep.c:862
8284 msgid "read patterns from file"
8287 #: builtin/grep.c:864
8288 msgid "match <pattern>"
8291 #: builtin/grep.c:866
8292 msgid "combine patterns specified with -e"
8295 #: builtin/grep.c:878
8296 msgid "indicate hit with exit status without output"
8299 #: builtin/grep.c:880
8300 msgid "show only matches from files that match all patterns"
8303 #: builtin/grep.c:882
8304 msgid "show parse tree for grep expression"
8307 #: builtin/grep.c:886
8311 #: builtin/grep.c:886
8312 msgid "show matching files in the pager"
8315 #: builtin/grep.c:889
8316 msgid "allow calling of grep(1) (ignored by this build)"
8319 #: builtin/grep.c:952
8320 msgid "no pattern given."
8323 #: builtin/grep.c:984
8324 msgid "--no-index or --untracked cannot be used with revs"
8327 #: builtin/grep.c:991
8329 msgid "unable to resolve revision: %s"
8332 #: builtin/grep.c:1026 builtin/index-pack.c:1491
8334 msgid "invalid number of threads specified (%d)"
8337 #: builtin/grep.c:1031
8338 msgid "no threads support, ignoring --threads"
8341 #: builtin/grep.c:1055
8342 msgid "--open-files-in-pager only works on the worktree"
8345 #: builtin/grep.c:1078
8346 msgid "option not supported with --recurse-submodules."
8349 #: builtin/grep.c:1084
8350 msgid "--cached or --untracked cannot be used with --no-index."
8353 #: builtin/grep.c:1090
8354 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8357 #: builtin/grep.c:1098
8358 msgid "both --cached and trees are given."
8361 #: builtin/hash-object.c:82
8363 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8367 #: builtin/hash-object.c:83
8368 msgid "git hash-object --stdin-paths"
8371 #: builtin/hash-object.c:95
8375 #: builtin/hash-object.c:95
8379 #: builtin/hash-object.c:96
8380 msgid "write the object into the object database"
8383 #: builtin/hash-object.c:98
8384 msgid "read the object from stdin"
8387 #: builtin/hash-object.c:100
8388 msgid "store file as is without filters"
8391 #: builtin/hash-object.c:101
8393 "just hash any random garbage to create corrupt objects for debugging Git"
8396 #: builtin/hash-object.c:102
8397 msgid "process file as it were from this path"
8400 #: builtin/help.c:43
8401 msgid "print all available commands"
8404 #: builtin/help.c:44
8405 msgid "exclude guides"
8408 #: builtin/help.c:45
8409 msgid "print list of useful guides"
8412 #: builtin/help.c:46
8413 msgid "show man page"
8416 #: builtin/help.c:47
8417 msgid "show manual in web browser"
8420 #: builtin/help.c:49
8421 msgid "show info page"
8424 #: builtin/help.c:55
8425 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8428 #: builtin/help.c:67
8430 msgid "unrecognized help format '%s'"
8433 #: builtin/help.c:94
8434 msgid "Failed to start emacsclient."
8437 #: builtin/help.c:107
8438 msgid "Failed to parse emacsclient version."
8441 #: builtin/help.c:115
8443 msgid "emacsclient version '%d' too old (< 22)."
8446 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8448 msgid "failed to exec '%s'"
8451 #: builtin/help.c:211
8454 "'%s': path for unsupported man viewer.\n"
8455 "Please consider using 'man.<tool>.cmd' instead."
8458 #: builtin/help.c:223
8461 "'%s': cmd for supported man viewer.\n"
8462 "Please consider using 'man.<tool>.path' instead."
8465 #: builtin/help.c:340
8467 msgid "'%s': unknown man viewer."
8470 #: builtin/help.c:357
8471 msgid "no man viewer handled the request"
8474 #: builtin/help.c:365
8475 msgid "no info viewer handled the request"
8478 #: builtin/help.c:407
8479 msgid "Defining attributes per path"
8482 #: builtin/help.c:408
8483 msgid "Everyday Git With 20 Commands Or So"
8486 #: builtin/help.c:409
8487 msgid "A Git glossary"
8490 #: builtin/help.c:410
8491 msgid "Specifies intentionally untracked files to ignore"
8494 #: builtin/help.c:411
8495 msgid "Defining submodule properties"
8498 #: builtin/help.c:412
8499 msgid "Specifying revisions and ranges for Git"
8502 #: builtin/help.c:413
8503 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8506 #: builtin/help.c:414
8507 msgid "An overview of recommended workflows with Git"
8510 #: builtin/help.c:426
8511 msgid "The common Git guides are:\n"
8514 #: builtin/help.c:444
8516 msgid "'%s' is aliased to '%s'"
8519 #: builtin/help.c:466 builtin/help.c:483
8524 #: builtin/index-pack.c:156
8526 msgid "unable to open %s"
8529 #: builtin/index-pack.c:206
8531 msgid "object type mismatch at %s"
8534 #: builtin/index-pack.c:226
8536 msgid "did not receive expected object %s"
8539 #: builtin/index-pack.c:229
8541 msgid "object %s: expected type %s, found %s"
8544 #: builtin/index-pack.c:271
8546 msgid "cannot fill %d byte"
8547 msgid_plural "cannot fill %d bytes"
8551 #: builtin/index-pack.c:281
8555 #: builtin/index-pack.c:282
8556 msgid "read error on input"
8559 #: builtin/index-pack.c:294
8560 msgid "used more bytes than were available"
8563 #: builtin/index-pack.c:301
8564 msgid "pack too large for current definition of off_t"
8567 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8568 msgid "pack exceeds maximum allowed size"
8571 #: builtin/index-pack.c:319
8573 msgid "unable to create '%s'"
8576 #: builtin/index-pack.c:325
8578 msgid "cannot open packfile '%s'"
8581 #: builtin/index-pack.c:339
8582 msgid "pack signature mismatch"
8585 #: builtin/index-pack.c:341
8587 msgid "pack version %<PRIu32> unsupported"
8590 #: builtin/index-pack.c:359
8592 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8595 #: builtin/index-pack.c:480
8597 msgid "inflate returned %d"
8600 #: builtin/index-pack.c:529
8601 msgid "offset value overflow for delta base object"
8604 #: builtin/index-pack.c:537
8605 msgid "delta base offset is out of bound"
8608 #: builtin/index-pack.c:545
8610 msgid "unknown object type %d"
8613 #: builtin/index-pack.c:576
8614 msgid "cannot pread pack file"
8617 #: builtin/index-pack.c:578
8619 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8620 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8624 #: builtin/index-pack.c:604
8625 msgid "serious inflate inconsistency"
8628 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8629 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8631 msgid "SHA1 COLLISION FOUND WITH %s !"
8634 #: builtin/index-pack.c:752 builtin/pack-objects.c:179
8635 #: builtin/pack-objects.c:273
8637 msgid "unable to read %s"
8640 #: builtin/index-pack.c:815
8642 msgid "cannot read existing object info %s"
8645 #: builtin/index-pack.c:823
8647 msgid "cannot read existing object %s"
8650 #: builtin/index-pack.c:837
8652 msgid "invalid blob object %s"
8655 #: builtin/index-pack.c:852
8660 #: builtin/index-pack.c:855
8661 msgid "Error in object"
8664 #: builtin/index-pack.c:857
8666 msgid "Not all child objects of %s are reachable"
8669 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8670 msgid "failed to apply delta"
8673 #: builtin/index-pack.c:1131
8674 msgid "Receiving objects"
8677 #: builtin/index-pack.c:1131
8678 msgid "Indexing objects"
8681 #: builtin/index-pack.c:1165
8682 msgid "pack is corrupted (SHA1 mismatch)"
8685 #: builtin/index-pack.c:1170
8686 msgid "cannot fstat packfile"
8689 #: builtin/index-pack.c:1173
8690 msgid "pack has junk at the end"
8693 #: builtin/index-pack.c:1185
8694 msgid "confusion beyond insanity in parse_pack_objects()"
8697 #: builtin/index-pack.c:1208
8698 msgid "Resolving deltas"
8701 #: builtin/index-pack.c:1219
8703 msgid "unable to create thread: %s"
8706 #: builtin/index-pack.c:1261
8707 msgid "confusion beyond insanity"
8710 #: builtin/index-pack.c:1267
8712 msgid "completed with %d local object"
8713 msgid_plural "completed with %d local objects"
8717 #: builtin/index-pack.c:1279
8719 msgid "Unexpected tail checksum for %s (disk corruption?)"
8722 #: builtin/index-pack.c:1283
8724 msgid "pack has %d unresolved delta"
8725 msgid_plural "pack has %d unresolved deltas"
8729 #: builtin/index-pack.c:1307
8731 msgid "unable to deflate appended object (%d)"
8734 #: builtin/index-pack.c:1383
8736 msgid "local object %s is corrupt"
8739 #: builtin/index-pack.c:1409
8740 msgid "error while closing pack file"
8743 #: builtin/index-pack.c:1421
8745 msgid "cannot write keep file '%s'"
8748 #: builtin/index-pack.c:1429
8750 msgid "cannot close written keep file '%s'"
8753 #: builtin/index-pack.c:1439
8754 msgid "cannot store pack file"
8757 #: builtin/index-pack.c:1447
8758 msgid "cannot store index file"
8761 #: builtin/index-pack.c:1485
8763 msgid "bad pack.indexversion=%<PRIu32>"
8766 #: builtin/index-pack.c:1553
8768 msgid "Cannot open existing pack file '%s'"
8771 #: builtin/index-pack.c:1555
8773 msgid "Cannot open existing pack idx file for '%s'"
8776 #: builtin/index-pack.c:1603
8778 msgid "non delta: %d object"
8779 msgid_plural "non delta: %d objects"
8783 #: builtin/index-pack.c:1610
8785 msgid "chain length = %d: %lu object"
8786 msgid_plural "chain length = %d: %lu objects"
8790 #: builtin/index-pack.c:1623
8792 msgid "packfile name '%s' does not end with '.pack'"
8795 #: builtin/index-pack.c:1700 builtin/index-pack.c:1703
8796 #: builtin/index-pack.c:1719 builtin/index-pack.c:1723
8801 #: builtin/index-pack.c:1739
8802 msgid "--fix-thin cannot be used without --stdin"
8805 #: builtin/index-pack.c:1741
8806 msgid "--stdin requires a git repository"
8809 #: builtin/index-pack.c:1749
8810 msgid "--verify with no packfile name given"
8813 #: builtin/init-db.c:55
8815 msgid "cannot stat '%s'"
8818 #: builtin/init-db.c:61
8820 msgid "cannot stat template '%s'"
8823 #: builtin/init-db.c:66
8825 msgid "cannot opendir '%s'"
8828 #: builtin/init-db.c:77
8830 msgid "cannot readlink '%s'"
8833 #: builtin/init-db.c:79
8835 msgid "cannot symlink '%s' '%s'"
8838 #: builtin/init-db.c:85
8840 msgid "cannot copy '%s' to '%s'"
8843 #: builtin/init-db.c:89
8845 msgid "ignoring template %s"
8848 #: builtin/init-db.c:120
8850 msgid "templates not found %s"
8853 #: builtin/init-db.c:135
8855 msgid "not copying templates from '%s': %s"
8858 #: builtin/init-db.c:328
8860 msgid "unable to handle file type %d"
8863 #: builtin/init-db.c:331
8865 msgid "unable to move %s to %s"
8868 #: builtin/init-db.c:348 builtin/init-db.c:351
8870 msgid "%s already exists"
8873 #: builtin/init-db.c:404
8875 msgid "Reinitialized existing shared Git repository in %s%s\n"
8878 #: builtin/init-db.c:405
8880 msgid "Reinitialized existing Git repository in %s%s\n"
8883 #: builtin/init-db.c:409
8885 msgid "Initialized empty shared Git repository in %s%s\n"
8888 #: builtin/init-db.c:410
8890 msgid "Initialized empty Git repository in %s%s\n"
8893 #: builtin/init-db.c:458
8895 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8896 "shared[=<permissions>]] [<directory>]"
8899 #: builtin/init-db.c:481
8903 #: builtin/init-db.c:482
8904 msgid "specify that the git repository is to be shared amongst several users"
8907 #: builtin/init-db.c:516 builtin/init-db.c:521
8909 msgid "cannot mkdir %s"
8912 #: builtin/init-db.c:525
8914 msgid "cannot chdir to %s"
8917 #: builtin/init-db.c:546
8920 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8924 #: builtin/init-db.c:574
8926 msgid "Cannot access work tree '%s'"
8929 #: builtin/interpret-trailers.c:15
8931 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8932 "<token>[(=|:)<value>])...] [<file>...]"
8935 #: builtin/interpret-trailers.c:92
8936 msgid "edit files in place"
8939 #: builtin/interpret-trailers.c:93
8940 msgid "trim empty trailers"
8943 #: builtin/interpret-trailers.c:96
8944 msgid "where to place the new trailer"
8947 #: builtin/interpret-trailers.c:98
8948 msgid "action if trailer already exists"
8951 #: builtin/interpret-trailers.c:100
8952 msgid "action if trailer is missing"
8955 #: builtin/interpret-trailers.c:102
8956 msgid "output only the trailers"
8959 #: builtin/interpret-trailers.c:103
8960 msgid "do not apply config rules"
8963 #: builtin/interpret-trailers.c:104
8964 msgid "join whitespace-continued values"
8967 #: builtin/interpret-trailers.c:105
8968 msgid "set parsing options"
8971 #: builtin/interpret-trailers.c:107
8975 #: builtin/interpret-trailers.c:108
8976 msgid "trailer(s) to add"
8979 #: builtin/interpret-trailers.c:117
8980 msgid "--trailer with --only-input does not make sense"
8983 #: builtin/interpret-trailers.c:127
8984 msgid "no input file given for in-place editing"
8988 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8992 msgid "git show [<options>] <object>..."
8997 msgid "invalid --decorate option: %s"
9000 #: builtin/log.c:151
9001 msgid "suppress diff output"
9004 #: builtin/log.c:152
9008 #: builtin/log.c:153
9009 msgid "Use mail map file"
9012 #: builtin/log.c:155
9013 msgid "only decorate refs that match <pattern>"
9016 #: builtin/log.c:157
9017 msgid "do not decorate refs that match <pattern>"
9020 #: builtin/log.c:158
9021 msgid "decorate options"
9024 #: builtin/log.c:161
9025 msgid "Process line range n,m in file, counting from 1"
9028 #: builtin/log.c:257
9030 msgid "Final output: %d %s\n"
9033 #: builtin/log.c:508
9035 msgid "git show %s: bad file"
9038 #: builtin/log.c:523 builtin/log.c:617
9040 msgid "Could not read object %s"
9043 #: builtin/log.c:641
9045 msgid "Unknown type: %d"
9048 #: builtin/log.c:762
9049 msgid "format.headers without value"
9052 #: builtin/log.c:863
9053 msgid "name of output directory is too long"
9056 #: builtin/log.c:879
9058 msgid "Cannot open patch file %s"
9061 #: builtin/log.c:896
9062 msgid "Need exactly one range."
9065 #: builtin/log.c:906
9066 msgid "Not a range."
9069 #: builtin/log.c:1012
9070 msgid "Cover letter needs email format"
9073 #: builtin/log.c:1092
9075 msgid "insane in-reply-to: %s"
9078 #: builtin/log.c:1119
9079 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9082 #: builtin/log.c:1169
9083 msgid "Two output directories?"
9086 #: builtin/log.c:1276 builtin/log.c:1927 builtin/log.c:1929 builtin/log.c:1941
9088 msgid "Unknown commit %s"
9091 #: builtin/log.c:1286 builtin/notes.c:887 builtin/tag.c:516
9093 msgid "Failed to resolve '%s' as a valid ref."
9096 #: builtin/log.c:1291
9097 msgid "Could not find exact merge base."
9100 #: builtin/log.c:1295
9102 "Failed to get upstream, if you want to record base commit automatically,\n"
9103 "please use git branch --set-upstream-to to track a remote branch.\n"
9104 "Or you could specify base commit by --base=<base-commit-id> manually."
9107 #: builtin/log.c:1315
9108 msgid "Failed to find exact merge base"
9111 #: builtin/log.c:1326
9112 msgid "base commit should be the ancestor of revision list"
9115 #: builtin/log.c:1330
9116 msgid "base commit shouldn't be in revision list"
9119 #: builtin/log.c:1379
9120 msgid "cannot get patch id"
9123 #: builtin/log.c:1438
9124 msgid "use [PATCH n/m] even with a single patch"
9127 #: builtin/log.c:1441
9128 msgid "use [PATCH] even with multiple patches"
9131 #: builtin/log.c:1445
9132 msgid "print patches to standard out"
9135 #: builtin/log.c:1447
9136 msgid "generate a cover letter"
9139 #: builtin/log.c:1449
9140 msgid "use simple number sequence for output file names"
9143 #: builtin/log.c:1450
9147 #: builtin/log.c:1451
9148 msgid "use <sfx> instead of '.patch'"
9151 #: builtin/log.c:1453
9152 msgid "start numbering patches at <n> instead of 1"
9155 #: builtin/log.c:1455
9156 msgid "mark the series as Nth re-roll"
9159 #: builtin/log.c:1457
9160 msgid "Use [RFC PATCH] instead of [PATCH]"
9163 #: builtin/log.c:1460
9164 msgid "Use [<prefix>] instead of [PATCH]"
9167 #: builtin/log.c:1463
9168 msgid "store resulting files in <dir>"
9171 #: builtin/log.c:1466
9172 msgid "don't strip/add [PATCH]"
9175 #: builtin/log.c:1469
9176 msgid "don't output binary diffs"
9179 #: builtin/log.c:1471
9180 msgid "output all-zero hash in From header"
9183 #: builtin/log.c:1473
9184 msgid "don't include a patch matching a commit upstream"
9187 #: builtin/log.c:1475
9188 msgid "show patch format instead of default (patch + stat)"
9191 #: builtin/log.c:1477
9195 #: builtin/log.c:1478
9199 #: builtin/log.c:1479
9200 msgid "add email header"
9203 #: builtin/log.c:1480 builtin/log.c:1482
9207 #: builtin/log.c:1480
9208 msgid "add To: header"
9211 #: builtin/log.c:1482
9212 msgid "add Cc: header"
9215 #: builtin/log.c:1484
9219 #: builtin/log.c:1485
9220 msgid "set From address to <ident> (or committer ident if absent)"
9223 #: builtin/log.c:1487
9227 #: builtin/log.c:1488
9228 msgid "make first mail a reply to <message-id>"
9231 #: builtin/log.c:1489 builtin/log.c:1492
9235 #: builtin/log.c:1490
9236 msgid "attach the patch"
9239 #: builtin/log.c:1493
9240 msgid "inline the patch"
9243 #: builtin/log.c:1497
9244 msgid "enable message threading, styles: shallow, deep"
9247 #: builtin/log.c:1499
9251 #: builtin/log.c:1500
9252 msgid "add a signature"
9255 #: builtin/log.c:1501
9259 #: builtin/log.c:1502
9260 msgid "add prerequisite tree info to the patch series"
9263 #: builtin/log.c:1504
9264 msgid "add a signature from a file"
9267 #: builtin/log.c:1505
9268 msgid "don't print the patch filenames"
9271 #: builtin/log.c:1507
9272 msgid "show progress while generating patches"
9275 #: builtin/log.c:1582
9277 msgid "invalid ident line: %s"
9280 #: builtin/log.c:1597
9281 msgid "-n and -k are mutually exclusive."
9284 #: builtin/log.c:1599
9285 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9288 #: builtin/log.c:1607
9289 msgid "--name-only does not make sense"
9292 #: builtin/log.c:1609
9293 msgid "--name-status does not make sense"
9296 #: builtin/log.c:1611
9297 msgid "--check does not make sense"
9300 #: builtin/log.c:1641
9301 msgid "standard output, or directory, which one?"
9304 #: builtin/log.c:1643
9306 msgid "Could not create directory '%s'"
9309 #: builtin/log.c:1736
9311 msgid "unable to read signature file '%s'"
9314 #: builtin/log.c:1768
9315 msgid "Generating patches"
9318 #: builtin/log.c:1812
9319 msgid "Failed to create output files"
9322 #: builtin/log.c:1862
9323 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9326 #: builtin/log.c:1916
9329 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9332 #: builtin/ls-files.c:468
9333 msgid "git ls-files [<options>] [<file>...]"
9336 #: builtin/ls-files.c:517
9337 msgid "identify the file status with tags"
9340 #: builtin/ls-files.c:519
9341 msgid "use lowercase letters for 'assume unchanged' files"
9344 #: builtin/ls-files.c:521
9345 msgid "use lowercase letters for 'fsmonitor clean' files"
9348 #: builtin/ls-files.c:523
9349 msgid "show cached files in the output (default)"
9352 #: builtin/ls-files.c:525
9353 msgid "show deleted files in the output"
9356 #: builtin/ls-files.c:527
9357 msgid "show modified files in the output"
9360 #: builtin/ls-files.c:529
9361 msgid "show other files in the output"
9364 #: builtin/ls-files.c:531
9365 msgid "show ignored files in the output"
9368 #: builtin/ls-files.c:534
9369 msgid "show staged contents' object name in the output"
9372 #: builtin/ls-files.c:536
9373 msgid "show files on the filesystem that need to be removed"
9376 #: builtin/ls-files.c:538
9377 msgid "show 'other' directories' names only"
9380 #: builtin/ls-files.c:540
9381 msgid "show line endings of files"
9384 #: builtin/ls-files.c:542
9385 msgid "don't show empty directories"
9388 #: builtin/ls-files.c:545
9389 msgid "show unmerged files in the output"
9392 #: builtin/ls-files.c:547
9393 msgid "show resolve-undo information"
9396 #: builtin/ls-files.c:549
9397 msgid "skip files matching pattern"
9400 #: builtin/ls-files.c:552
9401 msgid "exclude patterns are read from <file>"
9404 #: builtin/ls-files.c:555
9405 msgid "read additional per-directory exclude patterns in <file>"
9408 #: builtin/ls-files.c:557
9409 msgid "add the standard git exclusions"
9412 #: builtin/ls-files.c:560
9413 msgid "make the output relative to the project top directory"
9416 #: builtin/ls-files.c:563
9417 msgid "recurse through submodules"
9420 #: builtin/ls-files.c:565
9421 msgid "if any <file> is not in the index, treat this as an error"
9424 #: builtin/ls-files.c:566
9428 #: builtin/ls-files.c:567
9429 msgid "pretend that paths removed since <tree-ish> are still present"
9432 #: builtin/ls-files.c:569
9433 msgid "show debugging data"
9436 #: builtin/ls-remote.c:7
9438 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9439 " [-q | --quiet] [--exit-code] [--get-url]\n"
9440 " [--symref] [<repository> [<refs>...]]"
9443 #: builtin/ls-remote.c:52
9444 msgid "do not print remote URL"
9447 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9451 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9452 msgid "path of git-upload-pack on the remote host"
9455 #: builtin/ls-remote.c:58
9456 msgid "limit to tags"
9459 #: builtin/ls-remote.c:59
9460 msgid "limit to heads"
9463 #: builtin/ls-remote.c:60
9464 msgid "do not show peeled tags"
9467 #: builtin/ls-remote.c:62
9468 msgid "take url.<base>.insteadOf into account"
9471 #: builtin/ls-remote.c:64
9472 msgid "exit with exit code 2 if no matching refs are found"
9475 #: builtin/ls-remote.c:66
9476 msgid "show underlying ref in addition to the object pointed by it"
9479 #: builtin/ls-tree.c:29
9480 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9483 #: builtin/ls-tree.c:127
9484 msgid "only show trees"
9487 #: builtin/ls-tree.c:129
9488 msgid "recurse into subtrees"
9491 #: builtin/ls-tree.c:131
9492 msgid "show trees when recursing"
9495 #: builtin/ls-tree.c:134
9496 msgid "terminate entries with NUL byte"
9499 #: builtin/ls-tree.c:135
9500 msgid "include object size"
9503 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9504 msgid "list only filenames"
9507 #: builtin/ls-tree.c:142
9508 msgid "use full path names"
9511 #: builtin/ls-tree.c:144
9512 msgid "list entire tree; not just current directory (implies --full-name)"
9515 #: builtin/mailsplit.c:241
9517 msgid "empty mbox: '%s'"
9520 #: builtin/merge.c:48
9521 msgid "git merge [<options>] [<commit>...]"
9524 #: builtin/merge.c:49
9525 msgid "git merge --abort"
9528 #: builtin/merge.c:50
9529 msgid "git merge --continue"
9532 #: builtin/merge.c:107
9533 msgid "switch `m' requires a value"
9536 #: builtin/merge.c:144
9538 msgid "Could not find merge strategy '%s'.\n"
9541 #: builtin/merge.c:145
9543 msgid "Available strategies are:"
9546 #: builtin/merge.c:150
9548 msgid "Available custom strategies are:"
9551 #: builtin/merge.c:200 builtin/pull.c:137
9552 msgid "do not show a diffstat at the end of the merge"
9555 #: builtin/merge.c:203 builtin/pull.c:140
9556 msgid "show a diffstat at the end of the merge"
9559 #: builtin/merge.c:204 builtin/pull.c:143
9560 msgid "(synonym to --stat)"
9563 #: builtin/merge.c:206 builtin/pull.c:146
9564 msgid "add (at most <n>) entries from shortlog to merge commit message"
9567 #: builtin/merge.c:209 builtin/pull.c:152
9568 msgid "create a single commit instead of doing a merge"
9571 #: builtin/merge.c:211 builtin/pull.c:155
9572 msgid "perform a commit if the merge succeeds (default)"
9575 #: builtin/merge.c:213 builtin/pull.c:158
9576 msgid "edit message before committing"
9579 #: builtin/merge.c:214
9580 msgid "allow fast-forward (default)"
9583 #: builtin/merge.c:216 builtin/pull.c:164
9584 msgid "abort if fast-forward is not possible"
9587 #: builtin/merge.c:220 builtin/pull.c:167
9588 msgid "verify that the named commit has a valid GPG signature"
9591 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:171
9592 #: builtin/revert.c:109
9596 #: builtin/merge.c:222 builtin/pull.c:172
9597 msgid "merge strategy to use"
9600 #: builtin/merge.c:223 builtin/pull.c:175
9601 msgid "option=value"
9604 #: builtin/merge.c:224 builtin/pull.c:176
9605 msgid "option for selected merge strategy"
9608 #: builtin/merge.c:226
9609 msgid "merge commit message (for a non-fast-forward merge)"
9612 #: builtin/merge.c:230
9613 msgid "abort the current in-progress merge"
9616 #: builtin/merge.c:232
9617 msgid "continue the current in-progress merge"
9620 #: builtin/merge.c:234 builtin/pull.c:183
9621 msgid "allow merging unrelated histories"
9624 #: builtin/merge.c:240
9625 msgid "verify commit-msg hook"
9628 #: builtin/merge.c:265
9629 msgid "could not run stash."
9632 #: builtin/merge.c:270
9633 msgid "stash failed"
9636 #: builtin/merge.c:275
9638 msgid "not a valid object: %s"
9641 #: builtin/merge.c:297 builtin/merge.c:314
9642 msgid "read-tree failed"
9645 #: builtin/merge.c:344
9646 msgid " (nothing to squash)"
9649 #: builtin/merge.c:355
9651 msgid "Squash commit -- not updating HEAD\n"
9654 #: builtin/merge.c:405
9656 msgid "No merge message -- not updating HEAD\n"
9659 #: builtin/merge.c:455
9661 msgid "'%s' does not point to a commit"
9664 #: builtin/merge.c:545
9666 msgid "Bad branch.%s.mergeoptions string: %s"
9669 #: builtin/merge.c:667
9670 msgid "Not handling anything other than two heads merge."
9673 #: builtin/merge.c:681
9675 msgid "Unknown option for merge-recursive: -X%s"
9678 #: builtin/merge.c:696
9680 msgid "unable to write %s"
9683 #: builtin/merge.c:748
9685 msgid "Could not read from '%s'"
9688 #: builtin/merge.c:757
9690 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9693 #: builtin/merge.c:763
9696 "Please enter a commit message to explain why this merge is necessary,\n"
9697 "especially if it merges an updated upstream into a topic branch.\n"
9699 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9703 #: builtin/merge.c:799
9704 msgid "Empty commit message."
9707 #: builtin/merge.c:819
9709 msgid "Wonderful.\n"
9712 #: builtin/merge.c:872
9714 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9717 #: builtin/merge.c:911
9718 msgid "No current branch."
9721 #: builtin/merge.c:913
9722 msgid "No remote for the current branch."
9725 #: builtin/merge.c:915
9726 msgid "No default upstream defined for the current branch."
9729 #: builtin/merge.c:920
9731 msgid "No remote-tracking branch for %s from %s"
9734 #: builtin/merge.c:973
9736 msgid "Bad value '%s' in environment '%s'"
9739 #: builtin/merge.c:1075
9741 msgid "not something we can merge in %s: %s"
9744 #: builtin/merge.c:1109
9745 msgid "not something we can merge"
9748 #: builtin/merge.c:1174
9749 msgid "--abort expects no arguments"
9752 #: builtin/merge.c:1178
9753 msgid "There is no merge to abort (MERGE_HEAD missing)."
9756 #: builtin/merge.c:1190
9757 msgid "--continue expects no arguments"
9760 #: builtin/merge.c:1194
9761 msgid "There is no merge in progress (MERGE_HEAD missing)."
9764 #: builtin/merge.c:1210
9766 "You have not concluded your merge (MERGE_HEAD exists).\n"
9767 "Please, commit your changes before you merge."
9770 #: builtin/merge.c:1217
9772 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9773 "Please, commit your changes before you merge."
9776 #: builtin/merge.c:1220
9777 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9780 #: builtin/merge.c:1229
9781 msgid "You cannot combine --squash with --no-ff."
9784 #: builtin/merge.c:1237
9785 msgid "No commit specified and merge.defaultToUpstream not set."
9788 #: builtin/merge.c:1254
9789 msgid "Squash commit into empty head not supported yet"
9792 #: builtin/merge.c:1256
9793 msgid "Non-fast-forward commit does not make sense into an empty head"
9796 #: builtin/merge.c:1261
9798 msgid "%s - not something we can merge"
9801 #: builtin/merge.c:1263
9802 msgid "Can merge only exactly one commit into empty head"
9805 #: builtin/merge.c:1297
9807 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9810 #: builtin/merge.c:1300
9812 msgid "Commit %s has a bad GPG signature allegedly by %s."
9815 #: builtin/merge.c:1303
9817 msgid "Commit %s does not have a GPG signature."
9820 #: builtin/merge.c:1306
9822 msgid "Commit %s has a good GPG signature by %s\n"
9825 #: builtin/merge.c:1368
9826 msgid "refusing to merge unrelated histories"
9829 #: builtin/merge.c:1377
9830 msgid "Already up to date."
9833 #: builtin/merge.c:1387
9835 msgid "Updating %s..%s\n"
9838 #: builtin/merge.c:1428
9840 msgid "Trying really trivial in-index merge...\n"
9843 #: builtin/merge.c:1435
9848 #: builtin/merge.c:1460
9849 msgid "Already up to date. Yeeah!"
9852 #: builtin/merge.c:1466
9853 msgid "Not possible to fast-forward, aborting."
9856 #: builtin/merge.c:1489 builtin/merge.c:1568
9858 msgid "Rewinding the tree to pristine...\n"
9861 #: builtin/merge.c:1493
9863 msgid "Trying merge strategy %s...\n"
9866 #: builtin/merge.c:1559
9868 msgid "No merge strategy handled the merge.\n"
9871 #: builtin/merge.c:1561
9873 msgid "Merge with strategy %s failed.\n"
9876 #: builtin/merge.c:1570
9878 msgid "Using the %s to prepare resolving by hand.\n"
9881 #: builtin/merge.c:1582
9883 msgid "Automatic merge went well; stopped before committing as requested\n"
9886 #: builtin/merge-base.c:30
9887 msgid "git merge-base [-a | --all] <commit> <commit>..."
9890 #: builtin/merge-base.c:31
9891 msgid "git merge-base [-a | --all] --octopus <commit>..."
9894 #: builtin/merge-base.c:32
9895 msgid "git merge-base --independent <commit>..."
9898 #: builtin/merge-base.c:33
9899 msgid "git merge-base --is-ancestor <commit> <commit>"
9902 #: builtin/merge-base.c:34
9903 msgid "git merge-base --fork-point <ref> [<commit>]"
9906 #: builtin/merge-base.c:220
9907 msgid "output all common ancestors"
9910 #: builtin/merge-base.c:222
9911 msgid "find ancestors for a single n-way merge"
9914 #: builtin/merge-base.c:224
9915 msgid "list revs not reachable from others"
9918 #: builtin/merge-base.c:226
9919 msgid "is the first one ancestor of the other?"
9922 #: builtin/merge-base.c:228
9923 msgid "find where <commit> forked from reflog of <ref>"
9926 #: builtin/merge-file.c:9
9928 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9929 "<orig-file> <file2>"
9932 #: builtin/merge-file.c:33
9933 msgid "send results to standard output"
9936 #: builtin/merge-file.c:34
9937 msgid "use a diff3 based merge"
9940 #: builtin/merge-file.c:35
9941 msgid "for conflicts, use our version"
9944 #: builtin/merge-file.c:37
9945 msgid "for conflicts, use their version"
9948 #: builtin/merge-file.c:39
9949 msgid "for conflicts, use a union version"
9952 #: builtin/merge-file.c:42
9953 msgid "for conflicts, use this marker size"
9956 #: builtin/merge-file.c:43
9957 msgid "do not warn about conflicts"
9960 #: builtin/merge-file.c:45
9961 msgid "set labels for file1/orig-file/file2"
9964 #: builtin/merge-recursive.c:45
9966 msgid "unknown option %s"
9969 #: builtin/merge-recursive.c:51
9971 msgid "could not parse object '%s'"
9974 #: builtin/merge-recursive.c:55
9976 msgid "cannot handle more than %d base. Ignoring %s."
9977 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9981 #: builtin/merge-recursive.c:63
9982 msgid "not handling anything other than two heads merge."
9985 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9987 msgid "could not resolve ref '%s'"
9990 #: builtin/merge-recursive.c:77
9992 msgid "Merging %s with %s\n"
9995 #: builtin/mktree.c:65
9996 msgid "git mktree [-z] [--missing] [--batch]"
9999 #: builtin/mktree.c:153
10000 msgid "input is NUL terminated"
10003 #: builtin/mktree.c:154 builtin/write-tree.c:25
10004 msgid "allow missing objects"
10007 #: builtin/mktree.c:155
10008 msgid "allow creation of more than one tree"
10012 msgid "git mv [<options>] <source>... <destination>"
10017 msgid "Directory %s is in index and no submodule?"
10020 #: builtin/mv.c:85 builtin/rm.c:289
10021 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10024 #: builtin/mv.c:103
10026 msgid "%.*s is in index"
10029 #: builtin/mv.c:125
10030 msgid "force move/rename even if target exists"
10033 #: builtin/mv.c:126
10034 msgid "skip move/rename errors"
10037 #: builtin/mv.c:167
10039 msgid "destination '%s' is not a directory"
10042 #: builtin/mv.c:178
10044 msgid "Checking rename of '%s' to '%s'\n"
10047 #: builtin/mv.c:182
10051 #: builtin/mv.c:185
10052 msgid "can not move directory into itself"
10055 #: builtin/mv.c:188
10056 msgid "cannot move directory over file"
10059 #: builtin/mv.c:197
10060 msgid "source directory is empty"
10063 #: builtin/mv.c:222
10064 msgid "not under version control"
10067 #: builtin/mv.c:225
10068 msgid "destination exists"
10071 #: builtin/mv.c:233
10073 msgid "overwriting '%s'"
10076 #: builtin/mv.c:236
10077 msgid "Cannot overwrite"
10080 #: builtin/mv.c:239
10081 msgid "multiple sources for the same target"
10084 #: builtin/mv.c:241
10085 msgid "destination directory does not exist"
10088 #: builtin/mv.c:248
10090 msgid "%s, source=%s, destination=%s"
10093 #: builtin/mv.c:269
10095 msgid "Renaming %s to %s\n"
10098 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10100 msgid "renaming '%s' failed"
10103 #: builtin/name-rev.c:338
10104 msgid "git name-rev [<options>] <commit>..."
10107 #: builtin/name-rev.c:339
10108 msgid "git name-rev [<options>] --all"
10111 #: builtin/name-rev.c:340
10112 msgid "git name-rev [<options>] --stdin"
10115 #: builtin/name-rev.c:395
10116 msgid "print only names (no SHA-1)"
10119 #: builtin/name-rev.c:396
10120 msgid "only use tags to name the commits"
10123 #: builtin/name-rev.c:398
10124 msgid "only use refs matching <pattern>"
10127 #: builtin/name-rev.c:400
10128 msgid "ignore refs matching <pattern>"
10131 #: builtin/name-rev.c:402
10132 msgid "list all commits reachable from all refs"
10135 #: builtin/name-rev.c:403
10136 msgid "read from stdin"
10139 #: builtin/name-rev.c:404
10140 msgid "allow to print `undefined` names (default)"
10143 #: builtin/name-rev.c:410
10144 msgid "dereference tags in the input (internal use)"
10147 #: builtin/notes.c:26
10148 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10151 #: builtin/notes.c:27
10153 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10154 "| (-c | -C) <object>] [<object>]"
10157 #: builtin/notes.c:28
10158 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10161 #: builtin/notes.c:29
10163 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10164 "(-c | -C) <object>] [<object>]"
10167 #: builtin/notes.c:30
10168 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10171 #: builtin/notes.c:31
10172 msgid "git notes [--ref <notes-ref>] show [<object>]"
10175 #: builtin/notes.c:32
10177 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10180 #: builtin/notes.c:33
10181 msgid "git notes merge --commit [-v | -q]"
10184 #: builtin/notes.c:34
10185 msgid "git notes merge --abort [-v | -q]"
10188 #: builtin/notes.c:35
10189 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10192 #: builtin/notes.c:36
10193 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10196 #: builtin/notes.c:37
10197 msgid "git notes [--ref <notes-ref>] get-ref"
10200 #: builtin/notes.c:42
10201 msgid "git notes [list [<object>]]"
10204 #: builtin/notes.c:47
10205 msgid "git notes add [<options>] [<object>]"
10208 #: builtin/notes.c:52
10209 msgid "git notes copy [<options>] <from-object> <to-object>"
10212 #: builtin/notes.c:53
10213 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10216 #: builtin/notes.c:58
10217 msgid "git notes append [<options>] [<object>]"
10220 #: builtin/notes.c:63
10221 msgid "git notes edit [<object>]"
10224 #: builtin/notes.c:68
10225 msgid "git notes show [<object>]"
10228 #: builtin/notes.c:73
10229 msgid "git notes merge [<options>] <notes-ref>"
10232 #: builtin/notes.c:74
10233 msgid "git notes merge --commit [<options>]"
10236 #: builtin/notes.c:75
10237 msgid "git notes merge --abort [<options>]"
10240 #: builtin/notes.c:80
10241 msgid "git notes remove [<object>]"
10244 #: builtin/notes.c:85
10245 msgid "git notes prune [<options>]"
10248 #: builtin/notes.c:90
10249 msgid "git notes get-ref"
10252 #: builtin/notes.c:95
10253 msgid "Write/edit the notes for the following object:"
10256 #: builtin/notes.c:148
10258 msgid "unable to start 'show' for object '%s'"
10261 #: builtin/notes.c:152
10262 msgid "could not read 'show' output"
10265 #: builtin/notes.c:160
10267 msgid "failed to finish 'show' for object '%s'"
10270 #: builtin/notes.c:195
10271 msgid "please supply the note contents using either -m or -F option"
10274 #: builtin/notes.c:204
10275 msgid "unable to write note object"
10278 #: builtin/notes.c:206
10280 msgid "the note contents have been left in %s"
10283 #: builtin/notes.c:234 builtin/tag.c:500
10285 msgid "cannot read '%s'"
10288 #: builtin/notes.c:236 builtin/tag.c:503
10290 msgid "could not open or read '%s'"
10293 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10294 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10295 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10297 msgid "failed to resolve '%s' as a valid ref."
10300 #: builtin/notes.c:258
10302 msgid "failed to read object '%s'."
10305 #: builtin/notes.c:262
10307 msgid "cannot read note data from non-blob object '%s'."
10310 #: builtin/notes.c:302
10312 msgid "malformed input line: '%s'."
10315 #: builtin/notes.c:317
10317 msgid "failed to copy notes from '%s' to '%s'"
10320 #. TRANSLATORS: the first %s will be replaced by a git
10321 #. notes command: 'add', 'merge', 'remove', etc.
10323 #: builtin/notes.c:349
10325 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10328 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10329 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10330 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10331 msgid "too many parameters"
10334 #: builtin/notes.c:382 builtin/notes.c:668
10336 msgid "no note found for object %s."
10339 #: builtin/notes.c:403 builtin/notes.c:566
10340 msgid "note contents as a string"
10343 #: builtin/notes.c:406 builtin/notes.c:569
10344 msgid "note contents in a file"
10347 #: builtin/notes.c:409 builtin/notes.c:572
10348 msgid "reuse and edit specified note object"
10351 #: builtin/notes.c:412 builtin/notes.c:575
10352 msgid "reuse specified note object"
10355 #: builtin/notes.c:415 builtin/notes.c:578
10356 msgid "allow storing empty note"
10359 #: builtin/notes.c:416 builtin/notes.c:487
10360 msgid "replace existing notes"
10363 #: builtin/notes.c:441
10366 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10370 #: builtin/notes.c:456 builtin/notes.c:535
10372 msgid "Overwriting existing notes for object %s\n"
10375 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10377 msgid "Removing note for object %s\n"
10380 #: builtin/notes.c:488
10381 msgid "read objects from stdin"
10384 #: builtin/notes.c:490
10385 msgid "load rewriting config for <command> (implies --stdin)"
10388 #: builtin/notes.c:508
10389 msgid "too few parameters"
10392 #: builtin/notes.c:529
10395 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10399 #: builtin/notes.c:541
10401 msgid "missing notes on source object %s. Cannot copy."
10404 #: builtin/notes.c:593
10407 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10408 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10411 #: builtin/notes.c:688
10412 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10415 #: builtin/notes.c:690
10416 msgid "failed to delete ref NOTES_MERGE_REF"
10419 #: builtin/notes.c:692
10420 msgid "failed to remove 'git notes merge' worktree"
10423 #: builtin/notes.c:712
10424 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10427 #: builtin/notes.c:714
10428 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10431 #: builtin/notes.c:716
10432 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10435 #: builtin/notes.c:729
10436 msgid "failed to resolve NOTES_MERGE_REF"
10439 #: builtin/notes.c:732
10440 msgid "failed to finalize notes merge"
10443 #: builtin/notes.c:758
10445 msgid "unknown notes merge strategy %s"
10448 #: builtin/notes.c:774
10449 msgid "General options"
10452 #: builtin/notes.c:776
10453 msgid "Merge options"
10456 #: builtin/notes.c:778
10458 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10462 #: builtin/notes.c:780
10463 msgid "Committing unmerged notes"
10466 #: builtin/notes.c:782
10467 msgid "finalize notes merge by committing unmerged notes"
10470 #: builtin/notes.c:784
10471 msgid "Aborting notes merge resolution"
10474 #: builtin/notes.c:786
10475 msgid "abort notes merge"
10478 #: builtin/notes.c:797
10479 msgid "cannot mix --commit, --abort or -s/--strategy"
10482 #: builtin/notes.c:802
10483 msgid "must specify a notes ref to merge"
10486 #: builtin/notes.c:826
10488 msgid "unknown -s/--strategy: %s"
10491 #: builtin/notes.c:863
10493 msgid "a notes merge into %s is already in-progress at %s"
10496 #: builtin/notes.c:866
10498 msgid "failed to store link to current notes ref (%s)"
10501 #: builtin/notes.c:868
10504 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10505 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10509 #: builtin/notes.c:890
10511 msgid "Object %s has no note\n"
10514 #: builtin/notes.c:902
10515 msgid "attempt to remove non-existent note is not an error"
10518 #: builtin/notes.c:905
10519 msgid "read object names from the standard input"
10522 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:158
10523 msgid "do not remove, show only"
10526 #: builtin/notes.c:944
10527 msgid "report pruned notes"
10530 #: builtin/notes.c:986
10534 #: builtin/notes.c:987
10535 msgid "use notes from <notes-ref>"
10538 #: builtin/notes.c:1022
10540 msgid "unknown subcommand: %s"
10543 #: builtin/pack-objects.c:33
10545 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10548 #: builtin/pack-objects.c:34
10550 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10553 #: builtin/pack-objects.c:192 builtin/pack-objects.c:195
10555 msgid "deflate error (%d)"
10558 #: builtin/pack-objects.c:788
10559 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10562 #: builtin/pack-objects.c:801
10563 msgid "Writing objects"
10566 #: builtin/pack-objects.c:1081
10567 msgid "disabling bitmap writing, as some objects are not being packed"
10570 #: builtin/pack-objects.c:2451
10571 msgid "Compressing objects"
10574 #: builtin/pack-objects.c:2599
10575 msgid "invalid value for --missing"
10578 #: builtin/pack-objects.c:2902
10580 msgid "unsupported index version %s"
10583 #: builtin/pack-objects.c:2906
10585 msgid "bad index version '%s'"
10588 #: builtin/pack-objects.c:2936
10589 msgid "do not show progress meter"
10592 #: builtin/pack-objects.c:2938
10593 msgid "show progress meter"
10596 #: builtin/pack-objects.c:2940
10597 msgid "show progress meter during object writing phase"
10600 #: builtin/pack-objects.c:2943
10601 msgid "similar to --all-progress when progress meter is shown"
10604 #: builtin/pack-objects.c:2944
10605 msgid "version[,offset]"
10608 #: builtin/pack-objects.c:2945
10609 msgid "write the pack index file in the specified idx format version"
10612 #: builtin/pack-objects.c:2948
10613 msgid "maximum size of each output pack file"
10616 #: builtin/pack-objects.c:2950
10617 msgid "ignore borrowed objects from alternate object store"
10620 #: builtin/pack-objects.c:2952
10621 msgid "ignore packed objects"
10624 #: builtin/pack-objects.c:2954
10625 msgid "limit pack window by objects"
10628 #: builtin/pack-objects.c:2956
10629 msgid "limit pack window by memory in addition to object limit"
10632 #: builtin/pack-objects.c:2958
10633 msgid "maximum length of delta chain allowed in the resulting pack"
10636 #: builtin/pack-objects.c:2960
10637 msgid "reuse existing deltas"
10640 #: builtin/pack-objects.c:2962
10641 msgid "reuse existing objects"
10644 #: builtin/pack-objects.c:2964
10645 msgid "use OFS_DELTA objects"
10648 #: builtin/pack-objects.c:2966
10649 msgid "use threads when searching for best delta matches"
10652 #: builtin/pack-objects.c:2968
10653 msgid "do not create an empty pack output"
10656 #: builtin/pack-objects.c:2970
10657 msgid "read revision arguments from standard input"
10660 #: builtin/pack-objects.c:2972
10661 msgid "limit the objects to those that are not yet packed"
10664 #: builtin/pack-objects.c:2975
10665 msgid "include objects reachable from any reference"
10668 #: builtin/pack-objects.c:2978
10669 msgid "include objects referred by reflog entries"
10672 #: builtin/pack-objects.c:2981
10673 msgid "include objects referred to by the index"
10676 #: builtin/pack-objects.c:2984
10677 msgid "output pack to stdout"
10680 #: builtin/pack-objects.c:2986
10681 msgid "include tag objects that refer to objects to be packed"
10684 #: builtin/pack-objects.c:2988
10685 msgid "keep unreachable objects"
10688 #: builtin/pack-objects.c:2990
10689 msgid "pack loose unreachable objects"
10692 #: builtin/pack-objects.c:2992
10693 msgid "unpack unreachable objects newer than <time>"
10696 #: builtin/pack-objects.c:2995
10697 msgid "create thin packs"
10700 #: builtin/pack-objects.c:2997
10701 msgid "create packs suitable for shallow fetches"
10704 #: builtin/pack-objects.c:2999
10705 msgid "ignore packs that have companion .keep file"
10708 #: builtin/pack-objects.c:3001
10709 msgid "pack compression level"
10712 #: builtin/pack-objects.c:3003
10713 msgid "do not hide commits by grafts"
10716 #: builtin/pack-objects.c:3005
10717 msgid "use a bitmap index if available to speed up counting objects"
10720 #: builtin/pack-objects.c:3007
10721 msgid "write a bitmap index together with the pack index"
10724 #: builtin/pack-objects.c:3010
10725 msgid "handling for missing objects"
10728 #: builtin/pack-objects.c:3144
10729 msgid "Counting objects"
10732 #: builtin/pack-refs.c:6
10733 msgid "git pack-refs [<options>]"
10736 #: builtin/pack-refs.c:14
10737 msgid "pack everything"
10740 #: builtin/pack-refs.c:15
10741 msgid "prune loose refs (default)"
10744 #: builtin/prune-packed.c:8
10745 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10748 #: builtin/prune-packed.c:41
10749 msgid "Removing duplicate objects"
10752 #: builtin/prune.c:11
10753 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10756 #: builtin/prune.c:106
10757 msgid "report pruned objects"
10760 #: builtin/prune.c:109
10761 msgid "expire objects older than <time>"
10764 #: builtin/prune.c:123
10765 msgid "cannot prune in a precious-objects repo"
10768 #: builtin/pull.c:54 builtin/pull.c:56
10770 msgid "Invalid value for %s: %s"
10773 #: builtin/pull.c:76
10774 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10777 #: builtin/pull.c:127
10778 msgid "control for recursive fetching of submodules"
10781 #: builtin/pull.c:131
10782 msgid "Options related to merging"
10785 #: builtin/pull.c:134
10786 msgid "incorporate changes by rebasing rather than merging"
10789 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
10790 msgid "allow fast-forward"
10793 #: builtin/pull.c:170
10794 msgid "automatically stash/stash pop before and after rebase"
10797 #: builtin/pull.c:186
10798 msgid "Options related to fetching"
10801 #: builtin/pull.c:204
10802 msgid "number of submodules pulled in parallel"
10805 #: builtin/pull.c:299
10807 msgid "Invalid value for pull.ff: %s"
10810 #: builtin/pull.c:415
10812 "There is no candidate for rebasing against among the refs that you just "
10816 #: builtin/pull.c:417
10818 "There are no candidates for merging among the refs that you just fetched."
10821 #: builtin/pull.c:418
10823 "Generally this means that you provided a wildcard refspec which had no\n"
10824 "matches on the remote end."
10827 #: builtin/pull.c:421
10830 "You asked to pull from the remote '%s', but did not specify\n"
10831 "a branch. Because this is not the default configured remote\n"
10832 "for your current branch, you must specify a branch on the command line."
10835 #: builtin/pull.c:426 git-parse-remote.sh:73
10836 msgid "You are not currently on a branch."
10839 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
10840 msgid "Please specify which branch you want to rebase against."
10843 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
10844 msgid "Please specify which branch you want to merge with."
10847 #: builtin/pull.c:431 builtin/pull.c:446
10848 msgid "See git-pull(1) for details."
10851 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
10852 #: git-parse-remote.sh:64
10856 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:466
10857 #: git-parse-remote.sh:65
10861 #: builtin/pull.c:441 git-parse-remote.sh:75
10862 msgid "There is no tracking information for the current branch."
10865 #: builtin/pull.c:450 git-parse-remote.sh:95
10867 "If you wish to set tracking information for this branch you can do so with:"
10870 #: builtin/pull.c:455
10873 "Your configuration specifies to merge with the ref '%s'\n"
10874 "from the remote, but no such ref was fetched."
10877 #: builtin/pull.c:817
10878 msgid "ignoring --verify-signatures for rebase"
10881 #: builtin/pull.c:865
10882 msgid "--[no-]autostash option is only valid with --rebase."
10885 #: builtin/pull.c:873
10886 msgid "Updating an unborn branch with changes added to the index."
10889 #: builtin/pull.c:876
10890 msgid "pull with rebase"
10893 #: builtin/pull.c:877
10894 msgid "please commit or stash them."
10897 #: builtin/pull.c:902
10900 "fetch updated the current branch head.\n"
10901 "fast-forwarding your working tree from\n"
10905 #: builtin/pull.c:907
10908 "Cannot fast-forward your working tree.\n"
10909 "After making sure that you saved anything precious from\n"
10912 "$ git reset --hard\n"
10916 #: builtin/pull.c:922
10917 msgid "Cannot merge multiple branches into empty head."
10920 #: builtin/pull.c:926
10921 msgid "Cannot rebase onto multiple branches."
10924 #: builtin/pull.c:933
10925 msgid "cannot rebase with locally recorded submodule modifications"
10928 #: builtin/push.c:17
10929 msgid "git push [<options>] [<repository> [<refspec>...]]"
10932 #: builtin/push.c:92
10933 msgid "tag shorthand without <tag>"
10936 #: builtin/push.c:102
10937 msgid "--delete only accepts plain target ref names"
10940 #: builtin/push.c:146
10943 "To choose either option permanently, see push.default in 'git help config'."
10946 #: builtin/push.c:149
10949 "The upstream branch of your current branch does not match\n"
10950 "the name of your current branch. To push to the upstream branch\n"
10951 "on the remote, use\n"
10953 " git push %s HEAD:%s\n"
10955 "To push to the branch of the same name on the remote, use\n"
10957 " git push %s %s\n"
10961 #: builtin/push.c:164
10964 "You are not currently on a branch.\n"
10965 "To push the history leading to the current (detached HEAD)\n"
10968 " git push %s HEAD:<name-of-remote-branch>\n"
10971 #: builtin/push.c:178
10974 "The current branch %s has no upstream branch.\n"
10975 "To push the current branch and set the remote as upstream, use\n"
10977 " git push --set-upstream %s %s\n"
10980 #: builtin/push.c:186
10982 msgid "The current branch %s has multiple upstream branches, refusing to push."
10985 #: builtin/push.c:189
10988 "You are pushing to remote '%s', which is not the upstream of\n"
10989 "your current branch '%s', without telling me what to push\n"
10990 "to update which remote branch."
10993 #: builtin/push.c:248
10995 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10998 #: builtin/push.c:255
11000 "Updates were rejected because the tip of your current branch is behind\n"
11001 "its remote counterpart. Integrate the remote changes (e.g.\n"
11002 "'git pull ...') before pushing again.\n"
11003 "See the 'Note about fast-forwards' in 'git push --help' for details."
11006 #: builtin/push.c:261
11008 "Updates were rejected because a pushed branch tip is behind its remote\n"
11009 "counterpart. Check out this branch and integrate the remote changes\n"
11010 "(e.g. 'git pull ...') before pushing again.\n"
11011 "See the 'Note about fast-forwards' in 'git push --help' for details."
11014 #: builtin/push.c:267
11016 "Updates were rejected because the remote contains work that you do\n"
11017 "not have locally. This is usually caused by another repository pushing\n"
11018 "to the same ref. You may want to first integrate the remote changes\n"
11019 "(e.g., 'git pull ...') before pushing again.\n"
11020 "See the 'Note about fast-forwards' in 'git push --help' for details."
11023 #: builtin/push.c:274
11024 msgid "Updates were rejected because the tag already exists in the remote."
11027 #: builtin/push.c:277
11029 "You cannot update a remote ref that points at a non-commit object,\n"
11030 "or update a remote ref to make it point at a non-commit object,\n"
11031 "without using the '--force' option.\n"
11034 #: builtin/push.c:337
11036 msgid "Pushing to %s\n"
11039 #: builtin/push.c:341
11041 msgid "failed to push some refs to '%s'"
11044 #: builtin/push.c:372
11046 msgid "bad repository '%s'"
11049 #: builtin/push.c:373
11051 "No configured push destination.\n"
11052 "Either specify the URL from the command-line or configure a remote "
11053 "repository using\n"
11055 " git remote add <name> <url>\n"
11057 "and then push using the remote name\n"
11059 " git push <name>\n"
11062 #: builtin/push.c:391
11063 msgid "--all and --tags are incompatible"
11066 #: builtin/push.c:392
11067 msgid "--all can't be combined with refspecs"
11070 #: builtin/push.c:397
11071 msgid "--mirror and --tags are incompatible"
11074 #: builtin/push.c:398
11075 msgid "--mirror can't be combined with refspecs"
11078 #: builtin/push.c:403
11079 msgid "--all and --mirror are incompatible"
11082 #: builtin/push.c:535
11086 #: builtin/push.c:536 builtin/send-pack.c:163
11087 msgid "push all refs"
11090 #: builtin/push.c:537 builtin/send-pack.c:165
11091 msgid "mirror all refs"
11094 #: builtin/push.c:539
11095 msgid "delete refs"
11098 #: builtin/push.c:540
11099 msgid "push tags (can't be used with --all or --mirror)"
11102 #: builtin/push.c:543 builtin/send-pack.c:166
11103 msgid "force updates"
11106 #: builtin/push.c:545 builtin/send-pack.c:180
11107 msgid "refname>:<expect"
11110 #: builtin/push.c:546 builtin/send-pack.c:181
11111 msgid "require old value of ref to be at this value"
11114 #: builtin/push.c:549
11115 msgid "control recursive pushing of submodules"
11118 #: builtin/push.c:551 builtin/send-pack.c:174
11119 msgid "use thin pack"
11122 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11123 #: builtin/send-pack.c:161
11124 msgid "receive pack program"
11127 #: builtin/push.c:554
11128 msgid "set upstream for git pull/status"
11131 #: builtin/push.c:557
11132 msgid "prune locally removed refs"
11135 #: builtin/push.c:559
11136 msgid "bypass pre-push hook"
11139 #: builtin/push.c:560
11140 msgid "push missing but relevant tags"
11143 #: builtin/push.c:563 builtin/send-pack.c:168
11144 msgid "GPG sign the push"
11147 #: builtin/push.c:565 builtin/send-pack.c:175
11148 msgid "request atomic transaction on remote side"
11151 #: builtin/push.c:566 builtin/send-pack.c:171
11152 msgid "server-specific"
11155 #: builtin/push.c:566 builtin/send-pack.c:172
11156 msgid "option to transmit"
11159 #: builtin/push.c:583
11160 msgid "--delete is incompatible with --all, --mirror and --tags"
11163 #: builtin/push.c:585
11164 msgid "--delete doesn't make sense without any refs"
11167 #: builtin/push.c:604
11168 msgid "push options must not have new line characters"
11171 #: builtin/read-tree.c:40
11173 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11174 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11175 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11178 #: builtin/read-tree.c:121
11179 msgid "write resulting index to <file>"
11182 #: builtin/read-tree.c:124
11183 msgid "only empty the index"
11186 #: builtin/read-tree.c:126
11190 #: builtin/read-tree.c:128
11191 msgid "perform a merge in addition to a read"
11194 #: builtin/read-tree.c:130
11195 msgid "3-way merge if no file level merging required"
11198 #: builtin/read-tree.c:132
11199 msgid "3-way merge in presence of adds and removes"
11202 #: builtin/read-tree.c:134
11203 msgid "same as -m, but discard unmerged entries"
11206 #: builtin/read-tree.c:135
11207 msgid "<subdirectory>/"
11210 #: builtin/read-tree.c:136
11211 msgid "read the tree into the index under <subdirectory>/"
11214 #: builtin/read-tree.c:139
11215 msgid "update working tree with merge result"
11218 #: builtin/read-tree.c:141
11222 #: builtin/read-tree.c:142
11223 msgid "allow explicitly ignored files to be overwritten"
11226 #: builtin/read-tree.c:145
11227 msgid "don't check the working tree after merging"
11230 #: builtin/read-tree.c:146
11231 msgid "don't update the index or the work tree"
11234 #: builtin/read-tree.c:148
11235 msgid "skip applying sparse checkout filter"
11238 #: builtin/read-tree.c:150
11239 msgid "debug unpack-trees"
11242 #: builtin/rebase--helper.c:8
11243 msgid "git rebase--helper [<options>]"
11246 #: builtin/rebase--helper.c:24
11247 msgid "keep empty commits"
11250 #: builtin/rebase--helper.c:25
11251 msgid "continue rebase"
11254 #: builtin/rebase--helper.c:27
11255 msgid "abort rebase"
11258 #: builtin/rebase--helper.c:30
11259 msgid "make rebase script"
11262 #: builtin/rebase--helper.c:32
11263 msgid "shorten commit ids in the todo list"
11266 #: builtin/rebase--helper.c:34
11267 msgid "expand commit ids in the todo list"
11270 #: builtin/rebase--helper.c:36
11271 msgid "check the todo list"
11274 #: builtin/rebase--helper.c:38
11275 msgid "skip unnecessary picks"
11278 #: builtin/rebase--helper.c:40
11279 msgid "rearrange fixup/squash lines"
11282 #: builtin/rebase--helper.c:42
11283 msgid "insert exec commands in todo list"
11286 #: builtin/receive-pack.c:30
11287 msgid "git receive-pack <git-dir>"
11290 #: builtin/receive-pack.c:840
11292 "By default, updating the current branch in a non-bare repository\n"
11293 "is denied, because it will make the index and work tree inconsistent\n"
11294 "with what you pushed, and will require 'git reset --hard' to match\n"
11295 "the work tree to HEAD.\n"
11297 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11298 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11299 "its current branch; however, this is not recommended unless you\n"
11300 "arranged to update its work tree to match what you pushed in some\n"
11303 "To squelch this message and still keep the default behaviour, set\n"
11304 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11307 #: builtin/receive-pack.c:860
11309 "By default, deleting the current branch is denied, because the next\n"
11310 "'git clone' won't result in any file checked out, causing confusion.\n"
11312 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11313 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11314 "current branch, with or without a warning message.\n"
11316 "To squelch this message, you can set it to 'refuse'."
11319 #: builtin/receive-pack.c:1933
11323 #: builtin/receive-pack.c:1947
11324 msgid "You must specify a directory."
11327 #: builtin/reflog.c:531 builtin/reflog.c:536
11329 msgid "'%s' is not a valid timestamp"
11332 #: builtin/remote.c:13
11333 msgid "git remote [-v | --verbose]"
11336 #: builtin/remote.c:14
11338 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11339 "mirror=<fetch|push>] <name> <url>"
11342 #: builtin/remote.c:15 builtin/remote.c:35
11343 msgid "git remote rename <old> <new>"
11346 #: builtin/remote.c:16 builtin/remote.c:40
11347 msgid "git remote remove <name>"
11350 #: builtin/remote.c:17 builtin/remote.c:45
11351 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11354 #: builtin/remote.c:18
11355 msgid "git remote [-v | --verbose] show [-n] <name>"
11358 #: builtin/remote.c:19
11359 msgid "git remote prune [-n | --dry-run] <name>"
11362 #: builtin/remote.c:20
11364 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11367 #: builtin/remote.c:21
11368 msgid "git remote set-branches [--add] <name> <branch>..."
11371 #: builtin/remote.c:22 builtin/remote.c:71
11372 msgid "git remote get-url [--push] [--all] <name>"
11375 #: builtin/remote.c:23 builtin/remote.c:76
11376 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11379 #: builtin/remote.c:24 builtin/remote.c:77
11380 msgid "git remote set-url --add <name> <newurl>"
11383 #: builtin/remote.c:25 builtin/remote.c:78
11384 msgid "git remote set-url --delete <name> <url>"
11387 #: builtin/remote.c:30
11388 msgid "git remote add [<options>] <name> <url>"
11391 #: builtin/remote.c:50
11392 msgid "git remote set-branches <name> <branch>..."
11395 #: builtin/remote.c:51
11396 msgid "git remote set-branches --add <name> <branch>..."
11399 #: builtin/remote.c:56
11400 msgid "git remote show [<options>] <name>"
11403 #: builtin/remote.c:61
11404 msgid "git remote prune [<options>] <name>"
11407 #: builtin/remote.c:66
11408 msgid "git remote update [<options>] [<group> | <remote>]..."
11411 #: builtin/remote.c:95
11413 msgid "Updating %s"
11416 #: builtin/remote.c:127
11418 "--mirror is dangerous and deprecated; please\n"
11419 "\t use --mirror=fetch or --mirror=push instead"
11422 #: builtin/remote.c:144
11424 msgid "unknown mirror argument: %s"
11427 #: builtin/remote.c:160
11428 msgid "fetch the remote branches"
11431 #: builtin/remote.c:162
11432 msgid "import all tags and associated objects when fetching"
11435 #: builtin/remote.c:165
11436 msgid "or do not fetch any tag at all (--no-tags)"
11439 #: builtin/remote.c:167
11440 msgid "branch(es) to track"
11443 #: builtin/remote.c:168
11444 msgid "master branch"
11447 #: builtin/remote.c:169
11451 #: builtin/remote.c:170
11452 msgid "set up remote as a mirror to push to or fetch from"
11455 #: builtin/remote.c:182
11456 msgid "specifying a master branch makes no sense with --mirror"
11459 #: builtin/remote.c:184
11460 msgid "specifying branches to track makes sense only with fetch mirrors"
11463 #: builtin/remote.c:191 builtin/remote.c:631
11465 msgid "remote %s already exists."
11468 #: builtin/remote.c:195 builtin/remote.c:635
11470 msgid "'%s' is not a valid remote name"
11473 #: builtin/remote.c:235
11475 msgid "Could not setup master '%s'"
11478 #: builtin/remote.c:337
11480 msgid "Could not get fetch map for refspec %s"
11483 #: builtin/remote.c:438 builtin/remote.c:446
11487 #: builtin/remote.c:450
11491 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11493 msgid "No such remote: %s"
11496 #: builtin/remote.c:641
11498 msgid "Could not rename config section '%s' to '%s'"
11501 #: builtin/remote.c:661
11504 "Not updating non-default fetch refspec\n"
11506 "\tPlease update the configuration manually if necessary."
11509 #: builtin/remote.c:697
11511 msgid "deleting '%s' failed"
11514 #: builtin/remote.c:731
11516 msgid "creating '%s' failed"
11519 #: builtin/remote.c:796
11521 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11522 "to delete it, use:"
11524 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11525 "to delete them, use:"
11529 #: builtin/remote.c:810
11531 msgid "Could not remove config section '%s'"
11534 #: builtin/remote.c:911
11536 msgid " new (next fetch will store in remotes/%s)"
11539 #: builtin/remote.c:914
11543 #: builtin/remote.c:916
11544 msgid " stale (use 'git remote prune' to remove)"
11547 #: builtin/remote.c:918
11551 #: builtin/remote.c:959
11553 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11556 #: builtin/remote.c:967
11558 msgid "rebases interactively onto remote %s"
11561 #: builtin/remote.c:968
11563 msgid "rebases onto remote %s"
11566 #: builtin/remote.c:971
11568 msgid " merges with remote %s"
11571 #: builtin/remote.c:974
11573 msgid "merges with remote %s"
11576 #: builtin/remote.c:977
11578 msgid "%-*s and with remote %s\n"
11581 #: builtin/remote.c:1020
11585 #: builtin/remote.c:1023
11589 #: builtin/remote.c:1027
11593 #: builtin/remote.c:1030
11594 msgid "fast-forwardable"
11597 #: builtin/remote.c:1033
11598 msgid "local out of date"
11601 #: builtin/remote.c:1040
11603 msgid " %-*s forces to %-*s (%s)"
11606 #: builtin/remote.c:1043
11608 msgid " %-*s pushes to %-*s (%s)"
11611 #: builtin/remote.c:1047
11613 msgid " %-*s forces to %s"
11616 #: builtin/remote.c:1050
11618 msgid " %-*s pushes to %s"
11621 #: builtin/remote.c:1118
11622 msgid "do not query remotes"
11625 #: builtin/remote.c:1145
11627 msgid "* remote %s"
11630 #: builtin/remote.c:1146
11632 msgid " Fetch URL: %s"
11635 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11639 #. TRANSLATORS: the colon ':' should align
11640 #. with the one in " Fetch URL: %s"
11643 #: builtin/remote.c:1161 builtin/remote.c:1163
11645 msgid " Push URL: %s"
11648 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11650 msgid " HEAD branch: %s"
11653 #: builtin/remote.c:1165
11654 msgid "(not queried)"
11657 #: builtin/remote.c:1167
11661 #: builtin/remote.c:1171
11664 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11667 #: builtin/remote.c:1183
11669 msgid " Remote branch:%s"
11670 msgid_plural " Remote branches:%s"
11674 #: builtin/remote.c:1186 builtin/remote.c:1212
11675 msgid " (status not queried)"
11678 #: builtin/remote.c:1195
11679 msgid " Local branch configured for 'git pull':"
11680 msgid_plural " Local branches configured for 'git pull':"
11684 #: builtin/remote.c:1203
11685 msgid " Local refs will be mirrored by 'git push'"
11688 #: builtin/remote.c:1209
11690 msgid " Local ref configured for 'git push'%s:"
11691 msgid_plural " Local refs configured for 'git push'%s:"
11695 #: builtin/remote.c:1230
11696 msgid "set refs/remotes/<name>/HEAD according to remote"
11699 #: builtin/remote.c:1232
11700 msgid "delete refs/remotes/<name>/HEAD"
11703 #: builtin/remote.c:1247
11704 msgid "Cannot determine remote HEAD"
11707 #: builtin/remote.c:1249
11708 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11711 #: builtin/remote.c:1259
11713 msgid "Could not delete %s"
11716 #: builtin/remote.c:1267
11718 msgid "Not a valid ref: %s"
11721 #: builtin/remote.c:1269
11723 msgid "Could not setup %s"
11726 #: builtin/remote.c:1287
11728 msgid " %s will become dangling!"
11731 #: builtin/remote.c:1288
11733 msgid " %s has become dangling!"
11736 #: builtin/remote.c:1298
11741 #: builtin/remote.c:1299
11746 #: builtin/remote.c:1315
11748 msgid " * [would prune] %s"
11751 #: builtin/remote.c:1318
11753 msgid " * [pruned] %s"
11756 #: builtin/remote.c:1363
11757 msgid "prune remotes after fetching"
11760 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11762 msgid "No such remote '%s'"
11765 #: builtin/remote.c:1442
11769 #: builtin/remote.c:1449
11770 msgid "no remote specified"
11773 #: builtin/remote.c:1466
11774 msgid "query push URLs rather than fetch URLs"
11777 #: builtin/remote.c:1468
11778 msgid "return all URLs"
11781 #: builtin/remote.c:1496
11783 msgid "no URLs configured for remote '%s'"
11786 #: builtin/remote.c:1522
11787 msgid "manipulate push URLs"
11790 #: builtin/remote.c:1524
11794 #: builtin/remote.c:1526
11795 msgid "delete URLs"
11798 #: builtin/remote.c:1533
11799 msgid "--add --delete doesn't make sense"
11802 #: builtin/remote.c:1572
11804 msgid "Invalid old URL pattern: %s"
11807 #: builtin/remote.c:1580
11809 msgid "No such URL found: %s"
11812 #: builtin/remote.c:1582
11813 msgid "Will not delete all non-push URLs"
11816 #: builtin/remote.c:1598
11817 msgid "be verbose; must be placed before a subcommand"
11820 #: builtin/remote.c:1629
11822 msgid "Unknown subcommand: %s"
11825 #: builtin/repack.c:18
11826 msgid "git repack [<options>]"
11829 #: builtin/repack.c:23
11831 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11832 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11835 #: builtin/repack.c:168
11836 msgid "pack everything in a single pack"
11839 #: builtin/repack.c:170
11840 msgid "same as -a, and turn unreachable objects loose"
11843 #: builtin/repack.c:173
11844 msgid "remove redundant packs, and run git-prune-packed"
11847 #: builtin/repack.c:175
11848 msgid "pass --no-reuse-delta to git-pack-objects"
11851 #: builtin/repack.c:177
11852 msgid "pass --no-reuse-object to git-pack-objects"
11855 #: builtin/repack.c:179
11856 msgid "do not run git-update-server-info"
11859 #: builtin/repack.c:182
11860 msgid "pass --local to git-pack-objects"
11863 #: builtin/repack.c:184
11864 msgid "write bitmap index"
11867 #: builtin/repack.c:185
11868 msgid "approxidate"
11871 #: builtin/repack.c:186
11872 msgid "with -A, do not loosen objects older than this"
11875 #: builtin/repack.c:188
11876 msgid "with -a, repack unreachable objects"
11879 #: builtin/repack.c:190
11880 msgid "size of the window used for delta compression"
11883 #: builtin/repack.c:191 builtin/repack.c:197
11887 #: builtin/repack.c:192
11888 msgid "same as the above, but limit memory size instead of entries count"
11891 #: builtin/repack.c:194
11892 msgid "limits the maximum delta depth"
11895 #: builtin/repack.c:196
11896 msgid "limits the maximum number of threads"
11899 #: builtin/repack.c:198
11900 msgid "maximum size of each packfile"
11903 #: builtin/repack.c:200
11904 msgid "repack objects in packs marked with .keep"
11907 #: builtin/repack.c:210
11908 msgid "cannot delete packs in a precious-objects repo"
11911 #: builtin/repack.c:214
11912 msgid "--keep-unreachable and -A are incompatible"
11915 #: builtin/repack.c:406 builtin/worktree.c:146
11917 msgid "failed to remove '%s'"
11920 #: builtin/replace.c:20
11921 msgid "git replace [-f] <object> <replacement>"
11924 #: builtin/replace.c:21
11925 msgid "git replace [-f] --edit <object>"
11928 #: builtin/replace.c:22
11929 msgid "git replace [-f] --graft <commit> [<parent>...]"
11932 #: builtin/replace.c:23
11933 msgid "git replace -d <object>..."
11936 #: builtin/replace.c:24
11937 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11940 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11942 msgid "Not a valid object name: '%s'"
11945 #: builtin/replace.c:361
11947 msgid "bad mergetag in commit '%s'"
11950 #: builtin/replace.c:363
11952 msgid "malformed mergetag in commit '%s'"
11955 #: builtin/replace.c:374
11958 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11959 "instead of --graft"
11962 #: builtin/replace.c:407
11964 msgid "the original commit '%s' has a gpg signature."
11967 #: builtin/replace.c:408
11968 msgid "the signature will be removed in the replacement commit!"
11971 #: builtin/replace.c:414
11973 msgid "could not write replacement commit for: '%s'"
11976 #: builtin/replace.c:438
11977 msgid "list replace refs"
11980 #: builtin/replace.c:439
11981 msgid "delete replace refs"
11984 #: builtin/replace.c:440
11985 msgid "edit existing object"
11988 #: builtin/replace.c:441
11989 msgid "change a commit's parents"
11992 #: builtin/replace.c:442
11993 msgid "replace the ref if it exists"
11996 #: builtin/replace.c:443
11997 msgid "do not pretty-print contents for --edit"
12000 #: builtin/replace.c:444
12001 msgid "use this format"
12004 #: builtin/rerere.c:13
12005 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12008 #: builtin/rerere.c:59
12009 msgid "register clean resolutions in index"
12012 #: builtin/reset.c:29
12014 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12017 #: builtin/reset.c:30
12018 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12021 #: builtin/reset.c:31
12022 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12025 #: builtin/reset.c:37
12029 #: builtin/reset.c:37
12033 #: builtin/reset.c:37
12037 #: builtin/reset.c:37
12041 #: builtin/reset.c:37
12045 #: builtin/reset.c:78
12046 msgid "You do not have a valid HEAD."
12049 #: builtin/reset.c:80
12050 msgid "Failed to find tree of HEAD."
12053 #: builtin/reset.c:86
12055 msgid "Failed to find tree of %s."
12058 #: builtin/reset.c:113
12060 msgid "HEAD is now at %s"
12063 #: builtin/reset.c:197
12065 msgid "Cannot do a %s reset in the middle of a merge."
12068 #: builtin/reset.c:297
12069 msgid "be quiet, only report errors"
12072 #: builtin/reset.c:299
12073 msgid "reset HEAD and index"
12076 #: builtin/reset.c:300
12077 msgid "reset only HEAD"
12080 #: builtin/reset.c:302 builtin/reset.c:304
12081 msgid "reset HEAD, index and working tree"
12084 #: builtin/reset.c:306
12085 msgid "reset HEAD but keep local changes"
12088 #: builtin/reset.c:312
12089 msgid "record only the fact that removed paths will be added later"
12092 #: builtin/reset.c:329
12094 msgid "Failed to resolve '%s' as a valid revision."
12097 #: builtin/reset.c:337
12099 msgid "Failed to resolve '%s' as a valid tree."
12102 #: builtin/reset.c:346
12103 msgid "--patch is incompatible with --{hard,mixed,soft}"
12106 #: builtin/reset.c:355
12107 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12110 #: builtin/reset.c:357
12112 msgid "Cannot do %s reset with paths."
12115 #: builtin/reset.c:367
12117 msgid "%s reset is not allowed in a bare repository"
12120 #: builtin/reset.c:371
12121 msgid "-N can only be used with --mixed"
12124 #: builtin/reset.c:388
12125 msgid "Unstaged changes after reset:"
12128 #: builtin/reset.c:394
12130 msgid "Could not reset index file to revision '%s'."
12133 #: builtin/reset.c:398
12134 msgid "Could not write new index file."
12137 #: builtin/rev-list.c:399
12138 msgid "object filtering requires --objects"
12141 #: builtin/rev-list.c:402
12143 msgid "invalid sparse value '%s'"
12146 #: builtin/rev-list.c:442
12147 msgid "rev-list does not support display of notes"
12150 #: builtin/rev-list.c:445
12151 msgid "cannot combine --use-bitmap-index with object filtering"
12154 #: builtin/rev-parse.c:402
12155 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12158 #: builtin/rev-parse.c:407
12159 msgid "keep the `--` passed as an arg"
12162 #: builtin/rev-parse.c:409
12163 msgid "stop parsing after the first non-option argument"
12166 #: builtin/rev-parse.c:412
12167 msgid "output in stuck long form"
12170 #: builtin/rev-parse.c:545
12172 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12173 " or: git rev-parse --sq-quote [<arg>...]\n"
12174 " or: git rev-parse [<options>] [<arg>...]\n"
12176 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12179 #: builtin/revert.c:23
12180 msgid "git revert [<options>] <commit-ish>..."
12183 #: builtin/revert.c:24
12184 msgid "git revert <subcommand>"
12187 #: builtin/revert.c:29
12188 msgid "git cherry-pick [<options>] <commit-ish>..."
12191 #: builtin/revert.c:30
12192 msgid "git cherry-pick <subcommand>"
12195 #: builtin/revert.c:90
12197 msgid "%s: %s cannot be used with %s"
12200 #: builtin/revert.c:99
12201 msgid "end revert or cherry-pick sequence"
12204 #: builtin/revert.c:100
12205 msgid "resume revert or cherry-pick sequence"
12208 #: builtin/revert.c:101
12209 msgid "cancel revert or cherry-pick sequence"
12212 #: builtin/revert.c:102
12213 msgid "don't automatically commit"
12216 #: builtin/revert.c:103
12217 msgid "edit the commit message"
12220 #: builtin/revert.c:106
12221 msgid "parent-number"
12224 #: builtin/revert.c:107
12225 msgid "select mainline parent"
12228 #: builtin/revert.c:109
12229 msgid "merge strategy"
12232 #: builtin/revert.c:110
12236 #: builtin/revert.c:111
12237 msgid "option for merge strategy"
12240 #: builtin/revert.c:120
12241 msgid "append commit name"
12244 #: builtin/revert.c:122
12245 msgid "preserve initially empty commits"
12248 #: builtin/revert.c:123
12249 msgid "allow commits with empty messages"
12252 #: builtin/revert.c:124
12253 msgid "keep redundant, empty commits"
12256 #: builtin/revert.c:214
12257 msgid "revert failed"
12260 #: builtin/revert.c:227
12261 msgid "cherry-pick failed"
12265 msgid "git rm [<options>] [--] <file>..."
12268 #: builtin/rm.c:206
12270 "the following file has staged content different from both the\n"
12271 "file and the HEAD:"
12273 "the following files have staged content different from both the\n"
12274 "file and the HEAD:"
12278 #: builtin/rm.c:211
12281 "(use -f to force removal)"
12284 #: builtin/rm.c:215
12285 msgid "the following file has changes staged in the index:"
12286 msgid_plural "the following files have changes staged in the index:"
12290 #: builtin/rm.c:219 builtin/rm.c:228
12293 "(use --cached to keep the file, or -f to force removal)"
12296 #: builtin/rm.c:225
12297 msgid "the following file has local modifications:"
12298 msgid_plural "the following files have local modifications:"
12302 #: builtin/rm.c:243
12303 msgid "do not list removed files"
12306 #: builtin/rm.c:244
12307 msgid "only remove from the index"
12310 #: builtin/rm.c:245
12311 msgid "override the up-to-date check"
12314 #: builtin/rm.c:246
12315 msgid "allow recursive removal"
12318 #: builtin/rm.c:248
12319 msgid "exit with a zero status even if nothing matched"
12322 #: builtin/rm.c:307
12324 msgid "not removing '%s' recursively without -r"
12327 #: builtin/rm.c:346
12329 msgid "git rm: unable to remove %s"
12332 #: builtin/rm.c:369
12334 msgid "could not remove '%s'"
12337 #: builtin/send-pack.c:19
12339 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12340 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12342 " --all and explicit <ref> specification are mutually exclusive."
12345 #: builtin/send-pack.c:162
12346 msgid "remote name"
12349 #: builtin/send-pack.c:176
12350 msgid "use stateless RPC protocol"
12353 #: builtin/send-pack.c:177
12354 msgid "read refs from stdin"
12357 #: builtin/send-pack.c:178
12358 msgid "print status from remote helper"
12361 #: builtin/shortlog.c:14
12362 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12365 #: builtin/shortlog.c:263
12366 msgid "Group by committer rather than author"
12369 #: builtin/shortlog.c:265
12370 msgid "sort output according to the number of commits per author"
12373 #: builtin/shortlog.c:267
12374 msgid "Suppress commit descriptions, only provides commit count"
12377 #: builtin/shortlog.c:269
12378 msgid "Show the email address of each author"
12381 #: builtin/shortlog.c:270
12382 msgid "w[,i1[,i2]]"
12385 #: builtin/shortlog.c:271
12386 msgid "Linewrap output"
12389 #: builtin/show-branch.c:12
12391 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12392 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12393 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12394 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12397 #: builtin/show-branch.c:16
12398 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12401 #: builtin/show-branch.c:376
12403 msgid "ignoring %s; cannot handle more than %d ref"
12404 msgid_plural "ignoring %s; cannot handle more than %d refs"
12408 #: builtin/show-branch.c:530
12410 msgid "no matching refs with %s"
12413 #: builtin/show-branch.c:626
12414 msgid "show remote-tracking and local branches"
12417 #: builtin/show-branch.c:628
12418 msgid "show remote-tracking branches"
12421 #: builtin/show-branch.c:630
12422 msgid "color '*!+-' corresponding to the branch"
12425 #: builtin/show-branch.c:632
12426 msgid "show <n> more commits after the common ancestor"
12429 #: builtin/show-branch.c:634
12430 msgid "synonym to more=-1"
12433 #: builtin/show-branch.c:635
12434 msgid "suppress naming strings"
12437 #: builtin/show-branch.c:637
12438 msgid "include the current branch"
12441 #: builtin/show-branch.c:639
12442 msgid "name commits with their object names"
12445 #: builtin/show-branch.c:641
12446 msgid "show possible merge bases"
12449 #: builtin/show-branch.c:643
12450 msgid "show refs unreachable from any other ref"
12453 #: builtin/show-branch.c:645
12454 msgid "show commits in topological order"
12457 #: builtin/show-branch.c:648
12458 msgid "show only commits not on the first branch"
12461 #: builtin/show-branch.c:650
12462 msgid "show merges reachable from only one tip"
12465 #: builtin/show-branch.c:652
12466 msgid "topologically sort, maintaining date order where possible"
12469 #: builtin/show-branch.c:655
12470 msgid "<n>[,<base>]"
12473 #: builtin/show-branch.c:656
12474 msgid "show <n> most recent ref-log entries starting at base"
12477 #: builtin/show-branch.c:690
12479 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12482 #: builtin/show-branch.c:714
12483 msgid "no branches given, and HEAD is not valid"
12486 #: builtin/show-branch.c:717
12487 msgid "--reflog option needs one branch name"
12490 #: builtin/show-branch.c:720
12492 msgid "only %d entry can be shown at one time."
12493 msgid_plural "only %d entries can be shown at one time."
12497 #: builtin/show-branch.c:724
12499 msgid "no such ref %s"
12502 #: builtin/show-branch.c:808
12504 msgid "cannot handle more than %d rev."
12505 msgid_plural "cannot handle more than %d revs."
12509 #: builtin/show-branch.c:812
12511 msgid "'%s' is not a valid ref."
12514 #: builtin/show-branch.c:815
12516 msgid "cannot find commit %s (%s)"
12519 #: builtin/show-ref.c:10
12521 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12522 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12525 #: builtin/show-ref.c:11
12526 msgid "git show-ref --exclude-existing[=<pattern>]"
12529 #: builtin/show-ref.c:159
12530 msgid "only show tags (can be combined with heads)"
12533 #: builtin/show-ref.c:160
12534 msgid "only show heads (can be combined with tags)"
12537 #: builtin/show-ref.c:161
12538 msgid "stricter reference checking, requires exact ref path"
12541 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12542 msgid "show the HEAD reference, even if it would be filtered out"
12545 #: builtin/show-ref.c:168
12546 msgid "dereference tags into object IDs"
12549 #: builtin/show-ref.c:170
12550 msgid "only show SHA1 hash using <n> digits"
12553 #: builtin/show-ref.c:174
12554 msgid "do not print results to stdout (useful with --verify)"
12557 #: builtin/show-ref.c:176
12558 msgid "show refs from stdin that aren't in local repository"
12561 #: builtin/stripspace.c:18
12562 msgid "git stripspace [-s | --strip-comments]"
12565 #: builtin/stripspace.c:19
12566 msgid "git stripspace [-c | --comment-lines]"
12569 #: builtin/stripspace.c:36
12570 msgid "skip and remove all lines starting with comment character"
12573 #: builtin/stripspace.c:39
12574 msgid "prepend comment character and space to each line"
12577 #: builtin/submodule--helper.c:34 builtin/submodule--helper.c:1332
12579 msgid "No such ref: %s"
12582 #: builtin/submodule--helper.c:41 builtin/submodule--helper.c:1341
12584 msgid "Expecting a full ref name, got %s"
12587 #: builtin/submodule--helper.c:81
12589 msgid "cannot strip one component off url '%s'"
12592 #: builtin/submodule--helper.c:370 builtin/submodule--helper.c:861
12593 msgid "alternative anchor for relative paths"
12596 #: builtin/submodule--helper.c:375
12597 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12600 #: builtin/submodule--helper.c:426 builtin/submodule--helper.c:449
12602 msgid "No url found for submodule path '%s' in .gitmodules"
12605 #: builtin/submodule--helper.c:464
12608 "could not lookup configuration '%s'. Assuming this repository is its own "
12609 "authoritative upstream."
12612 #: builtin/submodule--helper.c:475
12614 msgid "Failed to register url for submodule path '%s'"
12617 #: builtin/submodule--helper.c:479
12619 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12622 #: builtin/submodule--helper.c:489
12624 msgid "warning: command update mode suggested for submodule '%s'\n"
12627 #: builtin/submodule--helper.c:496
12629 msgid "Failed to register update mode for submodule path '%s'"
12632 #: builtin/submodule--helper.c:518
12633 msgid "Suppress output for initializing a submodule"
12636 #: builtin/submodule--helper.c:523
12637 msgid "git submodule--helper init [<path>]"
12640 #: builtin/submodule--helper.c:591 builtin/submodule--helper.c:713
12642 msgid "no submodule mapping found in .gitmodules for path '%s'"
12645 #: builtin/submodule--helper.c:626
12647 msgid "could not resolve HEAD ref inside the submodule '%s'"
12650 #: builtin/submodule--helper.c:653
12652 msgid "failed to recurse into submodule '%s'"
12655 #: builtin/submodule--helper.c:677
12656 msgid "Suppress submodule status output"
12659 #: builtin/submodule--helper.c:678
12661 "Use commit stored in the index instead of the one stored in the submodule "
12665 #: builtin/submodule--helper.c:679
12666 msgid "recurse into nested submodules"
12669 #: builtin/submodule--helper.c:684
12670 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12673 #: builtin/submodule--helper.c:708
12674 msgid "git submodule--helper name <path>"
12677 #: builtin/submodule--helper.c:796 builtin/submodule--helper.c:799
12679 msgid "submodule '%s' cannot add alternate: %s"
12682 #: builtin/submodule--helper.c:835
12684 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12687 #: builtin/submodule--helper.c:842
12689 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12692 #: builtin/submodule--helper.c:864
12693 msgid "where the new submodule will be cloned to"
12696 #: builtin/submodule--helper.c:867
12697 msgid "name of the new submodule"
12700 #: builtin/submodule--helper.c:870
12701 msgid "url where to clone the submodule from"
12704 #: builtin/submodule--helper.c:876
12705 msgid "depth for shallow clones"
12708 #: builtin/submodule--helper.c:879 builtin/submodule--helper.c:1250
12709 msgid "force cloning progress"
12712 #: builtin/submodule--helper.c:884
12714 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12715 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12718 #: builtin/submodule--helper.c:915
12720 msgid "clone of '%s' into submodule path '%s' failed"
12723 #: builtin/submodule--helper.c:930
12725 msgid "could not get submodule directory for '%s'"
12728 #: builtin/submodule--helper.c:995
12730 msgid "Submodule path '%s' not initialized"
12733 #: builtin/submodule--helper.c:999
12734 msgid "Maybe you want to use 'update --init'?"
12737 #: builtin/submodule--helper.c:1028
12739 msgid "Skipping unmerged submodule %s"
12742 #: builtin/submodule--helper.c:1057
12744 msgid "Skipping submodule '%s'"
12747 #: builtin/submodule--helper.c:1190
12749 msgid "Failed to clone '%s'. Retry scheduled"
12752 #: builtin/submodule--helper.c:1201
12754 msgid "Failed to clone '%s' a second time, aborting"
12757 #: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1451
12758 msgid "path into the working tree"
12761 #: builtin/submodule--helper.c:1234
12762 msgid "path into the working tree, across nested submodule boundaries"
12765 #: builtin/submodule--helper.c:1238
12766 msgid "rebase, merge, checkout or none"
12769 #: builtin/submodule--helper.c:1242
12770 msgid "Create a shallow clone truncated to the specified number of revisions"
12773 #: builtin/submodule--helper.c:1245
12774 msgid "parallel jobs"
12777 #: builtin/submodule--helper.c:1247
12778 msgid "whether the initial clone should follow the shallow recommendation"
12781 #: builtin/submodule--helper.c:1248
12782 msgid "don't print cloning progress"
12785 #: builtin/submodule--helper.c:1255
12786 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12789 #: builtin/submodule--helper.c:1268
12790 msgid "bad value for update parameter"
12793 #: builtin/submodule--helper.c:1336
12796 "Submodule (%s) branch configured to inherit branch from superproject, but "
12797 "the superproject is not on any branch"
12800 #: builtin/submodule--helper.c:1452
12801 msgid "recurse into submodules"
12804 #: builtin/submodule--helper.c:1458
12805 msgid "git submodule--helper embed-git-dir [<path>...]"
12808 #: builtin/submodule--helper.c:1517
12810 msgid "%s doesn't support --super-prefix"
12813 #: builtin/submodule--helper.c:1523
12815 msgid "'%s' is not a valid submodule--helper subcommand"
12818 #: builtin/symbolic-ref.c:8
12819 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12822 #: builtin/symbolic-ref.c:9
12823 msgid "git symbolic-ref -d [-q] <name>"
12826 #: builtin/symbolic-ref.c:40
12827 msgid "suppress error message for non-symbolic (detached) refs"
12830 #: builtin/symbolic-ref.c:41
12831 msgid "delete symbolic ref"
12834 #: builtin/symbolic-ref.c:42
12835 msgid "shorten ref output"
12838 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12842 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12843 msgid "reason of the update"
12846 #: builtin/tag.c:24
12848 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12852 #: builtin/tag.c:25
12853 msgid "git tag -d <tagname>..."
12856 #: builtin/tag.c:26
12858 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12859 "points-at <object>]\n"
12860 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12863 #: builtin/tag.c:28
12864 msgid "git tag -v [--format=<format>] <tagname>..."
12867 #: builtin/tag.c:86
12869 msgid "tag '%s' not found."
12872 #: builtin/tag.c:102
12874 msgid "Deleted tag '%s' (was %s)\n"
12877 #: builtin/tag.c:131
12881 "Write a message for tag:\n"
12883 "Lines starting with '%c' will be ignored.\n"
12886 #: builtin/tag.c:135
12890 "Write a message for tag:\n"
12892 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12896 #: builtin/tag.c:189
12897 msgid "unable to sign the tag"
12900 #: builtin/tag.c:191
12901 msgid "unable to write tag file"
12904 #: builtin/tag.c:215
12905 msgid "bad object type."
12908 #: builtin/tag.c:261
12909 msgid "no tag message?"
12912 #: builtin/tag.c:268
12914 msgid "The tag message has been left in %s\n"
12917 #: builtin/tag.c:376
12918 msgid "list tag names"
12921 #: builtin/tag.c:378
12922 msgid "print <n> lines of each tag message"
12925 #: builtin/tag.c:380
12926 msgid "delete tags"
12929 #: builtin/tag.c:381
12930 msgid "verify tags"
12933 #: builtin/tag.c:383
12934 msgid "Tag creation options"
12937 #: builtin/tag.c:385
12938 msgid "annotated tag, needs a message"
12941 #: builtin/tag.c:387
12942 msgid "tag message"
12945 #: builtin/tag.c:389
12946 msgid "annotated and GPG-signed tag"
12949 #: builtin/tag.c:393
12950 msgid "use another key to sign the tag"
12953 #: builtin/tag.c:394
12954 msgid "replace the tag if exists"
12957 #: builtin/tag.c:395 builtin/update-ref.c:368
12958 msgid "create a reflog"
12961 #: builtin/tag.c:397
12962 msgid "Tag listing options"
12965 #: builtin/tag.c:398
12966 msgid "show tag list in columns"
12969 #: builtin/tag.c:399 builtin/tag.c:401
12970 msgid "print only tags that contain the commit"
12973 #: builtin/tag.c:400 builtin/tag.c:402
12974 msgid "print only tags that don't contain the commit"
12977 #: builtin/tag.c:403
12978 msgid "print only tags that are merged"
12981 #: builtin/tag.c:404
12982 msgid "print only tags that are not merged"
12985 #: builtin/tag.c:409
12986 msgid "print only tags of the object"
12989 #: builtin/tag.c:453
12990 msgid "--column and -n are incompatible"
12993 #: builtin/tag.c:475
12994 msgid "-n option is only allowed in list mode"
12997 #: builtin/tag.c:477
12998 msgid "--contains option is only allowed in list mode"
13001 #: builtin/tag.c:479
13002 msgid "--no-contains option is only allowed in list mode"
13005 #: builtin/tag.c:481
13006 msgid "--points-at option is only allowed in list mode"
13009 #: builtin/tag.c:483
13010 msgid "--merged and --no-merged options are only allowed in list mode"
13013 #: builtin/tag.c:494
13014 msgid "only one -F or -m option is allowed."
13017 #: builtin/tag.c:513
13018 msgid "too many params"
13021 #: builtin/tag.c:519
13023 msgid "'%s' is not a valid tag name."
13026 #: builtin/tag.c:524
13028 msgid "tag '%s' already exists"
13031 #: builtin/tag.c:554
13033 msgid "Updated tag '%s' (was %s)\n"
13036 #: builtin/unpack-objects.c:494
13037 msgid "Unpacking objects"
13040 #: builtin/update-index.c:82
13042 msgid "failed to create directory %s"
13045 #: builtin/update-index.c:88
13047 msgid "failed to stat %s"
13050 #: builtin/update-index.c:98
13052 msgid "failed to create file %s"
13055 #: builtin/update-index.c:106
13057 msgid "failed to delete file %s"
13060 #: builtin/update-index.c:113 builtin/update-index.c:219
13062 msgid "failed to delete directory %s"
13065 #: builtin/update-index.c:138
13067 msgid "Testing mtime in '%s' "
13070 #: builtin/update-index.c:152
13071 msgid "directory stat info does not change after adding a new file"
13074 #: builtin/update-index.c:165
13075 msgid "directory stat info does not change after adding a new directory"
13078 #: builtin/update-index.c:178
13079 msgid "directory stat info changes after updating a file"
13082 #: builtin/update-index.c:189
13083 msgid "directory stat info changes after adding a file inside subdirectory"
13086 #: builtin/update-index.c:200
13087 msgid "directory stat info does not change after deleting a file"
13090 #: builtin/update-index.c:213
13091 msgid "directory stat info does not change after deleting a directory"
13094 #: builtin/update-index.c:220
13098 #: builtin/update-index.c:579
13099 msgid "git update-index [<options>] [--] [<file>...]"
13102 #: builtin/update-index.c:936
13103 msgid "continue refresh even when index needs update"
13106 #: builtin/update-index.c:939
13107 msgid "refresh: ignore submodules"
13110 #: builtin/update-index.c:942
13111 msgid "do not ignore new files"
13114 #: builtin/update-index.c:944
13115 msgid "let files replace directories and vice-versa"
13118 #: builtin/update-index.c:946
13119 msgid "notice files missing from worktree"
13122 #: builtin/update-index.c:948
13123 msgid "refresh even if index contains unmerged entries"
13126 #: builtin/update-index.c:951
13127 msgid "refresh stat information"
13130 #: builtin/update-index.c:955
13131 msgid "like --refresh, but ignore assume-unchanged setting"
13134 #: builtin/update-index.c:959
13135 msgid "<mode>,<object>,<path>"
13138 #: builtin/update-index.c:960
13139 msgid "add the specified entry to the index"
13142 #: builtin/update-index.c:969
13143 msgid "mark files as \"not changing\""
13146 #: builtin/update-index.c:972
13147 msgid "clear assumed-unchanged bit"
13150 #: builtin/update-index.c:975
13151 msgid "mark files as \"index-only\""
13154 #: builtin/update-index.c:978
13155 msgid "clear skip-worktree bit"
13158 #: builtin/update-index.c:981
13159 msgid "add to index only; do not add content to object database"
13162 #: builtin/update-index.c:983
13163 msgid "remove named paths even if present in worktree"
13166 #: builtin/update-index.c:985
13167 msgid "with --stdin: input lines are terminated by null bytes"
13170 #: builtin/update-index.c:987
13171 msgid "read list of paths to be updated from standard input"
13174 #: builtin/update-index.c:991
13175 msgid "add entries from standard input to the index"
13178 #: builtin/update-index.c:995
13179 msgid "repopulate stages #2 and #3 for the listed paths"
13182 #: builtin/update-index.c:999
13183 msgid "only update entries that differ from HEAD"
13186 #: builtin/update-index.c:1003
13187 msgid "ignore files missing from worktree"
13190 #: builtin/update-index.c:1006
13191 msgid "report actions to standard output"
13194 #: builtin/update-index.c:1008
13195 msgid "(for porcelains) forget saved unresolved conflicts"
13198 #: builtin/update-index.c:1012
13199 msgid "write index in this format"
13202 #: builtin/update-index.c:1014
13203 msgid "enable or disable split index"
13206 #: builtin/update-index.c:1016
13207 msgid "enable/disable untracked cache"
13210 #: builtin/update-index.c:1018
13211 msgid "test if the filesystem supports untracked cache"
13214 #: builtin/update-index.c:1020
13215 msgid "enable untracked cache without testing the filesystem"
13218 #: builtin/update-index.c:1022
13219 msgid "write out the index even if is not flagged as changed"
13222 #: builtin/update-index.c:1024
13223 msgid "enable or disable file system monitor"
13226 #: builtin/update-index.c:1026
13227 msgid "mark files as fsmonitor valid"
13230 #: builtin/update-index.c:1029
13231 msgid "clear fsmonitor valid bit"
13234 #: builtin/update-index.c:1127
13236 "core.splitIndex is set to false; remove or change it, if you really want to "
13237 "enable split index"
13240 #: builtin/update-index.c:1136
13242 "core.splitIndex is set to true; remove or change it, if you really want to "
13243 "disable split index"
13246 #: builtin/update-index.c:1147
13248 "core.untrackedCache is set to true; remove or change it, if you really want "
13249 "to disable the untracked cache"
13252 #: builtin/update-index.c:1151
13253 msgid "Untracked cache disabled"
13256 #: builtin/update-index.c:1159
13258 "core.untrackedCache is set to false; remove or change it, if you really want "
13259 "to enable the untracked cache"
13262 #: builtin/update-index.c:1163
13264 msgid "Untracked cache enabled for '%s'"
13267 #: builtin/update-index.c:1171
13268 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13271 #: builtin/update-index.c:1175
13272 msgid "fsmonitor enabled"
13275 #: builtin/update-index.c:1178
13277 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13280 #: builtin/update-index.c:1182
13281 msgid "fsmonitor disabled"
13284 #: builtin/update-ref.c:10
13285 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13288 #: builtin/update-ref.c:11
13289 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13292 #: builtin/update-ref.c:12
13293 msgid "git update-ref [<options>] --stdin [-z]"
13296 #: builtin/update-ref.c:363
13297 msgid "delete the reference"
13300 #: builtin/update-ref.c:365
13301 msgid "update <refname> not the one it points to"
13304 #: builtin/update-ref.c:366
13305 msgid "stdin has NUL-terminated arguments"
13308 #: builtin/update-ref.c:367
13309 msgid "read updates from stdin"
13312 #: builtin/update-server-info.c:7
13313 msgid "git update-server-info [--force]"
13316 #: builtin/update-server-info.c:15
13317 msgid "update the info files from scratch"
13320 #: builtin/verify-commit.c:18
13321 msgid "git verify-commit [-v | --verbose] <commit>..."
13324 #: builtin/verify-commit.c:73
13325 msgid "print commit contents"
13328 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13329 msgid "print raw gpg status output"
13332 #: builtin/verify-pack.c:55
13333 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13336 #: builtin/verify-pack.c:65
13340 #: builtin/verify-pack.c:67
13341 msgid "show statistics only"
13344 #: builtin/verify-tag.c:19
13345 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13348 #: builtin/verify-tag.c:37
13349 msgid "print tag contents"
13352 #: builtin/worktree.c:17
13353 msgid "git worktree add [<options>] <path> [<branch>]"
13356 #: builtin/worktree.c:18
13357 msgid "git worktree list [<options>]"
13360 #: builtin/worktree.c:19
13361 msgid "git worktree lock [<options>] <path>"
13364 #: builtin/worktree.c:20
13365 msgid "git worktree prune [<options>]"
13368 #: builtin/worktree.c:21
13369 msgid "git worktree unlock <path>"
13372 #: builtin/worktree.c:58
13374 msgid "Removing worktrees/%s: not a valid directory"
13377 #: builtin/worktree.c:64
13379 msgid "Removing worktrees/%s: gitdir file does not exist"
13382 #: builtin/worktree.c:69 builtin/worktree.c:78
13384 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13387 #: builtin/worktree.c:88
13390 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13394 #: builtin/worktree.c:96
13396 msgid "Removing worktrees/%s: invalid gitdir file"
13399 #: builtin/worktree.c:112
13401 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13404 #: builtin/worktree.c:159
13405 msgid "report pruned working trees"
13408 #: builtin/worktree.c:161
13409 msgid "expire working trees older than <time>"
13412 #: builtin/worktree.c:236
13414 msgid "'%s' already exists"
13417 #: builtin/worktree.c:267
13419 msgid "could not create directory of '%s'"
13422 #: builtin/worktree.c:306
13424 msgid "Preparing %s (identifier %s)"
13427 #: builtin/worktree.c:368
13428 msgid "checkout <branch> even if already checked out in other worktree"
13431 #: builtin/worktree.c:370
13432 msgid "create a new branch"
13435 #: builtin/worktree.c:372
13436 msgid "create or reset a branch"
13439 #: builtin/worktree.c:374
13440 msgid "populate the new working tree"
13443 #: builtin/worktree.c:375
13444 msgid "keep the new working tree locked"
13447 #: builtin/worktree.c:377
13448 msgid "set up tracking mode (see git-branch(1))"
13451 #: builtin/worktree.c:380
13452 msgid "try to match the new branch name with a remote-tracking branch"
13455 #: builtin/worktree.c:388
13456 msgid "-b, -B, and --detach are mutually exclusive"
13459 #: builtin/worktree.c:453
13460 msgid "--[no-]track can only be used if a new branch is created"
13463 #: builtin/worktree.c:553
13464 msgid "reason for locking"
13467 #: builtin/worktree.c:565 builtin/worktree.c:598
13469 msgid "'%s' is not a working tree"
13472 #: builtin/worktree.c:567 builtin/worktree.c:600
13473 msgid "The main working tree cannot be locked or unlocked"
13476 #: builtin/worktree.c:572
13478 msgid "'%s' is already locked, reason: %s"
13481 #: builtin/worktree.c:574
13483 msgid "'%s' is already locked"
13486 #: builtin/worktree.c:602
13488 msgid "'%s' is not locked"
13491 #: builtin/write-tree.c:14
13492 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13495 #: builtin/write-tree.c:27
13499 #: builtin/write-tree.c:28
13500 msgid "write tree object for a subdirectory <prefix>"
13503 #: builtin/write-tree.c:31
13504 msgid "only useful for debugging"
13507 #: upload-pack.c:24
13508 msgid "git upload-pack [<options>] <dir>"
13511 #: upload-pack.c:1041
13512 msgid "quit after a single request/response exchange"
13515 #: upload-pack.c:1043
13516 msgid "exit immediately after initial ref advertisement"
13519 #: upload-pack.c:1045
13520 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13523 #: upload-pack.c:1047
13524 msgid "interrupt transfer after <n> seconds of inactivity"
13527 #: credential-cache--daemon.c:222
13530 "The permissions on your socket directory are too loose; other\n"
13531 "users may be able to read your cached credentials. Consider running:\n"
13536 #: credential-cache--daemon.c:271
13537 msgid "print debugging messages to stderr"
13542 "'git help -a' and 'git help -g' list available subcommands and some\n"
13543 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13544 "to read about a specific subcommand or concept."
13549 msgid "negative value for http.postbuffer; defaulting to %d"
13553 msgid "Delegation control is not supported with cURL < 7.22.0"
13557 msgid "Public key pinning not supported with cURL < 7.44.0"
13563 "unable to update url base from redirection:\n"
13568 #: remote-curl.c:324
13570 msgid "redirecting to %s"
13573 #: list-objects-filter-options.h:54
13577 #: list-objects-filter-options.h:55
13578 msgid "object filtering"
13582 msgid "start a working area (see also: git help tutorial)"
13585 #: common-cmds.h:10
13586 msgid "work on the current change (see also: git help everyday)"
13589 #: common-cmds.h:11
13590 msgid "examine the history and state (see also: git help revisions)"
13593 #: common-cmds.h:12
13594 msgid "grow, mark and tweak your common history"
13597 #: common-cmds.h:13
13598 msgid "collaborate (see also: git help workflows)"
13601 #: common-cmds.h:17
13602 msgid "Add file contents to the index"
13605 #: common-cmds.h:18
13606 msgid "Use binary search to find the commit that introduced a bug"
13609 #: common-cmds.h:19
13610 msgid "List, create, or delete branches"
13613 #: common-cmds.h:20
13614 msgid "Switch branches or restore working tree files"
13617 #: common-cmds.h:21
13618 msgid "Clone a repository into a new directory"
13621 #: common-cmds.h:22
13622 msgid "Record changes to the repository"
13625 #: common-cmds.h:23
13626 msgid "Show changes between commits, commit and working tree, etc"
13629 #: common-cmds.h:24
13630 msgid "Download objects and refs from another repository"
13633 #: common-cmds.h:25
13634 msgid "Print lines matching a pattern"
13637 #: common-cmds.h:26
13638 msgid "Create an empty Git repository or reinitialize an existing one"
13641 #: common-cmds.h:27
13642 msgid "Show commit logs"
13645 #: common-cmds.h:28
13646 msgid "Join two or more development histories together"
13649 #: common-cmds.h:29
13650 msgid "Move or rename a file, a directory, or a symlink"
13653 #: common-cmds.h:30
13654 msgid "Fetch from and integrate with another repository or a local branch"
13657 #: common-cmds.h:31
13658 msgid "Update remote refs along with associated objects"
13661 #: common-cmds.h:32
13662 msgid "Reapply commits on top of another base tip"
13665 #: common-cmds.h:33
13666 msgid "Reset current HEAD to the specified state"
13669 #: common-cmds.h:34
13670 msgid "Remove files from the working tree and from the index"
13673 #: common-cmds.h:35
13674 msgid "Show various types of objects"
13677 #: common-cmds.h:36
13678 msgid "Show the working tree status"
13681 #: common-cmds.h:37
13682 msgid "Create, list, delete or verify a tag object signed with GPG"
13685 #: parse-options.h:145
13686 msgid "expiry-date"
13689 #: parse-options.h:160
13690 msgid "no-op (backward compatibility)"
13693 #: parse-options.h:238
13694 msgid "be more verbose"
13697 #: parse-options.h:240
13698 msgid "be more quiet"
13701 #: parse-options.h:246
13702 msgid "use <n> digits to display SHA-1s"
13706 msgid "update the index with reused conflict resolution if possible"
13709 #: git-bisect.sh:54
13710 msgid "You need to start by \"git bisect start\""
13713 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13714 #. translation. The program will only accept English input
13716 #: git-bisect.sh:60
13717 msgid "Do you want me to do it for you [Y/n]? "
13720 #: git-bisect.sh:121
13722 msgid "unrecognised option: '$arg'"
13725 #: git-bisect.sh:125
13727 msgid "'$arg' does not appear to be a valid revision"
13730 #: git-bisect.sh:154
13731 msgid "Bad HEAD - I need a HEAD"
13734 #: git-bisect.sh:167
13737 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13740 #: git-bisect.sh:177
13741 msgid "won't bisect on cg-seek'ed tree"
13744 #: git-bisect.sh:181
13745 msgid "Bad HEAD - strange symbolic ref"
13748 #: git-bisect.sh:233
13750 msgid "Bad bisect_write argument: $state"
13753 #: git-bisect.sh:246
13755 msgid "Bad rev input: $arg"
13758 #: git-bisect.sh:265
13760 msgid "Bad rev input: $bisected_head"
13763 #: git-bisect.sh:274
13765 msgid "Bad rev input: $rev"
13768 #: git-bisect.sh:283
13770 msgid "'git bisect $TERM_BAD' can take only one argument."
13773 #: git-bisect.sh:306
13775 msgid "Warning: bisecting only with a $TERM_BAD commit."
13778 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13779 #. translation. The program will only accept English input
13781 #: git-bisect.sh:312
13782 msgid "Are you sure [Y/n]? "
13785 #: git-bisect.sh:324
13788 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13789 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13792 #: git-bisect.sh:327
13795 "You need to start by \"git bisect start\".\n"
13796 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13797 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13800 #: git-bisect.sh:398 git-bisect.sh:512
13801 msgid "We are not bisecting."
13804 #: git-bisect.sh:405
13806 msgid "'$invalid' is not a valid commit"
13809 #: git-bisect.sh:414
13812 "Could not check out original HEAD '$branch'.\n"
13813 "Try 'git bisect reset <commit>'."
13816 #: git-bisect.sh:422
13817 msgid "No logfile given"
13820 #: git-bisect.sh:423
13822 msgid "cannot read $file for replaying"
13825 #: git-bisect.sh:444
13826 msgid "?? what are you talking about?"
13829 #: git-bisect.sh:453
13830 msgid "bisect run failed: no command provided."
13833 #: git-bisect.sh:458
13835 msgid "running $command"
13838 #: git-bisect.sh:465
13841 "bisect run failed:\n"
13842 "exit code $res from '$command' is < 0 or >= 128"
13845 #: git-bisect.sh:491
13846 msgid "bisect run cannot continue any more"
13849 #: git-bisect.sh:497
13852 "bisect run failed:\n"
13853 "'bisect_state $state' exited with error code $res"
13856 #: git-bisect.sh:504
13857 msgid "bisect run success"
13860 #: git-bisect.sh:533
13862 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13865 #: git-bisect.sh:567
13866 msgid "no terms defined"
13869 #: git-bisect.sh:584
13872 "invalid argument $arg for 'git bisect terms'.\n"
13873 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13876 #: git-merge-octopus.sh:46
13878 "Error: Your local changes to the following files would be overwritten by "
13882 #: git-merge-octopus.sh:61
13883 msgid "Automated merge did not work."
13886 #: git-merge-octopus.sh:62
13887 msgid "Should not be doing an octopus."
13890 #: git-merge-octopus.sh:73
13892 msgid "Unable to find common commit with $pretty_name"
13895 #: git-merge-octopus.sh:77
13897 msgid "Already up to date with $pretty_name"
13900 #: git-merge-octopus.sh:89
13902 msgid "Fast-forwarding to: $pretty_name"
13905 #: git-merge-octopus.sh:97
13907 msgid "Trying simple merge with $pretty_name"
13910 #: git-merge-octopus.sh:102
13911 msgid "Simple merge did not work, trying automatic merge."
13914 #: git-rebase.sh:58
13916 "Resolve all conflicts manually, mark them as resolved with\n"
13917 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13918 "You can instead skip this commit: run \"git rebase --skip\".\n"
13919 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13923 #: git-rebase.sh:160 git-rebase.sh:402
13925 msgid "Could not move back to $head_name"
13928 #: git-rebase.sh:171
13929 msgid "Applied autostash."
13932 #: git-rebase.sh:174
13934 msgid "Cannot store $stash_sha1"
13937 #: git-rebase.sh:214
13938 msgid "The pre-rebase hook refused to rebase."
13941 #: git-rebase.sh:219
13942 msgid "It looks like 'git am' is in progress. Cannot rebase."
13945 #: git-rebase.sh:363
13946 msgid "No rebase in progress?"
13949 #: git-rebase.sh:374
13950 msgid "The --edit-todo action can only be used during interactive rebase."
13953 #: git-rebase.sh:381
13954 msgid "Cannot read HEAD"
13957 #: git-rebase.sh:384
13959 "You must edit all merge conflicts and then\n"
13960 "mark them as resolved using git add"
13963 #: git-rebase.sh:424
13966 "It seems that there is already a $state_dir_base directory, and\n"
13967 "I wonder if you are in the middle of another rebase. If that is the\n"
13968 "case, please try\n"
13969 "\t$cmd_live_rebase\n"
13970 "If that is not the case, please\n"
13971 "\t$cmd_clear_stale_rebase\n"
13972 "and run me again. I am stopping in case you still have something\n"
13976 #: git-rebase.sh:480
13978 msgid "invalid upstream '$upstream_name'"
13981 #: git-rebase.sh:504
13983 msgid "$onto_name: there are more than one merge bases"
13986 #: git-rebase.sh:507 git-rebase.sh:511
13988 msgid "$onto_name: there is no merge base"
13991 #: git-rebase.sh:516
13993 msgid "Does not point to a valid commit: $onto_name"
13996 #: git-rebase.sh:542
13998 msgid "fatal: no such branch/commit '$branch_name'"
14001 #: git-rebase.sh:575
14002 msgid "Cannot autostash"
14005 #: git-rebase.sh:580
14007 msgid "Created autostash: $stash_abbrev"
14010 #: git-rebase.sh:584
14011 msgid "Please commit or stash them."
14014 #: git-rebase.sh:607
14016 msgid "HEAD is up to date."
14019 #: git-rebase.sh:609
14021 msgid "Current branch $branch_name is up to date."
14024 #: git-rebase.sh:617
14026 msgid "HEAD is up to date, rebase forced."
14029 #: git-rebase.sh:619
14031 msgid "Current branch $branch_name is up to date, rebase forced."
14034 #: git-rebase.sh:631
14036 msgid "Changes from $mb to $onto:"
14039 #: git-rebase.sh:640
14040 msgid "First, rewinding head to replay your work on top of it..."
14043 #: git-rebase.sh:650
14045 msgid "Fast-forwarded $branch_name to $onto_name."
14049 msgid "git stash clear with parameters is unimplemented"
14052 #: git-stash.sh:108
14053 msgid "You do not have the initial commit yet"
14056 #: git-stash.sh:123
14057 msgid "Cannot save the current index state"
14060 #: git-stash.sh:138
14061 msgid "Cannot save the untracked files"
14064 #: git-stash.sh:158 git-stash.sh:171
14065 msgid "Cannot save the current worktree state"
14068 #: git-stash.sh:175
14069 msgid "No changes selected"
14072 #: git-stash.sh:178
14073 msgid "Cannot remove temporary index (can't happen)"
14076 #: git-stash.sh:191
14077 msgid "Cannot record working tree state"
14080 #: git-stash.sh:229
14082 msgid "Cannot update $ref_stash with $w_commit"
14085 #: git-stash.sh:281
14087 msgid "error: unknown option for 'stash push': $option"
14090 #: git-stash.sh:295
14091 msgid "Can't use --patch and --include-untracked or --all at the same time"
14094 #: git-stash.sh:303
14095 msgid "No local changes to save"
14098 #: git-stash.sh:308
14099 msgid "Cannot initialize stash"
14102 #: git-stash.sh:312
14103 msgid "Cannot save the current status"
14106 #: git-stash.sh:313
14108 msgid "Saved working directory and index state $stash_msg"
14111 #: git-stash.sh:341
14112 msgid "Cannot remove worktree changes"
14115 #: git-stash.sh:489
14117 msgid "unknown option: $opt"
14120 #: git-stash.sh:502
14121 msgid "No stash entries found."
14124 #: git-stash.sh:509
14126 msgid "Too many revisions specified: $REV"
14129 #: git-stash.sh:524
14131 msgid "$reference is not a valid reference"
14134 #: git-stash.sh:552
14136 msgid "'$args' is not a stash-like commit"
14139 #: git-stash.sh:563
14141 msgid "'$args' is not a stash reference"
14144 #: git-stash.sh:571
14145 msgid "unable to refresh index"
14148 #: git-stash.sh:575
14149 msgid "Cannot apply a stash in the middle of a merge"
14152 #: git-stash.sh:583
14153 msgid "Conflicts in index. Try without --index."
14156 #: git-stash.sh:585
14157 msgid "Could not save index tree"
14160 #: git-stash.sh:594
14161 msgid "Could not restore untracked files from stash entry"
14164 #: git-stash.sh:619
14165 msgid "Cannot unstage modified files"
14168 #: git-stash.sh:634
14169 msgid "Index was not unstashed."
14172 #: git-stash.sh:648
14173 msgid "The stash entry is kept in case you need it again."
14176 #: git-stash.sh:657
14178 msgid "Dropped ${REV} ($s)"
14181 #: git-stash.sh:658
14183 msgid "${REV}: Could not drop stash entry"
14186 #: git-stash.sh:666
14187 msgid "No branch name specified"
14190 #: git-stash.sh:745
14191 msgid "(To restore them type \"git stash apply\")"
14194 #: git-submodule.sh:181
14195 msgid "Relative path can only be used from the toplevel of the working tree"
14198 #: git-submodule.sh:191
14200 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14203 #: git-submodule.sh:210
14205 msgid "'$sm_path' already exists in the index"
14208 #: git-submodule.sh:213
14210 msgid "'$sm_path' already exists in the index and is not a submodule"
14213 #: git-submodule.sh:219
14216 "The following path is ignored by one of your .gitignore files:\n"
14218 "Use -f if you really want to add it."
14221 #: git-submodule.sh:237
14223 msgid "Adding existing repo at '$sm_path' to the index"
14226 #: git-submodule.sh:239
14228 msgid "'$sm_path' already exists and is not a valid git repo"
14231 #: git-submodule.sh:247
14233 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14236 #: git-submodule.sh:249
14239 "If you want to reuse this local git directory instead of cloning again from\n"
14241 "use the '--force' option. If the local git directory is not the correct "
14243 "or you are unsure what this means choose another name with the '--name' "
14247 #: git-submodule.sh:255
14249 msgid "Reactivating local git directory for submodule '$sm_name'."
14252 #: git-submodule.sh:267
14254 msgid "Unable to checkout submodule '$sm_path'"
14257 #: git-submodule.sh:272
14259 msgid "Failed to add submodule '$sm_path'"
14262 #: git-submodule.sh:281
14264 msgid "Failed to register submodule '$sm_path'"
14267 #: git-submodule.sh:342
14269 msgid "Entering '$displaypath'"
14272 #: git-submodule.sh:362
14274 msgid "Stopping at '$displaypath'; script returned non-zero status."
14277 #: git-submodule.sh:433
14279 msgid "pathspec and --all are incompatible"
14282 #: git-submodule.sh:438
14284 msgid "Use '--all' if you really want to deinitialize all submodules"
14287 #: git-submodule.sh:458
14290 "Submodule work tree '$displaypath' contains a .git directory\n"
14291 "(use 'rm -rf' if you really want to remove it including all of its history)"
14294 #: git-submodule.sh:466
14297 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14301 #: git-submodule.sh:469
14303 msgid "Cleared directory '$displaypath'"
14306 #: git-submodule.sh:470
14308 msgid "Could not remove submodule work tree '$displaypath'"
14311 #: git-submodule.sh:473
14313 msgid "Could not create empty submodule directory '$displaypath'"
14316 #: git-submodule.sh:482
14318 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14321 #: git-submodule.sh:637
14323 msgid "Unable to find current revision in submodule path '$displaypath'"
14326 #: git-submodule.sh:647
14328 msgid "Unable to fetch in submodule path '$sm_path'"
14331 #: git-submodule.sh:652
14334 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14338 #: git-submodule.sh:670
14340 msgid "Unable to fetch in submodule path '$displaypath'"
14343 #: git-submodule.sh:676
14346 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14347 "Direct fetching of that commit failed."
14350 #: git-submodule.sh:683
14352 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14355 #: git-submodule.sh:684
14357 msgid "Submodule path '$displaypath': checked out '$sha1'"
14360 #: git-submodule.sh:688
14362 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14365 #: git-submodule.sh:689
14367 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14370 #: git-submodule.sh:694
14372 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14375 #: git-submodule.sh:695
14377 msgid "Submodule path '$displaypath': merged in '$sha1'"
14380 #: git-submodule.sh:700
14382 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14385 #: git-submodule.sh:701
14387 msgid "Submodule path '$displaypath': '$command $sha1'"
14390 #: git-submodule.sh:732
14392 msgid "Failed to recurse into submodule path '$displaypath'"
14395 #: git-submodule.sh:828
14396 msgid "The --cached option cannot be used with the --files option"
14399 #: git-submodule.sh:880
14401 msgid "unexpected mode $mod_dst"
14404 #: git-submodule.sh:900
14406 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14409 #: git-submodule.sh:903
14411 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14414 #: git-submodule.sh:906
14416 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14419 #: git-submodule.sh:1077
14421 msgid "Synchronizing submodule url for '$displaypath'"
14424 #: git-parse-remote.sh:89
14426 msgid "See git-${cmd}(1) for details."
14429 #: git-rebase--interactive.sh:140
14431 msgid "Rebasing ($new_count/$total)"
14434 #: git-rebase--interactive.sh:156
14438 "p, pick = use commit\n"
14439 "r, reword = use commit, but edit the commit message\n"
14440 "e, edit = use commit, but stop for amending\n"
14441 "s, squash = use commit, but meld into previous commit\n"
14442 "f, fixup = like \"squash\", but discard this commit's log message\n"
14443 "x, exec = run command (the rest of the line) using shell\n"
14444 "d, drop = remove commit\n"
14446 "These lines can be re-ordered; they are executed from top to bottom.\n"
14449 #: git-rebase--interactive.sh:171
14452 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14455 #: git-rebase--interactive.sh:175
14458 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14461 #: git-rebase--interactive.sh:211
14464 "You can amend the commit now, with\n"
14466 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14468 "Once you are satisfied with your changes, run\n"
14470 "\tgit rebase --continue"
14473 #: git-rebase--interactive.sh:236
14475 msgid "$sha1: not a commit that can be picked"
14478 #: git-rebase--interactive.sh:275
14480 msgid "Invalid commit name: $sha1"
14483 #: git-rebase--interactive.sh:317
14484 msgid "Cannot write current commit's replacement sha1"
14487 #: git-rebase--interactive.sh:369
14489 msgid "Fast-forward to $sha1"
14492 #: git-rebase--interactive.sh:371
14494 msgid "Cannot fast-forward to $sha1"
14497 #: git-rebase--interactive.sh:380
14499 msgid "Cannot move HEAD to $first_parent"
14502 #: git-rebase--interactive.sh:385
14504 msgid "Refusing to squash a merge: $sha1"
14507 #: git-rebase--interactive.sh:400
14509 msgid "Error redoing merge $sha1"
14512 #: git-rebase--interactive.sh:408
14514 msgid "Could not pick $sha1"
14517 #: git-rebase--interactive.sh:417
14519 msgid "This is the commit message #${n}:"
14522 #: git-rebase--interactive.sh:422
14524 msgid "The commit message #${n} will be skipped:"
14527 #: git-rebase--interactive.sh:433
14529 msgid "This is a combination of $count commit."
14530 msgid_plural "This is a combination of $count commits."
14534 #: git-rebase--interactive.sh:442
14536 msgid "Cannot write $fixup_msg"
14539 #: git-rebase--interactive.sh:445
14540 msgid "This is a combination of 2 commits."
14543 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14544 #: git-rebase--interactive.sh:532
14546 msgid "Could not apply $sha1... $rest"
14549 #: git-rebase--interactive.sh:560
14552 "Could not amend commit after successfully picking $sha1... $rest\n"
14553 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14554 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14556 "you are able to reword the commit."
14559 #: git-rebase--interactive.sh:575
14561 msgid "Stopped at $sha1_abbrev... $rest"
14564 #: git-rebase--interactive.sh:590
14566 msgid "Cannot '$squash_style' without a previous commit"
14569 #: git-rebase--interactive.sh:632
14571 msgid "Executing: $rest"
14574 #: git-rebase--interactive.sh:640
14576 msgid "Execution failed: $rest"
14579 #: git-rebase--interactive.sh:642
14580 msgid "and made changes to the index and/or the working tree"
14583 #: git-rebase--interactive.sh:644
14585 "You can fix the problem, and then run\n"
14587 "\tgit rebase --continue"
14590 #. TRANSLATORS: after these lines is a command to be issued by the user
14591 #: git-rebase--interactive.sh:657
14594 "Execution succeeded: $rest\n"
14595 "but left changes to the index and/or the working tree\n"
14596 "Commit or stash your changes, and then run\n"
14598 "\tgit rebase --continue"
14601 #: git-rebase--interactive.sh:668
14603 msgid "Unknown command: $command $sha1 $rest"
14606 #: git-rebase--interactive.sh:669
14607 msgid "Please fix this using 'git rebase --edit-todo'."
14610 #: git-rebase--interactive.sh:704
14612 msgid "Successfully rebased and updated $head_name."
14615 #: git-rebase--interactive.sh:728
14616 msgid "could not detach HEAD"
14619 #: git-rebase--interactive.sh:763
14620 msgid "Could not remove CHERRY_PICK_HEAD"
14623 #: git-rebase--interactive.sh:768
14626 "You have staged changes in your working tree.\n"
14627 "If these changes are meant to be\n"
14628 "squashed into the previous commit, run:\n"
14630 " git commit --amend $gpg_sign_opt_quoted\n"
14632 "If they are meant to go into a new commit, run:\n"
14634 " git commit $gpg_sign_opt_quoted\n"
14636 "In both cases, once you're done, continue with:\n"
14638 " git rebase --continue\n"
14641 #: git-rebase--interactive.sh:785
14642 msgid "Error trying to find the author identity to amend commit"
14645 #: git-rebase--interactive.sh:790
14647 "You have uncommitted changes in your working tree. Please commit them\n"
14648 "first and then run 'git rebase --continue' again."
14651 #: git-rebase--interactive.sh:795 git-rebase--interactive.sh:799
14652 msgid "Could not commit staged changes."
14655 #: git-rebase--interactive.sh:827
14658 "You are editing the todo file of an ongoing interactive rebase.\n"
14659 "To continue rebase after editing, run:\n"
14660 " git rebase --continue\n"
14664 #: git-rebase--interactive.sh:835 git-rebase--interactive.sh:994
14665 msgid "Could not execute editor"
14668 #: git-rebase--interactive.sh:848
14670 msgid "Could not checkout $switch_to"
14673 #: git-rebase--interactive.sh:853
14677 #: git-rebase--interactive.sh:854
14679 msgid "Could not create temporary $state_dir"
14682 #: git-rebase--interactive.sh:856
14683 msgid "Could not mark as interactive"
14686 #: git-rebase--interactive.sh:866 git-rebase--interactive.sh:871
14687 msgid "Could not init rewritten commits"
14690 #: git-rebase--interactive.sh:972
14692 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14693 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14697 #: git-rebase--interactive.sh:977
14700 "However, if you remove everything, the rebase will be aborted.\n"
14704 #: git-rebase--interactive.sh:984
14705 msgid "Note that empty commits are commented out"
14708 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14710 msgid "usage: $dashless $USAGE"
14713 #: git-sh-setup.sh:190
14715 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14718 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14720 msgid "fatal: $program_name cannot be used without a working tree."
14723 #: git-sh-setup.sh:220
14724 msgid "Cannot rebase: You have unstaged changes."
14727 #: git-sh-setup.sh:223
14728 msgid "Cannot rewrite branches: You have unstaged changes."
14731 #: git-sh-setup.sh:226
14732 msgid "Cannot pull with rebase: You have unstaged changes."
14735 #: git-sh-setup.sh:229
14737 msgid "Cannot $action: You have unstaged changes."
14740 #: git-sh-setup.sh:242
14741 msgid "Cannot rebase: Your index contains uncommitted changes."
14744 #: git-sh-setup.sh:245
14745 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14748 #: git-sh-setup.sh:248
14750 msgid "Cannot $action: Your index contains uncommitted changes."
14753 #: git-sh-setup.sh:252
14754 msgid "Additionally, your index contains uncommitted changes."
14757 #: git-sh-setup.sh:372
14758 msgid "You need to run this command from the toplevel of the working tree."
14761 #: git-sh-setup.sh:377
14762 msgid "Unable to determine absolute path of git directory"
14765 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14766 #: git-add--interactive.perl:196
14768 msgid "%12s %12s %s"
14771 #: git-add--interactive.perl:197
14775 #: git-add--interactive.perl:197
14779 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14783 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14787 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14791 #: git-add--interactive.perl:602
14793 msgid "added %d path\n"
14794 msgid_plural "added %d paths\n"
14798 #: git-add--interactive.perl:605
14800 msgid "updated %d path\n"
14801 msgid_plural "updated %d paths\n"
14805 #: git-add--interactive.perl:608
14807 msgid "reverted %d path\n"
14808 msgid_plural "reverted %d paths\n"
14812 #: git-add--interactive.perl:611
14814 msgid "touched %d path\n"
14815 msgid_plural "touched %d paths\n"
14819 #: git-add--interactive.perl:620
14823 #: git-add--interactive.perl:632
14827 #: git-add--interactive.perl:655
14829 msgid "note: %s is untracked now.\n"
14832 #: git-add--interactive.perl:666
14833 msgid "Add untracked"
14836 #: git-add--interactive.perl:672
14837 msgid "No untracked files.\n"
14840 #: git-add--interactive.perl:985
14842 "If the patch applies cleanly, the edited hunk will immediately be\n"
14843 "marked for staging."
14846 #: git-add--interactive.perl:988
14848 "If the patch applies cleanly, the edited hunk will immediately be\n"
14849 "marked for stashing."
14852 #: git-add--interactive.perl:991
14854 "If the patch applies cleanly, the edited hunk will immediately be\n"
14855 "marked for unstaging."
14858 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14860 "If the patch applies cleanly, the edited hunk will immediately be\n"
14861 "marked for applying."
14864 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14866 "If the patch applies cleanly, the edited hunk will immediately be\n"
14867 "marked for discarding."
14870 #: git-add--interactive.perl:1013
14872 msgid "failed to open hunk edit file for writing: %s"
14875 #: git-add--interactive.perl:1014
14876 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14879 #: git-add--interactive.perl:1020
14883 "To remove '%s' lines, make them ' ' lines (context).\n"
14884 "To remove '%s' lines, delete them.\n"
14885 "Lines starting with %s will be removed.\n"
14888 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14889 #: git-add--interactive.perl:1028
14891 "If it does not apply cleanly, you will be given an opportunity to\n"
14892 "edit again. If all lines of the hunk are removed, then the edit is\n"
14893 "aborted and the hunk is left unchanged.\n"
14896 #: git-add--interactive.perl:1042
14898 msgid "failed to open hunk edit file for reading: %s"
14901 #. TRANSLATORS: do not translate [y/n]
14902 #. The program will only accept that input
14904 #. Consider translating (saying "no" discards!) as
14905 #. (saying "n" for "no" discards!) if the translation
14906 #. of the word "no" does not start with n.
14907 #: git-add--interactive.perl:1134
14909 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14912 #: git-add--interactive.perl:1143
14914 "y - stage this hunk\n"
14915 "n - do not stage this hunk\n"
14916 "q - quit; do not stage this hunk or any of the remaining ones\n"
14917 "a - stage this hunk and all later hunks in the file\n"
14918 "d - do not stage this hunk or any of the later hunks in the file"
14921 #: git-add--interactive.perl:1149
14923 "y - stash this hunk\n"
14924 "n - do not stash this hunk\n"
14925 "q - quit; do not stash this hunk or any of the remaining ones\n"
14926 "a - stash this hunk and all later hunks in the file\n"
14927 "d - do not stash this hunk or any of the later hunks in the file"
14930 #: git-add--interactive.perl:1155
14932 "y - unstage this hunk\n"
14933 "n - do not unstage this hunk\n"
14934 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14935 "a - unstage this hunk and all later hunks in the file\n"
14936 "d - do not unstage this hunk or any of the later hunks in the file"
14939 #: git-add--interactive.perl:1161
14941 "y - apply this hunk to index\n"
14942 "n - do not apply this hunk to index\n"
14943 "q - quit; do not apply this hunk or any of the remaining ones\n"
14944 "a - apply this hunk and all later hunks in the file\n"
14945 "d - do not apply this hunk or any of the later hunks in the file"
14948 #: git-add--interactive.perl:1167
14950 "y - discard this hunk from worktree\n"
14951 "n - do not discard this hunk from worktree\n"
14952 "q - quit; do not discard this hunk or any of the remaining ones\n"
14953 "a - discard this hunk and all later hunks in the file\n"
14954 "d - do not discard this hunk or any of the later hunks in the file"
14957 #: git-add--interactive.perl:1173
14959 "y - discard this hunk from index and worktree\n"
14960 "n - do not discard this hunk from index and worktree\n"
14961 "q - quit; do not discard this hunk or any of the remaining ones\n"
14962 "a - discard this hunk and all later hunks in the file\n"
14963 "d - do not discard this hunk or any of the later hunks in the file"
14966 #: git-add--interactive.perl:1179
14968 "y - apply this hunk to index and worktree\n"
14969 "n - do not apply this hunk to index and worktree\n"
14970 "q - quit; do not apply this hunk or any of the remaining ones\n"
14971 "a - apply this hunk and all later hunks in the file\n"
14972 "d - do not apply this hunk or any of the later hunks in the file"
14975 #: git-add--interactive.perl:1188
14977 "g - select a hunk to go to\n"
14978 "/ - search for a hunk matching the given regex\n"
14979 "j - leave this hunk undecided, see next undecided hunk\n"
14980 "J - leave this hunk undecided, see next hunk\n"
14981 "k - leave this hunk undecided, see previous undecided hunk\n"
14982 "K - leave this hunk undecided, see previous hunk\n"
14983 "s - split the current hunk into smaller hunks\n"
14984 "e - manually edit the current hunk\n"
14988 #: git-add--interactive.perl:1219
14989 msgid "The selected hunks do not apply to the index!\n"
14992 #: git-add--interactive.perl:1220
14993 msgid "Apply them to the worktree anyway? "
14996 #: git-add--interactive.perl:1223
14997 msgid "Nothing was applied.\n"
15000 #: git-add--interactive.perl:1234
15002 msgid "ignoring unmerged: %s\n"
15005 #: git-add--interactive.perl:1243
15006 msgid "Only binary files changed.\n"
15009 #: git-add--interactive.perl:1245
15010 msgid "No changes.\n"
15013 #: git-add--interactive.perl:1253
15014 msgid "Patch update"
15017 #: git-add--interactive.perl:1305
15019 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15022 #: git-add--interactive.perl:1306
15024 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15027 #: git-add--interactive.perl:1307
15029 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15032 #: git-add--interactive.perl:1310
15034 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15037 #: git-add--interactive.perl:1311
15039 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15042 #: git-add--interactive.perl:1312
15044 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15047 #: git-add--interactive.perl:1315
15049 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15052 #: git-add--interactive.perl:1316
15054 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15057 #: git-add--interactive.perl:1317
15059 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15062 #: git-add--interactive.perl:1320
15064 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15067 #: git-add--interactive.perl:1321
15069 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15072 #: git-add--interactive.perl:1322
15074 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15077 #: git-add--interactive.perl:1325
15079 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15082 #: git-add--interactive.perl:1326
15084 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15087 #: git-add--interactive.perl:1327
15089 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15092 #: git-add--interactive.perl:1330
15094 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15097 #: git-add--interactive.perl:1331
15099 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15102 #: git-add--interactive.perl:1332
15104 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15107 #: git-add--interactive.perl:1335
15109 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15112 #: git-add--interactive.perl:1336
15114 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15117 #: git-add--interactive.perl:1337
15119 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15122 #: git-add--interactive.perl:1440
15123 msgid "go to which hunk (<ret> to see more)? "
15126 #: git-add--interactive.perl:1442
15127 msgid "go to which hunk? "
15130 #: git-add--interactive.perl:1451
15132 msgid "Invalid number: '%s'\n"
15135 #: git-add--interactive.perl:1456
15137 msgid "Sorry, only %d hunk available.\n"
15138 msgid_plural "Sorry, only %d hunks available.\n"
15142 #: git-add--interactive.perl:1482
15143 msgid "search for regex? "
15146 #: git-add--interactive.perl:1495
15148 msgid "Malformed search regexp %s: %s\n"
15151 #: git-add--interactive.perl:1505
15152 msgid "No hunk matches the given pattern\n"
15155 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15156 msgid "No previous hunk\n"
15159 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15160 msgid "No next hunk\n"
15163 #: git-add--interactive.perl:1553
15165 msgid "Split into %d hunk.\n"
15166 msgid_plural "Split into %d hunks.\n"
15170 #: git-add--interactive.perl:1605
15171 msgid "Review diff"
15174 #. TRANSLATORS: please do not translate the command names
15175 #. 'status', 'update', 'revert', etc.
15176 #: git-add--interactive.perl:1624
15178 "status - show paths with changes\n"
15179 "update - add working tree state to the staged set of changes\n"
15180 "revert - revert staged set of changes back to the HEAD version\n"
15181 "patch - pick hunks and update selectively\n"
15182 "diff - view diff between HEAD and index\n"
15183 "add untracked - add contents of untracked files to the staged set of "
15187 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15188 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15189 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15193 #: git-add--interactive.perl:1662
15195 msgid "unknown --patch mode: %s"
15198 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15200 msgid "invalid argument %s, expecting --"
15203 #: git-send-email.perl:126
15204 msgid "local zone differs from GMT by a non-minute interval\n"
15207 #: git-send-email.perl:133 git-send-email.perl:139
15208 msgid "local time offset greater than or equal to 24 hours\n"
15211 #: git-send-email.perl:207 git-send-email.perl:213
15212 msgid "the editor exited uncleanly, aborting everything"
15215 #: git-send-email.perl:290
15218 "'%s' contains an intermediate version of the email you were composing.\n"
15221 #: git-send-email.perl:295
15223 msgid "'%s.final' contains the composed email.\n"
15226 #: git-send-email.perl:313
15227 msgid "--dump-aliases incompatible with other options\n"
15230 #: git-send-email.perl:378 git-send-email.perl:629
15231 msgid "Cannot run git format-patch from outside a repository\n"
15234 #: git-send-email.perl:447
15236 msgid "Unknown --suppress-cc field: '%s'\n"
15239 #: git-send-email.perl:476
15241 msgid "Unknown --confirm setting: '%s'\n"
15244 #: git-send-email.perl:504
15246 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15249 #: git-send-email.perl:506
15251 msgid "warning: `:include:` not supported: %s\n"
15254 #: git-send-email.perl:508
15256 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15259 #: git-send-email.perl:513
15261 msgid "warning: sendmail line is not recognized: %s\n"
15264 #: git-send-email.perl:595
15267 "File '%s' exists but it could also be the range of commits\n"
15268 "to produce patches for. Please disambiguate by...\n"
15270 " * Saying \"./%s\" if you mean a file; or\n"
15271 " * Giving --format-patch option if you mean a range.\n"
15274 #: git-send-email.perl:616
15276 msgid "Failed to opendir %s: %s"
15279 #: git-send-email.perl:640
15283 "warning: no patches were sent\n"
15286 #: git-send-email.perl:651
15289 "No patch files specified!\n"
15293 #: git-send-email.perl:664
15295 msgid "No subject line in %s?"
15298 #: git-send-email.perl:674
15300 msgid "Failed to open for writing %s: %s"
15303 #: git-send-email.perl:684
15305 "Lines beginning in \"GIT:\" will be removed.\n"
15306 "Consider including an overall diffstat or table of contents\n"
15307 "for the patch you are writing.\n"
15309 "Clear the body content if you don't wish to send a summary.\n"
15312 #: git-send-email.perl:707
15314 msgid "Failed to open %s.final: %s"
15317 #: git-send-email.perl:710
15319 msgid "Failed to open %s: %s"
15322 #: git-send-email.perl:745
15323 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15326 #: git-send-email.perl:754
15327 msgid "Summary email is empty, skipping it\n"
15330 #. TRANSLATORS: please keep [y/N] as is.
15331 #: git-send-email.perl:786
15333 msgid "Are you sure you want to use <%s> [y/N]? "
15336 #: git-send-email.perl:815
15338 "The following files are 8bit, but do not declare a Content-Transfer-"
15342 #: git-send-email.perl:820
15343 msgid "Which 8bit encoding should I declare [UTF-8]? "
15346 #: git-send-email.perl:828
15349 "Refusing to send because the patch\n"
15351 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15355 #: git-send-email.perl:847
15356 msgid "To whom should the emails be sent (if anyone)?"
15359 #: git-send-email.perl:865
15361 msgid "fatal: alias '%s' expands to itself\n"
15364 #: git-send-email.perl:877
15365 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15368 #: git-send-email.perl:929 git-send-email.perl:937
15370 msgid "error: unable to extract a valid address from: %s\n"
15373 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15374 #. translation. The program will only accept English input
15376 #: git-send-email.perl:941
15377 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15380 #: git-send-email.perl:1262
15382 msgid "CA path \"%s\" does not exist"
15385 #: git-send-email.perl:1337
15387 " The Cc list above has been expanded by additional\n"
15388 " addresses found in the patch commit message. By default\n"
15389 " send-email prompts before sending whenever this occurs.\n"
15390 " This behavior is controlled by the sendemail.confirm\n"
15391 " configuration setting.\n"
15393 " For additional information, run 'git send-email --help'.\n"
15394 " To retain the current behavior, but squelch this message,\n"
15395 " run 'git config --global sendemail.confirm auto'.\n"
15399 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15400 #. translation. The program will only accept English input
15402 #: git-send-email.perl:1352
15403 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15406 #: git-send-email.perl:1355
15407 msgid "Send this email reply required"
15410 #: git-send-email.perl:1381
15411 msgid "The required SMTP server is not properly defined."
15414 #: git-send-email.perl:1428
15416 msgid "Server does not support STARTTLS! %s"
15419 #: git-send-email.perl:1433 git-send-email.perl:1437
15421 msgid "STARTTLS failed! %s"
15424 #: git-send-email.perl:1447
15425 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15428 #: git-send-email.perl:1465
15430 msgid "Failed to send %s\n"
15433 #: git-send-email.perl:1468
15435 msgid "Dry-Sent %s\n"
15438 #: git-send-email.perl:1468
15443 #: git-send-email.perl:1470
15444 msgid "Dry-OK. Log says:\n"
15447 #: git-send-email.perl:1470
15448 msgid "OK. Log says:\n"
15451 #: git-send-email.perl:1482
15455 #: git-send-email.perl:1485
15456 msgid "Result: OK\n"
15459 #: git-send-email.perl:1498
15461 msgid "can't open file %s"
15464 #: git-send-email.perl:1545 git-send-email.perl:1565
15466 msgid "(mbox) Adding cc: %s from line '%s'\n"
15469 #: git-send-email.perl:1551
15471 msgid "(mbox) Adding to: %s from line '%s'\n"
15474 #: git-send-email.perl:1599
15476 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15479 #: git-send-email.perl:1624
15481 msgid "(body) Adding cc: %s from line '%s'\n"
15484 #: git-send-email.perl:1730
15486 msgid "(%s) Could not execute '%s'"
15489 #: git-send-email.perl:1737
15491 msgid "(%s) Adding %s: %s from: '%s'\n"
15494 #: git-send-email.perl:1741
15496 msgid "(%s) failed to close pipe to '%s'"
15499 #: git-send-email.perl:1768
15500 msgid "cannot send message as 7bit"
15503 #: git-send-email.perl:1776
15504 msgid "invalid transfer encoding"
15507 #: git-send-email.perl:1814 git-send-email.perl:1865 git-send-email.perl:1875
15509 msgid "unable to open %s: %s\n"
15512 #: git-send-email.perl:1817
15514 msgid "%s: patch contains a line longer than 998 characters"
15517 #: git-send-email.perl:1833
15519 msgid "Skipping %s with backup suffix '%s'.\n"
15522 #. TRANSLATORS: please keep "[y|N]" as is.
15523 #: git-send-email.perl:1837
15525 msgid "Do you really want to send %s? [y|N]: "