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-07-24 21:54+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:117 builtin/merge.c:1184
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:3392 apply.c:3403 apply.c:3449 setup.c:277
320 msgid "failed to read %s"
325 msgid "reading from '%s' beyond a symbolic link"
328 #: apply.c:3429 apply.c:3669
330 msgid "path %s has been renamed/deleted"
333 #: apply.c:3512 apply.c:3683
335 msgid "%s: does not exist in index"
338 #: apply.c:3521 apply.c:3691
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:3575 apply.c:3579
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:3860 apply.c:3862
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:4091 builtin/checkout.c:235 builtin/reset.c:138
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:4298 apply.c:4442
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:4541 builtin/fetch.c:738 builtin/fetch.c:988
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:4866 apply.c:4881
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:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
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:115 builtin/fetch.c:93 builtin/pull.c:187
577 #: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
578 #: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
579 #: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
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:170 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
657 msgid "detect new or modified lines that have whitespace errors"
660 #: apply.c:4963 apply.c:4966
661 msgid "ignore changes in whitespace when finding context"
665 msgid "apply the patch in reverse"
669 msgid "don't expect at least one line of context"
673 msgid "leave the rejected hunks in corresponding *.rej files"
677 msgid "allow overlapping hunks"
680 #: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21
681 #: builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651
682 #: builtin/log.c:1877 builtin/mv.c:123 builtin/read-tree.c:125
687 msgid "tolerate incorrectly detected missing new-line at the end of file"
691 msgid "do not trust the line counts in the hunk headers"
694 #: apply.c:4983 builtin/am.c:2254
699 msgid "prepend <root> to all filenames"
703 msgid "git archive [<options>] <tree-ish> [<path>...]"
707 msgid "git archive --list"
712 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
716 msgid "git archive --remote <repo> [--exec <cmd>] --list"
719 #: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
721 msgid "pathspec '%s' did not match any files"
729 msgid "archive format"
732 #: archive.c:419 builtin/log.c:1446
737 msgid "prepend prefix to each pathname in the archive"
740 #: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
741 #: builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080
742 #: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552
743 #: builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120
744 #: parse-options.h:153
748 #: archive.c:422 builtin/archive.c:89
749 msgid "write the archive to this file"
753 msgid "read .gitattributes in working directory"
757 msgid "report archived files on stderr"
765 msgid "compress faster"
769 msgid "compress better"
773 msgid "list supported archive formats"
776 #: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108
777 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
781 #: archive.c:441 builtin/archive.c:91
782 msgid "retrieve the archive from remote repository <repo>"
785 #: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
789 #: archive.c:443 builtin/archive.c:93
790 msgid "path to the remote git-upload-archive command"
794 msgid "Unexpected option --remote"
798 msgid "Option --exec can only be used together with --remote"
802 msgid "Unexpected option --output"
807 msgid "Unknown archive format '%s'"
812 msgid "Argument not supported for format '%s': -%d"
817 msgid "%.*s is not a valid attribute name"
822 "Negative patterns are ignored in git attributes\n"
823 "Use '\\!' for literal leading exclamation."
828 msgid "Badly quoted content in file '%s': %s"
833 msgid "We cannot bisect more!\n"
838 msgid "Not a valid commit name %s"
844 "The merge base %s is bad.\n"
845 "This means the bug has been fixed between %s and [%s].\n"
851 "The merge base %s is new.\n"
852 "The property has changed between %s and [%s].\n"
858 "The merge base %s is %s.\n"
859 "This means the first '%s' commit is between %s and [%s].\n"
865 "Some %s revs are not ancestors of the %s rev.\n"
866 "git bisect cannot work properly in this case.\n"
867 "Maybe you mistook %s and %s revs?\n"
873 "the merge base between %s and [%s] must be skipped.\n"
874 "So we cannot be sure the first %s commit is between %s and %s.\n"
875 "We continue anyway."
880 msgid "Bisecting: a merge base must be tested\n"
885 msgid "a %s revision is needed"
888 #: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
890 msgid "could not create file '%s'"
895 msgid "could not read file '%s'"
899 msgid "reading bisect refs failed"
904 msgid "%s was both %s and %s\n"
910 "No testable commit found.\n"
911 "Maybe you started with bad path parameters?\n"
916 msgid "(roughly %d step)"
917 msgid_plural "(roughly %d steps)"
921 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
922 #. steps)" translation.
926 msgid "Bisecting: %d revision left to test after this %s\n"
927 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
932 msgid "--contents and --reverse do not blend well."
936 msgid "cannot use --contents with final commit object name"
940 msgid "--reverse and --first-parent together require specified latest commit"
943 #: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:1166
944 #: sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:907
945 #: builtin/log.c:1357 builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:360
946 #: builtin/shortlog.c:177
947 msgid "revision walk setup failed"
952 "--reverse --first-parent together require range along first-parent chain"
957 msgid "no such path %s in %s"
962 msgid "cannot read blob %s for path %s"
969 "After fixing the error cause you may try to fix up\n"
970 "the remote tracking information by invoking\n"
971 "\"git branch --set-upstream-to=%s%s%s\"."
976 msgid "Not setting branch %s as its own upstream."
981 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
986 msgid "Branch %s set up to track remote branch %s from %s."
991 msgid "Branch %s set up to track local branch %s by rebasing."
996 msgid "Branch %s set up to track local branch %s."
1001 msgid "Branch %s set up to track remote ref %s by rebasing."
1006 msgid "Branch %s set up to track remote ref %s."
1011 msgid "Branch %s set up to track local ref %s by rebasing."
1016 msgid "Branch %s set up to track local ref %s."
1020 msgid "Unable to write upstream branch configuration"
1025 msgid "Not tracking: ambiguous information for ref %s"
1030 msgid "'%s' is not a valid branch name."
1035 msgid "A branch named '%s' already exists."
1039 msgid "Cannot force update the current branch."
1044 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1049 msgid "the requested upstream branch '%s' does not exist"
1055 "If you are planning on basing your work on an upstream\n"
1056 "branch that already exists at the remote, you may need to\n"
1057 "run \"git fetch\" to retrieve it.\n"
1059 "If you are planning to push out a new local branch that\n"
1060 "will track its remote counterpart, you may want to use\n"
1061 "\"git push -u\" to set the upstream config as you push."
1066 msgid "Not a valid object name: '%s'."
1071 msgid "Ambiguous object name: '%s'."
1076 msgid "Not a valid branch point: '%s'."
1081 msgid "'%s' is already checked out at '%s'"
1086 msgid "HEAD of working tree %s is not updated"
1091 msgid "'%s' does not look like a v2 bundle file"
1096 msgid "unrecognized header: %s%s (%d)"
1099 #: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1101 msgid "could not open '%s'"
1105 msgid "Repository lacks these prerequisite commits:"
1110 msgid "The bundle contains this ref:"
1111 msgid_plural "The bundle contains these %d refs:"
1116 msgid "The bundle records a complete history."
1121 msgid "The bundle requires this ref:"
1122 msgid_plural "The bundle requires these %d refs:"
1127 msgid "Could not spawn pack-objects"
1131 msgid "pack-objects died"
1135 msgid "rev-list died"
1140 msgid "ref '%s' is excluded by the rev-list options"
1143 #: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1145 msgid "unrecognized argument: %s"
1149 msgid "Refusing to create empty bundle."
1154 msgid "cannot create '%s'"
1158 msgid "index-pack died"
1163 msgid "invalid color value: %.*s"
1166 #: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1167 #: builtin/am.c:1469 builtin/am.c:2107
1169 msgid "could not parse %s"
1174 msgid "%s %s is not a commit!"
1179 "Warning: commit message did not conform to UTF-8.\n"
1180 "You may want to amend it after fixing the message, or set the config\n"
1181 "variable i18n.commitencoding to the encoding your project uses.\n"
1184 #: compat/obstack.c:406 compat/obstack.c:408
1185 msgid "memory exhausted"
1189 msgid "relative config include conditionals must come from files"
1194 msgid "bad config line %d in blob %s"
1199 msgid "bad config line %d in file %s"
1204 msgid "bad config line %d in standard input"
1209 msgid "bad config line %d in submodule-blob %s"
1214 msgid "bad config line %d in command line %s"
1219 msgid "bad config line %d in %s"
1223 msgid "out of range"
1227 msgid "invalid unit"
1232 msgid "bad numeric config value '%s' for '%s': %s"
1237 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1242 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1247 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1252 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1257 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1262 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1267 msgid "failed to expand user dir in: '%s'"
1270 #: config.c:1084 config.c:1095
1272 msgid "bad zlib compression level %d"
1277 msgid "invalid mode for object creation: %s"
1282 msgid "bad pack compression level %d"
1286 msgid "unable to parse command-line config"
1290 msgid "unknown error occurred while reading the configuration files"
1295 msgid "Invalid %s: '%s'"
1300 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1305 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1310 msgid "unable to parse '%s' from command-line config"
1315 msgid "bad config variable '%s' in file '%s' at line %d"
1320 msgid "%s has multiple values"
1323 #: config.c:2517 config.c:2745
1325 msgid "fstat on %s failed"
1330 msgid "could not set '%s' to '%s'"
1333 #: config.c:2637 builtin/remote.c:775
1335 msgid "could not unset '%s'"
1339 msgid "The remote end hung up upon initial contact"
1344 "Could not read from remote repository.\n"
1346 "Please make sure you have the correct access rights\n"
1347 "and the repository exists."
1350 #: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1351 msgid "Checking connectivity"
1355 msgid "Could not run 'git rev-list'"
1359 msgid "failed write to rev-list"
1363 msgid "failed to close rev-list's stdin"
1369 "CRLF will be replaced by LF in %s.\n"
1370 "The file will have its original line endings in your working directory."
1375 msgid "CRLF would be replaced by LF in %s."
1381 "LF will be replaced by CRLF in %s.\n"
1382 "The file will have its original line endings in your working directory."
1387 msgid "LF would be replaced by CRLF in %s"
1391 msgid "in the future"
1396 msgid "%<PRIuMAX> second ago"
1397 msgid_plural "%<PRIuMAX> seconds ago"
1403 msgid "%<PRIuMAX> minute ago"
1404 msgid_plural "%<PRIuMAX> minutes ago"
1410 msgid "%<PRIuMAX> hour ago"
1411 msgid_plural "%<PRIuMAX> hours ago"
1417 msgid "%<PRIuMAX> day ago"
1418 msgid_plural "%<PRIuMAX> days ago"
1424 msgid "%<PRIuMAX> week ago"
1425 msgid_plural "%<PRIuMAX> weeks ago"
1431 msgid "%<PRIuMAX> month ago"
1432 msgid_plural "%<PRIuMAX> months ago"
1438 msgid "%<PRIuMAX> year"
1439 msgid_plural "%<PRIuMAX> years"
1443 #. TRANSLATORS: "%s" is "<n> years"
1446 msgid "%s, %<PRIuMAX> month ago"
1447 msgid_plural "%s, %<PRIuMAX> months ago"
1451 #: date.c:175 date.c:180
1453 msgid "%<PRIuMAX> year ago"
1454 msgid_plural "%<PRIuMAX> years ago"
1458 #: diffcore-order.c:24
1460 msgid "failed to read orderfile '%s'"
1463 #: diffcore-rename.c:536
1464 msgid "Performing inexact rename detection"
1469 msgid "option '%s' requires a value"
1474 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1479 msgid " Unknown dirstat parameter '%s'\n"
1484 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1490 "Found errors in 'diff.dirstat' config variable:\n"
1496 msgid "external diff died, stopping at %s"
1500 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1504 msgid "--follow requires exactly one pathspec"
1510 "Failed to parse --dirstat/-X option parameter:\n"
1516 msgid "Failed to parse --submodule option parameter: '%s'"
1520 msgid "inexact rename detection was skipped due to too many files."
1524 msgid "only found copies from modified paths due to too many files."
1530 "you may want to set your %s variable to at least %d and retry the command."
1534 msgid "failed to get kernel name and information"
1538 msgid "Untracked cache is disabled on this system or location."
1541 #: dir.c:2846 dir.c:2851
1543 msgid "could not create directories for %s"
1548 msgid "could not migrate git directory from '%s' to '%s'"
1553 msgid "could not stat file '%s'"
1557 msgid "git fetch-pack: expected shallow list"
1561 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1564 #: fetch-pack.c:282 builtin/archive.c:63
1566 msgid "remote error: %s"
1571 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1575 msgid "--stateless-rpc requires multi_ack_detailed"
1580 msgid "invalid shallow line: %s"
1585 msgid "invalid unshallow line: %s"
1590 msgid "object not found: %s"
1595 msgid "error in object: %s"
1600 msgid "no shallow found: %s"
1605 msgid "expected shallow/unshallow, got %s"
1610 msgid "got %s %d %s"
1615 msgid "invalid commit %s"
1622 #: fetch-pack.c:533 progress.c:237
1628 msgid "got %s (%d) %s"
1633 msgid "Marking %s as complete"
1638 msgid "already have %s (%s)"
1642 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1646 msgid "protocol error: bad pack header"
1651 msgid "fetch-pack: unable to fork off %s"
1660 msgid "error in sideband demultiplexer"
1664 msgid "Server does not support shallow clients"
1668 msgid "Server supports multi_ack_detailed"
1672 msgid "Server supports no-done"
1676 msgid "Server supports multi_ack"
1680 msgid "Server supports side-band-64k"
1684 msgid "Server supports side-band"
1688 msgid "Server supports allow-tip-sha1-in-want"
1692 msgid "Server supports allow-reachable-sha1-in-want"
1696 msgid "Server supports ofs-delta"
1701 msgid "Server version is %.*s"
1705 msgid "Server does not support --shallow-since"
1709 msgid "Server does not support --shallow-exclude"
1713 msgid "Server does not support --deepen"
1717 msgid "no common commits"
1720 #: fetch-pack.c:1003
1721 msgid "git fetch-pack: fetch failed."
1724 #: fetch-pack.c:1165
1725 msgid "no matching remote head"
1728 #: fetch-pack.c:1187
1730 msgid "no such remote ref %s"
1733 #: fetch-pack.c:1190
1735 msgid "Server does not allow request for unadvertised object %s"
1738 #: gpg-interface.c:181
1739 msgid "gpg failed to sign the data"
1742 #: gpg-interface.c:211
1743 msgid "could not create temporary file"
1746 #: gpg-interface.c:213
1748 msgid "failed writing detached signature to '%s'"
1753 msgid "ignore invalid color '%.*s' in log.graphColors"
1758 msgid "'%s': unable to read %s"
1761 #: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1763 msgid "failed to stat '%s'"
1768 msgid "'%s': short read"
1773 msgid "available git commands in '%s'"
1777 msgid "git commands available from elsewhere on your $PATH"
1781 msgid "These are common Git commands used in various situations:"
1787 "'%s' appears to be a git command, but we were not\n"
1788 "able to execute it. Maybe git-%s is broken?"
1792 msgid "Uh oh. Your system reports no Git commands at all."
1797 msgid "WARNING: You called a Git command named '%s', which does not exist."
1802 msgid "Continuing under the assumption that you meant '%s'."
1807 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1812 msgid "git: '%s' is not a git command. See 'git --help'."
1818 "The most similar command is"
1821 "The most similar commands are"
1826 msgid "git version [<options>]"
1837 "Did you mean this?"
1840 "Did you mean one of these?"
1847 "*** Please tell me who you are.\n"
1851 " git config --global user.email \"you@example.com\"\n"
1852 " git config --global user.name \"Your Name\"\n"
1854 "to set your account's default identity.\n"
1855 "Omit --global to set the identity only in this repository.\n"
1860 msgid "no email was given and auto-detection is disabled"
1865 msgid "unable to auto-detect email address (got '%s')"
1869 msgid "no name was given and auto-detection is disabled"
1874 msgid "unable to auto-detect name (got '%s')"
1879 msgid "empty ident name (for <%s>) not allowed"
1884 msgid "name consists only of disallowed characters: %s"
1887 #: ident.c:416 builtin/commit.c:612
1889 msgid "invalid date format: %s"
1895 "Unable to create '%s.lock': %s.\n"
1897 "Another git process seems to be running in this repository, e.g.\n"
1898 "an editor opened by 'git commit'. Please make sure all processes\n"
1899 "are terminated then try again. If it still fails, a git process\n"
1900 "may have crashed in this repository earlier:\n"
1901 "remove the file manually to continue."
1906 msgid "Unable to create '%s.lock': %s"
1910 msgid "failed to read the cache"
1913 #: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
1914 #: builtin/checkout.c:591 builtin/clone.c:753
1915 msgid "unable to write new index file"
1918 #: merge-recursive.c:210
1919 msgid "(bad commit)\n"
1922 #: merge-recursive.c:232 merge-recursive.c:240
1924 msgid "addinfo_cache failed for path '%s'"
1927 #: merge-recursive.c:304
1928 msgid "error building trees"
1931 #: merge-recursive.c:728
1933 msgid "failed to create path '%s'%s"
1936 #: merge-recursive.c:739
1938 msgid "Removing %s to make room for subdirectory\n"
1941 #: merge-recursive.c:753 merge-recursive.c:772
1942 msgid ": perhaps a D/F conflict?"
1945 #: merge-recursive.c:762
1947 msgid "refusing to lose untracked file at '%s'"
1950 #: merge-recursive.c:804 builtin/cat-file.c:36
1952 msgid "cannot read object %s '%s'"
1955 #: merge-recursive.c:806
1957 msgid "blob expected for %s '%s'"
1960 #: merge-recursive.c:830
1962 msgid "failed to open '%s': %s"
1965 #: merge-recursive.c:841
1967 msgid "failed to symlink '%s': %s"
1970 #: merge-recursive.c:846
1972 msgid "do not know what to do with %06o %s '%s'"
1975 #: merge-recursive.c:986
1976 msgid "Failed to execute internal merge"
1979 #: merge-recursive.c:990
1981 msgid "Unable to add %s to database"
1984 #: merge-recursive.c:1093
1987 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1991 #: merge-recursive.c:1098
1994 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1998 #: merge-recursive.c:1105
2001 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2005 #: merge-recursive.c:1110
2008 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2009 "left in tree at %s."
2012 #: merge-recursive.c:1144
2016 #: merge-recursive.c:1144
2020 #: merge-recursive.c:1201
2022 msgid "%s is a directory in %s adding as %s instead"
2025 #: merge-recursive.c:1226
2028 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2029 "\"->\"%s\" in \"%s\"%s"
2032 #: merge-recursive.c:1231
2033 msgid " (left unresolved)"
2036 #: merge-recursive.c:1293
2038 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2041 #: merge-recursive.c:1326
2043 msgid "Renaming %s to %s and %s to %s instead"
2046 #: merge-recursive.c:1529
2048 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2051 #: merge-recursive.c:1544
2053 msgid "Adding merged %s"
2056 #: merge-recursive.c:1551 merge-recursive.c:1781
2058 msgid "Adding as %s instead"
2061 #: merge-recursive.c:1608
2063 msgid "cannot read object %s"
2066 #: merge-recursive.c:1611
2068 msgid "object %s is not a blob"
2071 #: merge-recursive.c:1680
2075 #: merge-recursive.c:1680
2079 #: merge-recursive.c:1690
2083 #: merge-recursive.c:1697
2087 #: merge-recursive.c:1733
2089 msgid "Skipped %s (merged same as existing)"
2092 #: merge-recursive.c:1747
2094 msgid "Auto-merging %s"
2097 #: merge-recursive.c:1751 git-submodule.sh:945
2101 #: merge-recursive.c:1752
2103 msgid "CONFLICT (%s): Merge conflict in %s"
2106 #: merge-recursive.c:1846
2111 #: merge-recursive.c:1872
2112 msgid "file/directory"
2115 #: merge-recursive.c:1878
2116 msgid "directory/file"
2119 #: merge-recursive.c:1884
2121 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2124 #: merge-recursive.c:1893
2129 #: merge-recursive.c:1930
2130 msgid "Already up-to-date!"
2133 #: merge-recursive.c:1939
2135 msgid "merging of trees %s and %s failed"
2138 #: merge-recursive.c:2022
2142 #: merge-recursive.c:2035
2144 msgid "found %u common ancestor:"
2145 msgid_plural "found %u common ancestors:"
2149 #: merge-recursive.c:2074
2150 msgid "merge returned no commit"
2153 #: merge-recursive.c:2137
2155 msgid "Could not parse object '%s'"
2158 #: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2159 msgid "Unable to write index."
2162 #: notes-merge.c:273
2165 "You have not concluded your previous notes merge (%s exists).\n"
2166 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2167 "commit/abort the previous merge before you start a new notes merge."
2170 #: notes-merge.c:280
2172 msgid "You have not concluded your notes merge (%s exists)."
2176 msgid "Cannot commit uninitialized/unreferenced notes tree"
2179 #: notes-utils.c:101
2181 msgid "Bad notes.rewriteMode value: '%s'"
2184 #: notes-utils.c:111
2186 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2189 #. TRANSLATORS: The first %s is the name of
2190 #. the environment variable, the second %s is
2193 #: notes-utils.c:141
2195 msgid "Bad %s value: '%s'"
2200 msgid "unable to parse object: %s"
2203 #: parse-options.c:573
2207 #: parse-options.c:591
2212 #. TRANSLATORS: the colon here should align with the
2213 #. one in "usage: %s" translation.
2215 #: parse-options.c:597
2220 #: parse-options.c:600
2225 #: parse-options.c:634
2229 #: parse-options-cb.c:108
2231 msgid "malformed object name '%s'"
2236 msgid "Could not make %s writable by group"
2240 msgid "Escape character '\\' not allowed as last character in attr value"
2244 msgid "Only one 'attr:' specification is allowed."
2248 msgid "attr spec must not be empty"
2253 msgid "invalid attribute name %s"
2257 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2262 "global 'literal' pathspec setting is incompatible with all other global "
2267 msgid "invalid parameter for pathspec magic 'prefix'"
2272 msgid "Invalid pathspec magic '%.*s' in '%s'"
2277 msgid "Missing ')' at the end of pathspec magic in '%s'"
2282 msgid "Unimplemented pathspec magic '%c' in '%s'"
2287 msgid "%s: 'literal' and 'glob' are incompatible"
2292 msgid "%s: '%s' is outside repository"
2297 msgid "'%s' (mnemonic: '%c')"
2302 msgid "%s: pathspec magic not supported by this command: %s"
2307 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2308 "use . instead if you meant to match all paths"
2313 msgid "pathspec '%s' is beyond a symbolic link"
2317 msgid "unable to parse --pretty format"
2320 #: read-cache.c:1443
2323 "index.version set, but the value is invalid.\n"
2327 #: read-cache.c:1453
2330 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2334 #: read-cache.c:2308 builtin/merge.c:1019
2336 msgid "could not close '%s'"
2339 #: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2341 msgid "could not stat '%s'"
2344 #: read-cache.c:2396
2346 msgid "unable to open git dir: %s"
2349 #: read-cache.c:2408
2351 msgid "unable to unlink: %s"
2356 msgid "Could not open '%s' for writing"
2360 msgid "ref updates forbidden inside quarantine environment"
2363 #: refs/files-backend.c:1664
2365 msgid "could not delete reference %s: %s"
2368 #: refs/files-backend.c:1667
2370 msgid "could not delete references: %s"
2373 #: refs/files-backend.c:1676
2375 msgid "could not remove reference %s"
2378 #: ref-filter.c:35 wt-status.c:1811
2394 msgid "ahead %d, behind %d"
2399 msgid "expected format: %%(color:<color>)"
2404 msgid "unrecognized color: %%(color:%s)"
2409 msgid "Integer value expected refname:lstrip=%s"
2414 msgid "Integer value expected refname:rstrip=%s"
2419 msgid "unrecognized %%(%s) argument: %s"
2424 msgid "%%(body) does not take arguments"
2429 msgid "%%(subject) does not take arguments"
2434 msgid "%%(trailers) does not take arguments"
2439 msgid "positive value expected contents:lines=%s"
2444 msgid "unrecognized %%(contents) argument: %s"
2449 msgid "positive value expected objectname:short=%s"
2454 msgid "unrecognized %%(objectname) argument: %s"
2459 msgid "expected format: %%(align:<width>,<position>)"
2464 msgid "unrecognized position:%s"
2469 msgid "unrecognized width:%s"
2474 msgid "unrecognized %%(align) argument: %s"
2479 msgid "positive width expected with the %%(align) atom"
2484 msgid "unrecognized %%(if) argument: %s"
2489 msgid "malformed field name: %.*s"
2494 msgid "unknown field name: %.*s"
2499 msgid "format: %%(if) atom used without a %%(then) atom"
2504 msgid "format: %%(then) atom used without an %%(if) atom"
2509 msgid "format: %%(then) atom used more than once"
2514 msgid "format: %%(then) atom used after %%(else)"
2519 msgid "format: %%(else) atom used without an %%(if) atom"
2524 msgid "format: %%(else) atom used without a %%(then) atom"
2529 msgid "format: %%(else) atom used more than once"
2534 msgid "format: %%(end) atom used without corresponding atom"
2539 msgid "malformed format string %s"
2542 #: ref-filter.c:1254
2544 msgid "(no branch, rebasing %s)"
2547 #: ref-filter.c:1257
2549 msgid "(no branch, bisect started on %s)"
2552 #. TRANSLATORS: make sure this matches "HEAD
2553 #. detached at " in wt-status.c
2555 #: ref-filter.c:1265
2557 msgid "(HEAD detached at %s)"
2560 #. TRANSLATORS: make sure this matches "HEAD
2561 #. detached from " in wt-status.c
2563 #: ref-filter.c:1272
2565 msgid "(HEAD detached from %s)"
2568 #: ref-filter.c:1276
2572 #: ref-filter.c:1426 ref-filter.c:1457
2574 msgid "missing object %s for %s"
2577 #: ref-filter.c:1429 ref-filter.c:1460
2579 msgid "parse_object_buffer failed on %s for %s"
2582 #: ref-filter.c:1760
2584 msgid "malformed object at '%s'"
2587 #: ref-filter.c:1827
2589 msgid "ignoring ref with broken name %s"
2592 #: ref-filter.c:1832
2594 msgid "ignoring broken ref %s"
2597 #: ref-filter.c:2095
2599 msgid "format: %%(end) atom missing"
2602 #: ref-filter.c:2176
2604 msgid "malformed object name %s"
2609 msgid "Cannot fetch both %s and %s to %s"
2614 msgid "%s usually tracks %s, not %s"
2619 msgid "%s tracks both %s and %s"
2623 msgid "Internal error"
2626 #: remote.c:1680 remote.c:1782
2627 msgid "HEAD does not point to a branch"
2632 msgid "no such branch: '%s'"
2637 msgid "no upstream configured for branch '%s'"
2642 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2647 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2652 msgid "branch '%s' has no remote for pushing"
2657 msgid "push refspecs for '%s' do not include '%s'"
2661 msgid "push has no destination (push.default is 'nothing')"
2665 msgid "cannot resolve 'simple' push to a single destination"
2670 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2674 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2679 msgid "Your branch is up-to-date with '%s'.\n"
2684 msgid "Your branch is ahead of '%s' by %d commit.\n"
2685 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2690 msgid " (use \"git push\" to publish your local commits)\n"
2695 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2697 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2702 msgid " (use \"git pull\" to update your local branch)\n"
2708 "Your branch and '%s' have diverged,\n"
2709 "and have %d and %d different commit each, respectively.\n"
2711 "Your branch and '%s' have diverged,\n"
2712 "and have %d and %d different commits each, respectively.\n"
2717 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2721 msgid "your current branch appears to be broken"
2726 msgid "your current branch '%s' does not have any commits yet"
2730 msgid "--first-parent is incompatible with --bisect"
2733 #: run-command.c:644
2734 msgid "open /dev/null failed"
2739 msgid "unable to parse remote unpack status: %s"
2744 msgid "remote unpack failed: %s"
2748 msgid "failed to sign the push certificate"
2752 msgid "the receiving end does not support --signed push"
2757 "not sending a push certificate since the receiving end does not support --"
2762 msgid "the receiving end does not support --atomic push"
2766 msgid "the receiving end does not support push options"
2783 msgid "Unknown action: %d"
2788 "after resolving the conflicts, mark the corrected paths\n"
2789 "with 'git add <paths>' or 'git rm <paths>'"
2794 "after resolving the conflicts, mark the corrected paths\n"
2795 "with 'git add <paths>' or 'git rm <paths>'\n"
2796 "and commit the result with 'git commit'"
2799 #: sequencer.c:295 sequencer.c:1685
2801 msgid "could not lock '%s'"
2804 #: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2806 msgid "could not write to '%s'"
2811 msgid "could not write eol to '%s'"
2814 #: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2816 msgid "failed to finalize '%s'."
2819 #: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
2820 #: builtin/commit.c:750 builtin/merge.c:1017
2822 msgid "could not read '%s'"
2827 msgid "your local changes would be overwritten by %s."
2831 msgid "commit your changes or stash them to proceed."
2836 msgid "%s: fast-forward"
2839 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2844 msgid "%s: Unable to write new index file"
2848 msgid "could not resolve HEAD commit\n"
2852 msgid "unable to update cache tree\n"
2858 "you have staged changes in your working tree\n"
2859 "If these changes are meant to be squashed into the previous commit, run:\n"
2861 " git commit --amend %s\n"
2863 "If they are meant to go into a new commit, run:\n"
2867 "In both cases, once you're done, continue with:\n"
2869 " git rebase --continue\n"
2874 msgid "could not parse commit %s\n"
2879 msgid "could not parse parent commit %s\n"
2885 "unexpected 1st line of squash message:\n"
2893 "invalid 1st line of squash message:\n"
2898 #: sequencer.c:836 sequencer.c:861
2900 msgid "This is a combination of %d commits."
2904 msgid "need a HEAD to fixup"
2908 msgid "could not read HEAD"
2912 msgid "could not read HEAD's commit message"
2917 msgid "cannot write '%s'"
2920 #: sequencer.c:864 git-rebase--interactive.sh:445
2921 msgid "This is the 1st commit message:"
2926 msgid "could not read commit message of %s"
2931 msgid "This is the commit message #%d:"
2936 msgid "The commit message #%d will be skipped:"
2941 msgid "unknown command: %d"
2945 msgid "your index file is unmerged."
2950 msgid "commit %s is a merge but no -m option was given."
2955 msgid "commit %s does not have parent %d"
2960 msgid "mainline was specified but commit %s is not a merge."
2965 msgid "cannot get commit message for %s"
2968 #. TRANSLATORS: The first %s will be a "todo" command like
2969 #. "revert" or "pick", the second %s a SHA1.
2972 msgid "%s: cannot parse parent commit %s"
2975 #: sequencer.c:1075 sequencer.c:1830
2977 msgid "could not rename '%s' to '%s'"
2982 msgid "could not revert %s... %s"
2987 msgid "could not apply %s... %s"
2991 msgid "empty commit set passed"
2996 msgid "git %s: failed to read the index"
3001 msgid "git %s: failed to refresh the index"
3006 msgid "invalid line %d: %.*s"
3011 msgid "cannot '%s' without a previous commit"
3016 msgid "could not read '%s'."
3020 msgid "please fix this using 'git rebase --edit-todo'."
3025 msgid "unusable instruction sheet: '%s'"
3029 msgid "no commits parsed."
3033 msgid "cannot cherry-pick during a revert."
3037 msgid "cannot revert during a cherry-pick."
3042 msgid "invalid key: %s"
3047 msgid "invalid value for %s: %s"
3052 msgid "malformed options sheet: '%s'"
3056 msgid "a cherry-pick or revert is already in progress"
3060 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3065 msgid "could not create sequencer directory '%s'"
3069 msgid "could not lock HEAD"
3072 #: sequencer.c:1614 sequencer.c:2188
3073 msgid "no cherry-pick or revert in progress"
3077 msgid "cannot resolve HEAD"
3080 #: sequencer.c:1618 sequencer.c:1652
3081 msgid "cannot abort from a branch yet to be born"
3084 #: sequencer.c:1638 builtin/grep.c:929
3086 msgid "cannot open '%s'"
3091 msgid "cannot read '%s': %s"
3095 msgid "unexpected end of file"
3100 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3104 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3107 #: sequencer.c:1795 sequencer.c:2086
3108 msgid "cannot read HEAD"
3111 #: sequencer.c:1835 builtin/difftool.c:633
3113 msgid "could not copy '%s' to '%s'"
3117 msgid "could not read index"
3123 "execution failed: %s\n"
3124 "%sYou can fix the problem, and then run\n"
3126 " git rebase --continue\n"
3131 msgid "and made changes to the index and/or the working tree\n"
3137 "execution succeeded: %s\n"
3138 "but left changes to the index and/or the working tree\n"
3139 "Commit or stash your changes, and then run\n"
3141 " git rebase --continue\n"
3147 msgid "Applied autostash.\n"
3152 msgid "cannot store %s"
3155 #: sequencer.c:1940 git-rebase.sh:173
3158 "Applying autostash resulted in conflicts.\n"
3159 "Your changes are safe in the stash.\n"
3160 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3165 msgid "Stopped at %s... %.*s\n"
3170 msgid "unknown command %d"
3174 msgid "could not read orig-head"
3178 msgid "could not read 'onto'"
3183 msgid "could not update %s"
3188 msgid "could not update HEAD to %s"
3192 msgid "cannot rebase: You have unstaged changes."
3196 msgid "could not remove CHERRY_PICK_HEAD"
3200 msgid "cannot amend non-existing commit"
3205 msgid "invalid file: '%s'"
3210 msgid "invalid contents: '%s'"
3216 "You have uncommitted changes in your working tree. Please, commit them\n"
3217 "first and then run 'git rebase --continue' again."
3221 msgid "could not commit staged changes."
3226 msgid "%s: can't cherry-pick a %s"
3231 msgid "%s: bad revision"
3235 msgid "can't revert as initial commit"
3241 "%s: no such path in the working tree.\n"
3242 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3248 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3249 "Use '--' to separate paths from revisions, like this:\n"
3250 "'git <command> [<revision>...] -- [<file>...]'"
3256 "ambiguous argument '%s': both revision and filename\n"
3257 "Use '--' to separate paths from revisions, like this:\n"
3258 "'git <command> [<revision>...] -- [<file>...]'"
3263 msgid "Expected git repo version <= %d, found %d"
3267 msgid "unknown repository extensions found:"
3272 msgid "Not a git repository (or any of the parent directories): %s"
3275 #: setup.c:812 builtin/index-pack.c:1652
3276 msgid "Cannot come back to cwd"
3280 msgid "Unable to read current working directory"
3283 #: setup.c:1062 setup.c:1068
3285 msgid "Cannot change to '%s'"
3291 "Not a git repository (or any parent up to mount point %s)\n"
3292 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3298 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3299 "The owner of files must always have read and write permissions."
3304 msgid "path '%s' does not exist"
3309 msgid "reference repository '%s' as a linked checkout is not supported yet."
3314 msgid "reference repository '%s' is not a local repository."
3319 msgid "reference repository '%s' is shallow"
3324 msgid "reference repository '%s' is grafted"
3328 msgid "offset before end of packfile (broken .idx?)"
3333 msgid "offset before start of pack index for %s (corrupt index?)"
3338 msgid "offset beyond end of pack index for %s (truncated index?)"
3343 msgid "short SHA1 %s is ambiguous"
3347 msgid "The candidates are:"
3352 "Git normally never creates a ref that ends with 40 hex characters\n"
3353 "because it will be ignored when you just specify 40-hex. These refs\n"
3354 "may be created by mistake. For example,\n"
3356 " git checkout -b $br $(git rev-parse ...)\n"
3358 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3359 "examine these refs and maybe delete them. Turn this message off by\n"
3360 "running \"git config advice.objectNameWarning false\""
3363 #: submodule.c:70 submodule.c:104
3364 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3367 #: submodule.c:74 submodule.c:108
3369 msgid "Could not find section in .gitmodules where path=%s"
3374 msgid "Could not update .gitmodules entry %s"
3379 msgid "Could not remove .gitmodules entry for %s"
3383 msgid "staging updated .gitmodules failed"
3387 msgid "negative values not allowed for submodule.fetchJobs"
3392 msgid "in unpopulated submodule '%s'"
3397 msgid "Pathspec '%s' is in submodule '%.*s'"
3402 msgid "'%s' not recognized as a git repository"
3407 msgid "could not start 'git status' in submodule '%s'"
3412 msgid "could not run 'git status' in submodule '%s'"
3417 msgid "submodule '%s' has dirty index"
3423 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3426 #: submodule.c:1857 submodule.c:1913
3428 msgid "could not lookup name for submodule '%s'"
3431 #: submodule.c:1861 builtin/submodule--helper.c:678
3432 #: builtin/submodule--helper.c:688
3434 msgid "could not create directory '%s'"
3440 "Migrating git directory of '%s%s' from\n"
3447 msgid "could not recurse into submodule '%s'"
3451 msgid "could not start ls-files in .."
3455 msgid "BUG: returned path string doesn't match cwd?"
3460 msgid "ls-tree returned unexpected return code %d"
3463 #: submodule-config.c:420
3465 msgid "invalid value for %s"
3470 msgid "running trailer command '%s' failed"
3473 #: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3476 msgid "unknown value '%s' for key '%s'"
3479 #: trailer.c:526 trailer.c:531 builtin/remote.c:290
3481 msgid "more than one %s"
3486 msgid "empty trailer token in trailer '%.*s'"
3491 msgid "could not read input file '%s'"
3495 msgid "could not read from stdin"
3498 #: trailer.c:950 builtin/am.c:45
3500 msgid "could not stat %s"
3505 msgid "file %s is not a regular file"
3510 msgid "file %s is not writable by user"
3514 msgid "could not open temporary file"
3519 msgid "could not rename temporary file to %s"
3524 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3529 msgid "transport: invalid depth option '%s'"
3535 "The following submodule paths contain changes that can\n"
3536 "not be found on any remote:\n"
3545 "\tgit push --recurse-submodules=on-demand\n"
3547 "or cd to the path and use\n"
3551 "to push them to a remote.\n"
3559 #: transport-helper.c:1071
3561 msgid "Could not read ref %s"
3565 msgid "too-short tree object"
3569 msgid "malformed mode in tree entry"
3573 msgid "empty filename in tree entry"
3577 msgid "too-short tree file"
3580 #: unpack-trees.c:105
3583 "Your local changes to the following files would be overwritten by checkout:\n"
3584 "%%sPlease commit your changes or stash them before you switch branches."
3587 #: unpack-trees.c:107
3590 "Your local changes to the following files would be overwritten by checkout:\n"
3594 #: unpack-trees.c:110
3597 "Your local changes to the following files would be overwritten by merge:\n"
3598 "%%sPlease commit your changes or stash them before you merge."
3601 #: unpack-trees.c:112
3604 "Your local changes to the following files would be overwritten by merge:\n"
3608 #: unpack-trees.c:115
3611 "Your local changes to the following files would be overwritten by %s:\n"
3612 "%%sPlease commit your changes or stash them before you %s."
3615 #: unpack-trees.c:117
3618 "Your local changes to the following files would be overwritten by %s:\n"
3622 #: unpack-trees.c:122
3625 "Updating the following directories would lose untracked files in them:\n"
3629 #: unpack-trees.c:126
3632 "The following untracked working tree files would be removed by checkout:\n"
3633 "%%sPlease move or remove them before you switch branches."
3636 #: unpack-trees.c:128
3639 "The following untracked working tree files would be removed by checkout:\n"
3643 #: unpack-trees.c:131
3646 "The following untracked working tree files would be removed by merge:\n"
3647 "%%sPlease move or remove them before you merge."
3650 #: unpack-trees.c:133
3653 "The following untracked working tree files would be removed by merge:\n"
3657 #: unpack-trees.c:136
3660 "The following untracked working tree files would be removed by %s:\n"
3661 "%%sPlease move or remove them before you %s."
3664 #: unpack-trees.c:138
3667 "The following untracked working tree files would be removed by %s:\n"
3671 #: unpack-trees.c:143
3674 "The following untracked working tree files would be overwritten by "
3676 "%%sPlease move or remove them before you switch branches."
3679 #: unpack-trees.c:145
3682 "The following untracked working tree files would be overwritten by "
3687 #: unpack-trees.c:148
3690 "The following untracked working tree files would be overwritten by merge:\n"
3691 "%%sPlease move or remove them before you merge."
3694 #: unpack-trees.c:150
3697 "The following untracked working tree files would be overwritten by merge:\n"
3701 #: unpack-trees.c:153
3704 "The following untracked working tree files would be overwritten by %s:\n"
3705 "%%sPlease move or remove them before you %s."
3708 #: unpack-trees.c:155
3711 "The following untracked working tree files would be overwritten by %s:\n"
3715 #: unpack-trees.c:162
3717 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3720 #: unpack-trees.c:165
3723 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
3727 #: unpack-trees.c:167
3730 "The following working tree files would be overwritten by sparse checkout "
3735 #: unpack-trees.c:169
3738 "The following working tree files would be removed by sparse checkout "
3743 #: unpack-trees.c:171
3746 "Cannot update submodule:\n"
3750 #: unpack-trees.c:248
3755 #: unpack-trees.c:277
3757 msgid "submodule update strategy not supported for submodule '%s'"
3760 #: unpack-trees.c:346
3761 msgid "Checking out files"
3765 msgid "invalid URL scheme name or missing '://' suffix"
3768 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3770 msgid "invalid %XX escape sequence"
3774 msgid "missing host and scheme is not 'file:'"
3778 msgid "a 'file:' URL may not have a port number"
3782 msgid "invalid characters in host name"
3785 #: urlmatch.c:292 urlmatch.c:303
3786 msgid "invalid port number"
3790 msgid "invalid '..' path segment"
3795 msgid "failed to read '%s'"
3798 #: wrapper.c:223 wrapper.c:393
3800 msgid "could not open '%s' for reading and writing"
3803 #: wrapper.c:225 wrapper.c:395 builtin/am.c:766
3805 msgid "could not open '%s' for writing"
3808 #: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
3809 #: builtin/am.c:849 builtin/merge.c:1014
3811 msgid "could not open '%s' for reading"
3814 #: wrapper.c:424 wrapper.c:624
3816 msgid "unable to access '%s'"
3820 msgid "unable to get current working directory"
3825 msgid "could not write to %s"
3830 msgid "could not close %s"
3834 msgid "Unmerged paths:"
3837 #: wt-status.c:179 wt-status.c:206
3839 msgid " (use \"git reset %s <file>...\" to unstage)"
3842 #: wt-status.c:181 wt-status.c:208
3843 msgid " (use \"git rm --cached <file>...\" to unstage)"
3847 msgid " (use \"git add <file>...\" to mark resolution)"
3850 #: wt-status.c:187 wt-status.c:191
3851 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3855 msgid " (use \"git rm <file>...\" to mark resolution)"
3858 #: wt-status.c:200 wt-status.c:981
3859 msgid "Changes to be committed:"
3862 #: wt-status.c:218 wt-status.c:990
3863 msgid "Changes not staged for commit:"
3867 msgid " (use \"git add <file>...\" to update what will be committed)"
3871 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3876 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3880 msgid " (commit or discard the untracked or modified content in submodules)"
3885 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3889 msgid "both deleted:"
3893 msgid "added by us:"
3897 msgid "deleted by them:"
3901 msgid "added by them:"
3905 msgid "deleted by us:"
3913 msgid "both modified:"
3949 msgid "new commits, "
3953 msgid "modified content, "
3957 msgid "untracked content, "
3962 msgid "Your stash currently has %d entry"
3963 msgid_plural "Your stash currently has %d entries"
3968 msgid "Submodules changed but not updated:"
3972 msgid "Submodule changes to be committed:"
3977 "Do not touch the line above.\n"
3978 "Everything below will be removed."
3982 msgid "You have unmerged paths."
3986 msgid " (fix conflicts and run \"git commit\")"
3990 msgid " (use \"git merge --abort\" to abort the merge)"
3994 msgid "All conflicts fixed but you are still merging."
3998 msgid " (use \"git commit\" to conclude merge)"
4002 msgid "You are in the middle of an am session."
4006 msgid "The current patch is empty."
4010 msgid " (fix conflicts and then run \"git am --continue\")"
4014 msgid " (use \"git am --skip\" to skip this patch)"
4018 msgid " (use \"git am --abort\" to restore the original branch)"
4022 msgid "git-rebase-todo is missing."
4026 msgid "No commands done."
4031 msgid "Last command done (%d command done):"
4032 msgid_plural "Last commands done (%d commands done):"
4038 msgid " (see more in file %s)"
4042 msgid "No commands remaining."
4047 msgid "Next command to do (%d remaining command):"
4048 msgid_plural "Next commands to do (%d remaining commands):"
4053 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4058 msgid "You are currently rebasing branch '%s' on '%s'."
4062 msgid "You are currently rebasing."
4066 msgid " (fix conflicts and then run \"git rebase --continue\")"
4070 msgid " (use \"git rebase --skip\" to skip this patch)"
4074 msgid " (use \"git rebase --abort\" to check out the original branch)"
4078 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4084 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4088 msgid "You are currently splitting a commit during a rebase."
4092 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4097 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4101 msgid "You are currently editing a commit during a rebase."
4105 msgid " (use \"git commit --amend\" to amend the current commit)"
4110 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4115 msgid "You are currently cherry-picking commit %s."
4119 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4123 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4127 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4132 msgid "You are currently reverting commit %s."
4136 msgid " (fix conflicts and run \"git revert --continue\")"
4140 msgid " (all conflicts fixed: run \"git revert --continue\")"
4144 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4149 msgid "You are currently bisecting, started from branch '%s'."
4153 msgid "You are currently bisecting."
4157 msgid " (use \"git bisect reset\" to get back to the original branch)"
4165 msgid "interactive rebase in progress; onto "
4169 msgid "rebase in progress; onto "
4173 msgid "HEAD detached at "
4177 msgid "HEAD detached from "
4181 msgid "Not currently on any branch."
4185 msgid "Initial commit"
4189 msgid "No commits yet"
4193 msgid "Untracked files"
4197 msgid "Ignored files"
4203 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4204 "may speed it up, but you have to be careful not to forget to add\n"
4205 "new files yourself (see 'git help status')."
4210 msgid "Untracked files not listed%s"
4214 msgid " (use -u option to show untracked files)"
4223 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4228 msgid "no changes added to commit\n"
4234 "nothing added to commit but untracked files present (use \"git add\" to "
4240 msgid "nothing added to commit but untracked files present\n"
4245 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4248 #: wt-status.c:1661 wt-status.c:1666
4250 msgid "nothing to commit\n"
4255 msgid "nothing to commit (use -u to show untracked files)\n"
4260 msgid "nothing to commit, working tree clean\n"
4264 msgid "No commits yet on "
4268 msgid "HEAD (no branch)"
4271 #: wt-status.c:1813 wt-status.c:1821
4275 #: wt-status.c:1816 wt-status.c:1819
4279 #. TRANSLATORS: the action is e.g. "pull with rebase"
4282 msgid "cannot %s: You have unstaged changes."
4286 msgid "additionally, your index contains uncommitted changes."
4291 msgid "cannot %s: Your index contains uncommitted changes."
4294 #: compat/precompose_utf8.c:58 builtin/clone.c:436
4296 msgid "failed to unlink '%s'"
4300 msgid "git add [<options>] [--] <pathspec>..."
4305 msgid "unexpected diff status %c"
4308 #: builtin/add.c:87 builtin/commit.c:292
4309 msgid "updating files failed"
4314 msgid "remove '%s'\n"
4317 #: builtin/add.c:151
4318 msgid "Unstaged changes after refreshing the index:"
4321 #: builtin/add.c:211 builtin/rev-parse.c:873
4322 msgid "Could not read the index"
4325 #: builtin/add.c:222
4327 msgid "Could not open '%s' for writing."
4330 #: builtin/add.c:226
4331 msgid "Could not write patch"
4334 #: builtin/add.c:229
4335 msgid "editing patch failed"
4338 #: builtin/add.c:232
4340 msgid "Could not stat '%s'"
4343 #: builtin/add.c:234
4344 msgid "Empty patch. Aborted."
4347 #: builtin/add.c:239
4349 msgid "Could not apply '%s'"
4352 #: builtin/add.c:249
4353 msgid "The following paths are ignored by one of your .gitignore files:\n"
4356 #: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4357 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4358 #: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4362 #: builtin/add.c:272
4363 msgid "interactive picking"
4366 #: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4367 msgid "select hunks interactively"
4370 #: builtin/add.c:274
4371 msgid "edit current diff and apply"
4374 #: builtin/add.c:275
4375 msgid "allow adding otherwise ignored files"
4378 #: builtin/add.c:276
4379 msgid "update tracked files"
4382 #: builtin/add.c:277
4383 msgid "record only the fact that the path will be added later"
4386 #: builtin/add.c:278
4387 msgid "add changes from all tracked and untracked files"
4390 #: builtin/add.c:281
4391 msgid "ignore paths removed in the working tree (same as --no-all)"
4394 #: builtin/add.c:283
4395 msgid "don't add, only refresh the index"
4398 #: builtin/add.c:284
4399 msgid "just skip files which cannot be added because of errors"
4402 #: builtin/add.c:285
4403 msgid "check if - even missing - files are ignored in dry run"
4406 #: builtin/add.c:286 builtin/update-index.c:952
4410 #: builtin/add.c:286 builtin/update-index.c:953
4411 msgid "override the executable bit of the listed files"
4414 #: builtin/add.c:288
4415 msgid "warn when adding an embedded repository"
4418 #: builtin/add.c:303
4421 "You've added another git repository inside your current repository.\n"
4422 "Clones of the outer repository will not contain the contents of\n"
4423 "the embedded repository and will not know how to obtain it.\n"
4424 "If you meant to add a submodule, use:\n"
4426 "\tgit submodule add <url> %s\n"
4428 "If you added this path by mistake, you can remove it from the\n"
4431 "\tgit rm --cached %s\n"
4433 "See \"git help submodule\" for more information."
4436 #: builtin/add.c:331
4438 msgid "adding embedded git repository: %s"
4441 #: builtin/add.c:349
4443 msgid "Use -f if you really want to add them.\n"
4446 #: builtin/add.c:357
4447 msgid "adding files failed"
4450 #: builtin/add.c:394
4451 msgid "-A and -u are mutually incompatible"
4454 #: builtin/add.c:401
4455 msgid "Option --ignore-missing can only be used together with --dry-run"
4458 #: builtin/add.c:405
4460 msgid "--chmod param '%s' must be either -x or +x"
4463 #: builtin/add.c:420
4465 msgid "Nothing specified, nothing added.\n"
4468 #: builtin/add.c:421
4470 msgid "Maybe you wanted to say 'git add .'?\n"
4473 #: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4474 #: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4475 #: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4476 #: builtin/submodule--helper.c:244
4477 msgid "index file corrupt"
4481 msgid "could not parse author script"
4486 msgid "'%s' was deleted by the applypatch-msg hook"
4491 msgid "Malformed input line: '%s'."
4496 msgid "Failed to copy notes from '%s' to '%s'"
4500 msgid "fseek failed"
4505 msgid "could not parse patch '%s'"
4509 msgid "Only one StGIT patch series can be applied at once"
4513 msgid "invalid timestamp"
4516 #: builtin/am.c:892 builtin/am.c:900
4517 msgid "invalid Date line"
4521 msgid "invalid timezone offset"
4525 msgid "Patch format detection failed."
4528 #: builtin/am.c:991 builtin/clone.c:401
4530 msgid "failed to create directory '%s'"
4534 msgid "Failed to split patches."
4537 #: builtin/am.c:1120 builtin/commit.c:377
4538 msgid "unable to write index file"
4541 #: builtin/am.c:1171
4543 msgid "When you have resolved this problem, run \"%s --continue\"."
4546 #: builtin/am.c:1172
4548 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4551 #: builtin/am.c:1173
4553 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4556 #: builtin/am.c:1304
4557 msgid "Patch is empty."
4560 #: builtin/am.c:1370
4562 msgid "invalid ident line: %.*s"
4565 #: builtin/am.c:1392
4567 msgid "unable to parse commit %s"
4570 #: builtin/am.c:1586
4571 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4574 #: builtin/am.c:1588
4575 msgid "Using index info to reconstruct a base tree..."
4578 #: builtin/am.c:1607
4580 "Did you hand edit your patch?\n"
4581 "It does not apply to blobs recorded in its index."
4584 #: builtin/am.c:1613
4585 msgid "Falling back to patching base and 3-way merge..."
4588 #: builtin/am.c:1638
4589 msgid "Failed to merge in the changes."
4592 #: builtin/am.c:1662 builtin/merge.c:632
4593 msgid "git write-tree failed to write a tree"
4596 #: builtin/am.c:1669
4597 msgid "applying to an empty history"
4600 #: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
4601 #: builtin/merge.c:828
4602 msgid "failed to write commit object"
4605 #: builtin/am.c:1715 builtin/am.c:1719
4607 msgid "cannot resume: %s does not exist."
4610 #: builtin/am.c:1735
4611 msgid "cannot be interactive without stdin connected to a terminal."
4614 #: builtin/am.c:1740
4615 msgid "Commit Body is:"
4618 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4619 #. in your translation. The program will only accept English
4620 #. input at this point.
4622 #: builtin/am.c:1750
4623 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4626 #: builtin/am.c:1800
4628 msgid "Dirty index: cannot apply patches (dirty: %s)"
4631 #: builtin/am.c:1840 builtin/am.c:1912
4633 msgid "Applying: %.*s"
4636 #: builtin/am.c:1856
4637 msgid "No changes -- Patch already applied."
4640 #: builtin/am.c:1864
4642 msgid "Patch failed at %s %.*s"
4645 #: builtin/am.c:1870
4647 msgid "The copy of the patch that failed is found in: %s"
4650 #: builtin/am.c:1915
4652 "No changes - did you forget to use 'git add'?\n"
4653 "If there is nothing left to stage, chances are that something else\n"
4654 "already introduced the same changes; you might want to skip this patch."
4657 #: builtin/am.c:1922
4659 "You still have unmerged paths in your index.\n"
4660 "You should 'git add' each file with resolved conflicts to mark them as "
4662 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4665 #: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
4666 #: builtin/reset.c:331
4668 msgid "Could not parse object '%s'."
4671 #: builtin/am.c:2083
4672 msgid "failed to clean index"
4675 #: builtin/am.c:2117
4677 "You seem to have moved HEAD since the last 'am' failure.\n"
4678 "Not rewinding to ORIG_HEAD"
4681 #: builtin/am.c:2180
4683 msgid "Invalid value for --patch-format: %s"
4686 #: builtin/am.c:2213
4687 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4690 #: builtin/am.c:2214
4691 msgid "git am [<options>] (--continue | --skip | --abort)"
4694 #: builtin/am.c:2220
4695 msgid "run interactively"
4698 #: builtin/am.c:2222
4699 msgid "historical option -- no-op"
4702 #: builtin/am.c:2224
4703 msgid "allow fall back on 3way merging if needed"
4706 #: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4707 #: builtin/repack.c:180
4711 #: builtin/am.c:2227
4712 msgid "add a Signed-off-by line to the commit message"
4715 #: builtin/am.c:2230
4716 msgid "recode into utf8 (default)"
4719 #: builtin/am.c:2232
4720 msgid "pass -k flag to git-mailinfo"
4723 #: builtin/am.c:2234
4724 msgid "pass -b flag to git-mailinfo"
4727 #: builtin/am.c:2236
4728 msgid "pass -m flag to git-mailinfo"
4731 #: builtin/am.c:2238
4732 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4735 #: builtin/am.c:2241
4736 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4739 #: builtin/am.c:2244
4740 msgid "strip everything before a scissors line"
4743 #: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4744 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4745 #: builtin/am.c:2273
4746 msgid "pass it through git-apply"
4749 #: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
4750 #: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
4751 #: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
4752 #: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
4753 #: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
4754 #: parse-options.h:245
4758 #: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
4759 #: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
4763 #: builtin/am.c:2270
4764 msgid "format the patch(es) are in"
4767 #: builtin/am.c:2276
4768 msgid "override error message when patch failure occurs"
4771 #: builtin/am.c:2278
4772 msgid "continue applying patches after resolving a conflict"
4775 #: builtin/am.c:2281
4776 msgid "synonyms for --continue"
4779 #: builtin/am.c:2284
4780 msgid "skip the current patch"
4783 #: builtin/am.c:2287
4784 msgid "restore the original branch and abort the patching operation."
4787 #: builtin/am.c:2291
4788 msgid "lie about committer date"
4791 #: builtin/am.c:2293
4792 msgid "use current timestamp for author date"
4795 #: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
4796 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
4800 #: builtin/am.c:2296
4801 msgid "GPG-sign commits"
4804 #: builtin/am.c:2299
4805 msgid "(internal use for git-rebase)"
4808 #: builtin/am.c:2317
4810 "The -b/--binary option has been a no-op for long time, and\n"
4811 "it will be removed. Please do not use it anymore."
4814 #: builtin/am.c:2324
4815 msgid "failed to read the index"
4818 #: builtin/am.c:2339
4820 msgid "previous rebase directory %s still exists but mbox given."
4823 #: builtin/am.c:2363
4826 "Stray %s directory found.\n"
4827 "Use \"git am --abort\" to remove it."
4830 #: builtin/am.c:2369
4831 msgid "Resolve operation not in progress, we are not resuming."
4834 #: builtin/apply.c:8
4835 msgid "git apply [<options>] [<patch>...]"
4838 #: builtin/archive.c:17
4840 msgid "could not create archive file '%s'"
4843 #: builtin/archive.c:20
4844 msgid "could not redirect output"
4847 #: builtin/archive.c:37
4848 msgid "git archive: Remote with no URL"
4851 #: builtin/archive.c:58
4852 msgid "git archive: expected ACK/NAK, got EOF"
4855 #: builtin/archive.c:61
4857 msgid "git archive: NACK %s"
4860 #: builtin/archive.c:64
4861 msgid "git archive: protocol error"
4864 #: builtin/archive.c:68
4865 msgid "git archive: expected a flush"
4868 #: builtin/bisect--helper.c:7
4869 msgid "git bisect--helper --next-all [--no-checkout]"
4872 #: builtin/bisect--helper.c:17
4873 msgid "perform 'git bisect next'"
4876 #: builtin/bisect--helper.c:19
4877 msgid "update BISECT_HEAD instead of checking out the current commit"
4880 #: builtin/blame.c:27
4881 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4884 #: builtin/blame.c:32
4885 msgid "<rev-opts> are documented in git-rev-list(1)"
4888 #: builtin/blame.c:668
4889 msgid "Show blame entries as we find them, incrementally"
4892 #: builtin/blame.c:669
4893 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4896 #: builtin/blame.c:670
4897 msgid "Do not treat root commits as boundaries (Default: off)"
4900 #: builtin/blame.c:671
4901 msgid "Show work cost statistics"
4904 #: builtin/blame.c:672
4905 msgid "Force progress reporting"
4908 #: builtin/blame.c:673
4909 msgid "Show output score for blame entries"
4912 #: builtin/blame.c:674
4913 msgid "Show original filename (Default: auto)"
4916 #: builtin/blame.c:675
4917 msgid "Show original linenumber (Default: off)"
4920 #: builtin/blame.c:676
4921 msgid "Show in a format designed for machine consumption"
4924 #: builtin/blame.c:677
4925 msgid "Show porcelain format with per-line commit information"
4928 #: builtin/blame.c:678
4929 msgid "Use the same output mode as git-annotate (Default: off)"
4932 #: builtin/blame.c:679
4933 msgid "Show raw timestamp (Default: off)"
4936 #: builtin/blame.c:680
4937 msgid "Show long commit SHA1 (Default: off)"
4940 #: builtin/blame.c:681
4941 msgid "Suppress author name and timestamp (Default: off)"
4944 #: builtin/blame.c:682
4945 msgid "Show author email instead of name (Default: off)"
4948 #: builtin/blame.c:683
4949 msgid "Ignore whitespace differences"
4952 #: builtin/blame.c:690
4953 msgid "Use an experimental heuristic to improve diffs"
4956 #: builtin/blame.c:692
4957 msgid "Spend extra cycles to find better match"
4960 #: builtin/blame.c:693
4961 msgid "Use revisions from <file> instead of calling git-rev-list"
4964 #: builtin/blame.c:694
4965 msgid "Use <file>'s contents as the final image"
4968 #: builtin/blame.c:695 builtin/blame.c:696
4972 #: builtin/blame.c:695
4973 msgid "Find line copies within and across files"
4976 #: builtin/blame.c:696
4977 msgid "Find line movements within and across files"
4980 #: builtin/blame.c:697
4984 #: builtin/blame.c:697
4985 msgid "Process only line range n,m, counting from 1"
4988 #: builtin/blame.c:744
4989 msgid "--progress can't be used with --incremental or porcelain formats"
4992 #. TRANSLATORS: This string is used to tell us the
4993 #. maximum display width for a relative timestamp in
4994 #. "git blame" output. For C locale, "4 years, 11
4995 #. months ago", which takes 22 places, is the longest
4996 #. among various forms of relative timestamps, but
4997 #. your language may need more or fewer display
5000 #: builtin/blame.c:795
5001 msgid "4 years, 11 months ago"
5004 #: builtin/blame.c:882
5006 msgid "file %s has only %lu line"
5007 msgid_plural "file %s has only %lu lines"
5011 #: builtin/blame.c:928
5012 msgid "Blaming lines"
5015 #: builtin/branch.c:27
5016 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5019 #: builtin/branch.c:28
5020 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5023 #: builtin/branch.c:29
5024 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5027 #: builtin/branch.c:30
5028 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5031 #: builtin/branch.c:31
5032 msgid "git branch [<options>] [-r | -a] [--points-at]"
5035 #: builtin/branch.c:32
5036 msgid "git branch [<options>] [-r | -a] [--format]"
5039 #: builtin/branch.c:145
5042 "deleting branch '%s' that has been merged to\n"
5043 " '%s', but not yet merged to HEAD."
5046 #: builtin/branch.c:149
5049 "not deleting branch '%s' that is not yet merged to\n"
5050 " '%s', even though it is merged to HEAD."
5053 #: builtin/branch.c:163
5055 msgid "Couldn't look up commit object for '%s'"
5058 #: builtin/branch.c:167
5061 "The branch '%s' is not fully merged.\n"
5062 "If you are sure you want to delete it, run 'git branch -D %s'."
5065 #: builtin/branch.c:180
5066 msgid "Update of config-file failed"
5069 #: builtin/branch.c:211
5070 msgid "cannot use -a with -d"
5073 #: builtin/branch.c:217
5074 msgid "Couldn't look up commit object for HEAD"
5077 #: builtin/branch.c:231
5079 msgid "Cannot delete branch '%s' checked out at '%s'"
5082 #: builtin/branch.c:246
5084 msgid "remote-tracking branch '%s' not found."
5087 #: builtin/branch.c:247
5089 msgid "branch '%s' not found."
5092 #: builtin/branch.c:262
5094 msgid "Error deleting remote-tracking branch '%s'"
5097 #: builtin/branch.c:263
5099 msgid "Error deleting branch '%s'"
5102 #: builtin/branch.c:270
5104 msgid "Deleted remote-tracking branch %s (was %s).\n"
5107 #: builtin/branch.c:271
5109 msgid "Deleted branch %s (was %s).\n"
5112 #: builtin/branch.c:445
5114 msgid "Branch %s is being rebased at %s"
5117 #: builtin/branch.c:449
5119 msgid "Branch %s is being bisected at %s"
5122 #: builtin/branch.c:464
5123 msgid "cannot rename the current branch while not on any."
5126 #: builtin/branch.c:474
5128 msgid "Invalid branch name: '%s'"
5131 #: builtin/branch.c:491
5132 msgid "Branch rename failed"
5135 #: builtin/branch.c:494
5137 msgid "Renamed a misnamed branch '%s' away"
5140 #: builtin/branch.c:497
5142 msgid "Branch renamed to %s, but HEAD is not updated!"
5145 #: builtin/branch.c:506
5146 msgid "Branch is renamed, but update of config-file failed"
5149 #: builtin/branch.c:522
5152 "Please edit the description for the branch\n"
5154 "Lines starting with '%c' will be stripped.\n"
5157 #: builtin/branch.c:555
5158 msgid "Generic options"
5161 #: builtin/branch.c:557
5162 msgid "show hash and subject, give twice for upstream branch"
5165 #: builtin/branch.c:558
5166 msgid "suppress informational messages"
5169 #: builtin/branch.c:559
5170 msgid "set up tracking mode (see git-pull(1))"
5173 #: builtin/branch.c:561
5174 msgid "change upstream info"
5177 #: builtin/branch.c:563
5181 #: builtin/branch.c:563
5182 msgid "change the upstream info"
5185 #: builtin/branch.c:564
5186 msgid "Unset the upstream info"
5189 #: builtin/branch.c:565
5190 msgid "use colored output"
5193 #: builtin/branch.c:566
5194 msgid "act on remote-tracking branches"
5197 #: builtin/branch.c:568 builtin/branch.c:570
5198 msgid "print only branches that contain the commit"
5201 #: builtin/branch.c:569 builtin/branch.c:571
5202 msgid "print only branches that don't contain the commit"
5205 #: builtin/branch.c:574
5206 msgid "Specific git-branch actions:"
5209 #: builtin/branch.c:575
5210 msgid "list both remote-tracking and local branches"
5213 #: builtin/branch.c:577
5214 msgid "delete fully merged branch"
5217 #: builtin/branch.c:578
5218 msgid "delete branch (even if not merged)"
5221 #: builtin/branch.c:579
5222 msgid "move/rename a branch and its reflog"
5225 #: builtin/branch.c:580
5226 msgid "move/rename a branch, even if target exists"
5229 #: builtin/branch.c:581
5230 msgid "list branch names"
5233 #: builtin/branch.c:582
5234 msgid "create the branch's reflog"
5237 #: builtin/branch.c:584
5238 msgid "edit the description for the branch"
5241 #: builtin/branch.c:585
5242 msgid "force creation, move/rename, deletion"
5245 #: builtin/branch.c:586
5246 msgid "print only branches that are merged"
5249 #: builtin/branch.c:587
5250 msgid "print only branches that are not merged"
5253 #: builtin/branch.c:588
5254 msgid "list branches in columns"
5257 #: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:427
5261 #: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:428
5262 msgid "field name to sort on"
5265 #: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:407
5266 #: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:573
5267 #: builtin/tag.c:430
5271 #: builtin/branch.c:593
5272 msgid "print only branches of the object"
5275 #: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:435
5276 msgid "sorting and filtering are case insensitive"
5279 #: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:434
5280 #: builtin/verify-tag.c:39
5281 msgid "format to use for the output"
5284 #: builtin/branch.c:615
5285 msgid "Failed to resolve HEAD as a valid ref."
5288 #: builtin/branch.c:619 builtin/clone.c:728
5289 msgid "HEAD not found below refs/heads!"
5292 #: builtin/branch.c:642
5293 msgid "--column and --verbose are incompatible"
5296 #: builtin/branch.c:653 builtin/branch.c:705
5297 msgid "branch name required"
5300 #: builtin/branch.c:681
5301 msgid "Cannot give description to detached HEAD"
5304 #: builtin/branch.c:686
5305 msgid "cannot edit description of more than one branch"
5308 #: builtin/branch.c:693
5310 msgid "No commit on branch '%s' yet."
5313 #: builtin/branch.c:696
5315 msgid "No branch named '%s'."
5318 #: builtin/branch.c:711
5319 msgid "too many branches for a rename operation"
5322 #: builtin/branch.c:716
5323 msgid "too many branches to set new upstream"
5326 #: builtin/branch.c:720
5329 "could not set upstream of HEAD to %s when it does not point to any branch."
5332 #: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:766
5334 msgid "no such branch '%s'"
5337 #: builtin/branch.c:727
5339 msgid "branch '%s' does not exist"
5342 #: builtin/branch.c:739
5343 msgid "too many branches to unset upstream"
5346 #: builtin/branch.c:743
5347 msgid "could not unset upstream of HEAD when it does not point to any branch."
5350 #: builtin/branch.c:749
5352 msgid "Branch '%s' has no upstream information"
5355 #: builtin/branch.c:763
5356 msgid "it does not make sense to create 'HEAD' manually"
5359 #: builtin/branch.c:769
5360 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5363 #: builtin/branch.c:772
5366 "The --set-upstream flag is deprecated and will be removed. Consider using --"
5367 "track or --set-upstream-to\n"
5370 #: builtin/branch.c:789
5374 "If you wanted to make '%s' track '%s', do this:\n"
5378 #: builtin/bundle.c:45
5380 msgid "%s is okay\n"
5383 #: builtin/bundle.c:58
5384 msgid "Need a repository to create a bundle."
5387 #: builtin/bundle.c:62
5388 msgid "Need a repository to unbundle."
5391 #: builtin/cat-file.c:519
5393 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5394 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5397 #: builtin/cat-file.c:520
5399 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5403 #: builtin/cat-file.c:557
5404 msgid "<type> can be one of: blob, tree, commit, tag"
5407 #: builtin/cat-file.c:558
5408 msgid "show object type"
5411 #: builtin/cat-file.c:559
5412 msgid "show object size"
5415 #: builtin/cat-file.c:561
5416 msgid "exit with zero when there's no error"
5419 #: builtin/cat-file.c:562
5420 msgid "pretty-print object's content"
5423 #: builtin/cat-file.c:564
5424 msgid "for blob objects, run textconv on object's content"
5427 #: builtin/cat-file.c:566
5428 msgid "for blob objects, run filters on object's content"
5431 #: builtin/cat-file.c:567 git-submodule.sh:944
5435 #: builtin/cat-file.c:568
5436 msgid "use a specific path for --textconv/--filters"
5439 #: builtin/cat-file.c:570
5440 msgid "allow -s and -t to work with broken/corrupt objects"
5443 #: builtin/cat-file.c:571
5444 msgid "buffer --batch output"
5447 #: builtin/cat-file.c:573
5448 msgid "show info and content of objects fed from the standard input"
5451 #: builtin/cat-file.c:576
5452 msgid "show info about objects fed from the standard input"
5455 #: builtin/cat-file.c:579
5456 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5459 #: builtin/cat-file.c:581
5460 msgid "show all objects with --batch or --batch-check"
5463 #: builtin/check-attr.c:12
5464 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5467 #: builtin/check-attr.c:13
5468 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5471 #: builtin/check-attr.c:20
5472 msgid "report all attributes set on file"
5475 #: builtin/check-attr.c:21
5476 msgid "use .gitattributes only from the index"
5479 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5480 msgid "read file names from stdin"
5483 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5484 msgid "terminate input and output records by a NUL character"
5487 #: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:357
5488 msgid "suppress progress reporting"
5491 #: builtin/check-ignore.c:28
5492 msgid "show non-matching input paths"
5495 #: builtin/check-ignore.c:30
5496 msgid "ignore index when checking"
5499 #: builtin/check-ignore.c:158
5500 msgid "cannot specify pathnames with --stdin"
5503 #: builtin/check-ignore.c:161
5504 msgid "-z only makes sense with --stdin"
5507 #: builtin/check-ignore.c:163
5508 msgid "no path specified"
5511 #: builtin/check-ignore.c:167
5512 msgid "--quiet is only valid with a single pathname"
5515 #: builtin/check-ignore.c:169
5516 msgid "cannot have both --quiet and --verbose"
5519 #: builtin/check-ignore.c:172
5520 msgid "--non-matching is only valid with --verbose"
5523 #: builtin/check-mailmap.c:9
5524 msgid "git check-mailmap [<options>] <contact>..."
5527 #: builtin/check-mailmap.c:14
5528 msgid "also read contacts from stdin"
5531 #: builtin/check-mailmap.c:25
5533 msgid "unable to parse contact: %s"
5536 #: builtin/check-mailmap.c:48
5537 msgid "no contacts specified"
5540 #: builtin/checkout-index.c:128
5541 msgid "git checkout-index [<options>] [--] [<file>...]"
5544 #: builtin/checkout-index.c:145
5545 msgid "stage should be between 1 and 3 or all"
5548 #: builtin/checkout-index.c:161
5549 msgid "check out all files in the index"
5552 #: builtin/checkout-index.c:162
5553 msgid "force overwrite of existing files"
5556 #: builtin/checkout-index.c:164
5557 msgid "no warning for existing files and files not in index"
5560 #: builtin/checkout-index.c:166
5561 msgid "don't checkout new files"
5564 #: builtin/checkout-index.c:168
5565 msgid "update stat information in the index file"
5568 #: builtin/checkout-index.c:172
5569 msgid "read list of paths from the standard input"
5572 #: builtin/checkout-index.c:174
5573 msgid "write the content to temporary files"
5576 #: builtin/checkout-index.c:175 builtin/column.c:31
5577 #: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5578 #: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5579 #: builtin/worktree.c:478
5583 #: builtin/checkout-index.c:176
5584 msgid "when creating files, prepend <string>"
5587 #: builtin/checkout-index.c:178
5588 msgid "copy out the files from named stage"
5591 #: builtin/checkout.c:26
5592 msgid "git checkout [<options>] <branch>"
5595 #: builtin/checkout.c:27
5596 msgid "git checkout [<options>] [<branch>] -- <file>..."
5599 #: builtin/checkout.c:135 builtin/checkout.c:168
5601 msgid "path '%s' does not have our version"
5604 #: builtin/checkout.c:137 builtin/checkout.c:170
5606 msgid "path '%s' does not have their version"
5609 #: builtin/checkout.c:153
5611 msgid "path '%s' does not have all necessary versions"
5614 #: builtin/checkout.c:197
5616 msgid "path '%s' does not have necessary versions"
5619 #: builtin/checkout.c:214
5621 msgid "path '%s': cannot merge"
5624 #: builtin/checkout.c:231
5626 msgid "Unable to add merge result for '%s'"
5629 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5630 #: builtin/checkout.c:262
5632 msgid "'%s' cannot be used with updating paths"
5635 #: builtin/checkout.c:265 builtin/checkout.c:268
5637 msgid "'%s' cannot be used with %s"
5640 #: builtin/checkout.c:271
5642 msgid "Cannot update paths and switch to branch '%s' at the same time."
5645 #: builtin/checkout.c:342 builtin/checkout.c:349
5647 msgid "path '%s' is unmerged"
5650 #: builtin/checkout.c:497
5651 msgid "you need to resolve your current index first"
5654 #: builtin/checkout.c:628
5656 msgid "Can not do reflog for '%s': %s\n"
5659 #: builtin/checkout.c:669
5660 msgid "HEAD is now at"
5663 #: builtin/checkout.c:673 builtin/clone.c:682
5664 msgid "unable to update HEAD"
5667 #: builtin/checkout.c:677
5669 msgid "Reset branch '%s'\n"
5672 #: builtin/checkout.c:680
5674 msgid "Already on '%s'\n"
5677 #: builtin/checkout.c:684
5679 msgid "Switched to and reset branch '%s'\n"
5682 #: builtin/checkout.c:686 builtin/checkout.c:1075
5684 msgid "Switched to a new branch '%s'\n"
5687 #: builtin/checkout.c:688
5689 msgid "Switched to branch '%s'\n"
5692 #: builtin/checkout.c:739
5694 msgid " ... and %d more.\n"
5697 #: builtin/checkout.c:745
5700 "Warning: you are leaving %d commit behind, not connected to\n"
5701 "any of your branches:\n"
5705 "Warning: you are leaving %d commits behind, not connected to\n"
5706 "any of your branches:\n"
5712 #: builtin/checkout.c:764
5715 "If you want to keep it by creating a new branch, this may be a good time\n"
5718 " git branch <new-branch-name> %s\n"
5721 "If you want to keep them by creating a new branch, this may be a good time\n"
5724 " git branch <new-branch-name> %s\n"
5729 #: builtin/checkout.c:800
5730 msgid "internal error in revision walk"
5733 #: builtin/checkout.c:804
5734 msgid "Previous HEAD position was"
5737 #: builtin/checkout.c:832 builtin/checkout.c:1070
5738 msgid "You are on a branch yet to be born"
5741 #: builtin/checkout.c:976
5743 msgid "only one reference expected, %d given."
5746 #: builtin/checkout.c:1016 builtin/worktree.c:215
5748 msgid "invalid reference: %s"
5751 #: builtin/checkout.c:1045
5753 msgid "reference is not a tree: %s"
5756 #: builtin/checkout.c:1084
5757 msgid "paths cannot be used with switching branches"
5760 #: builtin/checkout.c:1087 builtin/checkout.c:1091
5762 msgid "'%s' cannot be used with switching branches"
5765 #: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:1103
5766 #: builtin/checkout.c:1106
5768 msgid "'%s' cannot be used with '%s'"
5771 #: builtin/checkout.c:1111
5773 msgid "Cannot switch branch to a non-commit '%s'"
5776 #: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:113
5777 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:328
5778 #: builtin/worktree.c:330
5782 #: builtin/checkout.c:1145
5783 msgid "create and checkout a new branch"
5786 #: builtin/checkout.c:1147
5787 msgid "create/reset and checkout a branch"
5790 #: builtin/checkout.c:1148
5791 msgid "create reflog for new branch"
5794 #: builtin/checkout.c:1149 builtin/worktree.c:332
5795 msgid "detach HEAD at named commit"
5798 #: builtin/checkout.c:1150
5799 msgid "set upstream info for new branch"
5802 #: builtin/checkout.c:1152
5806 #: builtin/checkout.c:1152
5807 msgid "new unparented branch"
5810 #: builtin/checkout.c:1153
5811 msgid "checkout our version for unmerged files"
5814 #: builtin/checkout.c:1155
5815 msgid "checkout their version for unmerged files"
5818 #: builtin/checkout.c:1157
5819 msgid "force checkout (throw away local modifications)"
5822 #: builtin/checkout.c:1158
5823 msgid "perform a 3-way merge with the new branch"
5826 #: builtin/checkout.c:1159 builtin/merge.c:235
5827 msgid "update ignored files (default)"
5830 #: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:251
5834 #: builtin/checkout.c:1161
5835 msgid "conflict style (merge or diff3)"
5838 #: builtin/checkout.c:1164
5839 msgid "do not limit pathspecs to sparse entries only"
5842 #: builtin/checkout.c:1166
5843 msgid "second guess 'git checkout <no-such-branch>'"
5846 #: builtin/checkout.c:1168
5847 msgid "do not check if another worktree is holding the given ref"
5850 #: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:114
5851 #: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:544
5852 #: builtin/send-pack.c:173
5853 msgid "force progress reporting"
5856 #: builtin/checkout.c:1203
5857 msgid "-b, -B and --orphan are mutually exclusive"
5860 #: builtin/checkout.c:1220
5861 msgid "--track needs a branch name"
5864 #: builtin/checkout.c:1225
5865 msgid "Missing branch name; try -b"
5868 #: builtin/checkout.c:1261
5869 msgid "invalid path specification"
5872 #: builtin/checkout.c:1268
5874 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5877 #: builtin/checkout.c:1272
5879 msgid "git checkout: --detach does not take a path argument '%s'"
5882 #: builtin/checkout.c:1276
5884 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5885 "checking out of the index."
5888 #: builtin/clean.c:26
5890 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5893 #: builtin/clean.c:30
5895 msgid "Removing %s\n"
5898 #: builtin/clean.c:31
5900 msgid "Would remove %s\n"
5903 #: builtin/clean.c:32
5905 msgid "Skipping repository %s\n"
5908 #: builtin/clean.c:33
5910 msgid "Would skip repository %s\n"
5913 #: builtin/clean.c:34
5915 msgid "failed to remove %s"
5918 #: builtin/clean.c:298 git-add--interactive.perl:572
5922 "1 - select a numbered item\n"
5923 "foo - select item based on unique prefix\n"
5924 " - (empty) select nothing\n"
5927 #: builtin/clean.c:302 git-add--interactive.perl:581
5931 "1 - select a single item\n"
5932 "3-5 - select a range of items\n"
5933 "2-3,6-9 - select multiple ranges\n"
5934 "foo - select item based on unique prefix\n"
5935 "-... - unselect specified items\n"
5936 "* - choose all items\n"
5937 " - (empty) finish selecting\n"
5940 #: builtin/clean.c:518 git-add--interactive.perl:547
5941 #: git-add--interactive.perl:552
5942 #, c-format, perl-format
5946 #: builtin/clean.c:660
5948 msgid "Input ignore patterns>> "
5951 #: builtin/clean.c:697
5953 msgid "WARNING: Cannot find items matched by: %s"
5956 #: builtin/clean.c:718
5957 msgid "Select items to delete"
5960 #. TRANSLATORS: Make sure to keep [y/N] as is
5961 #: builtin/clean.c:759
5963 msgid "Remove %s [y/N]? "
5966 #: builtin/clean.c:784 git-add--interactive.perl:1616
5971 #: builtin/clean.c:792
5973 "clean - start cleaning\n"
5974 "filter by pattern - exclude items from deletion\n"
5975 "select by numbers - select items to be deleted by numbers\n"
5976 "ask each - confirm each deletion (like \"rm -i\")\n"
5977 "quit - stop cleaning\n"
5978 "help - this screen\n"
5979 "? - help for prompt selection"
5982 #: builtin/clean.c:819 git-add--interactive.perl:1692
5983 msgid "*** Commands ***"
5986 #: builtin/clean.c:820 git-add--interactive.perl:1689
5990 #: builtin/clean.c:828
5991 msgid "Would remove the following item:"
5992 msgid_plural "Would remove the following items:"
5996 #: builtin/clean.c:844
5997 msgid "No more files to clean, exiting."
6000 #: builtin/clean.c:906
6001 msgid "do not print names of files removed"
6004 #: builtin/clean.c:908
6008 #: builtin/clean.c:909
6009 msgid "interactive cleaning"
6012 #: builtin/clean.c:911
6013 msgid "remove whole directories"
6016 #: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:454
6017 #: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:397
6018 #: builtin/name-rev.c:399 builtin/show-ref.c:176
6022 #: builtin/clean.c:913
6023 msgid "add <pattern> to ignore rules"
6026 #: builtin/clean.c:914
6027 msgid "remove ignored files, too"
6030 #: builtin/clean.c:916
6031 msgid "remove only ignored files"
6034 #: builtin/clean.c:934
6035 msgid "-x and -X cannot be used together"
6038 #: builtin/clean.c:938
6040 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6044 #: builtin/clean.c:941
6046 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6050 #: builtin/clone.c:38
6051 msgid "git clone [<options>] [--] <repo> [<dir>]"
6054 #: builtin/clone.c:82
6055 msgid "don't create a checkout"
6058 #: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:479
6059 msgid "create a bare repository"
6062 #: builtin/clone.c:87
6063 msgid "create a mirror repository (implies bare)"
6066 #: builtin/clone.c:89
6067 msgid "to clone from a local repository"
6070 #: builtin/clone.c:91
6071 msgid "don't use local hardlinks, always copy"
6074 #: builtin/clone.c:93
6075 msgid "setup as shared repository"
6078 #: builtin/clone.c:95 builtin/clone.c:99
6082 #: builtin/clone.c:95 builtin/clone.c:99
6083 msgid "initialize submodules in the clone"
6086 #: builtin/clone.c:102
6087 msgid "number of submodules cloned in parallel"
6090 #: builtin/clone.c:103 builtin/init-db.c:476
6091 msgid "template-directory"
6094 #: builtin/clone.c:104 builtin/init-db.c:477
6095 msgid "directory from which templates will be used"
6098 #: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:642
6099 #: builtin/submodule--helper.c:983
6100 msgid "reference repository"
6103 #: builtin/clone.c:110
6104 msgid "use --reference only while cloning"
6107 #: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:44
6111 #: builtin/clone.c:112
6112 msgid "use <name> instead of 'origin' to track upstream"
6115 #: builtin/clone.c:114
6116 msgid "checkout <branch> instead of the remote's HEAD"
6119 #: builtin/clone.c:116
6120 msgid "path to git-upload-pack on the remote"
6123 #: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:1025
6124 #: builtin/pull.c:205
6128 #: builtin/clone.c:118
6129 msgid "create a shallow clone of that depth"
6132 #: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:2932
6133 #: parse-options.h:142
6137 #: builtin/clone.c:120
6138 msgid "create a shallow clone since a specific time"
6141 #: builtin/clone.c:121 builtin/fetch.c:119
6145 #: builtin/clone.c:122 builtin/fetch.c:120
6146 msgid "deepen history of shallow clone, excluding rev"
6149 #: builtin/clone.c:124
6150 msgid "clone only one branch, HEAD or --branch"
6153 #: builtin/clone.c:126
6154 msgid "don't clone any tags, and make later fetches not to follow them"
6157 #: builtin/clone.c:128
6158 msgid "any cloned submodules will be shallow"
6161 #: builtin/clone.c:129 builtin/init-db.c:485
6165 #: builtin/clone.c:130 builtin/init-db.c:486
6166 msgid "separate git dir from working tree"
6169 #: builtin/clone.c:131
6173 #: builtin/clone.c:132
6174 msgid "set config inside the new repository"
6177 #: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:555
6178 msgid "use IPv4 addresses only"
6181 #: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:557
6182 msgid "use IPv6 addresses only"
6185 #: builtin/clone.c:272
6187 "No directory name could be guessed.\n"
6188 "Please specify a directory on the command line"
6191 #: builtin/clone.c:325
6193 msgid "info: Could not add alternate for '%s': %s\n"
6196 #: builtin/clone.c:397
6198 msgid "failed to open '%s'"
6201 #: builtin/clone.c:405
6203 msgid "%s exists and is not a directory"
6206 #: builtin/clone.c:419
6208 msgid "failed to stat %s\n"
6211 #: builtin/clone.c:441
6213 msgid "failed to create link '%s'"
6216 #: builtin/clone.c:445
6218 msgid "failed to copy file to '%s'"
6221 #: builtin/clone.c:470
6226 #: builtin/clone.c:482
6228 "Clone succeeded, but checkout failed.\n"
6229 "You can inspect what was checked out with 'git status'\n"
6230 "and retry the checkout with 'git checkout -f HEAD'\n"
6233 #: builtin/clone.c:559
6235 msgid "Could not find remote branch %s to clone."
6238 #: builtin/clone.c:654
6239 msgid "remote did not send all necessary objects"
6242 #: builtin/clone.c:670
6244 msgid "unable to update %s"
6247 #: builtin/clone.c:719
6248 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6251 #: builtin/clone.c:750
6252 msgid "unable to checkout working tree"
6255 #: builtin/clone.c:792
6256 msgid "unable to write parameters to config file"
6259 #: builtin/clone.c:855
6260 msgid "cannot repack to clean up"
6263 #: builtin/clone.c:857
6264 msgid "cannot unlink temporary alternates file"
6267 #: builtin/clone.c:890 builtin/receive-pack.c:1945
6268 msgid "Too many arguments."
6271 #: builtin/clone.c:894
6272 msgid "You must specify a repository to clone."
6275 #: builtin/clone.c:907
6277 msgid "--bare and --origin %s options are incompatible."
6280 #: builtin/clone.c:910
6281 msgid "--bare and --separate-git-dir are incompatible."
6284 #: builtin/clone.c:923
6286 msgid "repository '%s' does not exist"
6289 #: builtin/clone.c:929 builtin/fetch.c:1337
6291 msgid "depth %s is not a positive number"
6294 #: builtin/clone.c:939
6296 msgid "destination path '%s' already exists and is not an empty directory."
6299 #: builtin/clone.c:949
6301 msgid "working tree '%s' already exists."
6304 #: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:260
6305 #: builtin/worktree.c:222 builtin/worktree.c:252
6307 msgid "could not create leading directories of '%s'"
6310 #: builtin/clone.c:967
6312 msgid "could not create work tree dir '%s'"
6315 #: builtin/clone.c:979
6317 msgid "Cloning into bare repository '%s'...\n"
6320 #: builtin/clone.c:981
6322 msgid "Cloning into '%s'...\n"
6325 #: builtin/clone.c:1005
6327 "clone --recursive is not compatible with both --reference and --reference-if-"
6331 #: builtin/clone.c:1067
6332 msgid "--depth is ignored in local clones; use file:// instead."
6335 #: builtin/clone.c:1069
6336 msgid "--shallow-since is ignored in local clones; use file:// instead."
6339 #: builtin/clone.c:1071
6340 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6343 #: builtin/clone.c:1074
6344 msgid "source repository is shallow, ignoring --local"
6347 #: builtin/clone.c:1079
6348 msgid "--local is ignored"
6351 #: builtin/clone.c:1083
6353 msgid "Don't know how to clone %s"
6356 #: builtin/clone.c:1138 builtin/clone.c:1146
6358 msgid "Remote branch %s not found in upstream %s"
6361 #: builtin/clone.c:1149
6362 msgid "You appear to have cloned an empty repository."
6365 #: builtin/column.c:10
6366 msgid "git column [<options>]"
6369 #: builtin/column.c:27
6370 msgid "lookup config vars"
6373 #: builtin/column.c:28 builtin/column.c:29
6374 msgid "layout to use"
6377 #: builtin/column.c:30
6378 msgid "Maximum width"
6381 #: builtin/column.c:31
6382 msgid "Padding space on left border"
6385 #: builtin/column.c:32
6386 msgid "Padding space on right border"
6389 #: builtin/column.c:33
6390 msgid "Padding space between columns"
6393 #: builtin/column.c:52
6394 msgid "--command must be the first argument"
6397 #: builtin/commit.c:39
6398 msgid "git commit [<options>] [--] <pathspec>..."
6401 #: builtin/commit.c:44
6402 msgid "git status [<options>] [--] <pathspec>..."
6405 #: builtin/commit.c:49
6407 "Your name and email address were configured automatically based\n"
6408 "on your username and hostname. Please check that they are accurate.\n"
6409 "You can suppress this message by setting them explicitly. Run the\n"
6410 "following command and follow the instructions in your editor to edit\n"
6411 "your configuration file:\n"
6413 " git config --global --edit\n"
6415 "After doing this, you may fix the identity used for this commit with:\n"
6417 " git commit --amend --reset-author\n"
6420 #: builtin/commit.c:62
6422 "Your name and email address were configured automatically based\n"
6423 "on your username and hostname. Please check that they are accurate.\n"
6424 "You can suppress this message by setting them explicitly:\n"
6426 " git config --global user.name \"Your Name\"\n"
6427 " git config --global user.email you@example.com\n"
6429 "After doing this, you may fix the identity used for this commit with:\n"
6431 " git commit --amend --reset-author\n"
6434 #: builtin/commit.c:74
6436 "You asked to amend the most recent commit, but doing so would make\n"
6437 "it empty. You can repeat your command with --allow-empty, or you can\n"
6438 "remove the commit entirely with \"git reset HEAD^\".\n"
6441 #: builtin/commit.c:79
6443 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6444 "If you wish to commit it anyway, use:\n"
6446 " git commit --allow-empty\n"
6450 #: builtin/commit.c:86
6451 msgid "Otherwise, please use 'git reset'\n"
6454 #: builtin/commit.c:89
6456 "If you wish to skip this commit, use:\n"
6460 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6461 "the remaining commits.\n"
6464 #: builtin/commit.c:319
6465 msgid "failed to unpack HEAD tree object"
6468 #: builtin/commit.c:360
6469 msgid "unable to create temporary index"
6472 #: builtin/commit.c:366
6473 msgid "interactive add failed"
6476 #: builtin/commit.c:379
6477 msgid "unable to update temporary index"
6480 #: builtin/commit.c:381
6481 msgid "Failed to update main cache tree"
6484 #: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:477
6485 msgid "unable to write new_index file"
6488 #: builtin/commit.c:459
6489 msgid "cannot do a partial commit during a merge."
6492 #: builtin/commit.c:461
6493 msgid "cannot do a partial commit during a cherry-pick."
6496 #: builtin/commit.c:470
6497 msgid "cannot read the index"
6500 #: builtin/commit.c:489
6501 msgid "unable to write temporary index file"
6504 #: builtin/commit.c:583
6506 msgid "commit '%s' lacks author header"
6509 #: builtin/commit.c:585
6511 msgid "commit '%s' has malformed author line"
6514 #: builtin/commit.c:604
6515 msgid "malformed --author parameter"
6518 #: builtin/commit.c:656
6520 "unable to select a comment character that is not used\n"
6521 "in the current commit message"
6524 #: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1093
6526 msgid "could not lookup commit %s"
6529 #: builtin/commit.c:705 builtin/shortlog.c:295
6531 msgid "(reading log message from standard input)\n"
6534 #: builtin/commit.c:707
6535 msgid "could not read log from standard input"
6538 #: builtin/commit.c:711
6540 msgid "could not read log file '%s'"
6543 #: builtin/commit.c:738 builtin/commit.c:746
6544 msgid "could not read SQUASH_MSG"
6547 #: builtin/commit.c:743
6548 msgid "could not read MERGE_MSG"
6551 #: builtin/commit.c:797
6552 msgid "could not write commit template"
6555 #: builtin/commit.c:815
6559 "It looks like you may be committing a merge.\n"
6560 "If this is not correct, please remove the file\n"
6565 #: builtin/commit.c:820
6569 "It looks like you may be committing a cherry-pick.\n"
6570 "If this is not correct, please remove the file\n"
6575 #: builtin/commit.c:833
6578 "Please enter the commit message for your changes. Lines starting\n"
6579 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6582 #: builtin/commit.c:840
6585 "Please enter the commit message for your changes. Lines starting\n"
6586 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6587 "An empty message aborts the commit.\n"
6590 #: builtin/commit.c:857
6592 msgid "%sAuthor: %.*s <%.*s>"
6595 #: builtin/commit.c:865
6600 #: builtin/commit.c:872
6602 msgid "%sCommitter: %.*s <%.*s>"
6605 #: builtin/commit.c:889
6606 msgid "Cannot read index"
6609 #: builtin/commit.c:951
6610 msgid "Error building trees"
6613 #: builtin/commit.c:965 builtin/tag.c:274
6615 msgid "Please supply the message using either -m or -F option.\n"
6618 #: builtin/commit.c:1068
6620 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6623 #: builtin/commit.c:1083 builtin/commit.c:1328
6625 msgid "Invalid untracked files mode '%s'"
6628 #: builtin/commit.c:1121
6629 msgid "--long and -z are incompatible"
6632 #: builtin/commit.c:1151
6633 msgid "Using both --reset-author and --author does not make sense"
6636 #: builtin/commit.c:1160
6637 msgid "You have nothing to amend."
6640 #: builtin/commit.c:1163
6641 msgid "You are in the middle of a merge -- cannot amend."
6644 #: builtin/commit.c:1165
6645 msgid "You are in the middle of a cherry-pick -- cannot amend."
6648 #: builtin/commit.c:1168
6649 msgid "Options --squash and --fixup cannot be used together"
6652 #: builtin/commit.c:1178
6653 msgid "Only one of -c/-C/-F/--fixup can be used."
6656 #: builtin/commit.c:1180
6657 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6660 #: builtin/commit.c:1188
6661 msgid "--reset-author can be used only with -C, -c or --amend."
6664 #: builtin/commit.c:1205
6665 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6668 #: builtin/commit.c:1207
6669 msgid "No paths with --include/--only does not make sense."
6672 #: builtin/commit.c:1219 builtin/tag.c:552
6674 msgid "Invalid cleanup mode %s"
6677 #: builtin/commit.c:1224
6678 msgid "Paths with -a does not make sense."
6681 #: builtin/commit.c:1342 builtin/commit.c:1617
6682 msgid "show status concisely"
6685 #: builtin/commit.c:1344 builtin/commit.c:1619
6686 msgid "show branch information"
6689 #: builtin/commit.c:1346
6690 msgid "show stash information"
6693 #: builtin/commit.c:1348
6697 #: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:530
6698 #: builtin/worktree.c:449
6699 msgid "machine-readable output"
6702 #: builtin/commit.c:1351 builtin/commit.c:1623
6703 msgid "show status in long format (default)"
6706 #: builtin/commit.c:1354 builtin/commit.c:1626
6707 msgid "terminate entries with NUL"
6710 #: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:983
6711 #: builtin/fast-export.c:986 builtin/tag.c:412
6715 #: builtin/commit.c:1357 builtin/commit.c:1629
6716 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6719 #: builtin/commit.c:1360
6720 msgid "show ignored files"
6723 #: builtin/commit.c:1361 parse-options.h:155
6727 #: builtin/commit.c:1362
6729 "ignore changes to submodules, optional when: all, dirty, untracked. "
6733 #: builtin/commit.c:1364
6734 msgid "list untracked files in columns"
6737 #: builtin/commit.c:1440
6738 msgid "couldn't look up newly created commit"
6741 #: builtin/commit.c:1442
6742 msgid "could not parse newly created commit"
6745 #: builtin/commit.c:1487
6746 msgid "detached HEAD"
6749 #: builtin/commit.c:1490
6750 msgid " (root-commit)"
6753 #: builtin/commit.c:1587
6754 msgid "suppress summary after successful commit"
6757 #: builtin/commit.c:1588
6758 msgid "show diff in commit message template"
6761 #: builtin/commit.c:1590
6762 msgid "Commit message options"
6765 #: builtin/commit.c:1591 builtin/tag.c:410
6766 msgid "read message from file"
6769 #: builtin/commit.c:1592
6773 #: builtin/commit.c:1592
6774 msgid "override author for commit"
6777 #: builtin/commit.c:1593 builtin/gc.c:358
6781 #: builtin/commit.c:1593
6782 msgid "override date for commit"
6785 #: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:401
6786 #: builtin/notes.c:564 builtin/tag.c:408
6790 #: builtin/commit.c:1594
6791 msgid "commit message"
6794 #: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6795 #: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:77
6799 #: builtin/commit.c:1595
6800 msgid "reuse and edit message from specified commit"
6803 #: builtin/commit.c:1596
6804 msgid "reuse message from specified commit"
6807 #: builtin/commit.c:1597
6808 msgid "use autosquash formatted message to fixup specified commit"
6811 #: builtin/commit.c:1598
6812 msgid "use autosquash formatted message to squash specified commit"
6815 #: builtin/commit.c:1599
6816 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6819 #: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:105
6820 msgid "add Signed-off-by:"
6823 #: builtin/commit.c:1601
6824 msgid "use specified template file"
6827 #: builtin/commit.c:1602
6828 msgid "force edit of commit"
6831 #: builtin/commit.c:1603
6835 #: builtin/commit.c:1603 builtin/tag.c:413
6836 msgid "how to strip spaces and #comments from message"
6839 #: builtin/commit.c:1604
6840 msgid "include status in commit message template"
6843 #: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:173
6844 #: builtin/revert.c:113
6845 msgid "GPG sign commit"
6848 #: builtin/commit.c:1609
6849 msgid "Commit contents options"
6852 #: builtin/commit.c:1610
6853 msgid "commit all changed files"
6856 #: builtin/commit.c:1611
6857 msgid "add specified files to index for commit"
6860 #: builtin/commit.c:1612
6861 msgid "interactively add files"
6864 #: builtin/commit.c:1613
6865 msgid "interactively add changes"
6868 #: builtin/commit.c:1614
6869 msgid "commit only specified files"
6872 #: builtin/commit.c:1615
6873 msgid "bypass pre-commit and commit-msg hooks"
6876 #: builtin/commit.c:1616
6877 msgid "show what would be committed"
6880 #: builtin/commit.c:1627
6881 msgid "amend previous commit"
6884 #: builtin/commit.c:1628
6885 msgid "bypass post-rewrite hook"
6888 #: builtin/commit.c:1633
6889 msgid "ok to record an empty change"
6892 #: builtin/commit.c:1635
6893 msgid "ok to record a change with an empty message"
6896 #: builtin/commit.c:1665
6897 msgid "could not parse HEAD commit"
6900 #: builtin/commit.c:1710
6902 msgid "Corrupt MERGE_HEAD file (%s)"
6905 #: builtin/commit.c:1717
6906 msgid "could not read MERGE_MODE"
6909 #: builtin/commit.c:1736
6911 msgid "could not read commit message: %s"
6914 #: builtin/commit.c:1747
6916 msgid "Aborting commit; you did not edit the message.\n"
6919 #: builtin/commit.c:1752
6921 msgid "Aborting commit due to empty commit message.\n"
6924 #: builtin/commit.c:1800
6926 "Repository has been updated, but unable to write\n"
6927 "new_index file. Check that disk is not full and quota is\n"
6928 "not exceeded, and then \"git reset HEAD\" to recover."
6931 #: builtin/config.c:10
6932 msgid "git config [<options>]"
6935 #: builtin/config.c:57
6936 msgid "Config file location"
6939 #: builtin/config.c:58
6940 msgid "use global config file"
6943 #: builtin/config.c:59
6944 msgid "use system config file"
6947 #: builtin/config.c:60
6948 msgid "use repository config file"
6951 #: builtin/config.c:61
6952 msgid "use given config file"
6955 #: builtin/config.c:62
6959 #: builtin/config.c:62
6960 msgid "read config from given blob object"
6963 #: builtin/config.c:63
6967 #: builtin/config.c:64
6968 msgid "get value: name [value-regex]"
6971 #: builtin/config.c:65
6972 msgid "get all values: key [value-regex]"
6975 #: builtin/config.c:66
6976 msgid "get values for regexp: name-regex [value-regex]"
6979 #: builtin/config.c:67
6980 msgid "get value specific for the URL: section[.var] URL"
6983 #: builtin/config.c:68
6984 msgid "replace all matching variables: name value [value_regex]"
6987 #: builtin/config.c:69
6988 msgid "add a new variable: name value"
6991 #: builtin/config.c:70
6992 msgid "remove a variable: name [value-regex]"
6995 #: builtin/config.c:71
6996 msgid "remove all matches: name [value-regex]"
6999 #: builtin/config.c:72
7000 msgid "rename section: old-name new-name"
7003 #: builtin/config.c:73
7004 msgid "remove a section: name"
7007 #: builtin/config.c:74
7011 #: builtin/config.c:75
7012 msgid "open an editor"
7015 #: builtin/config.c:76
7016 msgid "find the color configured: slot [default]"
7019 #: builtin/config.c:77
7020 msgid "find the color setting: slot [stdout-is-tty]"
7023 #: builtin/config.c:78
7027 #: builtin/config.c:79
7028 msgid "value is \"true\" or \"false\""
7031 #: builtin/config.c:80
7032 msgid "value is decimal number"
7035 #: builtin/config.c:81
7036 msgid "value is --bool or --int"
7039 #: builtin/config.c:82
7040 msgid "value is a path (file or directory name)"
7043 #: builtin/config.c:83
7047 #: builtin/config.c:84
7048 msgid "terminate values with NUL byte"
7051 #: builtin/config.c:85
7052 msgid "show variable names only"
7055 #: builtin/config.c:86
7056 msgid "respect include directives on lookup"
7059 #: builtin/config.c:87
7060 msgid "show origin of config (file, standard input, blob, command line)"
7063 #: builtin/config.c:327
7064 msgid "unable to parse default color value"
7067 #: builtin/config.c:471
7070 "# This is Git's per-user configuration file.\n"
7072 "# Please adapt and uncomment the following lines:\n"
7077 #: builtin/config.c:499
7078 msgid "--local can only be used inside a git repository"
7081 #: builtin/config.c:621
7083 msgid "cannot create configuration file %s"
7086 #: builtin/config.c:633
7089 "cannot overwrite multiple values with a single value\n"
7090 " Use a regexp, --add or --replace-all to change %s."
7093 #: builtin/count-objects.c:87
7094 msgid "git count-objects [-v] [-H | --human-readable]"
7097 #: builtin/count-objects.c:97
7098 msgid "print sizes in human readable format"
7101 #: builtin/describe.c:19
7102 msgid "git describe [<options>] [<commit-ish>...]"
7105 #: builtin/describe.c:20
7106 msgid "git describe [<options>] --dirty"
7109 #: builtin/describe.c:54
7113 #: builtin/describe.c:54
7117 #: builtin/describe.c:54
7121 #: builtin/describe.c:253
7123 msgid "annotated tag %s not available"
7126 #: builtin/describe.c:257
7128 msgid "annotated tag %s has no embedded name"
7131 #: builtin/describe.c:259
7133 msgid "tag '%s' is really '%s' here"
7136 #: builtin/describe.c:286 builtin/log.c:489
7138 msgid "Not a valid object name %s"
7141 #: builtin/describe.c:289
7143 msgid "%s is not a valid '%s' object"
7146 #: builtin/describe.c:306
7148 msgid "no tag exactly matches '%s'"
7151 #: builtin/describe.c:308
7153 msgid "searching to describe %s\n"
7156 #: builtin/describe.c:355
7158 msgid "finished search at %s\n"
7161 #: builtin/describe.c:382
7164 "No annotated tags can describe '%s'.\n"
7165 "However, there were unannotated tags: try --tags."
7168 #: builtin/describe.c:386
7171 "No tags can describe '%s'.\n"
7172 "Try --always, or create some tags."
7175 #: builtin/describe.c:416
7177 msgid "traversed %lu commits\n"
7180 #: builtin/describe.c:419
7183 "more than %i tags found; listed %i most recent\n"
7184 "gave up search at %s\n"
7187 #: builtin/describe.c:441
7188 msgid "find the tag that comes after the commit"
7191 #: builtin/describe.c:442
7192 msgid "debug search strategy on stderr"
7195 #: builtin/describe.c:443
7199 #: builtin/describe.c:444
7200 msgid "use any tag, even unannotated"
7203 #: builtin/describe.c:445
7204 msgid "always use long format"
7207 #: builtin/describe.c:446
7208 msgid "only follow first parent"
7211 #: builtin/describe.c:449
7212 msgid "only output exact matches"
7215 #: builtin/describe.c:451
7216 msgid "consider <n> most recent tags (default: 10)"
7219 #: builtin/describe.c:453
7220 msgid "only consider tags matching <pattern>"
7223 #: builtin/describe.c:455
7224 msgid "do not consider tags matching <pattern>"
7227 #: builtin/describe.c:457 builtin/name-rev.c:406
7228 msgid "show abbreviated commit object as fallback"
7231 #: builtin/describe.c:458 builtin/describe.c:461
7235 #: builtin/describe.c:459
7236 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7239 #: builtin/describe.c:462
7240 msgid "append <mark> on broken working tree (default: \"-broken\")"
7243 #: builtin/describe.c:480
7244 msgid "--long is incompatible with --abbrev=0"
7247 #: builtin/describe.c:509
7248 msgid "No names found, cannot describe anything."
7251 #: builtin/describe.c:552
7252 msgid "--dirty is incompatible with commit-ishes"
7255 #: builtin/describe.c:554
7256 msgid "--broken is incompatible with commit-ishes"
7259 #: builtin/diff.c:83
7261 msgid "'%s': not a regular file or symlink"
7264 #: builtin/diff.c:235
7266 msgid "invalid option: %s"
7269 #: builtin/diff.c:359
7270 msgid "Not a git repository"
7273 #: builtin/diff.c:402
7275 msgid "invalid object '%s' given."
7278 #: builtin/diff.c:411
7280 msgid "more than two blobs given: '%s'"
7283 #: builtin/diff.c:416
7285 msgid "unhandled object '%s' given."
7288 #: builtin/difftool.c:29
7289 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7292 #: builtin/difftool.c:249
7297 #: builtin/difftool.c:291
7299 msgid "could not read symlink %s"
7302 #: builtin/difftool.c:293
7304 msgid "could not read symlink file %s"
7307 #: builtin/difftool.c:301
7309 msgid "could not read object %s for symlink %s"
7312 #: builtin/difftool.c:403
7314 "combined diff formats('-c' and '--cc') are not supported in\n"
7315 "directory diff mode('-d' and '--dir-diff')."
7318 #: builtin/difftool.c:626
7320 msgid "both files modified: '%s' and '%s'."
7323 #: builtin/difftool.c:628
7324 msgid "working tree file has been left."
7327 #: builtin/difftool.c:639
7329 msgid "temporary files exist in '%s'."
7332 #: builtin/difftool.c:640
7333 msgid "you may want to cleanup or recover these."
7336 #: builtin/difftool.c:689
7337 msgid "use `diff.guitool` instead of `diff.tool`"
7340 #: builtin/difftool.c:691
7341 msgid "perform a full-directory diff"
7344 #: builtin/difftool.c:693
7345 msgid "do not prompt before launching a diff tool"
7348 #: builtin/difftool.c:699
7349 msgid "use symlinks in dir-diff mode"
7352 #: builtin/difftool.c:700
7356 #: builtin/difftool.c:701
7357 msgid "use the specified diff tool"
7360 #: builtin/difftool.c:703
7361 msgid "print a list of diff tools that may be used with `--tool`"
7364 #: builtin/difftool.c:706
7366 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7370 #: builtin/difftool.c:708
7374 #: builtin/difftool.c:709
7375 msgid "specify a custom command for viewing diffs"
7378 #: builtin/difftool.c:733
7379 msgid "no <tool> given for --tool=<tool>"
7382 #: builtin/difftool.c:740
7383 msgid "no <cmd> given for --extcmd=<cmd>"
7386 #: builtin/fast-export.c:26
7387 msgid "git fast-export [rev-list-opts]"
7390 #: builtin/fast-export.c:982
7391 msgid "show progress after <n> objects"
7394 #: builtin/fast-export.c:984
7395 msgid "select handling of signed tags"
7398 #: builtin/fast-export.c:987
7399 msgid "select handling of tags that tag filtered objects"
7402 #: builtin/fast-export.c:990
7403 msgid "Dump marks to this file"
7406 #: builtin/fast-export.c:992
7407 msgid "Import marks from this file"
7410 #: builtin/fast-export.c:994
7411 msgid "Fake a tagger when tags lack one"
7414 #: builtin/fast-export.c:996
7415 msgid "Output full tree for each commit"
7418 #: builtin/fast-export.c:998
7419 msgid "Use the done feature to terminate the stream"
7422 #: builtin/fast-export.c:999
7423 msgid "Skip output of blob data"
7426 #: builtin/fast-export.c:1000
7430 #: builtin/fast-export.c:1001
7431 msgid "Apply refspec to exported refs"
7434 #: builtin/fast-export.c:1002
7435 msgid "anonymize output"
7438 #: builtin/fetch.c:22
7439 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7442 #: builtin/fetch.c:23
7443 msgid "git fetch [<options>] <group>"
7446 #: builtin/fetch.c:24
7447 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7450 #: builtin/fetch.c:25
7451 msgid "git fetch --all [<options>]"
7454 #: builtin/fetch.c:90 builtin/pull.c:182
7455 msgid "fetch from all remotes"
7458 #: builtin/fetch.c:92 builtin/pull.c:185
7459 msgid "append to .git/FETCH_HEAD instead of overwriting"
7462 #: builtin/fetch.c:94 builtin/pull.c:188
7463 msgid "path to upload pack on remote end"
7466 #: builtin/fetch.c:95 builtin/pull.c:190
7467 msgid "force overwrite of local branch"
7470 #: builtin/fetch.c:97
7471 msgid "fetch from multiple remotes"
7474 #: builtin/fetch.c:99 builtin/pull.c:192
7475 msgid "fetch all tags and associated objects"
7478 #: builtin/fetch.c:101
7479 msgid "do not fetch all tags (--no-tags)"
7482 #: builtin/fetch.c:103
7483 msgid "number of submodules fetched in parallel"
7486 #: builtin/fetch.c:105 builtin/pull.c:195
7487 msgid "prune remote-tracking branches no longer on remote"
7490 #: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:123
7494 #: builtin/fetch.c:107
7495 msgid "control recursive fetching of submodules"
7498 #: builtin/fetch.c:111 builtin/pull.c:203
7499 msgid "keep downloaded pack"
7502 #: builtin/fetch.c:113
7503 msgid "allow updating of HEAD ref"
7506 #: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:206
7507 msgid "deepen history of shallow clone"
7510 #: builtin/fetch.c:118
7511 msgid "deepen history of shallow repository based on time"
7514 #: builtin/fetch.c:124 builtin/pull.c:209
7515 msgid "convert to a complete repository"
7518 #: builtin/fetch.c:126 builtin/log.c:1450
7522 #: builtin/fetch.c:127
7523 msgid "prepend this to submodule path output"
7526 #: builtin/fetch.c:130
7528 "default for recursive fetching of submodules (lower priority than config "
7532 #: builtin/fetch.c:134 builtin/pull.c:212
7533 msgid "accept refs that update .git/shallow"
7536 #: builtin/fetch.c:135 builtin/pull.c:214
7540 #: builtin/fetch.c:136 builtin/pull.c:215
7541 msgid "specify fetch refmap"
7544 #: builtin/fetch.c:394
7545 msgid "Couldn't find remote ref HEAD"
7548 #: builtin/fetch.c:512
7550 msgid "configuration fetch.output contains invalid value %s"
7553 #: builtin/fetch.c:605
7555 msgid "object %s not found"
7558 #: builtin/fetch.c:609
7559 msgid "[up to date]"
7562 #: builtin/fetch.c:622 builtin/fetch.c:702
7566 #: builtin/fetch.c:623
7567 msgid "can't fetch in current branch"
7570 #: builtin/fetch.c:632
7571 msgid "[tag update]"
7574 #: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:682
7575 #: builtin/fetch.c:697
7576 msgid "unable to update local ref"
7579 #: builtin/fetch.c:652
7583 #: builtin/fetch.c:655
7584 msgid "[new branch]"
7587 #: builtin/fetch.c:658
7591 #: builtin/fetch.c:697
7592 msgid "forced update"
7595 #: builtin/fetch.c:702
7596 msgid "non-fast-forward"
7599 #: builtin/fetch.c:747
7601 msgid "%s did not send all necessary objects\n"
7604 #: builtin/fetch.c:767
7606 msgid "reject %s because shallow roots are not allowed to be updated"
7609 #: builtin/fetch.c:855 builtin/fetch.c:951
7614 #: builtin/fetch.c:866
7617 "some local refs could not be updated; try running\n"
7618 " 'git remote prune %s' to remove any old, conflicting branches"
7621 #: builtin/fetch.c:921
7623 msgid " (%s will become dangling)"
7626 #: builtin/fetch.c:922
7628 msgid " (%s has become dangling)"
7631 #: builtin/fetch.c:954
7635 #: builtin/fetch.c:955 builtin/remote.c:1023
7639 #: builtin/fetch.c:978
7641 msgid "Refusing to fetch into current branch %s of non-bare repository"
7644 #: builtin/fetch.c:997
7646 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7649 #: builtin/fetch.c:1000
7651 msgid "Option \"%s\" is ignored for %s\n"
7654 #: builtin/fetch.c:1076
7656 msgid "Don't know how to fetch from %s"
7659 #: builtin/fetch.c:1236
7661 msgid "Fetching %s\n"
7664 #: builtin/fetch.c:1238 builtin/remote.c:97
7666 msgid "Could not fetch %s"
7669 #: builtin/fetch.c:1256
7671 "No remote repository specified. Please, specify either a URL or a\n"
7672 "remote name from which new revisions should be fetched."
7675 #: builtin/fetch.c:1279
7676 msgid "You need to specify a tag name."
7679 #: builtin/fetch.c:1321
7680 msgid "Negative depth in --deepen is not supported"
7683 #: builtin/fetch.c:1323
7684 msgid "--deepen and --depth are mutually exclusive"
7687 #: builtin/fetch.c:1328
7688 msgid "--depth and --unshallow cannot be used together"
7691 #: builtin/fetch.c:1330
7692 msgid "--unshallow on a complete repository does not make sense"
7695 #: builtin/fetch.c:1349
7696 msgid "fetch --all does not take a repository argument"
7699 #: builtin/fetch.c:1351
7700 msgid "fetch --all does not make sense with refspecs"
7703 #: builtin/fetch.c:1362
7705 msgid "No such remote or remote group: %s"
7708 #: builtin/fetch.c:1370
7709 msgid "Fetching a group and specifying refspecs does not make sense"
7712 #: builtin/fmt-merge-msg.c:15
7714 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7717 #: builtin/fmt-merge-msg.c:664
7718 msgid "populate log with at most <n> entries from shortlog"
7721 #: builtin/fmt-merge-msg.c:667
7722 msgid "alias for --log (deprecated)"
7725 #: builtin/fmt-merge-msg.c:670
7729 #: builtin/fmt-merge-msg.c:671
7730 msgid "use <text> as start of message"
7733 #: builtin/fmt-merge-msg.c:672
7734 msgid "file to read from"
7737 #: builtin/for-each-ref.c:10
7738 msgid "git for-each-ref [<options>] [<pattern>]"
7741 #: builtin/for-each-ref.c:11
7742 msgid "git for-each-ref [--points-at <object>]"
7745 #: builtin/for-each-ref.c:12
7746 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7749 #: builtin/for-each-ref.c:13
7750 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7753 #: builtin/for-each-ref.c:28
7754 msgid "quote placeholders suitably for shells"
7757 #: builtin/for-each-ref.c:30
7758 msgid "quote placeholders suitably for perl"
7761 #: builtin/for-each-ref.c:32
7762 msgid "quote placeholders suitably for python"
7765 #: builtin/for-each-ref.c:34
7766 msgid "quote placeholders suitably for Tcl"
7769 #: builtin/for-each-ref.c:37
7770 msgid "show only <n> matched refs"
7773 #: builtin/for-each-ref.c:42
7774 msgid "print only refs which points at the given object"
7777 #: builtin/for-each-ref.c:44
7778 msgid "print only refs that are merged"
7781 #: builtin/for-each-ref.c:45
7782 msgid "print only refs that are not merged"
7785 #: builtin/for-each-ref.c:46
7786 msgid "print only refs which contain the commit"
7789 #: builtin/for-each-ref.c:47
7790 msgid "print only refs which don't contain the commit"
7793 #: builtin/fsck.c:554
7794 msgid "Checking object directories"
7797 #: builtin/fsck.c:646
7798 msgid "git fsck [<options>] [<object>...]"
7801 #: builtin/fsck.c:652
7802 msgid "show unreachable objects"
7805 #: builtin/fsck.c:653
7806 msgid "show dangling objects"
7809 #: builtin/fsck.c:654
7813 #: builtin/fsck.c:655
7814 msgid "report root nodes"
7817 #: builtin/fsck.c:656
7818 msgid "make index objects head nodes"
7821 #: builtin/fsck.c:657
7822 msgid "make reflogs head nodes (default)"
7825 #: builtin/fsck.c:658
7826 msgid "also consider packs and alternate objects"
7829 #: builtin/fsck.c:659
7830 msgid "check only connectivity"
7833 #: builtin/fsck.c:660
7834 msgid "enable more strict checking"
7837 #: builtin/fsck.c:662
7838 msgid "write dangling objects in .git/lost-found"
7841 #: builtin/fsck.c:663 builtin/prune.c:107
7842 msgid "show progress"
7845 #: builtin/fsck.c:664
7846 msgid "show verbose names for reachable objects"
7849 #: builtin/fsck.c:725
7850 msgid "Checking objects"
7854 msgid "git gc [<options>]"
7859 msgid "Failed to fstat %s: %s"
7864 msgid "Can't stat %s"
7870 "The last gc run reported the following. Please correct the root cause\n"
7872 "Automatic cleanup will not be performed until the file is removed.\n"
7878 msgid "prune unreferenced objects"
7882 msgid "be more thorough (increased runtime)"
7886 msgid "enable auto-gc mode"
7890 msgid "force running gc even if there may be another gc running"
7895 msgid "Failed to parse gc.logexpiry value %s"
7900 msgid "Auto packing the repository in background for optimum performance.\n"
7905 msgid "Auto packing the repository for optimum performance.\n"
7910 msgid "See \"git help gc\" for manual housekeeping.\n"
7916 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7921 "There are too many unreachable loose objects; run 'git prune' to remove them."
7924 #: builtin/grep.c:27
7925 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7928 #: builtin/grep.c:235
7930 msgid "grep: failed to create thread: %s"
7933 #: builtin/grep.c:293
7935 msgid "invalid number of threads specified (%d) for %s"
7938 #. TRANSLATORS: %s is the configuration
7939 #. variable for tweaking threads, currently
7942 #: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:1692
7944 msgid "no threads support, ignoring %s"
7947 #: builtin/grep.c:788 builtin/grep.c:829
7949 msgid "unable to read tree (%s)"
7952 #: builtin/grep.c:848
7954 msgid "unable to grep from object of type %s"
7957 #: builtin/grep.c:912
7959 msgid "switch `%c' expects a numerical value"
7962 #: builtin/grep.c:999
7963 msgid "search in index instead of in the work tree"
7966 #: builtin/grep.c:1001
7967 msgid "find in contents not managed by git"
7970 #: builtin/grep.c:1003
7971 msgid "search in both tracked and untracked files"
7974 #: builtin/grep.c:1005
7975 msgid "ignore files specified via '.gitignore'"
7978 #: builtin/grep.c:1007
7979 msgid "recursively search in each submodule"
7982 #: builtin/grep.c:1009
7986 #: builtin/grep.c:1010
7987 msgid "prepend parent project's basename to output"
7990 #: builtin/grep.c:1013
7991 msgid "show non-matching lines"
7994 #: builtin/grep.c:1015
7995 msgid "case insensitive matching"
7998 #: builtin/grep.c:1017
7999 msgid "match patterns only at word boundaries"
8002 #: builtin/grep.c:1019
8003 msgid "process binary files as text"
8006 #: builtin/grep.c:1021
8007 msgid "don't match patterns in binary files"
8010 #: builtin/grep.c:1024
8011 msgid "process binary files with textconv filters"
8014 #: builtin/grep.c:1026
8015 msgid "descend at most <depth> levels"
8018 #: builtin/grep.c:1030
8019 msgid "use extended POSIX regular expressions"
8022 #: builtin/grep.c:1033
8023 msgid "use basic POSIX regular expressions (default)"
8026 #: builtin/grep.c:1036
8027 msgid "interpret patterns as fixed strings"
8030 #: builtin/grep.c:1039
8031 msgid "use Perl-compatible regular expressions"
8034 #: builtin/grep.c:1042
8035 msgid "show line numbers"
8038 #: builtin/grep.c:1043
8039 msgid "don't show filenames"
8042 #: builtin/grep.c:1044
8043 msgid "show filenames"
8046 #: builtin/grep.c:1046
8047 msgid "show filenames relative to top directory"
8050 #: builtin/grep.c:1048
8051 msgid "show only filenames instead of matching lines"
8054 #: builtin/grep.c:1050
8055 msgid "synonym for --files-with-matches"
8058 #: builtin/grep.c:1053
8059 msgid "show only the names of files without match"
8062 #: builtin/grep.c:1055
8063 msgid "print NUL after filenames"
8066 #: builtin/grep.c:1057
8067 msgid "show the number of matches instead of matching lines"
8070 #: builtin/grep.c:1058
8071 msgid "highlight matches"
8074 #: builtin/grep.c:1060
8075 msgid "print empty line between matches from different files"
8078 #: builtin/grep.c:1062
8079 msgid "show filename only once above matches from same file"
8082 #: builtin/grep.c:1065
8083 msgid "show <n> context lines before and after matches"
8086 #: builtin/grep.c:1068
8087 msgid "show <n> context lines before matches"
8090 #: builtin/grep.c:1070
8091 msgid "show <n> context lines after matches"
8094 #: builtin/grep.c:1072
8095 msgid "use <n> worker threads"
8098 #: builtin/grep.c:1073
8099 msgid "shortcut for -C NUM"
8102 #: builtin/grep.c:1076
8103 msgid "show a line with the function name before matches"
8106 #: builtin/grep.c:1078
8107 msgid "show the surrounding function"
8110 #: builtin/grep.c:1081
8111 msgid "read patterns from file"
8114 #: builtin/grep.c:1083
8115 msgid "match <pattern>"
8118 #: builtin/grep.c:1085
8119 msgid "combine patterns specified with -e"
8122 #: builtin/grep.c:1097
8123 msgid "indicate hit with exit status without output"
8126 #: builtin/grep.c:1099
8127 msgid "show only matches from files that match all patterns"
8130 #: builtin/grep.c:1101
8131 msgid "show parse tree for grep expression"
8134 #: builtin/grep.c:1105
8138 #: builtin/grep.c:1105
8139 msgid "show matching files in the pager"
8142 #: builtin/grep.c:1108
8143 msgid "allow calling of grep(1) (ignored by this build)"
8146 #: builtin/grep.c:1172
8147 msgid "no pattern given."
8150 #: builtin/grep.c:1204
8151 msgid "--no-index or --untracked cannot be used with revs"
8154 #: builtin/grep.c:1211
8156 msgid "unable to resolve revision: %s"
8159 #: builtin/grep.c:1245 builtin/index-pack.c:1490
8161 msgid "invalid number of threads specified (%d)"
8164 #: builtin/grep.c:1250
8165 msgid "no threads support, ignoring --threads"
8168 #: builtin/grep.c:1281
8169 msgid "--open-files-in-pager only works on the worktree"
8172 #: builtin/grep.c:1304
8173 msgid "option not supported with --recurse-submodules."
8176 #: builtin/grep.c:1310
8177 msgid "--cached or --untracked cannot be used with --no-index."
8180 #: builtin/grep.c:1316
8181 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8184 #: builtin/grep.c:1324
8185 msgid "both --cached and trees are given."
8188 #: builtin/hash-object.c:82
8190 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8194 #: builtin/hash-object.c:83
8195 msgid "git hash-object --stdin-paths"
8198 #: builtin/hash-object.c:95
8202 #: builtin/hash-object.c:95
8206 #: builtin/hash-object.c:96
8207 msgid "write the object into the object database"
8210 #: builtin/hash-object.c:98
8211 msgid "read the object from stdin"
8214 #: builtin/hash-object.c:100
8215 msgid "store file as is without filters"
8218 #: builtin/hash-object.c:101
8220 "just hash any random garbage to create corrupt objects for debugging Git"
8223 #: builtin/hash-object.c:102
8224 msgid "process file as it were from this path"
8227 #: builtin/help.c:43
8228 msgid "print all available commands"
8231 #: builtin/help.c:44
8232 msgid "exclude guides"
8235 #: builtin/help.c:45
8236 msgid "print list of useful guides"
8239 #: builtin/help.c:46
8240 msgid "show man page"
8243 #: builtin/help.c:47
8244 msgid "show manual in web browser"
8247 #: builtin/help.c:49
8248 msgid "show info page"
8251 #: builtin/help.c:55
8252 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8255 #: builtin/help.c:67
8257 msgid "unrecognized help format '%s'"
8260 #: builtin/help.c:94
8261 msgid "Failed to start emacsclient."
8264 #: builtin/help.c:107
8265 msgid "Failed to parse emacsclient version."
8268 #: builtin/help.c:115
8270 msgid "emacsclient version '%d' too old (< 22)."
8273 #: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:171
8275 msgid "failed to exec '%s'"
8278 #: builtin/help.c:208
8281 "'%s': path for unsupported man viewer.\n"
8282 "Please consider using 'man.<tool>.cmd' instead."
8285 #: builtin/help.c:220
8288 "'%s': cmd for supported man viewer.\n"
8289 "Please consider using 'man.<tool>.path' instead."
8292 #: builtin/help.c:337
8294 msgid "'%s': unknown man viewer."
8297 #: builtin/help.c:354
8298 msgid "no man viewer handled the request"
8301 #: builtin/help.c:362
8302 msgid "no info viewer handled the request"
8305 #: builtin/help.c:404
8306 msgid "Defining attributes per path"
8309 #: builtin/help.c:405
8310 msgid "Everyday Git With 20 Commands Or So"
8313 #: builtin/help.c:406
8314 msgid "A Git glossary"
8317 #: builtin/help.c:407
8318 msgid "Specifies intentionally untracked files to ignore"
8321 #: builtin/help.c:408
8322 msgid "Defining submodule properties"
8325 #: builtin/help.c:409
8326 msgid "Specifying revisions and ranges for Git"
8329 #: builtin/help.c:410
8330 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8333 #: builtin/help.c:411
8334 msgid "An overview of recommended workflows with Git"
8337 #: builtin/help.c:423
8338 msgid "The common Git guides are:\n"
8341 #: builtin/help.c:441
8343 msgid "`git %s' is aliased to `%s'"
8346 #: builtin/help.c:463 builtin/help.c:480
8351 #: builtin/index-pack.c:155
8353 msgid "unable to open %s"
8356 #: builtin/index-pack.c:205
8358 msgid "object type mismatch at %s"
8361 #: builtin/index-pack.c:225
8363 msgid "did not receive expected object %s"
8366 #: builtin/index-pack.c:228
8368 msgid "object %s: expected type %s, found %s"
8371 #: builtin/index-pack.c:270
8373 msgid "cannot fill %d byte"
8374 msgid_plural "cannot fill %d bytes"
8378 #: builtin/index-pack.c:280
8382 #: builtin/index-pack.c:281
8383 msgid "read error on input"
8386 #: builtin/index-pack.c:293
8387 msgid "used more bytes than were available"
8390 #: builtin/index-pack.c:300
8391 msgid "pack too large for current definition of off_t"
8394 #: builtin/index-pack.c:303 builtin/unpack-objects.c:93
8395 msgid "pack exceeds maximum allowed size"
8398 #: builtin/index-pack.c:318
8400 msgid "unable to create '%s'"
8403 #: builtin/index-pack.c:324
8405 msgid "cannot open packfile '%s'"
8408 #: builtin/index-pack.c:338
8409 msgid "pack signature mismatch"
8412 #: builtin/index-pack.c:340
8414 msgid "pack version %<PRIu32> unsupported"
8417 #: builtin/index-pack.c:358
8419 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8422 #: builtin/index-pack.c:479
8424 msgid "inflate returned %d"
8427 #: builtin/index-pack.c:528
8428 msgid "offset value overflow for delta base object"
8431 #: builtin/index-pack.c:536
8432 msgid "delta base offset is out of bound"
8435 #: builtin/index-pack.c:544
8437 msgid "unknown object type %d"
8440 #: builtin/index-pack.c:575
8441 msgid "cannot pread pack file"
8444 #: builtin/index-pack.c:577
8446 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8447 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8451 #: builtin/index-pack.c:603
8452 msgid "serious inflate inconsistency"
8455 #: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8456 #: builtin/index-pack.c:816 builtin/index-pack.c:825
8458 msgid "SHA1 COLLISION FOUND WITH %s !"
8461 #: builtin/index-pack.c:751 builtin/pack-objects.c:167
8462 #: builtin/pack-objects.c:261
8464 msgid "unable to read %s"
8467 #: builtin/index-pack.c:814
8469 msgid "cannot read existing object info %s"
8472 #: builtin/index-pack.c:822
8474 msgid "cannot read existing object %s"
8477 #: builtin/index-pack.c:836
8479 msgid "invalid blob object %s"
8482 #: builtin/index-pack.c:851
8487 #: builtin/index-pack.c:854
8488 msgid "Error in object"
8491 #: builtin/index-pack.c:856
8493 msgid "Not all child objects of %s are reachable"
8496 #: builtin/index-pack.c:928 builtin/index-pack.c:959
8497 msgid "failed to apply delta"
8500 #: builtin/index-pack.c:1130
8501 msgid "Receiving objects"
8504 #: builtin/index-pack.c:1130
8505 msgid "Indexing objects"
8508 #: builtin/index-pack.c:1164
8509 msgid "pack is corrupted (SHA1 mismatch)"
8512 #: builtin/index-pack.c:1169
8513 msgid "cannot fstat packfile"
8516 #: builtin/index-pack.c:1172
8517 msgid "pack has junk at the end"
8520 #: builtin/index-pack.c:1184
8521 msgid "confusion beyond insanity in parse_pack_objects()"
8524 #: builtin/index-pack.c:1207
8525 msgid "Resolving deltas"
8528 #: builtin/index-pack.c:1218
8530 msgid "unable to create thread: %s"
8533 #: builtin/index-pack.c:1260
8534 msgid "confusion beyond insanity"
8537 #: builtin/index-pack.c:1266
8539 msgid "completed with %d local object"
8540 msgid_plural "completed with %d local objects"
8544 #: builtin/index-pack.c:1278
8546 msgid "Unexpected tail checksum for %s (disk corruption?)"
8549 #: builtin/index-pack.c:1282
8551 msgid "pack has %d unresolved delta"
8552 msgid_plural "pack has %d unresolved deltas"
8556 #: builtin/index-pack.c:1306
8558 msgid "unable to deflate appended object (%d)"
8561 #: builtin/index-pack.c:1382
8563 msgid "local object %s is corrupt"
8566 #: builtin/index-pack.c:1408
8567 msgid "error while closing pack file"
8570 #: builtin/index-pack.c:1420
8572 msgid "cannot write keep file '%s'"
8575 #: builtin/index-pack.c:1428
8577 msgid "cannot close written keep file '%s'"
8580 #: builtin/index-pack.c:1438
8581 msgid "cannot store pack file"
8584 #: builtin/index-pack.c:1446
8585 msgid "cannot store index file"
8588 #: builtin/index-pack.c:1484
8590 msgid "bad pack.indexversion=%<PRIu32>"
8593 #: builtin/index-pack.c:1552
8595 msgid "Cannot open existing pack file '%s'"
8598 #: builtin/index-pack.c:1554
8600 msgid "Cannot open existing pack idx file for '%s'"
8603 #: builtin/index-pack.c:1602
8605 msgid "non delta: %d object"
8606 msgid_plural "non delta: %d objects"
8610 #: builtin/index-pack.c:1609
8612 msgid "chain length = %d: %lu object"
8613 msgid_plural "chain length = %d: %lu objects"
8617 #: builtin/index-pack.c:1622
8619 msgid "packfile name '%s' does not end with '.pack'"
8622 #: builtin/index-pack.c:1704 builtin/index-pack.c:1707
8623 #: builtin/index-pack.c:1723 builtin/index-pack.c:1727
8628 #: builtin/index-pack.c:1743
8629 msgid "--fix-thin cannot be used without --stdin"
8632 #: builtin/index-pack.c:1745
8633 msgid "--stdin requires a git repository"
8636 #: builtin/index-pack.c:1753
8637 msgid "--verify with no packfile name given"
8640 #: builtin/init-db.c:55
8642 msgid "cannot stat '%s'"
8645 #: builtin/init-db.c:61
8647 msgid "cannot stat template '%s'"
8650 #: builtin/init-db.c:66
8652 msgid "cannot opendir '%s'"
8655 #: builtin/init-db.c:77
8657 msgid "cannot readlink '%s'"
8660 #: builtin/init-db.c:79
8662 msgid "cannot symlink '%s' '%s'"
8665 #: builtin/init-db.c:85
8667 msgid "cannot copy '%s' to '%s'"
8670 #: builtin/init-db.c:89
8672 msgid "ignoring template %s"
8675 #: builtin/init-db.c:120
8677 msgid "templates not found %s"
8680 #: builtin/init-db.c:135
8682 msgid "not copying templates from '%s': %s"
8685 #: builtin/init-db.c:328
8687 msgid "unable to handle file type %d"
8690 #: builtin/init-db.c:331
8692 msgid "unable to move %s to %s"
8695 #: builtin/init-db.c:348 builtin/init-db.c:351
8697 msgid "%s already exists"
8700 #: builtin/init-db.c:404
8702 msgid "Reinitialized existing shared Git repository in %s%s\n"
8705 #: builtin/init-db.c:405
8707 msgid "Reinitialized existing Git repository in %s%s\n"
8710 #: builtin/init-db.c:409
8712 msgid "Initialized empty shared Git repository in %s%s\n"
8715 #: builtin/init-db.c:410
8717 msgid "Initialized empty Git repository in %s%s\n"
8720 #: builtin/init-db.c:458
8722 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8723 "shared[=<permissions>]] [<directory>]"
8726 #: builtin/init-db.c:481
8730 #: builtin/init-db.c:482
8731 msgid "specify that the git repository is to be shared amongst several users"
8734 #: builtin/init-db.c:516 builtin/init-db.c:521
8736 msgid "cannot mkdir %s"
8739 #: builtin/init-db.c:525
8741 msgid "cannot chdir to %s"
8744 #: builtin/init-db.c:546
8747 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8751 #: builtin/init-db.c:574
8753 msgid "Cannot access work tree '%s'"
8756 #: builtin/interpret-trailers.c:15
8758 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8759 "<token>[(=|:)<value>])...] [<file>...]"
8762 #: builtin/interpret-trailers.c:26
8763 msgid "edit files in place"
8766 #: builtin/interpret-trailers.c:27
8767 msgid "trim empty trailers"
8770 #: builtin/interpret-trailers.c:28
8774 #: builtin/interpret-trailers.c:29
8775 msgid "trailer(s) to add"
8778 #: builtin/interpret-trailers.c:42
8779 msgid "no input file given for in-place editing"
8783 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8787 msgid "git show [<options>] <object>..."
8792 msgid "invalid --decorate option: %s"
8795 #: builtin/log.c:147
8796 msgid "suppress diff output"
8799 #: builtin/log.c:148
8803 #: builtin/log.c:149
8804 msgid "Use mail map file"
8807 #: builtin/log.c:150
8808 msgid "decorate options"
8811 #: builtin/log.c:153
8812 msgid "Process line range n,m in file, counting from 1"
8815 #: builtin/log.c:249
8817 msgid "Final output: %d %s\n"
8820 #: builtin/log.c:497
8822 msgid "git show %s: bad file"
8825 #: builtin/log.c:512 builtin/log.c:606
8827 msgid "Could not read object %s"
8830 #: builtin/log.c:630
8832 msgid "Unknown type: %d"
8835 #: builtin/log.c:751
8836 msgid "format.headers without value"
8839 #: builtin/log.c:852
8840 msgid "name of output directory is too long"
8843 #: builtin/log.c:868
8845 msgid "Cannot open patch file %s"
8848 #: builtin/log.c:885
8849 msgid "Need exactly one range."
8852 #: builtin/log.c:895
8853 msgid "Not a range."
8856 #: builtin/log.c:1001
8857 msgid "Cover letter needs email format"
8860 #: builtin/log.c:1081
8862 msgid "insane in-reply-to: %s"
8865 #: builtin/log.c:1108
8866 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8869 #: builtin/log.c:1158
8870 msgid "Two output directories?"
8873 #: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:1922
8875 msgid "Unknown commit %s"
8878 #: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:533
8880 msgid "Failed to resolve '%s' as a valid ref."
8883 #: builtin/log.c:1280
8884 msgid "Could not find exact merge base."
8887 #: builtin/log.c:1284
8889 "Failed to get upstream, if you want to record base commit automatically,\n"
8890 "please use git branch --set-upstream-to to track a remote branch.\n"
8891 "Or you could specify base commit by --base=<base-commit-id> manually."
8894 #: builtin/log.c:1304
8895 msgid "Failed to find exact merge base"
8898 #: builtin/log.c:1315
8899 msgid "base commit should be the ancestor of revision list"
8902 #: builtin/log.c:1319
8903 msgid "base commit shouldn't be in revision list"
8906 #: builtin/log.c:1368
8907 msgid "cannot get patch id"
8910 #: builtin/log.c:1425
8911 msgid "use [PATCH n/m] even with a single patch"
8914 #: builtin/log.c:1428
8915 msgid "use [PATCH] even with multiple patches"
8918 #: builtin/log.c:1432
8919 msgid "print patches to standard out"
8922 #: builtin/log.c:1434
8923 msgid "generate a cover letter"
8926 #: builtin/log.c:1436
8927 msgid "use simple number sequence for output file names"
8930 #: builtin/log.c:1437
8934 #: builtin/log.c:1438
8935 msgid "use <sfx> instead of '.patch'"
8938 #: builtin/log.c:1440
8939 msgid "start numbering patches at <n> instead of 1"
8942 #: builtin/log.c:1442
8943 msgid "mark the series as Nth re-roll"
8946 #: builtin/log.c:1444
8947 msgid "Use [RFC PATCH] instead of [PATCH]"
8950 #: builtin/log.c:1447
8951 msgid "Use [<prefix>] instead of [PATCH]"
8954 #: builtin/log.c:1450
8955 msgid "store resulting files in <dir>"
8958 #: builtin/log.c:1453
8959 msgid "don't strip/add [PATCH]"
8962 #: builtin/log.c:1456
8963 msgid "don't output binary diffs"
8966 #: builtin/log.c:1458
8967 msgid "output all-zero hash in From header"
8970 #: builtin/log.c:1460
8971 msgid "don't include a patch matching a commit upstream"
8974 #: builtin/log.c:1462
8975 msgid "show patch format instead of default (patch + stat)"
8978 #: builtin/log.c:1464
8982 #: builtin/log.c:1465
8986 #: builtin/log.c:1466
8987 msgid "add email header"
8990 #: builtin/log.c:1467 builtin/log.c:1469
8994 #: builtin/log.c:1467
8995 msgid "add To: header"
8998 #: builtin/log.c:1469
8999 msgid "add Cc: header"
9002 #: builtin/log.c:1471
9006 #: builtin/log.c:1472
9007 msgid "set From address to <ident> (or committer ident if absent)"
9010 #: builtin/log.c:1474
9014 #: builtin/log.c:1475
9015 msgid "make first mail a reply to <message-id>"
9018 #: builtin/log.c:1476 builtin/log.c:1479
9022 #: builtin/log.c:1477
9023 msgid "attach the patch"
9026 #: builtin/log.c:1480
9027 msgid "inline the patch"
9030 #: builtin/log.c:1484
9031 msgid "enable message threading, styles: shallow, deep"
9034 #: builtin/log.c:1486
9038 #: builtin/log.c:1487
9039 msgid "add a signature"
9042 #: builtin/log.c:1488
9046 #: builtin/log.c:1489
9047 msgid "add prerequisite tree info to the patch series"
9050 #: builtin/log.c:1491
9051 msgid "add a signature from a file"
9054 #: builtin/log.c:1492
9055 msgid "don't print the patch filenames"
9058 #: builtin/log.c:1567
9060 msgid "invalid ident line: %s"
9063 #: builtin/log.c:1582
9064 msgid "-n and -k are mutually exclusive."
9067 #: builtin/log.c:1584
9068 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9071 #: builtin/log.c:1592
9072 msgid "--name-only does not make sense"
9075 #: builtin/log.c:1594
9076 msgid "--name-status does not make sense"
9079 #: builtin/log.c:1596
9080 msgid "--check does not make sense"
9083 #: builtin/log.c:1626
9084 msgid "standard output, or directory, which one?"
9087 #: builtin/log.c:1628
9089 msgid "Could not create directory '%s'"
9092 #: builtin/log.c:1722
9094 msgid "unable to read signature file '%s'"
9097 #: builtin/log.c:1794
9098 msgid "Failed to create output files"
9101 #: builtin/log.c:1843
9102 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9105 #: builtin/log.c:1897
9108 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9111 #: builtin/ls-files.c:468
9112 msgid "git ls-files [<options>] [<file>...]"
9115 #: builtin/ls-files.c:517
9116 msgid "identify the file status with tags"
9119 #: builtin/ls-files.c:519
9120 msgid "use lowercase letters for 'assume unchanged' files"
9123 #: builtin/ls-files.c:521
9124 msgid "show cached files in the output (default)"
9127 #: builtin/ls-files.c:523
9128 msgid "show deleted files in the output"
9131 #: builtin/ls-files.c:525
9132 msgid "show modified files in the output"
9135 #: builtin/ls-files.c:527
9136 msgid "show other files in the output"
9139 #: builtin/ls-files.c:529
9140 msgid "show ignored files in the output"
9143 #: builtin/ls-files.c:532
9144 msgid "show staged contents' object name in the output"
9147 #: builtin/ls-files.c:534
9148 msgid "show files on the filesystem that need to be removed"
9151 #: builtin/ls-files.c:536
9152 msgid "show 'other' directories' names only"
9155 #: builtin/ls-files.c:538
9156 msgid "show line endings of files"
9159 #: builtin/ls-files.c:540
9160 msgid "don't show empty directories"
9163 #: builtin/ls-files.c:543
9164 msgid "show unmerged files in the output"
9167 #: builtin/ls-files.c:545
9168 msgid "show resolve-undo information"
9171 #: builtin/ls-files.c:547
9172 msgid "skip files matching pattern"
9175 #: builtin/ls-files.c:550
9176 msgid "exclude patterns are read from <file>"
9179 #: builtin/ls-files.c:553
9180 msgid "read additional per-directory exclude patterns in <file>"
9183 #: builtin/ls-files.c:555
9184 msgid "add the standard git exclusions"
9187 #: builtin/ls-files.c:558
9188 msgid "make the output relative to the project top directory"
9191 #: builtin/ls-files.c:561
9192 msgid "recurse through submodules"
9195 #: builtin/ls-files.c:563
9196 msgid "if any <file> is not in the index, treat this as an error"
9199 #: builtin/ls-files.c:564
9203 #: builtin/ls-files.c:565
9204 msgid "pretend that paths removed since <tree-ish> are still present"
9207 #: builtin/ls-files.c:567
9208 msgid "show debugging data"
9211 #: builtin/ls-remote.c:7
9213 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9214 " [-q | --quiet] [--exit-code] [--get-url]\n"
9215 " [--symref] [<repository> [<refs>...]]"
9218 #: builtin/ls-remote.c:52
9219 msgid "do not print remote URL"
9222 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9226 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9227 msgid "path of git-upload-pack on the remote host"
9230 #: builtin/ls-remote.c:58
9231 msgid "limit to tags"
9234 #: builtin/ls-remote.c:59
9235 msgid "limit to heads"
9238 #: builtin/ls-remote.c:60
9239 msgid "do not show peeled tags"
9242 #: builtin/ls-remote.c:62
9243 msgid "take url.<base>.insteadOf into account"
9246 #: builtin/ls-remote.c:64
9247 msgid "exit with exit code 2 if no matching refs are found"
9250 #: builtin/ls-remote.c:66
9251 msgid "show underlying ref in addition to the object pointed by it"
9254 #: builtin/ls-tree.c:29
9255 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9258 #: builtin/ls-tree.c:127
9259 msgid "only show trees"
9262 #: builtin/ls-tree.c:129
9263 msgid "recurse into subtrees"
9266 #: builtin/ls-tree.c:131
9267 msgid "show trees when recursing"
9270 #: builtin/ls-tree.c:134
9271 msgid "terminate entries with NUL byte"
9274 #: builtin/ls-tree.c:135
9275 msgid "include object size"
9278 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9279 msgid "list only filenames"
9282 #: builtin/ls-tree.c:142
9283 msgid "use full path names"
9286 #: builtin/ls-tree.c:144
9287 msgid "list entire tree; not just current directory (implies --full-name)"
9290 #: builtin/mailsplit.c:241
9292 msgid "empty mbox: '%s'"
9295 #: builtin/merge.c:47
9296 msgid "git merge [<options>] [<commit>...]"
9299 #: builtin/merge.c:48
9300 msgid "git merge --abort"
9303 #: builtin/merge.c:49
9304 msgid "git merge --continue"
9307 #: builtin/merge.c:104
9308 msgid "switch `m' requires a value"
9311 #: builtin/merge.c:141
9313 msgid "Could not find merge strategy '%s'.\n"
9316 #: builtin/merge.c:142
9318 msgid "Available strategies are:"
9321 #: builtin/merge.c:147
9323 msgid "Available custom strategies are:"
9326 #: builtin/merge.c:197 builtin/pull.c:134
9327 msgid "do not show a diffstat at the end of the merge"
9330 #: builtin/merge.c:200 builtin/pull.c:137
9331 msgid "show a diffstat at the end of the merge"
9334 #: builtin/merge.c:201 builtin/pull.c:140
9335 msgid "(synonym to --stat)"
9338 #: builtin/merge.c:203 builtin/pull.c:143
9339 msgid "add (at most <n>) entries from shortlog to merge commit message"
9342 #: builtin/merge.c:206 builtin/pull.c:146
9343 msgid "create a single commit instead of doing a merge"
9346 #: builtin/merge.c:208 builtin/pull.c:149
9347 msgid "perform a commit if the merge succeeds (default)"
9350 #: builtin/merge.c:210 builtin/pull.c:152
9351 msgid "edit message before committing"
9354 #: builtin/merge.c:211
9355 msgid "allow fast-forward (default)"
9358 #: builtin/merge.c:213 builtin/pull.c:158
9359 msgid "abort if fast-forward is not possible"
9362 #: builtin/merge.c:217 builtin/pull.c:161
9363 msgid "verify that the named commit has a valid GPG signature"
9366 #: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:165
9367 #: builtin/revert.c:109
9371 #: builtin/merge.c:219 builtin/pull.c:166
9372 msgid "merge strategy to use"
9375 #: builtin/merge.c:220 builtin/pull.c:169
9376 msgid "option=value"
9379 #: builtin/merge.c:221 builtin/pull.c:170
9380 msgid "option for selected merge strategy"
9383 #: builtin/merge.c:223
9384 msgid "merge commit message (for a non-fast-forward merge)"
9387 #: builtin/merge.c:227
9388 msgid "abort the current in-progress merge"
9391 #: builtin/merge.c:229
9392 msgid "continue the current in-progress merge"
9395 #: builtin/merge.c:231 builtin/pull.c:177
9396 msgid "allow merging unrelated histories"
9399 #: builtin/merge.c:259
9400 msgid "could not run stash."
9403 #: builtin/merge.c:264
9404 msgid "stash failed"
9407 #: builtin/merge.c:269
9409 msgid "not a valid object: %s"
9412 #: builtin/merge.c:288 builtin/merge.c:305
9413 msgid "read-tree failed"
9416 #: builtin/merge.c:335
9417 msgid " (nothing to squash)"
9420 #: builtin/merge.c:346
9422 msgid "Squash commit -- not updating HEAD\n"
9425 #: builtin/merge.c:396
9427 msgid "No merge message -- not updating HEAD\n"
9430 #: builtin/merge.c:447
9432 msgid "'%s' does not point to a commit"
9435 #: builtin/merge.c:537
9437 msgid "Bad branch.%s.mergeoptions string: %s"
9440 #: builtin/merge.c:657
9441 msgid "Not handling anything other than two heads merge."
9444 #: builtin/merge.c:671
9446 msgid "Unknown option for merge-recursive: -X%s"
9449 #: builtin/merge.c:686
9451 msgid "unable to write %s"
9454 #: builtin/merge.c:738
9456 msgid "Could not read from '%s'"
9459 #: builtin/merge.c:747
9461 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9464 #: builtin/merge.c:753
9467 "Please enter a commit message to explain why this merge is necessary,\n"
9468 "especially if it merges an updated upstream into a topic branch.\n"
9470 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9474 #: builtin/merge.c:777
9475 msgid "Empty commit message."
9478 #: builtin/merge.c:797
9480 msgid "Wonderful.\n"
9483 #: builtin/merge.c:850
9485 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9488 #: builtin/merge.c:889
9489 msgid "No current branch."
9492 #: builtin/merge.c:891
9493 msgid "No remote for the current branch."
9496 #: builtin/merge.c:893
9497 msgid "No default upstream defined for the current branch."
9500 #: builtin/merge.c:898
9502 msgid "No remote-tracking branch for %s from %s"
9505 #: builtin/merge.c:945
9507 msgid "Bad value '%s' in environment '%s'"
9510 #: builtin/merge.c:1046
9512 msgid "not something we can merge in %s: %s"
9515 #: builtin/merge.c:1080
9516 msgid "not something we can merge"
9519 #: builtin/merge.c:1145
9520 msgid "--abort expects no arguments"
9523 #: builtin/merge.c:1149
9524 msgid "There is no merge to abort (MERGE_HEAD missing)."
9527 #: builtin/merge.c:1161
9528 msgid "--continue expects no arguments"
9531 #: builtin/merge.c:1165
9532 msgid "There is no merge in progress (MERGE_HEAD missing)."
9535 #: builtin/merge.c:1181
9537 "You have not concluded your merge (MERGE_HEAD exists).\n"
9538 "Please, commit your changes before you merge."
9541 #: builtin/merge.c:1188
9543 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9544 "Please, commit your changes before you merge."
9547 #: builtin/merge.c:1191
9548 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9551 #: builtin/merge.c:1200
9552 msgid "You cannot combine --squash with --no-ff."
9555 #: builtin/merge.c:1208
9556 msgid "No commit specified and merge.defaultToUpstream not set."
9559 #: builtin/merge.c:1225
9560 msgid "Squash commit into empty head not supported yet"
9563 #: builtin/merge.c:1227
9564 msgid "Non-fast-forward commit does not make sense into an empty head"
9567 #: builtin/merge.c:1232
9569 msgid "%s - not something we can merge"
9572 #: builtin/merge.c:1234
9573 msgid "Can merge only exactly one commit into empty head"
9576 #: builtin/merge.c:1268
9578 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9581 #: builtin/merge.c:1271
9583 msgid "Commit %s has a bad GPG signature allegedly by %s."
9586 #: builtin/merge.c:1274
9588 msgid "Commit %s does not have a GPG signature."
9591 #: builtin/merge.c:1277
9593 msgid "Commit %s has a good GPG signature by %s\n"
9596 #: builtin/merge.c:1339
9597 msgid "refusing to merge unrelated histories"
9600 #: builtin/merge.c:1348
9601 msgid "Already up-to-date."
9604 #: builtin/merge.c:1358
9606 msgid "Updating %s..%s\n"
9609 #: builtin/merge.c:1399
9611 msgid "Trying really trivial in-index merge...\n"
9614 #: builtin/merge.c:1406
9619 #: builtin/merge.c:1431
9620 msgid "Already up-to-date. Yeeah!"
9623 #: builtin/merge.c:1437
9624 msgid "Not possible to fast-forward, aborting."
9627 #: builtin/merge.c:1460 builtin/merge.c:1539
9629 msgid "Rewinding the tree to pristine...\n"
9632 #: builtin/merge.c:1464
9634 msgid "Trying merge strategy %s...\n"
9637 #: builtin/merge.c:1530
9639 msgid "No merge strategy handled the merge.\n"
9642 #: builtin/merge.c:1532
9644 msgid "Merge with strategy %s failed.\n"
9647 #: builtin/merge.c:1541
9649 msgid "Using the %s to prepare resolving by hand.\n"
9652 #: builtin/merge.c:1553
9654 msgid "Automatic merge went well; stopped before committing as requested\n"
9657 #: builtin/merge-base.c:30
9658 msgid "git merge-base [-a | --all] <commit> <commit>..."
9661 #: builtin/merge-base.c:31
9662 msgid "git merge-base [-a | --all] --octopus <commit>..."
9665 #: builtin/merge-base.c:32
9666 msgid "git merge-base --independent <commit>..."
9669 #: builtin/merge-base.c:33
9670 msgid "git merge-base --is-ancestor <commit> <commit>"
9673 #: builtin/merge-base.c:34
9674 msgid "git merge-base --fork-point <ref> [<commit>]"
9677 #: builtin/merge-base.c:218
9678 msgid "output all common ancestors"
9681 #: builtin/merge-base.c:220
9682 msgid "find ancestors for a single n-way merge"
9685 #: builtin/merge-base.c:222
9686 msgid "list revs not reachable from others"
9689 #: builtin/merge-base.c:224
9690 msgid "is the first one ancestor of the other?"
9693 #: builtin/merge-base.c:226
9694 msgid "find where <commit> forked from reflog of <ref>"
9697 #: builtin/merge-file.c:9
9699 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9700 "<orig-file> <file2>"
9703 #: builtin/merge-file.c:33
9704 msgid "send results to standard output"
9707 #: builtin/merge-file.c:34
9708 msgid "use a diff3 based merge"
9711 #: builtin/merge-file.c:35
9712 msgid "for conflicts, use our version"
9715 #: builtin/merge-file.c:37
9716 msgid "for conflicts, use their version"
9719 #: builtin/merge-file.c:39
9720 msgid "for conflicts, use a union version"
9723 #: builtin/merge-file.c:42
9724 msgid "for conflicts, use this marker size"
9727 #: builtin/merge-file.c:43
9728 msgid "do not warn about conflicts"
9731 #: builtin/merge-file.c:45
9732 msgid "set labels for file1/orig-file/file2"
9735 #: builtin/merge-recursive.c:45
9737 msgid "unknown option %s"
9740 #: builtin/merge-recursive.c:51
9742 msgid "could not parse object '%s'"
9745 #: builtin/merge-recursive.c:55
9747 msgid "cannot handle more than %d base. Ignoring %s."
9748 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9752 #: builtin/merge-recursive.c:63
9753 msgid "not handling anything other than two heads merge."
9756 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9758 msgid "could not resolve ref '%s'"
9761 #: builtin/merge-recursive.c:77
9763 msgid "Merging %s with %s\n"
9766 #: builtin/mktree.c:65
9767 msgid "git mktree [-z] [--missing] [--batch]"
9770 #: builtin/mktree.c:153
9771 msgid "input is NUL terminated"
9774 #: builtin/mktree.c:154 builtin/write-tree.c:25
9775 msgid "allow missing objects"
9778 #: builtin/mktree.c:155
9779 msgid "allow creation of more than one tree"
9783 msgid "git mv [<options>] <source>... <destination>"
9788 msgid "Directory %s is in index and no submodule?"
9791 #: builtin/mv.c:85 builtin/rm.c:290
9792 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9797 msgid "%.*s is in index"
9801 msgid "force move/rename even if target exists"
9805 msgid "skip move/rename errors"
9810 msgid "destination '%s' is not a directory"
9815 msgid "Checking rename of '%s' to '%s'\n"
9823 msgid "can not move directory into itself"
9827 msgid "cannot move directory over file"
9831 msgid "source directory is empty"
9835 msgid "not under version control"
9839 msgid "destination exists"
9844 msgid "overwriting '%s'"
9848 msgid "Cannot overwrite"
9852 msgid "multiple sources for the same target"
9856 msgid "destination directory does not exist"
9861 msgid "%s, source=%s, destination=%s"
9866 msgid "Renaming %s to %s\n"
9869 #: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:390
9871 msgid "renaming '%s' failed"
9874 #: builtin/name-rev.c:338
9875 msgid "git name-rev [<options>] <commit>..."
9878 #: builtin/name-rev.c:339
9879 msgid "git name-rev [<options>] --all"
9882 #: builtin/name-rev.c:340
9883 msgid "git name-rev [<options>] --stdin"
9886 #: builtin/name-rev.c:395
9887 msgid "print only names (no SHA-1)"
9890 #: builtin/name-rev.c:396
9891 msgid "only use tags to name the commits"
9894 #: builtin/name-rev.c:398
9895 msgid "only use refs matching <pattern>"
9898 #: builtin/name-rev.c:400
9899 msgid "ignore refs matching <pattern>"
9902 #: builtin/name-rev.c:402
9903 msgid "list all commits reachable from all refs"
9906 #: builtin/name-rev.c:403
9907 msgid "read from stdin"
9910 #: builtin/name-rev.c:404
9911 msgid "allow to print `undefined` names (default)"
9914 #: builtin/name-rev.c:410
9915 msgid "dereference tags in the input (internal use)"
9918 #: builtin/notes.c:26
9919 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9922 #: builtin/notes.c:27
9924 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9925 "| (-c | -C) <object>] [<object>]"
9928 #: builtin/notes.c:28
9929 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9932 #: builtin/notes.c:29
9934 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9935 "(-c | -C) <object>] [<object>]"
9938 #: builtin/notes.c:30
9939 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9942 #: builtin/notes.c:31
9943 msgid "git notes [--ref <notes-ref>] show [<object>]"
9946 #: builtin/notes.c:32
9948 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9951 #: builtin/notes.c:33
9952 msgid "git notes merge --commit [-v | -q]"
9955 #: builtin/notes.c:34
9956 msgid "git notes merge --abort [-v | -q]"
9959 #: builtin/notes.c:35
9960 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9963 #: builtin/notes.c:36
9964 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9967 #: builtin/notes.c:37
9968 msgid "git notes [--ref <notes-ref>] get-ref"
9971 #: builtin/notes.c:42
9972 msgid "git notes [list [<object>]]"
9975 #: builtin/notes.c:47
9976 msgid "git notes add [<options>] [<object>]"
9979 #: builtin/notes.c:52
9980 msgid "git notes copy [<options>] <from-object> <to-object>"
9983 #: builtin/notes.c:53
9984 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9987 #: builtin/notes.c:58
9988 msgid "git notes append [<options>] [<object>]"
9991 #: builtin/notes.c:63
9992 msgid "git notes edit [<object>]"
9995 #: builtin/notes.c:68
9996 msgid "git notes show [<object>]"
9999 #: builtin/notes.c:73
10000 msgid "git notes merge [<options>] <notes-ref>"
10003 #: builtin/notes.c:74
10004 msgid "git notes merge --commit [<options>]"
10007 #: builtin/notes.c:75
10008 msgid "git notes merge --abort [<options>]"
10011 #: builtin/notes.c:80
10012 msgid "git notes remove [<object>]"
10015 #: builtin/notes.c:85
10016 msgid "git notes prune [<options>]"
10019 #: builtin/notes.c:90
10020 msgid "git notes get-ref"
10023 #: builtin/notes.c:95
10024 msgid "Write/edit the notes for the following object:"
10027 #: builtin/notes.c:148
10029 msgid "unable to start 'show' for object '%s'"
10032 #: builtin/notes.c:152
10033 msgid "could not read 'show' output"
10036 #: builtin/notes.c:160
10038 msgid "failed to finish 'show' for object '%s'"
10041 #: builtin/notes.c:195
10042 msgid "please supply the note contents using either -m or -F option"
10045 #: builtin/notes.c:204
10046 msgid "unable to write note object"
10049 #: builtin/notes.c:206
10051 msgid "the note contents have been left in %s"
10054 #: builtin/notes.c:234 builtin/tag.c:517
10056 msgid "cannot read '%s'"
10059 #: builtin/notes.c:236 builtin/tag.c:520
10061 msgid "could not open or read '%s'"
10064 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10065 #: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:516
10066 #: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:661
10068 msgid "failed to resolve '%s' as a valid ref."
10071 #: builtin/notes.c:258
10073 msgid "failed to read object '%s'."
10076 #: builtin/notes.c:262
10078 msgid "cannot read note data from non-blob object '%s'."
10081 #: builtin/notes.c:302
10083 msgid "malformed input line: '%s'."
10086 #: builtin/notes.c:317
10088 msgid "failed to copy notes from '%s' to '%s'"
10091 #. TRANSLATORS: the first %s will be replaced by a git
10092 #. notes command: 'add', 'merge', 'remove', etc.
10094 #: builtin/notes.c:348
10096 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10099 #: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:499
10100 #: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:654
10101 #: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:972
10102 msgid "too many parameters"
10105 #: builtin/notes.c:381 builtin/notes.c:667
10107 msgid "no note found for object %s."
10110 #: builtin/notes.c:402 builtin/notes.c:565
10111 msgid "note contents as a string"
10114 #: builtin/notes.c:405 builtin/notes.c:568
10115 msgid "note contents in a file"
10118 #: builtin/notes.c:408 builtin/notes.c:571
10119 msgid "reuse and edit specified note object"
10122 #: builtin/notes.c:411 builtin/notes.c:574
10123 msgid "reuse specified note object"
10126 #: builtin/notes.c:414 builtin/notes.c:577
10127 msgid "allow storing empty note"
10130 #: builtin/notes.c:415 builtin/notes.c:486
10131 msgid "replace existing notes"
10134 #: builtin/notes.c:440
10137 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10141 #: builtin/notes.c:455 builtin/notes.c:534
10143 msgid "Overwriting existing notes for object %s\n"
10146 #: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:891
10148 msgid "Removing note for object %s\n"
10151 #: builtin/notes.c:487
10152 msgid "read objects from stdin"
10155 #: builtin/notes.c:489
10156 msgid "load rewriting config for <command> (implies --stdin)"
10159 #: builtin/notes.c:507
10160 msgid "too few parameters"
10163 #: builtin/notes.c:528
10166 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10170 #: builtin/notes.c:540
10172 msgid "missing notes on source object %s. Cannot copy."
10175 #: builtin/notes.c:592
10178 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10179 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10182 #: builtin/notes.c:687
10183 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10186 #: builtin/notes.c:689
10187 msgid "failed to delete ref NOTES_MERGE_REF"
10190 #: builtin/notes.c:691
10191 msgid "failed to remove 'git notes merge' worktree"
10194 #: builtin/notes.c:711
10195 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10198 #: builtin/notes.c:713
10199 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10202 #: builtin/notes.c:715
10203 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10206 #: builtin/notes.c:728
10207 msgid "failed to resolve NOTES_MERGE_REF"
10210 #: builtin/notes.c:731
10211 msgid "failed to finalize notes merge"
10214 #: builtin/notes.c:757
10216 msgid "unknown notes merge strategy %s"
10219 #: builtin/notes.c:773
10220 msgid "General options"
10223 #: builtin/notes.c:775
10224 msgid "Merge options"
10227 #: builtin/notes.c:777
10229 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10233 #: builtin/notes.c:779
10234 msgid "Committing unmerged notes"
10237 #: builtin/notes.c:781
10238 msgid "finalize notes merge by committing unmerged notes"
10241 #: builtin/notes.c:783
10242 msgid "Aborting notes merge resolution"
10245 #: builtin/notes.c:785
10246 msgid "abort notes merge"
10249 #: builtin/notes.c:796
10250 msgid "cannot mix --commit, --abort or -s/--strategy"
10253 #: builtin/notes.c:801
10254 msgid "must specify a notes ref to merge"
10257 #: builtin/notes.c:825
10259 msgid "unknown -s/--strategy: %s"
10262 #: builtin/notes.c:862
10264 msgid "a notes merge into %s is already in-progress at %s"
10267 #: builtin/notes.c:865
10269 msgid "failed to store link to current notes ref (%s)"
10272 #: builtin/notes.c:867
10275 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10276 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10280 #: builtin/notes.c:889
10282 msgid "Object %s has no note\n"
10285 #: builtin/notes.c:901
10286 msgid "attempt to remove non-existent note is not an error"
10289 #: builtin/notes.c:904
10290 msgid "read object names from the standard input"
10293 #: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:128
10294 msgid "do not remove, show only"
10297 #: builtin/notes.c:943
10298 msgid "report pruned notes"
10301 #: builtin/notes.c:985
10305 #: builtin/notes.c:986
10306 msgid "use notes from <notes-ref>"
10309 #: builtin/notes.c:1021
10311 msgid "unknown subcommand: %s"
10314 #: builtin/pack-objects.c:30
10316 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10319 #: builtin/pack-objects.c:31
10321 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10324 #: builtin/pack-objects.c:180 builtin/pack-objects.c:183
10326 msgid "deflate error (%d)"
10329 #: builtin/pack-objects.c:776
10330 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10333 #: builtin/pack-objects.c:789
10334 msgid "Writing objects"
10337 #: builtin/pack-objects.c:1069
10338 msgid "disabling bitmap writing, as some objects are not being packed"
10341 #: builtin/pack-objects.c:2434
10342 msgid "Compressing objects"
10345 #: builtin/pack-objects.c:2843
10347 msgid "unsupported index version %s"
10350 #: builtin/pack-objects.c:2847
10352 msgid "bad index version '%s'"
10355 #: builtin/pack-objects.c:2877
10356 msgid "do not show progress meter"
10359 #: builtin/pack-objects.c:2879
10360 msgid "show progress meter"
10363 #: builtin/pack-objects.c:2881
10364 msgid "show progress meter during object writing phase"
10367 #: builtin/pack-objects.c:2884
10368 msgid "similar to --all-progress when progress meter is shown"
10371 #: builtin/pack-objects.c:2885
10372 msgid "version[,offset]"
10375 #: builtin/pack-objects.c:2886
10376 msgid "write the pack index file in the specified idx format version"
10379 #: builtin/pack-objects.c:2889
10380 msgid "maximum size of each output pack file"
10383 #: builtin/pack-objects.c:2891
10384 msgid "ignore borrowed objects from alternate object store"
10387 #: builtin/pack-objects.c:2893
10388 msgid "ignore packed objects"
10391 #: builtin/pack-objects.c:2895
10392 msgid "limit pack window by objects"
10395 #: builtin/pack-objects.c:2897
10396 msgid "limit pack window by memory in addition to object limit"
10399 #: builtin/pack-objects.c:2899
10400 msgid "maximum length of delta chain allowed in the resulting pack"
10403 #: builtin/pack-objects.c:2901
10404 msgid "reuse existing deltas"
10407 #: builtin/pack-objects.c:2903
10408 msgid "reuse existing objects"
10411 #: builtin/pack-objects.c:2905
10412 msgid "use OFS_DELTA objects"
10415 #: builtin/pack-objects.c:2907
10416 msgid "use threads when searching for best delta matches"
10419 #: builtin/pack-objects.c:2909
10420 msgid "do not create an empty pack output"
10423 #: builtin/pack-objects.c:2911
10424 msgid "read revision arguments from standard input"
10427 #: builtin/pack-objects.c:2913
10428 msgid "limit the objects to those that are not yet packed"
10431 #: builtin/pack-objects.c:2916
10432 msgid "include objects reachable from any reference"
10435 #: builtin/pack-objects.c:2919
10436 msgid "include objects referred by reflog entries"
10439 #: builtin/pack-objects.c:2922
10440 msgid "include objects referred to by the index"
10443 #: builtin/pack-objects.c:2925
10444 msgid "output pack to stdout"
10447 #: builtin/pack-objects.c:2927
10448 msgid "include tag objects that refer to objects to be packed"
10451 #: builtin/pack-objects.c:2929
10452 msgid "keep unreachable objects"
10455 #: builtin/pack-objects.c:2931
10456 msgid "pack loose unreachable objects"
10459 #: builtin/pack-objects.c:2933
10460 msgid "unpack unreachable objects newer than <time>"
10463 #: builtin/pack-objects.c:2936
10464 msgid "create thin packs"
10467 #: builtin/pack-objects.c:2938
10468 msgid "create packs suitable for shallow fetches"
10471 #: builtin/pack-objects.c:2940
10472 msgid "ignore packs that have companion .keep file"
10475 #: builtin/pack-objects.c:2942
10476 msgid "pack compression level"
10479 #: builtin/pack-objects.c:2944
10480 msgid "do not hide commits by grafts"
10483 #: builtin/pack-objects.c:2946
10484 msgid "use a bitmap index if available to speed up counting objects"
10487 #: builtin/pack-objects.c:2948
10488 msgid "write a bitmap index together with the pack index"
10491 #: builtin/pack-objects.c:3075
10492 msgid "Counting objects"
10495 #: builtin/pack-refs.c:6
10496 msgid "git pack-refs [<options>]"
10499 #: builtin/pack-refs.c:14
10500 msgid "pack everything"
10503 #: builtin/pack-refs.c:15
10504 msgid "prune loose refs (default)"
10507 #: builtin/prune-packed.c:7
10508 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10511 #: builtin/prune-packed.c:40
10512 msgid "Removing duplicate objects"
10515 #: builtin/prune.c:11
10516 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10519 #: builtin/prune.c:106
10520 msgid "report pruned objects"
10523 #: builtin/prune.c:109
10524 msgid "expire objects older than <time>"
10527 #: builtin/prune.c:123
10528 msgid "cannot prune in a precious-objects repo"
10531 #: builtin/pull.c:54 builtin/pull.c:56
10533 msgid "Invalid value for %s: %s"
10536 #: builtin/pull.c:76
10537 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10540 #: builtin/pull.c:124
10541 msgid "control for recursive fetching of submodules"
10544 #: builtin/pull.c:128
10545 msgid "Options related to merging"
10548 #: builtin/pull.c:131
10549 msgid "incorporate changes by rebasing rather than merging"
10552 #: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:121
10553 msgid "allow fast-forward"
10556 #: builtin/pull.c:164
10557 msgid "automatically stash/stash pop before and after rebase"
10560 #: builtin/pull.c:180
10561 msgid "Options related to fetching"
10564 #: builtin/pull.c:198
10565 msgid "number of submodules pulled in parallel"
10568 #: builtin/pull.c:287
10570 msgid "Invalid value for pull.ff: %s"
10573 #: builtin/pull.c:399
10575 "There is no candidate for rebasing against among the refs that you just "
10579 #: builtin/pull.c:401
10581 "There are no candidates for merging among the refs that you just fetched."
10584 #: builtin/pull.c:402
10586 "Generally this means that you provided a wildcard refspec which had no\n"
10587 "matches on the remote end."
10590 #: builtin/pull.c:405
10593 "You asked to pull from the remote '%s', but did not specify\n"
10594 "a branch. Because this is not the default configured remote\n"
10595 "for your current branch, you must specify a branch on the command line."
10598 #: builtin/pull.c:410 git-parse-remote.sh:73
10599 msgid "You are not currently on a branch."
10602 #: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:79
10603 msgid "Please specify which branch you want to rebase against."
10606 #: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:82
10607 msgid "Please specify which branch you want to merge with."
10610 #: builtin/pull.c:415 builtin/pull.c:430
10611 msgid "See git-pull(1) for details."
10614 #: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:432
10615 #: git-parse-remote.sh:64
10619 #: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:456
10620 #: git-parse-remote.sh:65
10624 #: builtin/pull.c:425 git-parse-remote.sh:75
10625 msgid "There is no tracking information for the current branch."
10628 #: builtin/pull.c:434 git-parse-remote.sh:95
10630 "If you wish to set tracking information for this branch you can do so with:"
10633 #: builtin/pull.c:439
10636 "Your configuration specifies to merge with the ref '%s'\n"
10637 "from the remote, but no such ref was fetched."
10640 #: builtin/pull.c:792
10641 msgid "ignoring --verify-signatures for rebase"
10644 #: builtin/pull.c:840
10645 msgid "--[no-]autostash option is only valid with --rebase."
10648 #: builtin/pull.c:848
10649 msgid "Updating an unborn branch with changes added to the index."
10652 #: builtin/pull.c:851
10653 msgid "pull with rebase"
10656 #: builtin/pull.c:852
10657 msgid "please commit or stash them."
10660 #: builtin/pull.c:877
10663 "fetch updated the current branch head.\n"
10664 "fast-forwarding your working tree from\n"
10668 #: builtin/pull.c:882
10671 "Cannot fast-forward your working tree.\n"
10672 "After making sure that you saved anything precious from\n"
10675 "$ git reset --hard\n"
10679 #: builtin/pull.c:897
10680 msgid "Cannot merge multiple branches into empty head."
10683 #: builtin/pull.c:901
10684 msgid "Cannot rebase onto multiple branches."
10687 #: builtin/pull.c:908
10688 msgid "cannot rebase with locally recorded submodule modifications"
10691 #: builtin/push.c:17
10692 msgid "git push [<options>] [<repository> [<refspec>...]]"
10695 #: builtin/push.c:90
10696 msgid "tag shorthand without <tag>"
10699 #: builtin/push.c:100
10700 msgid "--delete only accepts plain target ref names"
10703 #: builtin/push.c:144
10706 "To choose either option permanently, see push.default in 'git help config'."
10709 #: builtin/push.c:147
10712 "The upstream branch of your current branch does not match\n"
10713 "the name of your current branch. To push to the upstream branch\n"
10714 "on the remote, use\n"
10716 " git push %s HEAD:%s\n"
10718 "To push to the branch of the same name on the remote, use\n"
10720 " git push %s %s\n"
10724 #: builtin/push.c:162
10727 "You are not currently on a branch.\n"
10728 "To push the history leading to the current (detached HEAD)\n"
10731 " git push %s HEAD:<name-of-remote-branch>\n"
10734 #: builtin/push.c:176
10737 "The current branch %s has no upstream branch.\n"
10738 "To push the current branch and set the remote as upstream, use\n"
10740 " git push --set-upstream %s %s\n"
10743 #: builtin/push.c:184
10745 msgid "The current branch %s has multiple upstream branches, refusing to push."
10748 #: builtin/push.c:187
10751 "You are pushing to remote '%s', which is not the upstream of\n"
10752 "your current branch '%s', without telling me what to push\n"
10753 "to update which remote branch."
10756 #: builtin/push.c:246
10758 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10761 #: builtin/push.c:253
10763 "Updates were rejected because the tip of your current branch is behind\n"
10764 "its remote counterpart. Integrate the remote changes (e.g.\n"
10765 "'git pull ...') before pushing again.\n"
10766 "See the 'Note about fast-forwards' in 'git push --help' for details."
10769 #: builtin/push.c:259
10771 "Updates were rejected because a pushed branch tip is behind its remote\n"
10772 "counterpart. Check out this branch and integrate the remote changes\n"
10773 "(e.g. 'git pull ...') before pushing again.\n"
10774 "See the 'Note about fast-forwards' in 'git push --help' for details."
10777 #: builtin/push.c:265
10779 "Updates were rejected because the remote contains work that you do\n"
10780 "not have locally. This is usually caused by another repository pushing\n"
10781 "to the same ref. You may want to first integrate the remote changes\n"
10782 "(e.g., 'git pull ...') before pushing again.\n"
10783 "See the 'Note about fast-forwards' in 'git push --help' for details."
10786 #: builtin/push.c:272
10787 msgid "Updates were rejected because the tag already exists in the remote."
10790 #: builtin/push.c:275
10792 "You cannot update a remote ref that points at a non-commit object,\n"
10793 "or update a remote ref to make it point at a non-commit object,\n"
10794 "without using the '--force' option.\n"
10797 #: builtin/push.c:335
10799 msgid "Pushing to %s\n"
10802 #: builtin/push.c:339
10804 msgid "failed to push some refs to '%s'"
10807 #: builtin/push.c:370
10809 msgid "bad repository '%s'"
10812 #: builtin/push.c:371
10814 "No configured push destination.\n"
10815 "Either specify the URL from the command-line or configure a remote "
10816 "repository using\n"
10818 " git remote add <name> <url>\n"
10820 "and then push using the remote name\n"
10822 " git push <name>\n"
10825 #: builtin/push.c:389
10826 msgid "--all and --tags are incompatible"
10829 #: builtin/push.c:390
10830 msgid "--all can't be combined with refspecs"
10833 #: builtin/push.c:395
10834 msgid "--mirror and --tags are incompatible"
10837 #: builtin/push.c:396
10838 msgid "--mirror can't be combined with refspecs"
10841 #: builtin/push.c:401
10842 msgid "--all and --mirror are incompatible"
10845 #: builtin/push.c:523
10849 #: builtin/push.c:524 builtin/send-pack.c:163
10850 msgid "push all refs"
10853 #: builtin/push.c:525 builtin/send-pack.c:165
10854 msgid "mirror all refs"
10857 #: builtin/push.c:527
10858 msgid "delete refs"
10861 #: builtin/push.c:528
10862 msgid "push tags (can't be used with --all or --mirror)"
10865 #: builtin/push.c:531 builtin/send-pack.c:166
10866 msgid "force updates"
10869 #: builtin/push.c:533 builtin/send-pack.c:180
10870 msgid "refname>:<expect"
10873 #: builtin/push.c:534 builtin/send-pack.c:181
10874 msgid "require old value of ref to be at this value"
10877 #: builtin/push.c:537
10878 msgid "control recursive pushing of submodules"
10881 #: builtin/push.c:539 builtin/send-pack.c:174
10882 msgid "use thin pack"
10885 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
10886 #: builtin/send-pack.c:161
10887 msgid "receive pack program"
10890 #: builtin/push.c:542
10891 msgid "set upstream for git pull/status"
10894 #: builtin/push.c:545
10895 msgid "prune locally removed refs"
10898 #: builtin/push.c:547
10899 msgid "bypass pre-push hook"
10902 #: builtin/push.c:548
10903 msgid "push missing but relevant tags"
10906 #: builtin/push.c:551 builtin/send-pack.c:168
10907 msgid "GPG sign the push"
10910 #: builtin/push.c:553 builtin/send-pack.c:175
10911 msgid "request atomic transaction on remote side"
10914 #: builtin/push.c:554 builtin/send-pack.c:171
10915 msgid "server-specific"
10918 #: builtin/push.c:554 builtin/send-pack.c:172
10919 msgid "option to transmit"
10922 #: builtin/push.c:568
10923 msgid "--delete is incompatible with --all, --mirror and --tags"
10926 #: builtin/push.c:570
10927 msgid "--delete doesn't make sense without any refs"
10930 #: builtin/push.c:589
10931 msgid "push options must not have new line characters"
10934 #: builtin/read-tree.c:40
10936 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10937 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10938 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10941 #: builtin/read-tree.c:121
10942 msgid "write resulting index to <file>"
10945 #: builtin/read-tree.c:124
10946 msgid "only empty the index"
10949 #: builtin/read-tree.c:126
10953 #: builtin/read-tree.c:128
10954 msgid "perform a merge in addition to a read"
10957 #: builtin/read-tree.c:130
10958 msgid "3-way merge if no file level merging required"
10961 #: builtin/read-tree.c:132
10962 msgid "3-way merge in presence of adds and removes"
10965 #: builtin/read-tree.c:134
10966 msgid "same as -m, but discard unmerged entries"
10969 #: builtin/read-tree.c:135
10970 msgid "<subdirectory>/"
10973 #: builtin/read-tree.c:136
10974 msgid "read the tree into the index under <subdirectory>/"
10977 #: builtin/read-tree.c:139
10978 msgid "update working tree with merge result"
10981 #: builtin/read-tree.c:141
10985 #: builtin/read-tree.c:142
10986 msgid "allow explicitly ignored files to be overwritten"
10989 #: builtin/read-tree.c:145
10990 msgid "don't check the working tree after merging"
10993 #: builtin/read-tree.c:146
10994 msgid "don't update the index or the work tree"
10997 #: builtin/read-tree.c:148
10998 msgid "skip applying sparse checkout filter"
11001 #: builtin/read-tree.c:150
11002 msgid "debug unpack-trees"
11005 #: builtin/rebase--helper.c:8
11006 msgid "git rebase--helper [<options>]"
11009 #: builtin/rebase--helper.c:20
11010 msgid "continue rebase"
11013 #: builtin/rebase--helper.c:22
11014 msgid "abort rebase"
11017 #: builtin/receive-pack.c:28
11018 msgid "git receive-pack <git-dir>"
11021 #: builtin/receive-pack.c:838
11023 "By default, updating the current branch in a non-bare repository\n"
11024 "is denied, because it will make the index and work tree inconsistent\n"
11025 "with what you pushed, and will require 'git reset --hard' to match\n"
11026 "the work tree to HEAD.\n"
11028 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11029 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11030 "its current branch; however, this is not recommended unless you\n"
11031 "arranged to update its work tree to match what you pushed in some\n"
11034 "To squelch this message and still keep the default behaviour, set\n"
11035 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11038 #: builtin/receive-pack.c:858
11040 "By default, deleting the current branch is denied, because the next\n"
11041 "'git clone' won't result in any file checked out, causing confusion.\n"
11043 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11044 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11045 "current branch, with or without a warning message.\n"
11047 "To squelch this message, you can set it to 'refuse'."
11050 #: builtin/receive-pack.c:1933
11054 #: builtin/receive-pack.c:1947
11055 msgid "You must specify a directory."
11058 #: builtin/reflog.c:424
11060 msgid "'%s' for '%s' is not a valid timestamp"
11063 #: builtin/reflog.c:541 builtin/reflog.c:546
11065 msgid "'%s' is not a valid timestamp"
11068 #: builtin/remote.c:13
11069 msgid "git remote [-v | --verbose]"
11072 #: builtin/remote.c:14
11074 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11075 "mirror=<fetch|push>] <name> <url>"
11078 #: builtin/remote.c:15 builtin/remote.c:35
11079 msgid "git remote rename <old> <new>"
11082 #: builtin/remote.c:16 builtin/remote.c:40
11083 msgid "git remote remove <name>"
11086 #: builtin/remote.c:17 builtin/remote.c:45
11087 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11090 #: builtin/remote.c:18
11091 msgid "git remote [-v | --verbose] show [-n] <name>"
11094 #: builtin/remote.c:19
11095 msgid "git remote prune [-n | --dry-run] <name>"
11098 #: builtin/remote.c:20
11100 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11103 #: builtin/remote.c:21
11104 msgid "git remote set-branches [--add] <name> <branch>..."
11107 #: builtin/remote.c:22 builtin/remote.c:71
11108 msgid "git remote get-url [--push] [--all] <name>"
11111 #: builtin/remote.c:23 builtin/remote.c:76
11112 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11115 #: builtin/remote.c:24 builtin/remote.c:77
11116 msgid "git remote set-url --add <name> <newurl>"
11119 #: builtin/remote.c:25 builtin/remote.c:78
11120 msgid "git remote set-url --delete <name> <url>"
11123 #: builtin/remote.c:30
11124 msgid "git remote add [<options>] <name> <url>"
11127 #: builtin/remote.c:50
11128 msgid "git remote set-branches <name> <branch>..."
11131 #: builtin/remote.c:51
11132 msgid "git remote set-branches --add <name> <branch>..."
11135 #: builtin/remote.c:56
11136 msgid "git remote show [<options>] <name>"
11139 #: builtin/remote.c:61
11140 msgid "git remote prune [<options>] <name>"
11143 #: builtin/remote.c:66
11144 msgid "git remote update [<options>] [<group> | <remote>]..."
11147 #: builtin/remote.c:95
11149 msgid "Updating %s"
11152 #: builtin/remote.c:127
11154 "--mirror is dangerous and deprecated; please\n"
11155 "\t use --mirror=fetch or --mirror=push instead"
11158 #: builtin/remote.c:144
11160 msgid "unknown mirror argument: %s"
11163 #: builtin/remote.c:160
11164 msgid "fetch the remote branches"
11167 #: builtin/remote.c:162
11168 msgid "import all tags and associated objects when fetching"
11171 #: builtin/remote.c:165
11172 msgid "or do not fetch any tag at all (--no-tags)"
11175 #: builtin/remote.c:167
11176 msgid "branch(es) to track"
11179 #: builtin/remote.c:168
11180 msgid "master branch"
11183 #: builtin/remote.c:169
11187 #: builtin/remote.c:170
11188 msgid "set up remote as a mirror to push to or fetch from"
11191 #: builtin/remote.c:182
11192 msgid "specifying a master branch makes no sense with --mirror"
11195 #: builtin/remote.c:184
11196 msgid "specifying branches to track makes sense only with fetch mirrors"
11199 #: builtin/remote.c:191 builtin/remote.c:630
11201 msgid "remote %s already exists."
11204 #: builtin/remote.c:195 builtin/remote.c:634
11206 msgid "'%s' is not a valid remote name"
11209 #: builtin/remote.c:235
11211 msgid "Could not setup master '%s'"
11214 #: builtin/remote.c:337
11216 msgid "Could not get fetch map for refspec %s"
11219 #: builtin/remote.c:438 builtin/remote.c:446
11223 #: builtin/remote.c:450
11227 #: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:857
11229 msgid "No such remote: %s"
11232 #: builtin/remote.c:640
11234 msgid "Could not rename config section '%s' to '%s'"
11237 #: builtin/remote.c:660
11240 "Not updating non-default fetch refspec\n"
11242 "\tPlease update the configuration manually if necessary."
11245 #: builtin/remote.c:696
11247 msgid "deleting '%s' failed"
11250 #: builtin/remote.c:730
11252 msgid "creating '%s' failed"
11255 #: builtin/remote.c:795
11257 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11258 "to delete it, use:"
11260 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11261 "to delete them, use:"
11265 #: builtin/remote.c:809
11267 msgid "Could not remove config section '%s'"
11270 #: builtin/remote.c:910
11272 msgid " new (next fetch will store in remotes/%s)"
11275 #: builtin/remote.c:913
11279 #: builtin/remote.c:915
11280 msgid " stale (use 'git remote prune' to remove)"
11283 #: builtin/remote.c:917
11287 #: builtin/remote.c:958
11289 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11292 #: builtin/remote.c:966
11294 msgid "rebases interactively onto remote %s"
11297 #: builtin/remote.c:967
11299 msgid "rebases onto remote %s"
11302 #: builtin/remote.c:970
11304 msgid " merges with remote %s"
11307 #: builtin/remote.c:973
11309 msgid "merges with remote %s"
11312 #: builtin/remote.c:976
11314 msgid "%-*s and with remote %s\n"
11317 #: builtin/remote.c:1019
11321 #: builtin/remote.c:1022
11325 #: builtin/remote.c:1026
11329 #: builtin/remote.c:1029
11330 msgid "fast-forwardable"
11333 #: builtin/remote.c:1032
11334 msgid "local out of date"
11337 #: builtin/remote.c:1039
11339 msgid " %-*s forces to %-*s (%s)"
11342 #: builtin/remote.c:1042
11344 msgid " %-*s pushes to %-*s (%s)"
11347 #: builtin/remote.c:1046
11349 msgid " %-*s forces to %s"
11352 #: builtin/remote.c:1049
11354 msgid " %-*s pushes to %s"
11357 #: builtin/remote.c:1117
11358 msgid "do not query remotes"
11361 #: builtin/remote.c:1144
11363 msgid "* remote %s"
11366 #: builtin/remote.c:1145
11368 msgid " Fetch URL: %s"
11371 #: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:1301
11375 #. TRANSLATORS: the colon ':' should align
11376 #. with the one in " Fetch URL: %s"
11379 #: builtin/remote.c:1160 builtin/remote.c:1162
11381 msgid " Push URL: %s"
11384 #: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:1168
11386 msgid " HEAD branch: %s"
11389 #: builtin/remote.c:1164
11390 msgid "(not queried)"
11393 #: builtin/remote.c:1166
11397 #: builtin/remote.c:1170
11400 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11403 #: builtin/remote.c:1182
11405 msgid " Remote branch:%s"
11406 msgid_plural " Remote branches:%s"
11410 #: builtin/remote.c:1185 builtin/remote.c:1211
11411 msgid " (status not queried)"
11414 #: builtin/remote.c:1194
11415 msgid " Local branch configured for 'git pull':"
11416 msgid_plural " Local branches configured for 'git pull':"
11420 #: builtin/remote.c:1202
11421 msgid " Local refs will be mirrored by 'git push'"
11424 #: builtin/remote.c:1208
11426 msgid " Local ref configured for 'git push'%s:"
11427 msgid_plural " Local refs configured for 'git push'%s:"
11431 #: builtin/remote.c:1229
11432 msgid "set refs/remotes/<name>/HEAD according to remote"
11435 #: builtin/remote.c:1231
11436 msgid "delete refs/remotes/<name>/HEAD"
11439 #: builtin/remote.c:1246
11440 msgid "Cannot determine remote HEAD"
11443 #: builtin/remote.c:1248
11444 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11447 #: builtin/remote.c:1258
11449 msgid "Could not delete %s"
11452 #: builtin/remote.c:1266
11454 msgid "Not a valid ref: %s"
11457 #: builtin/remote.c:1268
11459 msgid "Could not setup %s"
11462 #: builtin/remote.c:1286
11464 msgid " %s will become dangling!"
11467 #: builtin/remote.c:1287
11469 msgid " %s has become dangling!"
11472 #: builtin/remote.c:1297
11477 #: builtin/remote.c:1298
11482 #: builtin/remote.c:1314
11484 msgid " * [would prune] %s"
11487 #: builtin/remote.c:1317
11489 msgid " * [pruned] %s"
11492 #: builtin/remote.c:1362
11493 msgid "prune remotes after fetching"
11496 #: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
11498 msgid "No such remote '%s'"
11501 #: builtin/remote.c:1441
11505 #: builtin/remote.c:1448
11506 msgid "no remote specified"
11509 #: builtin/remote.c:1465
11510 msgid "query push URLs rather than fetch URLs"
11513 #: builtin/remote.c:1467
11514 msgid "return all URLs"
11517 #: builtin/remote.c:1495
11519 msgid "no URLs configured for remote '%s'"
11522 #: builtin/remote.c:1521
11523 msgid "manipulate push URLs"
11526 #: builtin/remote.c:1523
11530 #: builtin/remote.c:1525
11531 msgid "delete URLs"
11534 #: builtin/remote.c:1532
11535 msgid "--add --delete doesn't make sense"
11538 #: builtin/remote.c:1573
11540 msgid "Invalid old URL pattern: %s"
11543 #: builtin/remote.c:1581
11545 msgid "No such URL found: %s"
11548 #: builtin/remote.c:1583
11549 msgid "Will not delete all non-push URLs"
11552 #: builtin/remote.c:1597
11553 msgid "be verbose; must be placed before a subcommand"
11556 #: builtin/remote.c:1628
11558 msgid "Unknown subcommand: %s"
11561 #: builtin/repack.c:18
11562 msgid "git repack [<options>]"
11565 #: builtin/repack.c:23
11567 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11568 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11571 #: builtin/repack.c:168
11572 msgid "pack everything in a single pack"
11575 #: builtin/repack.c:170
11576 msgid "same as -a, and turn unreachable objects loose"
11579 #: builtin/repack.c:173
11580 msgid "remove redundant packs, and run git-prune-packed"
11583 #: builtin/repack.c:175
11584 msgid "pass --no-reuse-delta to git-pack-objects"
11587 #: builtin/repack.c:177
11588 msgid "pass --no-reuse-object to git-pack-objects"
11591 #: builtin/repack.c:179
11592 msgid "do not run git-update-server-info"
11595 #: builtin/repack.c:182
11596 msgid "pass --local to git-pack-objects"
11599 #: builtin/repack.c:184
11600 msgid "write bitmap index"
11603 #: builtin/repack.c:185
11604 msgid "approxidate"
11607 #: builtin/repack.c:186
11608 msgid "with -A, do not loosen objects older than this"
11611 #: builtin/repack.c:188
11612 msgid "with -a, repack unreachable objects"
11615 #: builtin/repack.c:190
11616 msgid "size of the window used for delta compression"
11619 #: builtin/repack.c:191 builtin/repack.c:197
11623 #: builtin/repack.c:192
11624 msgid "same as the above, but limit memory size instead of entries count"
11627 #: builtin/repack.c:194
11628 msgid "limits the maximum delta depth"
11631 #: builtin/repack.c:196
11632 msgid "limits the maximum number of threads"
11635 #: builtin/repack.c:198
11636 msgid "maximum size of each packfile"
11639 #: builtin/repack.c:200
11640 msgid "repack objects in packs marked with .keep"
11643 #: builtin/repack.c:210
11644 msgid "cannot delete packs in a precious-objects repo"
11647 #: builtin/repack.c:214
11648 msgid "--keep-unreachable and -A are incompatible"
11651 #: builtin/repack.c:406 builtin/worktree.c:116
11653 msgid "failed to remove '%s'"
11656 #: builtin/replace.c:20
11657 msgid "git replace [-f] <object> <replacement>"
11660 #: builtin/replace.c:21
11661 msgid "git replace [-f] --edit <object>"
11664 #: builtin/replace.c:22
11665 msgid "git replace [-f] --graft <commit> [<parent>...]"
11668 #: builtin/replace.c:23
11669 msgid "git replace -d <object>..."
11672 #: builtin/replace.c:24
11673 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11676 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11678 msgid "Not a valid object name: '%s'"
11681 #: builtin/replace.c:361
11683 msgid "bad mergetag in commit '%s'"
11686 #: builtin/replace.c:363
11688 msgid "malformed mergetag in commit '%s'"
11691 #: builtin/replace.c:374
11694 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11695 "instead of --graft"
11698 #: builtin/replace.c:407
11700 msgid "the original commit '%s' has a gpg signature."
11703 #: builtin/replace.c:408
11704 msgid "the signature will be removed in the replacement commit!"
11707 #: builtin/replace.c:414
11709 msgid "could not write replacement commit for: '%s'"
11712 #: builtin/replace.c:438
11713 msgid "list replace refs"
11716 #: builtin/replace.c:439
11717 msgid "delete replace refs"
11720 #: builtin/replace.c:440
11721 msgid "edit existing object"
11724 #: builtin/replace.c:441
11725 msgid "change a commit's parents"
11728 #: builtin/replace.c:442
11729 msgid "replace the ref if it exists"
11732 #: builtin/replace.c:443
11733 msgid "do not pretty-print contents for --edit"
11736 #: builtin/replace.c:444
11737 msgid "use this format"
11740 #: builtin/rerere.c:13
11741 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11744 #: builtin/rerere.c:59
11745 msgid "register clean resolutions in index"
11748 #: builtin/reset.c:29
11750 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11753 #: builtin/reset.c:30
11754 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11757 #: builtin/reset.c:31
11758 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11761 #: builtin/reset.c:37
11765 #: builtin/reset.c:37
11769 #: builtin/reset.c:37
11773 #: builtin/reset.c:37
11777 #: builtin/reset.c:37
11781 #: builtin/reset.c:77
11782 msgid "You do not have a valid HEAD."
11785 #: builtin/reset.c:79
11786 msgid "Failed to find tree of HEAD."
11789 #: builtin/reset.c:85
11791 msgid "Failed to find tree of %s."
11794 #: builtin/reset.c:103
11796 msgid "HEAD is now at %s"
11799 #: builtin/reset.c:186
11801 msgid "Cannot do a %s reset in the middle of a merge."
11804 #: builtin/reset.c:286
11805 msgid "be quiet, only report errors"
11808 #: builtin/reset.c:288
11809 msgid "reset HEAD and index"
11812 #: builtin/reset.c:289
11813 msgid "reset only HEAD"
11816 #: builtin/reset.c:291 builtin/reset.c:293
11817 msgid "reset HEAD, index and working tree"
11820 #: builtin/reset.c:295
11821 msgid "reset HEAD but keep local changes"
11824 #: builtin/reset.c:301
11825 msgid "record only the fact that removed paths will be added later"
11828 #: builtin/reset.c:320
11830 msgid "Failed to resolve '%s' as a valid revision."
11833 #: builtin/reset.c:328
11835 msgid "Failed to resolve '%s' as a valid tree."
11838 #: builtin/reset.c:337
11839 msgid "--patch is incompatible with --{hard,mixed,soft}"
11842 #: builtin/reset.c:346
11843 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11846 #: builtin/reset.c:348
11848 msgid "Cannot do %s reset with paths."
11851 #: builtin/reset.c:358
11853 msgid "%s reset is not allowed in a bare repository"
11856 #: builtin/reset.c:362
11857 msgid "-N can only be used with --mixed"
11860 #: builtin/reset.c:379
11861 msgid "Unstaged changes after reset:"
11864 #: builtin/reset.c:385
11866 msgid "Could not reset index file to revision '%s'."
11869 #: builtin/reset.c:389
11870 msgid "Could not write new index file."
11873 #: builtin/rev-list.c:358
11874 msgid "rev-list does not support display of notes"
11877 #: builtin/rev-parse.c:394
11878 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11881 #: builtin/rev-parse.c:399
11882 msgid "keep the `--` passed as an arg"
11885 #: builtin/rev-parse.c:401
11886 msgid "stop parsing after the first non-option argument"
11889 #: builtin/rev-parse.c:404
11890 msgid "output in stuck long form"
11893 #: builtin/rev-parse.c:535
11895 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
11896 " or: git rev-parse --sq-quote [<arg>...]\n"
11897 " or: git rev-parse [<options>] [<arg>...]\n"
11899 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11902 #: builtin/revert.c:23
11903 msgid "git revert [<options>] <commit-ish>..."
11906 #: builtin/revert.c:24
11907 msgid "git revert <subcommand>"
11910 #: builtin/revert.c:29
11911 msgid "git cherry-pick [<options>] <commit-ish>..."
11914 #: builtin/revert.c:30
11915 msgid "git cherry-pick <subcommand>"
11918 #: builtin/revert.c:90
11920 msgid "%s: %s cannot be used with %s"
11923 #: builtin/revert.c:99
11924 msgid "end revert or cherry-pick sequence"
11927 #: builtin/revert.c:100
11928 msgid "resume revert or cherry-pick sequence"
11931 #: builtin/revert.c:101
11932 msgid "cancel revert or cherry-pick sequence"
11935 #: builtin/revert.c:102
11936 msgid "don't automatically commit"
11939 #: builtin/revert.c:103
11940 msgid "edit the commit message"
11943 #: builtin/revert.c:106
11944 msgid "parent-number"
11947 #: builtin/revert.c:107
11948 msgid "select mainline parent"
11951 #: builtin/revert.c:109
11952 msgid "merge strategy"
11955 #: builtin/revert.c:110
11959 #: builtin/revert.c:111
11960 msgid "option for merge strategy"
11963 #: builtin/revert.c:120
11964 msgid "append commit name"
11967 #: builtin/revert.c:122
11968 msgid "preserve initially empty commits"
11971 #: builtin/revert.c:123
11972 msgid "allow commits with empty messages"
11975 #: builtin/revert.c:124
11976 msgid "keep redundant, empty commits"
11979 #: builtin/revert.c:212
11980 msgid "revert failed"
11983 #: builtin/revert.c:225
11984 msgid "cherry-pick failed"
11988 msgid "git rm [<options>] [--] <file>..."
11991 #: builtin/rm.c:206
11993 "the following file has staged content different from both the\n"
11994 "file and the HEAD:"
11996 "the following files have staged content different from both the\n"
11997 "file and the HEAD:"
12001 #: builtin/rm.c:211
12004 "(use -f to force removal)"
12007 #: builtin/rm.c:215
12008 msgid "the following file has changes staged in the index:"
12009 msgid_plural "the following files have changes staged in the index:"
12013 #: builtin/rm.c:219 builtin/rm.c:228
12016 "(use --cached to keep the file, or -f to force removal)"
12019 #: builtin/rm.c:225
12020 msgid "the following file has local modifications:"
12021 msgid_plural "the following files have local modifications:"
12025 #: builtin/rm.c:243
12026 msgid "do not list removed files"
12029 #: builtin/rm.c:244
12030 msgid "only remove from the index"
12033 #: builtin/rm.c:245
12034 msgid "override the up-to-date check"
12037 #: builtin/rm.c:246
12038 msgid "allow recursive removal"
12041 #: builtin/rm.c:248
12042 msgid "exit with a zero status even if nothing matched"
12045 #: builtin/rm.c:308
12047 msgid "not removing '%s' recursively without -r"
12050 #: builtin/rm.c:347
12052 msgid "git rm: unable to remove %s"
12055 #: builtin/rm.c:370
12057 msgid "could not remove '%s'"
12060 #: builtin/send-pack.c:19
12062 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12063 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12065 " --all and explicit <ref> specification are mutually exclusive."
12068 #: builtin/send-pack.c:162
12069 msgid "remote name"
12072 #: builtin/send-pack.c:176
12073 msgid "use stateless RPC protocol"
12076 #: builtin/send-pack.c:177
12077 msgid "read refs from stdin"
12080 #: builtin/send-pack.c:178
12081 msgid "print status from remote helper"
12084 #: builtin/shortlog.c:14
12085 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12088 #: builtin/shortlog.c:249
12089 msgid "Group by committer rather than author"
12092 #: builtin/shortlog.c:251
12093 msgid "sort output according to the number of commits per author"
12096 #: builtin/shortlog.c:253
12097 msgid "Suppress commit descriptions, only provides commit count"
12100 #: builtin/shortlog.c:255
12101 msgid "Show the email address of each author"
12104 #: builtin/shortlog.c:256
12105 msgid "w[,i1[,i2]]"
12108 #: builtin/shortlog.c:257
12109 msgid "Linewrap output"
12112 #: builtin/show-branch.c:12
12114 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12115 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12116 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12117 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12120 #: builtin/show-branch.c:16
12121 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12124 #: builtin/show-branch.c:376
12126 msgid "ignoring %s; cannot handle more than %d ref"
12127 msgid_plural "ignoring %s; cannot handle more than %d refs"
12131 #: builtin/show-branch.c:530
12133 msgid "no matching refs with %s"
12136 #: builtin/show-branch.c:626
12137 msgid "show remote-tracking and local branches"
12140 #: builtin/show-branch.c:628
12141 msgid "show remote-tracking branches"
12144 #: builtin/show-branch.c:630
12145 msgid "color '*!+-' corresponding to the branch"
12148 #: builtin/show-branch.c:632
12149 msgid "show <n> more commits after the common ancestor"
12152 #: builtin/show-branch.c:634
12153 msgid "synonym to more=-1"
12156 #: builtin/show-branch.c:635
12157 msgid "suppress naming strings"
12160 #: builtin/show-branch.c:637
12161 msgid "include the current branch"
12164 #: builtin/show-branch.c:639
12165 msgid "name commits with their object names"
12168 #: builtin/show-branch.c:641
12169 msgid "show possible merge bases"
12172 #: builtin/show-branch.c:643
12173 msgid "show refs unreachable from any other ref"
12176 #: builtin/show-branch.c:645
12177 msgid "show commits in topological order"
12180 #: builtin/show-branch.c:648
12181 msgid "show only commits not on the first branch"
12184 #: builtin/show-branch.c:650
12185 msgid "show merges reachable from only one tip"
12188 #: builtin/show-branch.c:652
12189 msgid "topologically sort, maintaining date order where possible"
12192 #: builtin/show-branch.c:655
12193 msgid "<n>[,<base>]"
12196 #: builtin/show-branch.c:656
12197 msgid "show <n> most recent ref-log entries starting at base"
12200 #: builtin/show-branch.c:690
12202 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12205 #: builtin/show-branch.c:714
12206 msgid "no branches given, and HEAD is not valid"
12209 #: builtin/show-branch.c:717
12210 msgid "--reflog option needs one branch name"
12213 #: builtin/show-branch.c:720
12215 msgid "only %d entry can be shown at one time."
12216 msgid_plural "only %d entries can be shown at one time."
12220 #: builtin/show-branch.c:724
12222 msgid "no such ref %s"
12225 #: builtin/show-branch.c:808
12227 msgid "cannot handle more than %d rev."
12228 msgid_plural "cannot handle more than %d revs."
12232 #: builtin/show-branch.c:812
12234 msgid "'%s' is not a valid ref."
12237 #: builtin/show-branch.c:815
12239 msgid "cannot find commit %s (%s)"
12242 #: builtin/show-ref.c:10
12244 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12245 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12248 #: builtin/show-ref.c:11
12249 msgid "git show-ref --exclude-existing[=<pattern>]"
12252 #: builtin/show-ref.c:159
12253 msgid "only show tags (can be combined with heads)"
12256 #: builtin/show-ref.c:160
12257 msgid "only show heads (can be combined with tags)"
12260 #: builtin/show-ref.c:161
12261 msgid "stricter reference checking, requires exact ref path"
12264 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12265 msgid "show the HEAD reference, even if it would be filtered out"
12268 #: builtin/show-ref.c:168
12269 msgid "dereference tags into object IDs"
12272 #: builtin/show-ref.c:170
12273 msgid "only show SHA1 hash using <n> digits"
12276 #: builtin/show-ref.c:174
12277 msgid "do not print results to stdout (useful with --verify)"
12280 #: builtin/show-ref.c:176
12281 msgid "show refs from stdin that aren't in local repository"
12284 #: builtin/stripspace.c:18
12285 msgid "git stripspace [-s | --strip-comments]"
12288 #: builtin/stripspace.c:19
12289 msgid "git stripspace [-c | --comment-lines]"
12292 #: builtin/stripspace.c:36
12293 msgid "skip and remove all lines starting with comment character"
12296 #: builtin/stripspace.c:39
12297 msgid "prepend comment character and space to each line"
12300 #: builtin/submodule--helper.c:25 builtin/submodule--helper.c:1075
12302 msgid "No such ref: %s"
12305 #: builtin/submodule--helper.c:32 builtin/submodule--helper.c:1084
12307 msgid "Expecting a full ref name, got %s"
12310 #: builtin/submodule--helper.c:72
12312 msgid "cannot strip one component off url '%s'"
12315 #: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12316 msgid "alternative anchor for relative paths"
12319 #: builtin/submodule--helper.c:310
12320 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12323 #: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12325 msgid "No url found for submodule path '%s' in .gitmodules"
12328 #: builtin/submodule--helper.c:395
12331 "could not lookup configuration '%s'. Assuming this repository is its own "
12332 "authoritative upstream."
12335 #: builtin/submodule--helper.c:406
12337 msgid "Failed to register url for submodule path '%s'"
12340 #: builtin/submodule--helper.c:410
12342 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12345 #: builtin/submodule--helper.c:420
12347 msgid "warning: command update mode suggested for submodule '%s'\n"
12350 #: builtin/submodule--helper.c:427
12352 msgid "Failed to register update mode for submodule path '%s'"
12355 #: builtin/submodule--helper.c:443
12356 msgid "Suppress output for initializing a submodule"
12359 #: builtin/submodule--helper.c:448
12360 msgid "git submodule--helper init [<path>]"
12363 #: builtin/submodule--helper.c:476
12364 msgid "git submodule--helper name <path>"
12367 #: builtin/submodule--helper.c:482
12369 msgid "no submodule mapping found in .gitmodules for path '%s'"
12372 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12374 msgid "submodule '%s' cannot add alternate: %s"
12377 #: builtin/submodule--helper.c:604
12379 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12382 #: builtin/submodule--helper.c:611
12384 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12387 #: builtin/submodule--helper.c:633
12388 msgid "where the new submodule will be cloned to"
12391 #: builtin/submodule--helper.c:636
12392 msgid "name of the new submodule"
12395 #: builtin/submodule--helper.c:639
12396 msgid "url where to clone the submodule from"
12399 #: builtin/submodule--helper.c:645
12400 msgid "depth for shallow clones"
12403 #: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12404 msgid "force cloning progress"
12407 #: builtin/submodule--helper.c:653
12409 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12410 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12413 #: builtin/submodule--helper.c:684
12415 msgid "clone of '%s' into submodule path '%s' failed"
12418 #: builtin/submodule--helper.c:699
12420 msgid "could not get submodule directory for '%s'"
12423 #: builtin/submodule--helper.c:764
12425 msgid "Submodule path '%s' not initialized"
12428 #: builtin/submodule--helper.c:768
12429 msgid "Maybe you want to use 'update --init'?"
12432 #: builtin/submodule--helper.c:793
12434 msgid "Skipping unmerged submodule %s"
12437 #: builtin/submodule--helper.c:814
12439 msgid "Skipping submodule '%s'"
12442 #: builtin/submodule--helper.c:942
12444 msgid "Failed to clone '%s'. Retry scheduled"
12447 #: builtin/submodule--helper.c:953
12449 msgid "Failed to clone '%s' a second time, aborting"
12452 #: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12453 msgid "path into the working tree"
12456 #: builtin/submodule--helper.c:977
12457 msgid "path into the working tree, across nested submodule boundaries"
12460 #: builtin/submodule--helper.c:981
12461 msgid "rebase, merge, checkout or none"
12464 #: builtin/submodule--helper.c:985
12465 msgid "Create a shallow clone truncated to the specified number of revisions"
12468 #: builtin/submodule--helper.c:988
12469 msgid "parallel jobs"
12472 #: builtin/submodule--helper.c:990
12473 msgid "whether the initial clone should follow the shallow recommendation"
12476 #: builtin/submodule--helper.c:991
12477 msgid "don't print cloning progress"
12480 #: builtin/submodule--helper.c:998
12481 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12484 #: builtin/submodule--helper.c:1008
12485 msgid "bad value for update parameter"
12488 #: builtin/submodule--helper.c:1079
12491 "Submodule (%s) branch configured to inherit branch from superproject, but "
12492 "the superproject is not on any branch"
12495 #: builtin/submodule--helper.c:1163
12496 msgid "recurse into submodules"
12499 #: builtin/submodule--helper.c:1169
12500 msgid "git submodule--helper embed-git-dir [<path>...]"
12503 #: builtin/submodule--helper.c:1232
12505 msgid "%s doesn't support --super-prefix"
12508 #: builtin/submodule--helper.c:1238
12510 msgid "'%s' is not a valid submodule--helper subcommand"
12513 #: builtin/symbolic-ref.c:8
12514 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12517 #: builtin/symbolic-ref.c:9
12518 msgid "git symbolic-ref -d [-q] <name>"
12521 #: builtin/symbolic-ref.c:41
12522 msgid "suppress error message for non-symbolic (detached) refs"
12525 #: builtin/symbolic-ref.c:42
12526 msgid "delete symbolic ref"
12529 #: builtin/symbolic-ref.c:43
12530 msgid "shorten ref output"
12533 #: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12537 #: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12538 msgid "reason of the update"
12541 #: builtin/tag.c:24
12543 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12547 #: builtin/tag.c:25
12548 msgid "git tag -d <tagname>..."
12551 #: builtin/tag.c:26
12553 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12554 "points-at <object>]\n"
12555 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12558 #: builtin/tag.c:28
12559 msgid "git tag -v [--format=<format>] <tagname>..."
12562 #: builtin/tag.c:84
12564 msgid "tag '%s' not found."
12567 #: builtin/tag.c:100
12569 msgid "Deleted tag '%s' (was %s)\n"
12572 #: builtin/tag.c:129
12576 "Write a message for tag:\n"
12578 "Lines starting with '%c' will be ignored.\n"
12581 #: builtin/tag.c:133
12585 "Write a message for tag:\n"
12587 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12591 #: builtin/tag.c:211
12592 msgid "unable to sign the tag"
12595 #: builtin/tag.c:213
12596 msgid "unable to write tag file"
12599 #: builtin/tag.c:237
12600 msgid "bad object type."
12603 #: builtin/tag.c:283
12604 msgid "no tag message?"
12607 #: builtin/tag.c:290
12609 msgid "The tag message has been left in %s\n"
12612 #: builtin/tag.c:398
12613 msgid "list tag names"
12616 #: builtin/tag.c:400
12617 msgid "print <n> lines of each tag message"
12620 #: builtin/tag.c:402
12621 msgid "delete tags"
12624 #: builtin/tag.c:403
12625 msgid "verify tags"
12628 #: builtin/tag.c:405
12629 msgid "Tag creation options"
12632 #: builtin/tag.c:407
12633 msgid "annotated tag, needs a message"
12636 #: builtin/tag.c:409
12637 msgid "tag message"
12640 #: builtin/tag.c:411
12641 msgid "annotated and GPG-signed tag"
12644 #: builtin/tag.c:415
12645 msgid "use another key to sign the tag"
12648 #: builtin/tag.c:416
12649 msgid "replace the tag if exists"
12652 #: builtin/tag.c:417 builtin/update-ref.c:369
12653 msgid "create a reflog"
12656 #: builtin/tag.c:419
12657 msgid "Tag listing options"
12660 #: builtin/tag.c:420
12661 msgid "show tag list in columns"
12664 #: builtin/tag.c:421 builtin/tag.c:423
12665 msgid "print only tags that contain the commit"
12668 #: builtin/tag.c:422 builtin/tag.c:424
12669 msgid "print only tags that don't contain the commit"
12672 #: builtin/tag.c:425
12673 msgid "print only tags that are merged"
12676 #: builtin/tag.c:426
12677 msgid "print only tags that are not merged"
12680 #: builtin/tag.c:431
12681 msgid "print only tags of the object"
12684 #: builtin/tag.c:470
12685 msgid "--column and -n are incompatible"
12688 #: builtin/tag.c:492
12689 msgid "-n option is only allowed in list mode"
12692 #: builtin/tag.c:494
12693 msgid "--contains option is only allowed in list mode"
12696 #: builtin/tag.c:496
12697 msgid "--no-contains option is only allowed in list mode"
12700 #: builtin/tag.c:498
12701 msgid "--points-at option is only allowed in list mode"
12704 #: builtin/tag.c:500
12705 msgid "--merged and --no-merged options are only allowed in list mode"
12708 #: builtin/tag.c:511
12709 msgid "only one -F or -m option is allowed."
12712 #: builtin/tag.c:530
12713 msgid "too many params"
12716 #: builtin/tag.c:536
12718 msgid "'%s' is not a valid tag name."
12721 #: builtin/tag.c:541
12723 msgid "tag '%s' already exists"
12726 #: builtin/tag.c:571
12728 msgid "Updated tag '%s' (was %s)\n"
12731 #: builtin/unpack-objects.c:494
12732 msgid "Unpacking objects"
12735 #: builtin/update-index.c:80
12737 msgid "failed to create directory %s"
12740 #: builtin/update-index.c:86
12742 msgid "failed to stat %s"
12745 #: builtin/update-index.c:96
12747 msgid "failed to create file %s"
12750 #: builtin/update-index.c:104
12752 msgid "failed to delete file %s"
12755 #: builtin/update-index.c:111 builtin/update-index.c:217
12757 msgid "failed to delete directory %s"
12760 #: builtin/update-index.c:136
12762 msgid "Testing mtime in '%s' "
12765 #: builtin/update-index.c:150
12766 msgid "directory stat info does not change after adding a new file"
12769 #: builtin/update-index.c:163
12770 msgid "directory stat info does not change after adding a new directory"
12773 #: builtin/update-index.c:176
12774 msgid "directory stat info changes after updating a file"
12777 #: builtin/update-index.c:187
12778 msgid "directory stat info changes after adding a file inside subdirectory"
12781 #: builtin/update-index.c:198
12782 msgid "directory stat info does not change after deleting a file"
12785 #: builtin/update-index.c:211
12786 msgid "directory stat info does not change after deleting a directory"
12789 #: builtin/update-index.c:218
12793 #: builtin/update-index.c:569
12794 msgid "git update-index [<options>] [--] [<file>...]"
12797 #: builtin/update-index.c:924
12798 msgid "continue refresh even when index needs update"
12801 #: builtin/update-index.c:927
12802 msgid "refresh: ignore submodules"
12805 #: builtin/update-index.c:930
12806 msgid "do not ignore new files"
12809 #: builtin/update-index.c:932
12810 msgid "let files replace directories and vice-versa"
12813 #: builtin/update-index.c:934
12814 msgid "notice files missing from worktree"
12817 #: builtin/update-index.c:936
12818 msgid "refresh even if index contains unmerged entries"
12821 #: builtin/update-index.c:939
12822 msgid "refresh stat information"
12825 #: builtin/update-index.c:943
12826 msgid "like --refresh, but ignore assume-unchanged setting"
12829 #: builtin/update-index.c:947
12830 msgid "<mode>,<object>,<path>"
12833 #: builtin/update-index.c:948
12834 msgid "add the specified entry to the index"
12837 #: builtin/update-index.c:957
12838 msgid "mark files as \"not changing\""
12841 #: builtin/update-index.c:960
12842 msgid "clear assumed-unchanged bit"
12845 #: builtin/update-index.c:963
12846 msgid "mark files as \"index-only\""
12849 #: builtin/update-index.c:966
12850 msgid "clear skip-worktree bit"
12853 #: builtin/update-index.c:969
12854 msgid "add to index only; do not add content to object database"
12857 #: builtin/update-index.c:971
12858 msgid "remove named paths even if present in worktree"
12861 #: builtin/update-index.c:973
12862 msgid "with --stdin: input lines are terminated by null bytes"
12865 #: builtin/update-index.c:975
12866 msgid "read list of paths to be updated from standard input"
12869 #: builtin/update-index.c:979
12870 msgid "add entries from standard input to the index"
12873 #: builtin/update-index.c:983
12874 msgid "repopulate stages #2 and #3 for the listed paths"
12877 #: builtin/update-index.c:987
12878 msgid "only update entries that differ from HEAD"
12881 #: builtin/update-index.c:991
12882 msgid "ignore files missing from worktree"
12885 #: builtin/update-index.c:994
12886 msgid "report actions to standard output"
12889 #: builtin/update-index.c:996
12890 msgid "(for porcelains) forget saved unresolved conflicts"
12893 #: builtin/update-index.c:1000
12894 msgid "write index in this format"
12897 #: builtin/update-index.c:1002
12898 msgid "enable or disable split index"
12901 #: builtin/update-index.c:1004
12902 msgid "enable/disable untracked cache"
12905 #: builtin/update-index.c:1006
12906 msgid "test if the filesystem supports untracked cache"
12909 #: builtin/update-index.c:1008
12910 msgid "enable untracked cache without testing the filesystem"
12913 #: builtin/update-index.c:1108
12915 "core.splitIndex is set to false; remove or change it, if you really want to "
12916 "enable split index"
12919 #: builtin/update-index.c:1117
12921 "core.splitIndex is set to true; remove or change it, if you really want to "
12922 "disable split index"
12925 #: builtin/update-index.c:1128
12927 "core.untrackedCache is set to true; remove or change it, if you really want "
12928 "to disable the untracked cache"
12931 #: builtin/update-index.c:1132
12932 msgid "Untracked cache disabled"
12935 #: builtin/update-index.c:1140
12937 "core.untrackedCache is set to false; remove or change it, if you really want "
12938 "to enable the untracked cache"
12941 #: builtin/update-index.c:1144
12943 msgid "Untracked cache enabled for '%s'"
12946 #: builtin/update-ref.c:10
12947 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12950 #: builtin/update-ref.c:11
12951 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
12954 #: builtin/update-ref.c:12
12955 msgid "git update-ref [<options>] --stdin [-z]"
12958 #: builtin/update-ref.c:364
12959 msgid "delete the reference"
12962 #: builtin/update-ref.c:366
12963 msgid "update <refname> not the one it points to"
12966 #: builtin/update-ref.c:367
12967 msgid "stdin has NUL-terminated arguments"
12970 #: builtin/update-ref.c:368
12971 msgid "read updates from stdin"
12974 #: builtin/update-server-info.c:7
12975 msgid "git update-server-info [--force]"
12978 #: builtin/update-server-info.c:15
12979 msgid "update the info files from scratch"
12982 #: builtin/verify-commit.c:18
12983 msgid "git verify-commit [-v | --verbose] <commit>..."
12986 #: builtin/verify-commit.c:73
12987 msgid "print commit contents"
12990 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
12991 msgid "print raw gpg status output"
12994 #: builtin/verify-pack.c:55
12995 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12998 #: builtin/verify-pack.c:65
13002 #: builtin/verify-pack.c:67
13003 msgid "show statistics only"
13006 #: builtin/verify-tag.c:19
13007 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13010 #: builtin/verify-tag.c:37
13011 msgid "print tag contents"
13014 #: builtin/worktree.c:16
13015 msgid "git worktree add [<options>] <path> [<branch>]"
13018 #: builtin/worktree.c:17
13019 msgid "git worktree list [<options>]"
13022 #: builtin/worktree.c:18
13023 msgid "git worktree lock [<options>] <path>"
13026 #: builtin/worktree.c:19
13027 msgid "git worktree prune [<options>]"
13030 #: builtin/worktree.c:20
13031 msgid "git worktree unlock <path>"
13034 #: builtin/worktree.c:44
13036 msgid "Removing worktrees/%s: not a valid directory"
13039 #: builtin/worktree.c:50
13041 msgid "Removing worktrees/%s: gitdir file does not exist"
13044 #: builtin/worktree.c:55
13046 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13049 #: builtin/worktree.c:66
13051 msgid "Removing worktrees/%s: invalid gitdir file"
13054 #: builtin/worktree.c:82
13056 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13059 #: builtin/worktree.c:129
13060 msgid "report pruned working trees"
13063 #: builtin/worktree.c:131
13064 msgid "expire working trees older than <time>"
13067 #: builtin/worktree.c:205
13069 msgid "'%s' already exists"
13072 #: builtin/worktree.c:236
13074 msgid "could not create directory of '%s'"
13077 #: builtin/worktree.c:275
13079 msgid "Preparing %s (identifier %s)"
13082 #: builtin/worktree.c:327
13083 msgid "checkout <branch> even if already checked out in other worktree"
13086 #: builtin/worktree.c:329
13087 msgid "create a new branch"
13090 #: builtin/worktree.c:331
13091 msgid "create or reset a branch"
13094 #: builtin/worktree.c:333
13095 msgid "populate the new working tree"
13098 #: builtin/worktree.c:334
13099 msgid "keep the new working tree locked"
13102 #: builtin/worktree.c:342
13103 msgid "-b, -B, and --detach are mutually exclusive"
13106 #: builtin/worktree.c:479
13107 msgid "reason for locking"
13110 #: builtin/worktree.c:491 builtin/worktree.c:524
13112 msgid "'%s' is not a working tree"
13115 #: builtin/worktree.c:493 builtin/worktree.c:526
13116 msgid "The main working tree cannot be locked or unlocked"
13119 #: builtin/worktree.c:498
13121 msgid "'%s' is already locked, reason: %s"
13124 #: builtin/worktree.c:500
13126 msgid "'%s' is already locked"
13129 #: builtin/worktree.c:528
13131 msgid "'%s' is not locked"
13134 #: builtin/write-tree.c:14
13135 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13138 #: builtin/write-tree.c:27
13142 #: builtin/write-tree.c:28
13143 msgid "write tree object for a subdirectory <prefix>"
13146 #: builtin/write-tree.c:31
13147 msgid "only useful for debugging"
13150 #: upload-pack.c:23
13151 msgid "git upload-pack [<options>] <dir>"
13154 #: upload-pack.c:1041
13155 msgid "quit after a single request/response exchange"
13158 #: upload-pack.c:1043
13159 msgid "exit immediately after initial ref advertisement"
13162 #: upload-pack.c:1045
13163 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13166 #: upload-pack.c:1047
13167 msgid "interrupt transfer after <n> seconds of inactivity"
13170 #: credential-cache--daemon.c:224
13173 "The permissions on your socket directory are too loose; other\n"
13174 "users may be able to read your cached credentials. Consider running:\n"
13179 #: credential-cache--daemon.c:272
13180 msgid "print debugging messages to stderr"
13185 "'git help -a' and 'git help -g' list available subcommands and some\n"
13186 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13187 "to read about a specific subcommand or concept."
13192 msgid "negative value for http.postbuffer; defaulting to %d"
13196 msgid "Delegation control is not supported with cURL < 7.22.0"
13200 msgid "Public key pinning not supported with cURL < 7.44.0"
13206 "unable to update url base from redirection:\n"
13211 #: remote-curl.c:324
13213 msgid "redirecting to %s"
13217 msgid "start a working area (see also: git help tutorial)"
13220 #: common-cmds.h:10
13221 msgid "work on the current change (see also: git help everyday)"
13224 #: common-cmds.h:11
13225 msgid "examine the history and state (see also: git help revisions)"
13228 #: common-cmds.h:12
13229 msgid "grow, mark and tweak your common history"
13232 #: common-cmds.h:13
13233 msgid "collaborate (see also: git help workflows)"
13236 #: common-cmds.h:17
13237 msgid "Add file contents to the index"
13240 #: common-cmds.h:18
13241 msgid "Use binary search to find the commit that introduced a bug"
13244 #: common-cmds.h:19
13245 msgid "List, create, or delete branches"
13248 #: common-cmds.h:20
13249 msgid "Switch branches or restore working tree files"
13252 #: common-cmds.h:21
13253 msgid "Clone a repository into a new directory"
13256 #: common-cmds.h:22
13257 msgid "Record changes to the repository"
13260 #: common-cmds.h:23
13261 msgid "Show changes between commits, commit and working tree, etc"
13264 #: common-cmds.h:24
13265 msgid "Download objects and refs from another repository"
13268 #: common-cmds.h:25
13269 msgid "Print lines matching a pattern"
13272 #: common-cmds.h:26
13273 msgid "Create an empty Git repository or reinitialize an existing one"
13276 #: common-cmds.h:27
13277 msgid "Show commit logs"
13280 #: common-cmds.h:28
13281 msgid "Join two or more development histories together"
13284 #: common-cmds.h:29
13285 msgid "Move or rename a file, a directory, or a symlink"
13288 #: common-cmds.h:30
13289 msgid "Fetch from and integrate with another repository or a local branch"
13292 #: common-cmds.h:31
13293 msgid "Update remote refs along with associated objects"
13296 #: common-cmds.h:32
13297 msgid "Reapply commits on top of another base tip"
13300 #: common-cmds.h:33
13301 msgid "Reset current HEAD to the specified state"
13304 #: common-cmds.h:34
13305 msgid "Remove files from the working tree and from the index"
13308 #: common-cmds.h:35
13309 msgid "Show various types of objects"
13312 #: common-cmds.h:36
13313 msgid "Show the working tree status"
13316 #: common-cmds.h:37
13317 msgid "Create, list, delete or verify a tag object signed with GPG"
13320 #: parse-options.h:145
13321 msgid "expiry-date"
13324 #: parse-options.h:160
13325 msgid "no-op (backward compatibility)"
13328 #: parse-options.h:238
13329 msgid "be more verbose"
13332 #: parse-options.h:240
13333 msgid "be more quiet"
13336 #: parse-options.h:246
13337 msgid "use <n> digits to display SHA-1s"
13341 msgid "update the index with reused conflict resolution if possible"
13344 #: git-bisect.sh:54
13345 msgid "You need to start by \"git bisect start\""
13348 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13349 #. translation. The program will only accept English input
13351 #: git-bisect.sh:60
13352 msgid "Do you want me to do it for you [Y/n]? "
13355 #: git-bisect.sh:121
13357 msgid "unrecognised option: '$arg'"
13360 #: git-bisect.sh:125
13362 msgid "'$arg' does not appear to be a valid revision"
13365 #: git-bisect.sh:154
13366 msgid "Bad HEAD - I need a HEAD"
13369 #: git-bisect.sh:167
13372 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13375 #: git-bisect.sh:177
13376 msgid "won't bisect on cg-seek'ed tree"
13379 #: git-bisect.sh:181
13380 msgid "Bad HEAD - strange symbolic ref"
13383 #: git-bisect.sh:233
13385 msgid "Bad bisect_write argument: $state"
13388 #: git-bisect.sh:262
13390 msgid "Bad rev input: $arg"
13393 #: git-bisect.sh:281
13395 msgid "Bad rev input: $bisected_head"
13398 #: git-bisect.sh:290
13400 msgid "Bad rev input: $rev"
13403 #: git-bisect.sh:299
13405 msgid "'git bisect $TERM_BAD' can take only one argument."
13408 #: git-bisect.sh:322
13410 msgid "Warning: bisecting only with a $TERM_BAD commit."
13413 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13414 #. translation. The program will only accept English input
13416 #: git-bisect.sh:328
13417 msgid "Are you sure [Y/n]? "
13420 #: git-bisect.sh:340
13423 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13424 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13427 #: git-bisect.sh:343
13430 "You need to start by \"git bisect start\".\n"
13431 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13432 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13435 #: git-bisect.sh:414 git-bisect.sh:546
13436 msgid "We are not bisecting."
13439 #: git-bisect.sh:421
13441 msgid "'$invalid' is not a valid commit"
13444 #: git-bisect.sh:430
13447 "Could not check out original HEAD '$branch'.\n"
13448 "Try 'git bisect reset <commit>'."
13451 #: git-bisect.sh:458
13452 msgid "No logfile given"
13455 #: git-bisect.sh:459
13457 msgid "cannot read $file for replaying"
13460 #: git-bisect.sh:480
13461 msgid "?? what are you talking about?"
13464 #: git-bisect.sh:492
13466 msgid "running $command"
13469 #: git-bisect.sh:499
13472 "bisect run failed:\n"
13473 "exit code $res from '$command' is < 0 or >= 128"
13476 #: git-bisect.sh:525
13477 msgid "bisect run cannot continue any more"
13480 #: git-bisect.sh:531
13483 "bisect run failed:\n"
13484 "'bisect_state $state' exited with error code $res"
13487 #: git-bisect.sh:538
13488 msgid "bisect run success"
13491 #: git-bisect.sh:565
13492 msgid "please use two different terms"
13495 #: git-bisect.sh:575
13497 msgid "'$term' is not a valid term"
13500 #: git-bisect.sh:578
13502 msgid "can't use the builtin command '$term' as a term"
13505 #: git-bisect.sh:587 git-bisect.sh:593
13507 msgid "can't change the meaning of term '$term'"
13510 #: git-bisect.sh:606
13512 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13515 #: git-bisect.sh:636
13516 msgid "no terms defined"
13519 #: git-bisect.sh:653
13522 "invalid argument $arg for 'git bisect terms'.\n"
13523 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13526 #: git-merge-octopus.sh:46
13528 "Error: Your local changes to the following files would be overwritten by "
13532 #: git-merge-octopus.sh:61
13533 msgid "Automated merge did not work."
13536 #: git-merge-octopus.sh:62
13537 msgid "Should not be doing an octopus."
13540 #: git-merge-octopus.sh:73
13542 msgid "Unable to find common commit with $pretty_name"
13545 #: git-merge-octopus.sh:77
13547 msgid "Already up-to-date with $pretty_name"
13550 #: git-merge-octopus.sh:89
13552 msgid "Fast-forwarding to: $pretty_name"
13555 #: git-merge-octopus.sh:97
13557 msgid "Trying simple merge with $pretty_name"
13560 #: git-merge-octopus.sh:102
13561 msgid "Simple merge did not work, trying automatic merge."
13564 #: git-rebase.sh:58
13566 "When you have resolved this problem, run \"git rebase --continue\".\n"
13567 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13568 "To check out the original branch and stop rebasing, run \"git rebase --abort"
13572 #: git-rebase.sh:158 git-rebase.sh:397
13574 msgid "Could not move back to $head_name"
13577 #: git-rebase.sh:169
13578 msgid "Applied autostash."
13581 #: git-rebase.sh:172
13583 msgid "Cannot store $stash_sha1"
13586 #: git-rebase.sh:212
13587 msgid "The pre-rebase hook refused to rebase."
13590 #: git-rebase.sh:217
13591 msgid "It looks like git-am is in progress. Cannot rebase."
13594 #: git-rebase.sh:358
13595 msgid "No rebase in progress?"
13598 #: git-rebase.sh:369
13599 msgid "The --edit-todo action can only be used during interactive rebase."
13602 #: git-rebase.sh:376
13603 msgid "Cannot read HEAD"
13606 #: git-rebase.sh:379
13608 "You must edit all merge conflicts and then\n"
13609 "mark them as resolved using git add"
13612 #: git-rebase.sh:419
13615 "It seems that there is already a $state_dir_base directory, and\n"
13616 "I wonder if you are in the middle of another rebase. If that is the\n"
13617 "case, please try\n"
13618 "\t$cmd_live_rebase\n"
13619 "If that is not the case, please\n"
13620 "\t$cmd_clear_stale_rebase\n"
13621 "and run me again. I am stopping in case you still have something\n"
13625 #: git-rebase.sh:470
13627 msgid "invalid upstream $upstream_name"
13630 #: git-rebase.sh:494
13632 msgid "$onto_name: there are more than one merge bases"
13635 #: git-rebase.sh:497 git-rebase.sh:501
13637 msgid "$onto_name: there is no merge base"
13640 #: git-rebase.sh:506
13642 msgid "Does not point to a valid commit: $onto_name"
13645 #: git-rebase.sh:529
13647 msgid "fatal: no such branch: $branch_name"
13650 #: git-rebase.sh:562
13651 msgid "Cannot autostash"
13654 #: git-rebase.sh:567
13656 msgid "Created autostash: $stash_abbrev"
13659 #: git-rebase.sh:571
13660 msgid "Please commit or stash them."
13663 #: git-rebase.sh:591
13665 msgid "Current branch $branch_name is up to date."
13668 #: git-rebase.sh:595
13670 msgid "Current branch $branch_name is up to date, rebase forced."
13673 #: git-rebase.sh:606
13675 msgid "Changes from $mb to $onto:"
13678 #: git-rebase.sh:615
13679 msgid "First, rewinding head to replay your work on top of it..."
13682 #: git-rebase.sh:625
13684 msgid "Fast-forwarded $branch_name to $onto_name."
13688 msgid "git stash clear with parameters is unimplemented"
13692 msgid "You do not have the initial commit yet"
13695 #: git-stash.sh:110
13696 msgid "Cannot save the current index state"
13699 #: git-stash.sh:125
13700 msgid "Cannot save the untracked files"
13703 #: git-stash.sh:145 git-stash.sh:158
13704 msgid "Cannot save the current worktree state"
13707 #: git-stash.sh:162
13708 msgid "No changes selected"
13711 #: git-stash.sh:165
13712 msgid "Cannot remove temporary index (can't happen)"
13715 #: git-stash.sh:178
13716 msgid "Cannot record working tree state"
13719 #: git-stash.sh:210
13721 msgid "Cannot update $ref_stash with $w_commit"
13724 #. TRANSLATORS: $option is an invalid option, like
13725 #. `--blah-blah'. The 7 spaces at the beginning of the
13726 #. second line correspond to "error: ". So you should line
13727 #. up the second line with however many characters the
13728 #. translation of "error: " takes in your language. E.g. in
13729 #. English this is:
13731 #. $ git stash save --blah-blah 2>&1 | head -n 2
13732 #. error: unknown option for 'stash save': --blah-blah
13733 #. To provide a message, use git stash save -- '--blah-blah'
13734 #: git-stash.sh:266
13737 "error: unknown option for 'stash save': $option\n"
13738 " To provide a message, use git stash save -- '$option'"
13741 #: git-stash.sh:281
13742 msgid "Can't use --patch and --include-untracked or --all at the same time"
13745 #: git-stash.sh:289
13746 msgid "No local changes to save"
13749 #: git-stash.sh:294
13750 msgid "Cannot initialize stash"
13753 #: git-stash.sh:298
13754 msgid "Cannot save the current status"
13757 #: git-stash.sh:299
13759 msgid "Saved working directory and index state $stash_msg"
13762 #: git-stash.sh:326
13763 msgid "Cannot remove worktree changes"
13766 #: git-stash.sh:474
13768 msgid "unknown option: $opt"
13771 #: git-stash.sh:487
13772 msgid "No stash entries found."
13775 #: git-stash.sh:494
13777 msgid "Too many revisions specified: $REV"
13780 #: git-stash.sh:509
13782 msgid "$reference is not a valid reference"
13785 #: git-stash.sh:537
13787 msgid "'$args' is not a stash-like commit"
13790 #: git-stash.sh:548
13792 msgid "'$args' is not a stash reference"
13795 #: git-stash.sh:556
13796 msgid "unable to refresh index"
13799 #: git-stash.sh:560
13800 msgid "Cannot apply a stash in the middle of a merge"
13803 #: git-stash.sh:568
13804 msgid "Conflicts in index. Try without --index."
13807 #: git-stash.sh:570
13808 msgid "Could not save index tree"
13811 #: git-stash.sh:579
13812 msgid "Could not restore untracked files from stash entry"
13815 #: git-stash.sh:604
13816 msgid "Cannot unstage modified files"
13819 #: git-stash.sh:619
13820 msgid "Index was not unstashed."
13823 #: git-stash.sh:633
13824 msgid "The stash entry is kept in case you need it again."
13827 #: git-stash.sh:642
13829 msgid "Dropped ${REV} ($s)"
13832 #: git-stash.sh:643
13834 msgid "${REV}: Could not drop stash entry"
13837 #: git-stash.sh:651
13838 msgid "No branch name specified"
13841 #: git-stash.sh:730
13842 msgid "(To restore them type \"git stash apply\")"
13845 #: git-submodule.sh:181
13846 msgid "Relative path can only be used from the toplevel of the working tree"
13849 #: git-submodule.sh:191
13851 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13854 #: git-submodule.sh:210
13856 msgid "'$sm_path' already exists in the index"
13859 #: git-submodule.sh:213
13861 msgid "'$sm_path' already exists in the index and is not a submodule"
13864 #: git-submodule.sh:219
13867 "The following path is ignored by one of your .gitignore files:\n"
13869 "Use -f if you really want to add it."
13872 #: git-submodule.sh:237
13874 msgid "Adding existing repo at '$sm_path' to the index"
13877 #: git-submodule.sh:239
13879 msgid "'$sm_path' already exists and is not a valid git repo"
13882 #: git-submodule.sh:247
13884 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13887 #: git-submodule.sh:249
13890 "If you want to reuse this local git directory instead of cloning again from\n"
13892 "use the '--force' option. If the local git directory is not the correct "
13894 "or you are unsure what this means choose another name with the '--name' "
13898 #: git-submodule.sh:255
13900 msgid "Reactivating local git directory for submodule '$sm_name'."
13903 #: git-submodule.sh:267
13905 msgid "Unable to checkout submodule '$sm_path'"
13908 #: git-submodule.sh:272
13910 msgid "Failed to add submodule '$sm_path'"
13913 #: git-submodule.sh:281
13915 msgid "Failed to register submodule '$sm_path'"
13918 #: git-submodule.sh:342
13920 msgid "Entering '$displaypath'"
13923 #: git-submodule.sh:362
13925 msgid "Stopping at '$displaypath'; script returned non-zero status."
13928 #: git-submodule.sh:433
13930 msgid "pathspec and --all are incompatible"
13933 #: git-submodule.sh:438
13935 msgid "Use '--all' if you really want to deinitialize all submodules"
13938 #: git-submodule.sh:458
13941 "Submodule work tree '$displaypath' contains a .git directory\n"
13942 "(use 'rm -rf' if you really want to remove it including all of its history)"
13945 #: git-submodule.sh:466
13948 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13952 #: git-submodule.sh:469
13954 msgid "Cleared directory '$displaypath'"
13957 #: git-submodule.sh:470
13959 msgid "Could not remove submodule work tree '$displaypath'"
13962 #: git-submodule.sh:473
13964 msgid "Could not create empty submodule directory '$displaypath'"
13967 #: git-submodule.sh:482
13969 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13972 #: git-submodule.sh:638
13974 msgid "Unable to find current revision in submodule path '$displaypath'"
13977 #: git-submodule.sh:648
13979 msgid "Unable to fetch in submodule path '$sm_path'"
13982 #: git-submodule.sh:653
13985 "Unable to find current ${remote_name}/${branch} revision in submodule path "
13989 #: git-submodule.sh:671
13991 msgid "Unable to fetch in submodule path '$displaypath'"
13994 #: git-submodule.sh:677
13997 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13998 "Direct fetching of that commit failed."
14001 #: git-submodule.sh:684
14003 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14006 #: git-submodule.sh:685
14008 msgid "Submodule path '$displaypath': checked out '$sha1'"
14011 #: git-submodule.sh:689
14013 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14016 #: git-submodule.sh:690
14018 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14021 #: git-submodule.sh:695
14023 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14026 #: git-submodule.sh:696
14028 msgid "Submodule path '$displaypath': merged in '$sha1'"
14031 #: git-submodule.sh:701
14033 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14036 #: git-submodule.sh:702
14038 msgid "Submodule path '$displaypath': '$command $sha1'"
14041 #: git-submodule.sh:733
14043 msgid "Failed to recurse into submodule path '$displaypath'"
14046 #: git-submodule.sh:841
14047 msgid "The --cached option cannot be used with the --files option"
14050 #: git-submodule.sh:893
14052 msgid "unexpected mode $mod_dst"
14055 #: git-submodule.sh:913
14057 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14060 #: git-submodule.sh:916
14062 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14065 #: git-submodule.sh:919
14067 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14070 #: git-submodule.sh:1065
14072 msgid "Failed to recurse into submodule path '$sm_path'"
14075 #: git-submodule.sh:1137
14077 msgid "Synchronizing submodule url for '$displaypath'"
14080 #: git-parse-remote.sh:89
14082 msgid "See git-${cmd}(1) for details."
14085 #: git-rebase--interactive.sh:140
14087 msgid "Rebasing ($new_count/$total)"
14090 #: git-rebase--interactive.sh:156
14094 " p, pick = use commit\n"
14095 " r, reword = use commit, but edit the commit message\n"
14096 " e, edit = use commit, but stop for amending\n"
14097 " s, squash = use commit, but meld into previous commit\n"
14098 " f, fixup = like \"squash\", but discard this commit's log message\n"
14099 " x, exec = run command (the rest of the line) using shell\n"
14100 " d, drop = remove commit\n"
14102 "These lines can be re-ordered; they are executed from top to bottom.\n"
14105 #: git-rebase--interactive.sh:171
14108 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14111 #: git-rebase--interactive.sh:175
14114 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14117 #: git-rebase--interactive.sh:211
14120 "You can amend the commit now, with\n"
14122 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14124 "Once you are satisfied with your changes, run\n"
14126 "\tgit rebase --continue"
14129 #: git-rebase--interactive.sh:236
14131 msgid "$sha1: not a commit that can be picked"
14134 #: git-rebase--interactive.sh:275
14136 msgid "Invalid commit name: $sha1"
14139 #: git-rebase--interactive.sh:317
14140 msgid "Cannot write current commit's replacement sha1"
14143 #: git-rebase--interactive.sh:369
14145 msgid "Fast-forward to $sha1"
14148 #: git-rebase--interactive.sh:371
14150 msgid "Cannot fast-forward to $sha1"
14153 #: git-rebase--interactive.sh:380
14155 msgid "Cannot move HEAD to $first_parent"
14158 #: git-rebase--interactive.sh:385
14160 msgid "Refusing to squash a merge: $sha1"
14163 #: git-rebase--interactive.sh:399
14165 msgid "Error redoing merge $sha1"
14168 #: git-rebase--interactive.sh:407
14170 msgid "Could not pick $sha1"
14173 #: git-rebase--interactive.sh:416
14175 msgid "This is the commit message #${n}:"
14178 #: git-rebase--interactive.sh:421
14180 msgid "The commit message #${n} will be skipped:"
14183 #: git-rebase--interactive.sh:432
14185 msgid "This is a combination of $count commit."
14186 msgid_plural "This is a combination of $count commits."
14190 #: git-rebase--interactive.sh:441
14192 msgid "Cannot write $fixup_msg"
14195 #: git-rebase--interactive.sh:444
14196 msgid "This is a combination of 2 commits."
14199 #: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14200 #: git-rebase--interactive.sh:531
14202 msgid "Could not apply $sha1... $rest"
14205 #: git-rebase--interactive.sh:559
14208 "Could not amend commit after successfully picking $sha1... $rest\n"
14209 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14210 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14212 "you are able to reword the commit."
14215 #: git-rebase--interactive.sh:574
14217 msgid "Stopped at $sha1_abbrev... $rest"
14220 #: git-rebase--interactive.sh:589
14222 msgid "Cannot '$squash_style' without a previous commit"
14225 #: git-rebase--interactive.sh:631
14227 msgid "Executing: $rest"
14230 #: git-rebase--interactive.sh:639
14232 msgid "Execution failed: $rest"
14235 #: git-rebase--interactive.sh:641
14236 msgid "and made changes to the index and/or the working tree"
14239 #: git-rebase--interactive.sh:643
14241 "You can fix the problem, and then run\n"
14243 "\tgit rebase --continue"
14246 #. TRANSLATORS: after these lines is a command to be issued by the user
14247 #: git-rebase--interactive.sh:656
14250 "Execution succeeded: $rest\n"
14251 "but left changes to the index and/or the working tree\n"
14252 "Commit or stash your changes, and then run\n"
14254 "\tgit rebase --continue"
14257 #: git-rebase--interactive.sh:667
14259 msgid "Unknown command: $command $sha1 $rest"
14262 #: git-rebase--interactive.sh:668
14263 msgid "Please fix this using 'git rebase --edit-todo'."
14266 #: git-rebase--interactive.sh:703
14268 msgid "Successfully rebased and updated $head_name."
14271 #: git-rebase--interactive.sh:750
14272 msgid "Could not skip unnecessary pick commands"
14275 #: git-rebase--interactive.sh:908
14278 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14282 #: git-rebase--interactive.sh:941
14285 "Warning: the command isn't recognized in the following line:\n"
14289 #: git-rebase--interactive.sh:980
14290 msgid "could not detach HEAD"
14293 #: git-rebase--interactive.sh:1018
14295 "Warning: some commits may have been dropped accidentally.\n"
14296 "Dropped commits (newer to older):"
14299 #: git-rebase--interactive.sh:1026
14301 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14303 "Use 'git config rebase.missingCommitsCheck' to change the level of "
14305 "The possible behaviours are: ignore, warn, error."
14308 #: git-rebase--interactive.sh:1037
14311 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14315 #: git-rebase--interactive.sh:1054
14317 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14321 #: git-rebase--interactive.sh:1055
14322 msgid "Or you can abort the rebase with 'git rebase --abort'."
14325 #: git-rebase--interactive.sh:1083
14326 msgid "Could not remove CHERRY_PICK_HEAD"
14329 #: git-rebase--interactive.sh:1088
14332 "You have staged changes in your working tree.\n"
14333 "If these changes are meant to be\n"
14334 "squashed into the previous commit, run:\n"
14336 " git commit --amend $gpg_sign_opt_quoted\n"
14338 "If they are meant to go into a new commit, run:\n"
14340 " git commit $gpg_sign_opt_quoted\n"
14342 "In both cases, once you're done, continue with:\n"
14344 " git rebase --continue\n"
14347 #: git-rebase--interactive.sh:1105
14348 msgid "Error trying to find the author identity to amend commit"
14351 #: git-rebase--interactive.sh:1110
14353 "You have uncommitted changes in your working tree. Please commit them\n"
14354 "first and then run 'git rebase --continue' again."
14357 #: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14358 msgid "Could not commit staged changes."
14361 #: git-rebase--interactive.sh:1147
14364 "You are editing the todo file of an ongoing interactive rebase.\n"
14365 "To continue rebase after editing, run:\n"
14366 " git rebase --continue\n"
14370 #: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14371 msgid "Could not execute editor"
14374 #: git-rebase--interactive.sh:1168
14376 msgid "Could not checkout $switch_to"
14379 #: git-rebase--interactive.sh:1173
14383 #: git-rebase--interactive.sh:1174
14385 msgid "Could not create temporary $state_dir"
14388 #: git-rebase--interactive.sh:1176
14389 msgid "Could not mark as interactive"
14392 #: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14393 msgid "Could not init rewritten commits"
14396 #: git-rebase--interactive.sh:1291
14398 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14399 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14403 #: git-rebase--interactive.sh:1296
14406 "However, if you remove everything, the rebase will be aborted.\n"
14410 #: git-rebase--interactive.sh:1303
14411 msgid "Note that empty commits are commented out"
14414 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14416 msgid "usage: $dashless $USAGE"
14419 #: git-sh-setup.sh:190
14421 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14424 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14426 msgid "fatal: $program_name cannot be used without a working tree."
14429 #: git-sh-setup.sh:220
14430 msgid "Cannot rebase: You have unstaged changes."
14433 #: git-sh-setup.sh:223
14434 msgid "Cannot rewrite branches: You have unstaged changes."
14437 #: git-sh-setup.sh:226
14438 msgid "Cannot pull with rebase: You have unstaged changes."
14441 #: git-sh-setup.sh:229
14443 msgid "Cannot $action: You have unstaged changes."
14446 #: git-sh-setup.sh:242
14447 msgid "Cannot rebase: Your index contains uncommitted changes."
14450 #: git-sh-setup.sh:245
14451 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14454 #: git-sh-setup.sh:248
14456 msgid "Cannot $action: Your index contains uncommitted changes."
14459 #: git-sh-setup.sh:252
14460 msgid "Additionally, your index contains uncommitted changes."
14463 #: git-sh-setup.sh:372
14464 msgid "You need to run this command from the toplevel of the working tree."
14467 #: git-sh-setup.sh:377
14468 msgid "Unable to determine absolute path of git directory"
14471 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14472 #: git-add--interactive.perl:196
14474 msgid "%12s %12s %s"
14477 #: git-add--interactive.perl:197
14481 #: git-add--interactive.perl:197
14485 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14489 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14493 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14497 #: git-add--interactive.perl:602
14499 msgid "added %d path\n"
14500 msgid_plural "added %d paths\n"
14504 #: git-add--interactive.perl:605
14506 msgid "updated %d path\n"
14507 msgid_plural "updated %d paths\n"
14511 #: git-add--interactive.perl:608
14513 msgid "reverted %d path\n"
14514 msgid_plural "reverted %d paths\n"
14518 #: git-add--interactive.perl:611
14520 msgid "touched %d path\n"
14521 msgid_plural "touched %d paths\n"
14525 #: git-add--interactive.perl:620
14529 #: git-add--interactive.perl:632
14533 #: git-add--interactive.perl:655
14535 msgid "note: %s is untracked now.\n"
14538 #: git-add--interactive.perl:666
14539 msgid "Add untracked"
14542 #: git-add--interactive.perl:672
14543 msgid "No untracked files.\n"
14546 #: git-add--interactive.perl:985
14548 "If the patch applies cleanly, the edited hunk will immediately be\n"
14549 "marked for staging."
14552 #: git-add--interactive.perl:988
14554 "If the patch applies cleanly, the edited hunk will immediately be\n"
14555 "marked for stashing."
14558 #: git-add--interactive.perl:991
14560 "If the patch applies cleanly, the edited hunk will immediately be\n"
14561 "marked for unstaging."
14564 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14566 "If the patch applies cleanly, the edited hunk will immediately be\n"
14567 "marked for applying."
14570 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14572 "If the patch applies cleanly, the edited hunk will immediately be\n"
14573 "marked for discarding."
14576 #: git-add--interactive.perl:1013
14578 msgid "failed to open hunk edit file for writing: %s"
14581 #: git-add--interactive.perl:1014
14582 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14585 #: git-add--interactive.perl:1020
14589 "To remove '%s' lines, make them ' ' lines (context).\n"
14590 "To remove '%s' lines, delete them.\n"
14591 "Lines starting with %s will be removed.\n"
14594 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14595 #: git-add--interactive.perl:1028
14597 "If it does not apply cleanly, you will be given an opportunity to\n"
14598 "edit again. If all lines of the hunk are removed, then the edit is\n"
14599 "aborted and the hunk is left unchanged.\n"
14602 #: git-add--interactive.perl:1042
14604 msgid "failed to open hunk edit file for reading: %s"
14607 #. TRANSLATORS: do not translate [y/n]
14608 #. The program will only accept that input
14610 #. Consider translating (saying "no" discards!) as
14611 #. (saying "n" for "no" discards!) if the translation
14612 #. of the word "no" does not start with n.
14613 #: git-add--interactive.perl:1134
14615 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14618 #: git-add--interactive.perl:1143
14620 "y - stage this hunk\n"
14621 "n - do not stage this hunk\n"
14622 "q - quit; do not stage this hunk or any of the remaining ones\n"
14623 "a - stage this hunk and all later hunks in the file\n"
14624 "d - do not stage this hunk or any of the later hunks in the file"
14627 #: git-add--interactive.perl:1149
14629 "y - stash this hunk\n"
14630 "n - do not stash this hunk\n"
14631 "q - quit; do not stash this hunk or any of the remaining ones\n"
14632 "a - stash this hunk and all later hunks in the file\n"
14633 "d - do not stash this hunk or any of the later hunks in the file"
14636 #: git-add--interactive.perl:1155
14638 "y - unstage this hunk\n"
14639 "n - do not unstage this hunk\n"
14640 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14641 "a - unstage this hunk and all later hunks in the file\n"
14642 "d - do not unstage this hunk or any of the later hunks in the file"
14645 #: git-add--interactive.perl:1161
14647 "y - apply this hunk to index\n"
14648 "n - do not apply this hunk to index\n"
14649 "q - quit; do not apply this hunk or any of the remaining ones\n"
14650 "a - apply this hunk and all later hunks in the file\n"
14651 "d - do not apply this hunk or any of the later hunks in the file"
14654 #: git-add--interactive.perl:1167
14656 "y - discard this hunk from worktree\n"
14657 "n - do not discard this hunk from worktree\n"
14658 "q - quit; do not discard this hunk or any of the remaining ones\n"
14659 "a - discard this hunk and all later hunks in the file\n"
14660 "d - do not discard this hunk or any of the later hunks in the file"
14663 #: git-add--interactive.perl:1173
14665 "y - discard this hunk from index and worktree\n"
14666 "n - do not discard this hunk from index and worktree\n"
14667 "q - quit; do not discard this hunk or any of the remaining ones\n"
14668 "a - discard this hunk and all later hunks in the file\n"
14669 "d - do not discard this hunk or any of the later hunks in the file"
14672 #: git-add--interactive.perl:1179
14674 "y - apply this hunk to index and worktree\n"
14675 "n - do not apply this hunk to index and worktree\n"
14676 "q - quit; do not apply this hunk or any of the remaining ones\n"
14677 "a - apply this hunk and all later hunks in the file\n"
14678 "d - do not apply this hunk or any of the later hunks in the file"
14681 #: git-add--interactive.perl:1188
14683 "g - select a hunk to go to\n"
14684 "/ - search for a hunk matching the given regex\n"
14685 "j - leave this hunk undecided, see next undecided hunk\n"
14686 "J - leave this hunk undecided, see next hunk\n"
14687 "k - leave this hunk undecided, see previous undecided hunk\n"
14688 "K - leave this hunk undecided, see previous hunk\n"
14689 "s - split the current hunk into smaller hunks\n"
14690 "e - manually edit the current hunk\n"
14694 #: git-add--interactive.perl:1219
14695 msgid "The selected hunks do not apply to the index!\n"
14698 #: git-add--interactive.perl:1220
14699 msgid "Apply them to the worktree anyway? "
14702 #: git-add--interactive.perl:1223
14703 msgid "Nothing was applied.\n"
14706 #: git-add--interactive.perl:1234
14708 msgid "ignoring unmerged: %s\n"
14711 #: git-add--interactive.perl:1243
14712 msgid "Only binary files changed.\n"
14715 #: git-add--interactive.perl:1245
14716 msgid "No changes.\n"
14719 #: git-add--interactive.perl:1253
14720 msgid "Patch update"
14723 #: git-add--interactive.perl:1305
14725 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14728 #: git-add--interactive.perl:1306
14730 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14733 #: git-add--interactive.perl:1307
14735 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14738 #: git-add--interactive.perl:1310
14740 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14743 #: git-add--interactive.perl:1311
14745 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14748 #: git-add--interactive.perl:1312
14750 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14753 #: git-add--interactive.perl:1315
14755 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14758 #: git-add--interactive.perl:1316
14760 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14763 #: git-add--interactive.perl:1317
14765 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14768 #: git-add--interactive.perl:1320
14770 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14773 #: git-add--interactive.perl:1321
14775 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14778 #: git-add--interactive.perl:1322
14780 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14783 #: git-add--interactive.perl:1325
14785 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14788 #: git-add--interactive.perl:1326
14790 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14793 #: git-add--interactive.perl:1327
14795 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14798 #: git-add--interactive.perl:1330
14800 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14803 #: git-add--interactive.perl:1331
14805 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14808 #: git-add--interactive.perl:1332
14810 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14813 #: git-add--interactive.perl:1335
14815 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14818 #: git-add--interactive.perl:1336
14820 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14823 #: git-add--interactive.perl:1337
14825 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14828 #: git-add--interactive.perl:1440
14829 msgid "go to which hunk (<ret> to see more)? "
14832 #: git-add--interactive.perl:1442
14833 msgid "go to which hunk? "
14836 #: git-add--interactive.perl:1451
14838 msgid "Invalid number: '%s'\n"
14841 #: git-add--interactive.perl:1456
14843 msgid "Sorry, only %d hunk available.\n"
14844 msgid_plural "Sorry, only %d hunks available.\n"
14848 #: git-add--interactive.perl:1482
14849 msgid "search for regex? "
14852 #: git-add--interactive.perl:1495
14854 msgid "Malformed search regexp %s: %s\n"
14857 #: git-add--interactive.perl:1505
14858 msgid "No hunk matches the given pattern\n"
14861 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
14862 msgid "No previous hunk\n"
14865 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
14866 msgid "No next hunk\n"
14869 #: git-add--interactive.perl:1553
14871 msgid "Split into %d hunk.\n"
14872 msgid_plural "Split into %d hunks.\n"
14876 #: git-add--interactive.perl:1605
14877 msgid "Review diff"
14880 #. TRANSLATORS: please do not translate the command names
14881 #. 'status', 'update', 'revert', etc.
14882 #: git-add--interactive.perl:1624
14884 "status - show paths with changes\n"
14885 "update - add working tree state to the staged set of changes\n"
14886 "revert - revert staged set of changes back to the HEAD version\n"
14887 "patch - pick hunks and update selectively\n"
14888 "diff - view diff between HEAD and index\n"
14889 "add untracked - add contents of untracked files to the staged set of "
14893 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
14894 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
14895 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
14899 #: git-add--interactive.perl:1662
14901 msgid "unknown --patch mode: %s"
14904 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
14906 msgid "invalid argument %s, expecting --"
14909 #: git-send-email.perl:126
14910 msgid "local zone differs from GMT by a non-minute interval\n"
14913 #: git-send-email.perl:133 git-send-email.perl:139
14914 msgid "local time offset greater than or equal to 24 hours\n"
14917 #: git-send-email.perl:208 git-send-email.perl:214
14918 msgid "the editor exited uncleanly, aborting everything"
14921 #: git-send-email.perl:291
14924 "'%s' contains an intermediate version of the email you were composing.\n"
14927 #: git-send-email.perl:296
14929 msgid "'%s.final' contains the composed email.\n"
14932 #: git-send-email.perl:314
14933 msgid "--dump-aliases incompatible with other options\n"
14936 #: git-send-email.perl:379 git-send-email.perl:634
14937 msgid "Cannot run git format-patch from outside a repository\n"
14940 #: git-send-email.perl:448
14942 msgid "Unknown --suppress-cc field: '%s'\n"
14945 #: git-send-email.perl:477
14947 msgid "Unknown --confirm setting: '%s'\n"
14950 #: git-send-email.perl:509
14952 msgid "warning: sendmail alias with quotes is not supported: %s\n"
14955 #: git-send-email.perl:511
14957 msgid "warning: `:include:` not supported: %s\n"
14960 #: git-send-email.perl:513
14962 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14965 #: git-send-email.perl:518
14967 msgid "warning: sendmail line is not recognized: %s\n"
14970 #: git-send-email.perl:600
14973 "File '%s' exists but it could also be the range of commits\n"
14974 "to produce patches for. Please disambiguate by...\n"
14976 " * Saying \"./%s\" if you mean a file; or\n"
14977 " * Giving --format-patch option if you mean a range.\n"
14980 #: git-send-email.perl:621
14982 msgid "Failed to opendir %s: %s"
14985 #: git-send-email.perl:645
14989 "warning: no patches were sent\n"
14992 #: git-send-email.perl:656
14995 "No patch files specified!\n"
14999 #: git-send-email.perl:669
15001 msgid "No subject line in %s?"
15004 #: git-send-email.perl:679
15006 msgid "Failed to open for writing %s: %s"
15009 #: git-send-email.perl:689
15011 "Lines beginning in \"GIT:\" will be removed.\n"
15012 "Consider including an overall diffstat or table of contents\n"
15013 "for the patch you are writing.\n"
15015 "Clear the body content if you don't wish to send a summary.\n"
15018 #: git-send-email.perl:712
15020 msgid "Failed to open %s.final: %s"
15023 #: git-send-email.perl:715
15025 msgid "Failed to open %s: %s"
15028 #: git-send-email.perl:750
15029 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15032 #: git-send-email.perl:759
15033 msgid "Summary email is empty, skipping it\n"
15036 #. TRANSLATORS: please keep [y/N] as is.
15037 #: git-send-email.perl:791
15039 msgid "Are you sure you want to use <%s> [y/N]? "
15042 #: git-send-email.perl:820
15044 "The following files are 8bit, but do not declare a Content-Transfer-"
15048 #: git-send-email.perl:825
15049 msgid "Which 8bit encoding should I declare [UTF-8]? "
15052 #: git-send-email.perl:833
15055 "Refusing to send because the patch\n"
15057 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15061 #: git-send-email.perl:852
15062 msgid "To whom should the emails be sent (if anyone)?"
15065 #: git-send-email.perl:870
15067 msgid "fatal: alias '%s' expands to itself\n"
15070 #: git-send-email.perl:882
15071 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15074 #: git-send-email.perl:932 git-send-email.perl:940
15076 msgid "error: unable to extract a valid address from: %s\n"
15079 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15080 #. translation. The program will only accept English input
15082 #: git-send-email.perl:944
15083 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15086 #: git-send-email.perl:1245
15088 msgid "CA path \"%s\" does not exist"
15091 #: git-send-email.perl:1320
15093 " The Cc list above has been expanded by additional\n"
15094 " addresses found in the patch commit message. By default\n"
15095 " send-email prompts before sending whenever this occurs.\n"
15096 " This behavior is controlled by the sendemail.confirm\n"
15097 " configuration setting.\n"
15099 " For additional information, run 'git send-email --help'.\n"
15100 " To retain the current behavior, but squelch this message,\n"
15101 " run 'git config --global sendemail.confirm auto'.\n"
15105 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15106 #. translation. The program will only accept English input
15108 #: git-send-email.perl:1335
15109 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15112 #: git-send-email.perl:1338
15113 msgid "Send this email reply required"
15116 #: git-send-email.perl:1364
15117 msgid "The required SMTP server is not properly defined."
15120 #: git-send-email.perl:1411
15122 msgid "Server does not support STARTTLS! %s"
15125 #: git-send-email.perl:1416 git-send-email.perl:1420
15127 msgid "STARTTLS failed! %s"
15130 #: git-send-email.perl:1430
15131 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15134 #: git-send-email.perl:1448
15136 msgid "Failed to send %s\n"
15139 #: git-send-email.perl:1451
15141 msgid "Dry-Sent %s\n"
15144 #: git-send-email.perl:1451
15149 #: git-send-email.perl:1453
15150 msgid "Dry-OK. Log says:\n"
15153 #: git-send-email.perl:1453
15154 msgid "OK. Log says:\n"
15157 #: git-send-email.perl:1465
15161 #: git-send-email.perl:1468
15162 msgid "Result: OK\n"
15165 #: git-send-email.perl:1481
15167 msgid "can't open file %s"
15170 #: git-send-email.perl:1528 git-send-email.perl:1548
15172 msgid "(mbox) Adding cc: %s from line '%s'\n"
15175 #: git-send-email.perl:1534
15177 msgid "(mbox) Adding to: %s from line '%s'\n"
15180 #: git-send-email.perl:1582
15182 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15185 #: git-send-email.perl:1605
15187 msgid "(body) Adding cc: %s from line '%s'\n"
15190 #: git-send-email.perl:1711
15192 msgid "(%s) Could not execute '%s'"
15195 #: git-send-email.perl:1718
15197 msgid "(%s) Adding %s: %s from: '%s'\n"
15200 #: git-send-email.perl:1722
15202 msgid "(%s) failed to close pipe to '%s'"
15205 #: git-send-email.perl:1749
15206 msgid "cannot send message as 7bit"
15209 #: git-send-email.perl:1757
15210 msgid "invalid transfer encoding"
15213 #: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:1856
15215 msgid "unable to open %s: %s\n"
15218 #: git-send-email.perl:1798
15220 msgid "%s: patch contains a line longer than 998 characters"
15223 #: git-send-email.perl:1814
15225 msgid "Skipping %s with backup suffix '%s'.\n"
15228 #. TRANSLATORS: please keep "[y|N]" as is.
15229 #: git-send-email.perl:1818
15231 msgid "Do you really want to send %s? [y|N]: "