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-10-17 09:44+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:1211
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:3418 apply.c:3429 apply.c:3475 setup.c:277
320 msgid "failed to read %s"
325 msgid "reading from '%s' beyond a symbolic link"
328 #: apply.c:3455 apply.c:3695
330 msgid "path %s has been renamed/deleted"
333 #: apply.c:3538 apply.c:3709
335 msgid "%s: does not exist in index"
338 #: apply.c:3547 apply.c:3717
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:3601 apply.c:3605
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:3886 apply.c:3888
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:4117 builtin/checkout.c:235 builtin/reset.c:148
443 msgid "make_cache_entry failed for path '%s'"
448 msgid "could not add %s to temporary index"
453 msgid "could not write temporary index to %s"
458 msgid "unable to remove %s from index"
463 msgid "corrupt patch for submodule %s"
468 msgid "unable to stat newly created file '%s'"
473 msgid "unable to create backing store for newly created file %s"
476 #: apply.c:4324 apply.c:4468
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:4567 builtin/fetch.c:760 builtin/fetch.c:1010
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:4892 apply.c:4907
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:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
575 #: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
576 #: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
577 #: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
578 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
579 #: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
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:4953 builtin/am.c:2265
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:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
645 msgid "paths are separated with NUL character"
649 msgid "ensure at least <n> lines of context match"
652 #: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
658 msgid "detect new or modified lines that have whitespace errors"
661 #: apply.c:4989 apply.c:4992
662 msgid "ignore changes in whitespace when finding context"
666 msgid "apply the patch in reverse"
670 msgid "don't expect at least one line of context"
674 msgid "leave the rejected hunks in corresponding *.rej files"
678 msgid "allow overlapping hunks"
681 #: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
682 #: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
683 #: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
688 msgid "tolerate incorrectly detected missing new-line at the end of file"
692 msgid "do not trust the line counts in the hunk headers"
695 #: apply.c:5009 builtin/am.c:2253
700 msgid "prepend <root> to all filenames"
704 msgid "git archive [<options>] <tree-ish> [<path>...]"
708 msgid "git archive --list"
713 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
717 msgid "git archive --remote <repo> [--exec <cmd>] --list"
720 #: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
722 msgid "pathspec '%s' did not match any files"
730 msgid "archive format"
733 #: archive.c:437 builtin/log.c:1452
738 msgid "prepend prefix to each pathname in the archive"
741 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
742 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
743 #: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
744 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
745 #: parse-options.h:153
749 #: archive.c:440 builtin/archive.c:89
750 msgid "write the archive to this file"
754 msgid "read .gitattributes in working directory"
758 msgid "report archived files on stderr"
766 msgid "compress faster"
770 msgid "compress better"
774 msgid "list supported archive formats"
777 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
778 #: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
782 #: archive.c:459 builtin/archive.c:91
783 msgid "retrieve the archive from remote repository <repo>"
786 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
790 #: archive.c:461 builtin/archive.c:93
791 msgid "path to the remote git-upload-archive command"
795 msgid "Unexpected option --remote"
799 msgid "Option --exec can only be used together with --remote"
803 msgid "Unexpected option --output"
808 msgid "Unknown archive format '%s'"
813 msgid "Argument not supported for format '%s': -%d"
818 msgid "%.*s is not a valid attribute name"
823 "Negative patterns are ignored in git attributes\n"
824 "Use '\\!' for literal leading exclamation."
829 msgid "Badly quoted content in file '%s': %s"
834 msgid "We cannot bisect more!\n"
839 msgid "Not a valid commit name %s"
845 "The merge base %s is bad.\n"
846 "This means the bug has been fixed between %s and [%s].\n"
852 "The merge base %s is new.\n"
853 "The property has changed between %s and [%s].\n"
859 "The merge base %s is %s.\n"
860 "This means the first '%s' commit is between %s and [%s].\n"
866 "Some %s revs are not ancestors of the %s rev.\n"
867 "git bisect cannot work properly in this case.\n"
868 "Maybe you mistook %s and %s revs?\n"
874 "the merge base between %s and [%s] must be skipped.\n"
875 "So we cannot be sure the first %s commit is between %s and %s.\n"
876 "We continue anyway."
881 msgid "Bisecting: a merge base must be tested\n"
886 msgid "a %s revision is needed"
889 #: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
891 msgid "could not create file '%s'"
896 msgid "could not read file '%s'"
900 msgid "reading bisect refs failed"
905 msgid "%s was both %s and %s\n"
911 "No testable commit found.\n"
912 "Maybe you started with bad path parameters?\n"
917 msgid "(roughly %d step)"
918 msgid_plural "(roughly %d steps)"
922 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
923 #. steps)" translation.
927 msgid "Bisecting: %d revision left to test after this %s\n"
928 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
933 msgid "--contents and --reverse do not blend well."
937 msgid "cannot use --contents with final commit object name"
941 msgid "--reverse and --first-parent together require specified latest commit"
944 #: blame.c:1797 bundle.c:169 ref-filter.c:1947 sequencer.c:1168
945 #: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
946 #: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
947 #: builtin/shortlog.c:191
948 msgid "revision walk setup failed"
953 "--reverse --first-parent together require range along first-parent chain"
958 msgid "no such path %s in %s"
963 msgid "cannot read blob %s for path %s"
970 "After fixing the error cause you may try to fix up\n"
971 "the remote tracking information by invoking\n"
972 "\"git branch --set-upstream-to=%s%s%s\"."
977 msgid "Not setting branch %s as its own upstream."
982 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
987 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
992 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
997 msgid "Branch '%s' set up to track local branch '%s'."
1002 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1007 msgid "Branch '%s' set up to track remote ref '%s'."
1012 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1017 msgid "Branch '%s' set up to track local ref '%s'."
1021 msgid "Unable to write upstream branch configuration"
1026 msgid "Not tracking: ambiguous information for ref %s"
1031 msgid "'%s' is not a valid branch name."
1036 msgid "A branch named '%s' already exists."
1040 msgid "Cannot force update the current branch."
1045 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1050 msgid "the requested upstream branch '%s' does not exist"
1056 "If you are planning on basing your work on an upstream\n"
1057 "branch that already exists at the remote, you may need to\n"
1058 "run \"git fetch\" to retrieve it.\n"
1060 "If you are planning to push out a new local branch that\n"
1061 "will track its remote counterpart, you may want to use\n"
1062 "\"git push -u\" to set the upstream config as you push."
1067 msgid "Not a valid object name: '%s'."
1072 msgid "Ambiguous object name: '%s'."
1077 msgid "Not a valid branch point: '%s'."
1082 msgid "'%s' is already checked out at '%s'"
1087 msgid "HEAD of working tree %s is not updated"
1092 msgid "'%s' does not look like a v2 bundle file"
1097 msgid "unrecognized header: %s%s (%d)"
1100 #: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1101 #: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1102 #: sequencer.c:2949 builtin/commit.c:782
1104 msgid "could not open '%s'"
1108 msgid "Repository lacks these prerequisite commits:"
1113 msgid "The bundle contains this ref:"
1114 msgid_plural "The bundle contains these %d refs:"
1119 msgid "The bundle records a complete history."
1124 msgid "The bundle requires this ref:"
1125 msgid_plural "The bundle requires these %d refs:"
1130 msgid "Could not spawn pack-objects"
1134 msgid "pack-objects died"
1138 msgid "rev-list died"
1143 msgid "ref '%s' is excluded by the rev-list options"
1146 #: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1148 msgid "unrecognized argument: %s"
1152 msgid "Refusing to create empty bundle."
1157 msgid "cannot create '%s'"
1161 msgid "index-pack died"
1166 msgid "invalid color value: %.*s"
1169 #: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1467 builtin/am.c:2105
1172 msgid "could not parse %s"
1177 msgid "%s %s is not a commit!"
1182 "Warning: commit message did not conform to UTF-8.\n"
1183 "You may want to amend it after fixing the message, or set the config\n"
1184 "variable i18n.commitencoding to the encoding your project uses.\n"
1187 #: compat/obstack.c:406 compat/obstack.c:408
1188 msgid "memory exhausted"
1192 msgid "relative config include conditionals must come from files"
1197 msgid "bad config line %d in blob %s"
1202 msgid "bad config line %d in file %s"
1207 msgid "bad config line %d in standard input"
1212 msgid "bad config line %d in submodule-blob %s"
1217 msgid "bad config line %d in command line %s"
1222 msgid "bad config line %d in %s"
1226 msgid "out of range"
1230 msgid "invalid unit"
1235 msgid "bad numeric config value '%s' for '%s': %s"
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1270 msgid "failed to expand user dir in: '%s'"
1273 #: config.c:1085 config.c:1096
1275 msgid "bad zlib compression level %d"
1280 msgid "invalid mode for object creation: %s"
1285 msgid "bad pack compression level %d"
1289 msgid "unable to parse command-line config"
1293 msgid "unknown error occurred while reading the configuration files"
1298 msgid "Invalid %s: '%s'"
1303 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1308 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1313 msgid "unable to parse '%s' from command-line config"
1318 msgid "bad config variable '%s' in file '%s' at line %d"
1323 msgid "%s has multiple values"
1326 #: config.c:2571 config.c:2789
1328 msgid "fstat on %s failed"
1333 msgid "could not set '%s' to '%s'"
1336 #: config.c:2680 builtin/remote.c:776
1338 msgid "could not unset '%s'"
1342 msgid "The remote end hung up upon initial contact"
1347 "Could not read from remote repository.\n"
1349 "Please make sure you have the correct access rights\n"
1350 "and the repository exists."
1353 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1354 msgid "Checking connectivity"
1358 msgid "Could not run 'git rev-list'"
1362 msgid "failed write to rev-list"
1366 msgid "failed to close rev-list's stdin"
1372 "CRLF will be replaced by LF in %s.\n"
1373 "The file will have its original line endings in your working directory."
1378 msgid "CRLF would be replaced by LF in %s."
1384 "LF will be replaced by CRLF in %s.\n"
1385 "The file will have its original line endings in your working directory."
1390 msgid "LF would be replaced by CRLF in %s"
1394 msgid "in the future"
1399 msgid "%<PRIuMAX> second ago"
1400 msgid_plural "%<PRIuMAX> seconds ago"
1406 msgid "%<PRIuMAX> minute ago"
1407 msgid_plural "%<PRIuMAX> minutes ago"
1413 msgid "%<PRIuMAX> hour ago"
1414 msgid_plural "%<PRIuMAX> hours ago"
1420 msgid "%<PRIuMAX> day ago"
1421 msgid_plural "%<PRIuMAX> days ago"
1427 msgid "%<PRIuMAX> week ago"
1428 msgid_plural "%<PRIuMAX> weeks ago"
1434 msgid "%<PRIuMAX> month ago"
1435 msgid_plural "%<PRIuMAX> months ago"
1441 msgid "%<PRIuMAX> year"
1442 msgid_plural "%<PRIuMAX> years"
1446 #. TRANSLATORS: "%s" is "<n> years"
1449 msgid "%s, %<PRIuMAX> month ago"
1450 msgid_plural "%s, %<PRIuMAX> months ago"
1454 #: date.c:175 date.c:180
1456 msgid "%<PRIuMAX> year ago"
1457 msgid_plural "%<PRIuMAX> years ago"
1461 #: diffcore-order.c:24
1463 msgid "failed to read orderfile '%s'"
1466 #: diffcore-rename.c:536
1467 msgid "Performing inexact rename detection"
1472 msgid "option '%s' requires a value"
1477 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1482 msgid " Unknown dirstat parameter '%s'\n"
1487 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1493 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1499 "Found errors in 'diff.dirstat' config variable:\n"
1505 msgid "external diff died, stopping at %s"
1509 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1513 msgid "--follow requires exactly one pathspec"
1519 "Failed to parse --dirstat/-X option parameter:\n"
1525 msgid "Failed to parse --submodule option parameter: '%s'"
1529 msgid "inexact rename detection was skipped due to too many files."
1533 msgid "only found copies from modified paths due to too many files."
1539 "you may want to set your %s variable to at least %d and retry the command."
1543 msgid "failed to get kernel name and information"
1547 msgid "Untracked cache is disabled on this system or location."
1550 #: dir.c:2885 dir.c:2890
1552 msgid "could not create directories for %s"
1557 msgid "could not migrate git directory from '%s' to '%s'"
1561 msgid "Filtering content"
1566 msgid "could not stat file '%s'"
1570 msgid "git fetch-pack: expected shallow list"
1574 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1577 #: fetch-pack.c:283 builtin/archive.c:63
1579 msgid "remote error: %s"
1584 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1588 msgid "--stateless-rpc requires multi_ack_detailed"
1593 msgid "invalid shallow line: %s"
1598 msgid "invalid unshallow line: %s"
1603 msgid "object not found: %s"
1608 msgid "error in object: %s"
1613 msgid "no shallow found: %s"
1618 msgid "expected shallow/unshallow, got %s"
1623 msgid "got %s %d %s"
1628 msgid "invalid commit %s"
1635 #: fetch-pack.c:534 progress.c:242
1641 msgid "got %s (%d) %s"
1646 msgid "Marking %s as complete"
1651 msgid "already have %s (%s)"
1655 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1659 msgid "protocol error: bad pack header"
1664 msgid "fetch-pack: unable to fork off %s"
1673 msgid "error in sideband demultiplexer"
1677 msgid "Server does not support shallow clients"
1681 msgid "Server supports multi_ack_detailed"
1685 msgid "Server supports no-done"
1689 msgid "Server supports multi_ack"
1693 msgid "Server supports side-band-64k"
1697 msgid "Server supports side-band"
1701 msgid "Server supports allow-tip-sha1-in-want"
1705 msgid "Server supports allow-reachable-sha1-in-want"
1709 msgid "Server supports ofs-delta"
1714 msgid "Server version is %.*s"
1718 msgid "Server does not support --shallow-since"
1722 msgid "Server does not support --shallow-exclude"
1726 msgid "Server does not support --deepen"
1730 msgid "no common commits"
1733 #: fetch-pack.c:1004
1734 msgid "git fetch-pack: fetch failed."
1737 #: fetch-pack.c:1166
1738 msgid "no matching remote head"
1741 #: fetch-pack.c:1188
1743 msgid "no such remote ref %s"
1746 #: fetch-pack.c:1191
1748 msgid "Server does not allow request for unadvertised object %s"
1751 #: gpg-interface.c:181
1752 msgid "gpg failed to sign the data"
1755 #: gpg-interface.c:211
1756 msgid "could not create temporary file"
1759 #: gpg-interface.c:214
1761 msgid "failed writing detached signature to '%s'"
1766 msgid "ignore invalid color '%.*s' in log.graphColors"
1771 msgid "'%s': unable to read %s"
1774 #: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1776 msgid "failed to stat '%s'"
1781 msgid "'%s': short read"
1786 msgid "available git commands in '%s'"
1790 msgid "git commands available from elsewhere on your $PATH"
1794 msgid "These are common Git commands used in various situations:"
1800 "'%s' appears to be a git command, but we were not\n"
1801 "able to execute it. Maybe git-%s is broken?"
1805 msgid "Uh oh. Your system reports no Git commands at all."
1810 msgid "WARNING: You called a Git command named '%s', which does not exist."
1815 msgid "Continuing under the assumption that you meant '%s'."
1820 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1825 msgid "git: '%s' is not a git command. See 'git --help'."
1831 "The most similar command is"
1834 "The most similar commands are"
1839 msgid "git version [<options>]"
1850 "Did you mean this?"
1853 "Did you mean one of these?"
1860 "*** Please tell me who you are.\n"
1864 " git config --global user.email \"you@example.com\"\n"
1865 " git config --global user.name \"Your Name\"\n"
1867 "to set your account's default identity.\n"
1868 "Omit --global to set the identity only in this repository.\n"
1873 msgid "no email was given and auto-detection is disabled"
1878 msgid "unable to auto-detect email address (got '%s')"
1882 msgid "no name was given and auto-detection is disabled"
1887 msgid "unable to auto-detect name (got '%s')"
1892 msgid "empty ident name (for <%s>) not allowed"
1897 msgid "name consists only of disallowed characters: %s"
1900 #: ident.c:416 builtin/commit.c:616
1902 msgid "invalid date format: %s"
1908 "Unable to create '%s.lock': %s.\n"
1910 "Another git process seems to be running in this repository, e.g.\n"
1911 "an editor opened by 'git commit'. Please make sure all processes\n"
1912 "are terminated then try again. If it still fails, a git process\n"
1913 "may have crashed in this repository earlier:\n"
1914 "remove the file manually to continue."
1919 msgid "Unable to create '%s.lock': %s"
1923 msgid "failed to read the cache"
1926 #: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
1927 #: builtin/checkout.c:595 builtin/clone.c:754
1928 msgid "unable to write new index file"
1931 #: merge-recursive.c:235
1932 msgid "(bad commit)\n"
1935 #: merge-recursive.c:257 merge-recursive.c:265
1937 msgid "addinfo_cache failed for path '%s'"
1940 #: merge-recursive.c:329
1941 msgid "error building trees"
1944 #: merge-recursive.c:752
1946 msgid "failed to create path '%s'%s"
1949 #: merge-recursive.c:763
1951 msgid "Removing %s to make room for subdirectory\n"
1954 #: merge-recursive.c:777 merge-recursive.c:796
1955 msgid ": perhaps a D/F conflict?"
1958 #: merge-recursive.c:786
1960 msgid "refusing to lose untracked file at '%s'"
1963 #: merge-recursive.c:828 builtin/cat-file.c:37
1965 msgid "cannot read object %s '%s'"
1968 #: merge-recursive.c:830
1970 msgid "blob expected for %s '%s'"
1973 #: merge-recursive.c:854
1975 msgid "failed to open '%s': %s"
1978 #: merge-recursive.c:865
1980 msgid "failed to symlink '%s': %s"
1983 #: merge-recursive.c:870
1985 msgid "do not know what to do with %06o %s '%s'"
1988 #: merge-recursive.c:1010
1989 msgid "Failed to execute internal merge"
1992 #: merge-recursive.c:1014
1994 msgid "Unable to add %s to database"
1997 #: merge-recursive.c:1117
2000 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2004 #: merge-recursive.c:1122
2007 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2011 #: merge-recursive.c:1129
2014 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2018 #: merge-recursive.c:1134
2021 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2022 "left in tree at %s."
2025 #: merge-recursive.c:1168
2029 #: merge-recursive.c:1168
2033 #: merge-recursive.c:1225
2035 msgid "%s is a directory in %s adding as %s instead"
2038 #: merge-recursive.c:1250
2041 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2042 "\"->\"%s\" in \"%s\"%s"
2045 #: merge-recursive.c:1255
2046 msgid " (left unresolved)"
2049 #: merge-recursive.c:1317
2051 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2054 #: merge-recursive.c:1350
2056 msgid "Renaming %s to %s and %s to %s instead"
2059 #: merge-recursive.c:1553
2061 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2064 #: merge-recursive.c:1568
2066 msgid "Adding merged %s"
2069 #: merge-recursive.c:1575 merge-recursive.c:1805
2071 msgid "Adding as %s instead"
2074 #: merge-recursive.c:1632
2076 msgid "cannot read object %s"
2079 #: merge-recursive.c:1635
2081 msgid "object %s is not a blob"
2084 #: merge-recursive.c:1704
2088 #: merge-recursive.c:1704
2092 #: merge-recursive.c:1714
2096 #: merge-recursive.c:1721
2100 #: merge-recursive.c:1757
2102 msgid "Skipped %s (merged same as existing)"
2105 #: merge-recursive.c:1771
2107 msgid "Auto-merging %s"
2110 #: merge-recursive.c:1775 git-submodule.sh:944
2114 #: merge-recursive.c:1776
2116 msgid "CONFLICT (%s): Merge conflict in %s"
2119 #: merge-recursive.c:1870
2124 #: merge-recursive.c:1896
2125 msgid "file/directory"
2128 #: merge-recursive.c:1902
2129 msgid "directory/file"
2132 #: merge-recursive.c:1908
2134 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2137 #: merge-recursive.c:1917
2142 #: merge-recursive.c:1954
2143 msgid "Already up to date!"
2146 #: merge-recursive.c:1963
2148 msgid "merging of trees %s and %s failed"
2151 #: merge-recursive.c:2060
2155 #: merge-recursive.c:2073
2157 msgid "found %u common ancestor:"
2158 msgid_plural "found %u common ancestors:"
2162 #: merge-recursive.c:2112
2163 msgid "merge returned no commit"
2166 #: merge-recursive.c:2175
2168 msgid "Could not parse object '%s'"
2171 #: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2172 msgid "Unable to write index."
2175 #: notes-merge.c:272
2178 "You have not concluded your previous notes merge (%s exists).\n"
2179 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2180 "commit/abort the previous merge before you start a new notes merge."
2183 #: notes-merge.c:279
2185 msgid "You have not concluded your notes merge (%s exists)."
2189 msgid "Cannot commit uninitialized/unreferenced notes tree"
2192 #: notes-utils.c:101
2194 msgid "Bad notes.rewriteMode value: '%s'"
2197 #: notes-utils.c:111
2199 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2202 #. TRANSLATORS: The first %s is the name of
2203 #. the environment variable, the second %s is
2206 #: notes-utils.c:141
2208 msgid "Bad %s value: '%s'"
2213 msgid "unable to parse object: %s"
2217 msgid "offset before end of packfile (broken .idx?)"
2222 msgid "offset before start of pack index for %s (corrupt index?)"
2227 msgid "offset beyond end of pack index for %s (truncated index?)"
2230 #: parse-options.c:573
2234 #: parse-options.c:592
2239 #. TRANSLATORS: the colon here should align with the
2240 #. one in "usage: %s" translation.
2242 #: parse-options.c:598
2247 #: parse-options.c:601
2252 #: parse-options.c:640
2256 #: parse-options-cb.c:108
2258 msgid "malformed object name '%s'"
2263 msgid "Could not make %s writable by group"
2267 msgid "Escape character '\\' not allowed as last character in attr value"
2271 msgid "Only one 'attr:' specification is allowed."
2275 msgid "attr spec must not be empty"
2280 msgid "invalid attribute name %s"
2284 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2289 "global 'literal' pathspec setting is incompatible with all other global "
2294 msgid "invalid parameter for pathspec magic 'prefix'"
2299 msgid "Invalid pathspec magic '%.*s' in '%s'"
2304 msgid "Missing ')' at the end of pathspec magic in '%s'"
2309 msgid "Unimplemented pathspec magic '%c' in '%s'"
2314 msgid "%s: 'literal' and 'glob' are incompatible"
2319 msgid "%s: '%s' is outside repository"
2324 msgid "'%s' (mnemonic: '%c')"
2329 msgid "%s: pathspec magic not supported by this command: %s"
2334 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2335 "use . instead if you meant to match all paths"
2340 msgid "pathspec '%s' is beyond a symbolic link"
2344 msgid "unable to parse --pretty format"
2347 #: read-cache.c:1443
2350 "index.version set, but the value is invalid.\n"
2354 #: read-cache.c:1453
2357 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2361 #: read-cache.c:2316 builtin/merge.c:1046
2363 msgid "could not close '%s'"
2366 #: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2368 msgid "could not stat '%s'"
2371 #: read-cache.c:2407
2373 msgid "unable to open git dir: %s"
2376 #: read-cache.c:2419
2378 msgid "unable to unlink: %s"
2383 msgid "Could not open '%s' for writing"
2387 msgid "ref updates forbidden inside quarantine environment"
2390 #: refs/files-backend.c:1136
2392 msgid "could not remove reference %s"
2395 #: refs/files-backend.c:1150 refs/packed-backend.c:1430
2396 #: refs/packed-backend.c:1440
2398 msgid "could not delete reference %s: %s"
2401 #: refs/files-backend.c:1153 refs/packed-backend.c:1443
2403 msgid "could not delete references: %s"
2406 #: ref-filter.c:35 wt-status.c:1811
2422 msgid "ahead %d, behind %d"
2427 msgid "expected format: %%(color:<color>)"
2432 msgid "unrecognized color: %%(color:%s)"
2437 msgid "Integer value expected refname:lstrip=%s"
2442 msgid "Integer value expected refname:rstrip=%s"
2447 msgid "unrecognized %%(%s) argument: %s"
2452 msgid "%%(body) does not take arguments"
2457 msgid "%%(subject) does not take arguments"
2462 msgid "unknown %%(trailers) argument: %s"
2467 msgid "positive value expected contents:lines=%s"
2472 msgid "unrecognized %%(contents) argument: %s"
2477 msgid "positive value expected objectname:short=%s"
2482 msgid "unrecognized %%(objectname) argument: %s"
2487 msgid "expected format: %%(align:<width>,<position>)"
2492 msgid "unrecognized position:%s"
2497 msgid "unrecognized width:%s"
2502 msgid "unrecognized %%(align) argument: %s"
2507 msgid "positive width expected with the %%(align) atom"
2512 msgid "unrecognized %%(if) argument: %s"
2517 msgid "malformed field name: %.*s"
2522 msgid "unknown field name: %.*s"
2527 msgid "format: %%(if) atom used without a %%(then) atom"
2532 msgid "format: %%(then) atom used without an %%(if) atom"
2537 msgid "format: %%(then) atom used more than once"
2542 msgid "format: %%(then) atom used after %%(else)"
2547 msgid "format: %%(else) atom used without an %%(if) atom"
2552 msgid "format: %%(else) atom used without a %%(then) atom"
2557 msgid "format: %%(else) atom used more than once"
2562 msgid "format: %%(end) atom used without corresponding atom"
2567 msgid "malformed format string %s"
2570 #: ref-filter.c:1283
2572 msgid "(no branch, rebasing %s)"
2575 #: ref-filter.c:1286
2577 msgid "(no branch, bisect started on %s)"
2580 #. TRANSLATORS: make sure this matches "HEAD
2581 #. detached at " in wt-status.c
2583 #: ref-filter.c:1294
2585 msgid "(HEAD detached at %s)"
2588 #. TRANSLATORS: make sure this matches "HEAD
2589 #. detached from " in wt-status.c
2591 #: ref-filter.c:1301
2593 msgid "(HEAD detached from %s)"
2596 #: ref-filter.c:1305
2600 #: ref-filter.c:1454 ref-filter.c:1485
2602 msgid "missing object %s for %s"
2605 #: ref-filter.c:1457 ref-filter.c:1488
2607 msgid "parse_object_buffer failed on %s for %s"
2610 #: ref-filter.c:1788
2612 msgid "malformed object at '%s'"
2615 #: ref-filter.c:1855
2617 msgid "ignoring ref with broken name %s"
2620 #: ref-filter.c:1860
2622 msgid "ignoring broken ref %s"
2625 #: ref-filter.c:2122
2627 msgid "format: %%(end) atom missing"
2630 #: ref-filter.c:2216
2632 msgid "malformed object name %s"
2637 msgid "Cannot fetch both %s and %s to %s"
2642 msgid "%s usually tracks %s, not %s"
2647 msgid "%s tracks both %s and %s"
2651 msgid "Internal error"
2654 #: remote.c:1681 remote.c:1783
2655 msgid "HEAD does not point to a branch"
2660 msgid "no such branch: '%s'"
2665 msgid "no upstream configured for branch '%s'"
2670 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2675 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2680 msgid "branch '%s' has no remote for pushing"
2685 msgid "push refspecs for '%s' do not include '%s'"
2689 msgid "push has no destination (push.default is 'nothing')"
2693 msgid "cannot resolve 'simple' push to a single destination"
2698 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2702 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2707 msgid "Your branch is up to date with '%s'.\n"
2712 msgid "Your branch is ahead of '%s' by %d commit.\n"
2713 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2718 msgid " (use \"git push\" to publish your local commits)\n"
2723 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2725 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2730 msgid " (use \"git pull\" to update your local branch)\n"
2736 "Your branch and '%s' have diverged,\n"
2737 "and have %d and %d different commit each, respectively.\n"
2739 "Your branch and '%s' have diverged,\n"
2740 "and have %d and %d different commits each, respectively.\n"
2745 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2749 msgid "your current branch appears to be broken"
2754 msgid "your current branch '%s' does not have any commits yet"
2758 msgid "--first-parent is incompatible with --bisect"
2761 #: run-command.c:644
2762 msgid "open /dev/null failed"
2767 msgid "unable to parse remote unpack status: %s"
2772 msgid "remote unpack failed: %s"
2776 msgid "failed to sign the push certificate"
2780 msgid "the receiving end does not support --signed push"
2785 "not sending a push certificate since the receiving end does not support --"
2790 msgid "the receiving end does not support --atomic push"
2794 msgid "the receiving end does not support push options"
2811 msgid "Unknown action: %d"
2816 "after resolving the conflicts, mark the corrected paths\n"
2817 "with 'git add <paths>' or 'git rm <paths>'"
2822 "after resolving the conflicts, mark the corrected paths\n"
2823 "with 'git add <paths>' or 'git rm <paths>'\n"
2824 "and commit the result with 'git commit'"
2827 #: sequencer.c:297 sequencer.c:1704
2829 msgid "could not lock '%s'"
2832 #: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
2833 #: sequencer.c:2733 sequencer.c:2749
2835 msgid "could not write to '%s'"
2840 msgid "could not write eol to '%s'"
2843 #: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
2845 msgid "failed to finalize '%s'."
2848 #: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
2849 #: builtin/commit.c:754 builtin/merge.c:1044
2851 msgid "could not read '%s'"
2856 msgid "your local changes would be overwritten by %s."
2860 msgid "commit your changes or stash them to proceed."
2865 msgid "%s: fast-forward"
2868 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2873 msgid "%s: Unable to write new index file"
2877 msgid "could not resolve HEAD commit\n"
2881 msgid "unable to update cache tree\n"
2887 "you have staged changes in your working tree\n"
2888 "If these changes are meant to be squashed into the previous commit, run:\n"
2890 " git commit --amend %s\n"
2892 "If they are meant to go into a new commit, run:\n"
2896 "In both cases, once you're done, continue with:\n"
2898 " git rebase --continue\n"
2903 msgid "could not parse commit %s\n"
2908 msgid "could not parse parent commit %s\n"
2914 "unexpected 1st line of squash message:\n"
2922 "invalid 1st line of squash message:\n"
2927 #: sequencer.c:838 sequencer.c:863
2929 msgid "This is a combination of %d commits."
2932 #: sequencer.c:847 sequencer.c:2681
2933 msgid "need a HEAD to fixup"
2937 msgid "could not read HEAD"
2941 msgid "could not read HEAD's commit message"
2946 msgid "cannot write '%s'"
2949 #: sequencer.c:866 git-rebase--interactive.sh:446
2950 msgid "This is the 1st commit message:"
2955 msgid "could not read commit message of %s"
2960 msgid "This is the commit message #%d:"
2965 msgid "The commit message #%d will be skipped:"
2970 msgid "unknown command: %d"
2974 msgid "your index file is unmerged."
2979 msgid "commit %s is a merge but no -m option was given."
2984 msgid "commit %s does not have parent %d"
2989 msgid "mainline was specified but commit %s is not a merge."
2994 msgid "cannot get commit message for %s"
2997 #. TRANSLATORS: The first %s will be a "todo" command like
2998 #. "revert" or "pick", the second %s a SHA1.
3001 msgid "%s: cannot parse parent commit %s"
3004 #: sequencer.c:1077 sequencer.c:1853
3006 msgid "could not rename '%s' to '%s'"
3011 msgid "could not revert %s... %s"
3016 msgid "could not apply %s... %s"
3020 msgid "empty commit set passed"
3025 msgid "git %s: failed to read the index"
3030 msgid "git %s: failed to refresh the index"
3035 msgid "invalid line %d: %.*s"
3040 msgid "cannot '%s' without a previous commit"
3043 #: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3044 #: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3046 msgid "could not read '%s'."
3050 msgid "please fix this using 'git rebase --edit-todo'."
3055 msgid "unusable instruction sheet: '%s'"
3059 msgid "no commits parsed."
3063 msgid "cannot cherry-pick during a revert."
3067 msgid "cannot revert during a cherry-pick."
3072 msgid "invalid key: %s"
3077 msgid "invalid value for %s: %s"
3082 msgid "malformed options sheet: '%s'"
3086 msgid "a cherry-pick or revert is already in progress"
3090 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3095 msgid "could not create sequencer directory '%s'"
3099 msgid "could not lock HEAD"
3102 #: sequencer.c:1632 sequencer.c:2211
3103 msgid "no cherry-pick or revert in progress"
3107 msgid "cannot resolve HEAD"
3110 #: sequencer.c:1636 sequencer.c:1671
3111 msgid "cannot abort from a branch yet to be born"
3114 #: sequencer.c:1657 builtin/grep.c:711
3116 msgid "cannot open '%s'"
3121 msgid "cannot read '%s': %s"
3125 msgid "unexpected end of file"
3130 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3134 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3137 #: sequencer.c:1818 sequencer.c:2109
3138 msgid "cannot read HEAD"
3141 #: sequencer.c:1858 builtin/difftool.c:640
3143 msgid "could not copy '%s' to '%s'"
3147 msgid "could not read index"
3153 "execution failed: %s\n"
3154 "%sYou can fix the problem, and then run\n"
3156 " git rebase --continue\n"
3161 msgid "and made changes to the index and/or the working tree\n"
3167 "execution succeeded: %s\n"
3168 "but left changes to the index and/or the working tree\n"
3169 "Commit or stash your changes, and then run\n"
3171 " git rebase --continue\n"
3177 msgid "Applied autostash.\n"
3182 msgid "cannot store %s"
3185 #: sequencer.c:1963 git-rebase.sh:175
3188 "Applying autostash resulted in conflicts.\n"
3189 "Your changes are safe in the stash.\n"
3190 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3195 msgid "Stopped at %s... %.*s\n"
3200 msgid "unknown command %d"
3204 msgid "could not read orig-head"
3207 #: sequencer.c:2122 sequencer.c:2678
3208 msgid "could not read 'onto'"
3213 msgid "could not update %s"
3218 msgid "could not update HEAD to %s"
3222 msgid "cannot rebase: You have unstaged changes."
3226 msgid "could not remove CHERRY_PICK_HEAD"
3230 msgid "cannot amend non-existing commit"
3235 msgid "invalid file: '%s'"
3240 msgid "invalid contents: '%s'"
3246 "You have uncommitted changes in your working tree. Please, commit them\n"
3247 "first and then run 'git rebase --continue' again."
3251 msgid "could not commit staged changes."
3256 msgid "%s: can't cherry-pick a %s"
3261 msgid "%s: bad revision"
3265 msgid "can't revert as initial commit"
3269 msgid "make_script: unhandled options"
3273 msgid "make_script: error preparing revisions"
3278 msgid "unusable todo list: '%s'"
3283 msgid "unable to open '%s' for writing"
3289 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3295 "Warning: some commits may have been dropped accidentally.\n"
3296 "Dropped commits (newer to older):\n"
3302 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3304 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3306 "The possible behaviours are: ignore, warn, error.\n"
3313 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3315 "Or you can abort the rebase with 'git rebase --abort'.\n"
3320 msgid "could not parse commit '%s'"
3323 #: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3326 msgid "could not open '%s' for writing"
3331 msgid "could not truncate '%s'"
3335 msgid "the script was already rearranged."
3340 msgid "could not finish '%s'"
3346 "%s: no such path in the working tree.\n"
3347 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3353 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3354 "Use '--' to separate paths from revisions, like this:\n"
3355 "'git <command> [<revision>...] -- [<file>...]'"
3361 "ambiguous argument '%s': both revision and filename\n"
3362 "Use '--' to separate paths from revisions, like this:\n"
3363 "'git <command> [<revision>...] -- [<file>...]'"
3368 msgid "Expected git repo version <= %d, found %d"
3372 msgid "unknown repository extensions found:"
3377 msgid "Not a git repository (or any of the parent directories): %s"
3380 #: setup.c:808 builtin/index-pack.c:1653
3381 msgid "Cannot come back to cwd"
3385 msgid "Unable to read current working directory"
3388 #: setup.c:1058 setup.c:1064
3390 msgid "Cannot change to '%s'"
3396 "Not a git repository (or any parent up to mount point %s)\n"
3397 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3403 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3404 "The owner of files must always have read and write permissions."
3409 msgid "path '%s' does not exist"
3414 msgid "reference repository '%s' as a linked checkout is not supported yet."
3419 msgid "reference repository '%s' is not a local repository."
3424 msgid "reference repository '%s' is shallow"
3429 msgid "reference repository '%s' is grafted"
3434 msgid "short SHA1 %s is ambiguous"
3438 msgid "The candidates are:"
3443 "Git normally never creates a ref that ends with 40 hex characters\n"
3444 "because it will be ignored when you just specify 40-hex. These refs\n"
3445 "may be created by mistake. For example,\n"
3447 " git checkout -b $br $(git rev-parse ...)\n"
3449 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3450 "examine these refs and maybe delete them. Turn this message off by\n"
3451 "running \"git config advice.objectNameWarning false\""
3454 #: submodule.c:93 submodule.c:127
3455 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3458 #: submodule.c:97 submodule.c:131
3460 msgid "Could not find section in .gitmodules where path=%s"
3465 msgid "Could not update .gitmodules entry %s"
3470 msgid "Could not remove .gitmodules entry for %s"
3474 msgid "staging updated .gitmodules failed"
3479 msgid "in unpopulated submodule '%s'"
3484 msgid "Pathspec '%s' is in submodule '%.*s'"
3489 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3492 #: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3493 msgid "Failed to resolve HEAD as a valid ref."
3498 msgid "'%s' not recognized as a git repository"
3503 msgid "could not start 'git status' in submodule '%s'"
3508 msgid "could not run 'git status' in submodule '%s'"
3513 msgid "submodule '%s' has dirty index"
3519 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3522 #: submodule.c:1821 submodule.c:1877
3524 msgid "could not lookup name for submodule '%s'"
3527 #: submodule.c:1825 builtin/submodule--helper.c:671
3528 #: builtin/submodule--helper.c:681
3530 msgid "could not create directory '%s'"
3536 "Migrating git directory of '%s%s' from\n"
3543 msgid "could not recurse into submodule '%s'"
3547 msgid "could not start ls-files in .."
3551 msgid "BUG: returned path string doesn't match cwd?"
3556 msgid "ls-tree returned unexpected return code %d"
3559 #: submodule-config.c:263
3560 msgid "negative values not allowed for submodule.fetchjobs"
3563 #: submodule-config.c:436
3565 msgid "invalid value for %s"
3570 msgid "running trailer command '%s' failed"
3573 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3576 msgid "unknown value '%s' for key '%s'"
3579 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3581 msgid "more than one %s"
3586 msgid "empty trailer token in trailer '%.*s'"
3591 msgid "could not read input file '%s'"
3595 msgid "could not read from stdin"
3598 #: trailer.c:1008 builtin/am.c:46
3600 msgid "could not stat %s"
3605 msgid "file %s is not a regular file"
3610 msgid "file %s is not writable by user"
3614 msgid "could not open temporary file"
3619 msgid "could not rename temporary file to %s"
3624 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3629 msgid "transport: invalid depth option '%s'"
3635 "The following submodule paths contain changes that can\n"
3636 "not be found on any remote:\n"
3645 "\tgit push --recurse-submodules=on-demand\n"
3647 "or cd to the path and use\n"
3651 "to push them to a remote.\n"
3659 #: transport-helper.c:1071
3661 msgid "Could not read ref %s"
3665 msgid "too-short tree object"
3669 msgid "malformed mode in tree entry"
3673 msgid "empty filename in tree entry"
3677 msgid "too-short tree file"
3680 #: unpack-trees.c:106
3683 "Your local changes to the following files would be overwritten by checkout:\n"
3684 "%%sPlease commit your changes or stash them before you switch branches."
3687 #: unpack-trees.c:108
3690 "Your local changes to the following files would be overwritten by checkout:\n"
3694 #: unpack-trees.c:111
3697 "Your local changes to the following files would be overwritten by merge:\n"
3698 "%%sPlease commit your changes or stash them before you merge."
3701 #: unpack-trees.c:113
3704 "Your local changes to the following files would be overwritten by merge:\n"
3708 #: unpack-trees.c:116
3711 "Your local changes to the following files would be overwritten by %s:\n"
3712 "%%sPlease commit your changes or stash them before you %s."
3715 #: unpack-trees.c:118
3718 "Your local changes to the following files would be overwritten by %s:\n"
3722 #: unpack-trees.c:123
3725 "Updating the following directories would lose untracked files in them:\n"
3729 #: unpack-trees.c:127
3732 "The following untracked working tree files would be removed by checkout:\n"
3733 "%%sPlease move or remove them before you switch branches."
3736 #: unpack-trees.c:129
3739 "The following untracked working tree files would be removed by checkout:\n"
3743 #: unpack-trees.c:132
3746 "The following untracked working tree files would be removed by merge:\n"
3747 "%%sPlease move or remove them before you merge."
3750 #: unpack-trees.c:134
3753 "The following untracked working tree files would be removed by merge:\n"
3757 #: unpack-trees.c:137
3760 "The following untracked working tree files would be removed by %s:\n"
3761 "%%sPlease move or remove them before you %s."
3764 #: unpack-trees.c:139
3767 "The following untracked working tree files would be removed by %s:\n"
3771 #: unpack-trees.c:144
3774 "The following untracked working tree files would be overwritten by "
3776 "%%sPlease move or remove them before you switch branches."
3779 #: unpack-trees.c:146
3782 "The following untracked working tree files would be overwritten by "
3787 #: unpack-trees.c:149
3790 "The following untracked working tree files would be overwritten by merge:\n"
3791 "%%sPlease move or remove them before you merge."
3794 #: unpack-trees.c:151
3797 "The following untracked working tree files would be overwritten by merge:\n"
3801 #: unpack-trees.c:154
3804 "The following untracked working tree files would be overwritten by %s:\n"
3805 "%%sPlease move or remove them before you %s."
3808 #: unpack-trees.c:156
3811 "The following untracked working tree files would be overwritten by %s:\n"
3815 #: unpack-trees.c:163
3817 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3820 #: unpack-trees.c:166
3823 "Cannot update sparse checkout: the following entries are not up to date:\n"
3827 #: unpack-trees.c:168
3830 "The following working tree files would be overwritten by sparse checkout "
3835 #: unpack-trees.c:170
3838 "The following working tree files would be removed by sparse checkout "
3843 #: unpack-trees.c:172
3846 "Cannot update submodule:\n"
3850 #: unpack-trees.c:249
3855 #: unpack-trees.c:331
3856 msgid "Checking out files"
3860 msgid "invalid URL scheme name or missing '://' suffix"
3863 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3865 msgid "invalid %XX escape sequence"
3869 msgid "missing host and scheme is not 'file:'"
3873 msgid "a 'file:' URL may not have a port number"
3877 msgid "invalid characters in host name"
3880 #: urlmatch.c:292 urlmatch.c:303
3881 msgid "invalid port number"
3885 msgid "invalid '..' path segment"
3890 msgid "failed to read '%s'"
3893 #: wrapper.c:223 wrapper.c:393
3895 msgid "could not open '%s' for reading and writing"
3898 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
3899 #: builtin/am.c:858 builtin/merge.c:1041
3901 msgid "could not open '%s' for reading"
3904 #: wrapper.c:424 wrapper.c:624
3906 msgid "unable to access '%s'"
3910 msgid "unable to get current working directory"
3915 msgid "could not write to %s"
3920 msgid "could not close %s"
3924 msgid "Unmerged paths:"
3927 #: wt-status.c:177 wt-status.c:204
3929 msgid " (use \"git reset %s <file>...\" to unstage)"
3932 #: wt-status.c:179 wt-status.c:206
3933 msgid " (use \"git rm --cached <file>...\" to unstage)"
3937 msgid " (use \"git add <file>...\" to mark resolution)"
3940 #: wt-status.c:185 wt-status.c:189
3941 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3945 msgid " (use \"git rm <file>...\" to mark resolution)"
3948 #: wt-status.c:198 wt-status.c:979
3949 msgid "Changes to be committed:"
3952 #: wt-status.c:216 wt-status.c:988
3953 msgid "Changes not staged for commit:"
3957 msgid " (use \"git add <file>...\" to update what will be committed)"
3961 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3966 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3970 msgid " (commit or discard the untracked or modified content in submodules)"
3975 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3979 msgid "both deleted:"
3983 msgid "added by us:"
3987 msgid "deleted by them:"
3991 msgid "added by them:"
3995 msgid "deleted by us:"
4003 msgid "both modified:"
4039 msgid "new commits, "
4043 msgid "modified content, "
4047 msgid "untracked content, "
4052 msgid "Your stash currently has %d entry"
4053 msgid_plural "Your stash currently has %d entries"
4058 msgid "Submodules changed but not updated:"
4062 msgid "Submodule changes to be committed:"
4067 "Do not modify or remove the line above.\n"
4068 "Everything below it will be ignored."
4072 msgid "You have unmerged paths."
4076 msgid " (fix conflicts and run \"git commit\")"
4080 msgid " (use \"git merge --abort\" to abort the merge)"
4084 msgid "All conflicts fixed but you are still merging."
4088 msgid " (use \"git commit\" to conclude merge)"
4092 msgid "You are in the middle of an am session."
4096 msgid "The current patch is empty."
4100 msgid " (fix conflicts and then run \"git am --continue\")"
4104 msgid " (use \"git am --skip\" to skip this patch)"
4108 msgid " (use \"git am --abort\" to restore the original branch)"
4112 msgid "git-rebase-todo is missing."
4116 msgid "No commands done."
4121 msgid "Last command done (%d command done):"
4122 msgid_plural "Last commands done (%d commands done):"
4128 msgid " (see more in file %s)"
4132 msgid "No commands remaining."
4137 msgid "Next command to do (%d remaining command):"
4138 msgid_plural "Next commands to do (%d remaining commands):"
4143 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4148 msgid "You are currently rebasing branch '%s' on '%s'."
4152 msgid "You are currently rebasing."
4156 msgid " (fix conflicts and then run \"git rebase --continue\")"
4160 msgid " (use \"git rebase --skip\" to skip this patch)"
4164 msgid " (use \"git rebase --abort\" to check out the original branch)"
4168 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4174 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4178 msgid "You are currently splitting a commit during a rebase."
4182 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4187 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4191 msgid "You are currently editing a commit during a rebase."
4195 msgid " (use \"git commit --amend\" to amend the current commit)"
4200 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4205 msgid "You are currently cherry-picking commit %s."
4209 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4213 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4217 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4222 msgid "You are currently reverting commit %s."
4226 msgid " (fix conflicts and run \"git revert --continue\")"
4230 msgid " (all conflicts fixed: run \"git revert --continue\")"
4234 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4239 msgid "You are currently bisecting, started from branch '%s'."
4243 msgid "You are currently bisecting."
4247 msgid " (use \"git bisect reset\" to get back to the original branch)"
4255 msgid "interactive rebase in progress; onto "
4259 msgid "rebase in progress; onto "
4263 msgid "HEAD detached at "
4267 msgid "HEAD detached from "
4271 msgid "Not currently on any branch."
4275 msgid "Initial commit"
4279 msgid "No commits yet"
4283 msgid "Untracked files"
4287 msgid "Ignored files"
4293 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4294 "may speed it up, but you have to be careful not to forget to add\n"
4295 "new files yourself (see 'git help status')."
4300 msgid "Untracked files not listed%s"
4304 msgid " (use -u option to show untracked files)"
4313 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4318 msgid "no changes added to commit\n"
4324 "nothing added to commit but untracked files present (use \"git add\" to "
4330 msgid "nothing added to commit but untracked files present\n"
4335 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4338 #: wt-status.c:1661 wt-status.c:1666
4340 msgid "nothing to commit\n"
4345 msgid "nothing to commit (use -u to show untracked files)\n"
4350 msgid "nothing to commit, working tree clean\n"
4354 msgid "No commits yet on "
4358 msgid "HEAD (no branch)"
4361 #: wt-status.c:1813 wt-status.c:1821
4365 #: wt-status.c:1816 wt-status.c:1819
4369 #. TRANSLATORS: the action is e.g. "pull with rebase"
4372 msgid "cannot %s: You have unstaged changes."
4376 msgid "additionally, your index contains uncommitted changes."
4381 msgid "cannot %s: Your index contains uncommitted changes."
4384 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4386 msgid "failed to unlink '%s'"
4390 msgid "git add [<options>] [--] <pathspec>..."
4395 msgid "unexpected diff status %c"
4398 #: builtin/add.c:87 builtin/commit.c:291
4399 msgid "updating files failed"
4404 msgid "remove '%s'\n"
4407 #: builtin/add.c:153
4408 msgid "Unstaged changes after refreshing the index:"
4411 #: builtin/add.c:213 builtin/rev-parse.c:888
4412 msgid "Could not read the index"
4415 #: builtin/add.c:224
4417 msgid "Could not open '%s' for writing."
4420 #: builtin/add.c:228
4421 msgid "Could not write patch"
4424 #: builtin/add.c:231
4425 msgid "editing patch failed"
4428 #: builtin/add.c:234
4430 msgid "Could not stat '%s'"
4433 #: builtin/add.c:236
4434 msgid "Empty patch. Aborted."
4437 #: builtin/add.c:241
4439 msgid "Could not apply '%s'"
4442 #: builtin/add.c:251
4443 msgid "The following paths are ignored by one of your .gitignore files:\n"
4446 #: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4447 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4448 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4452 #: builtin/add.c:274
4453 msgid "interactive picking"
4456 #: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4457 msgid "select hunks interactively"
4460 #: builtin/add.c:276
4461 msgid "edit current diff and apply"
4464 #: builtin/add.c:277
4465 msgid "allow adding otherwise ignored files"
4468 #: builtin/add.c:278
4469 msgid "update tracked files"
4472 #: builtin/add.c:279
4473 msgid "record only the fact that the path will be added later"
4476 #: builtin/add.c:280
4477 msgid "add changes from all tracked and untracked files"
4480 #: builtin/add.c:283
4481 msgid "ignore paths removed in the working tree (same as --no-all)"
4484 #: builtin/add.c:285
4485 msgid "don't add, only refresh the index"
4488 #: builtin/add.c:286
4489 msgid "just skip files which cannot be added because of errors"
4492 #: builtin/add.c:287
4493 msgid "check if - even missing - files are ignored in dry run"
4496 #: builtin/add.c:288 builtin/update-index.c:954
4500 #: builtin/add.c:288 builtin/update-index.c:955
4501 msgid "override the executable bit of the listed files"
4504 #: builtin/add.c:290
4505 msgid "warn when adding an embedded repository"
4508 #: builtin/add.c:305
4511 "You've added another git repository inside your current repository.\n"
4512 "Clones of the outer repository will not contain the contents of\n"
4513 "the embedded repository and will not know how to obtain it.\n"
4514 "If you meant to add a submodule, use:\n"
4516 "\tgit submodule add <url> %s\n"
4518 "If you added this path by mistake, you can remove it from the\n"
4521 "\tgit rm --cached %s\n"
4523 "See \"git help submodule\" for more information."
4526 #: builtin/add.c:333
4528 msgid "adding embedded git repository: %s"
4531 #: builtin/add.c:351
4533 msgid "Use -f if you really want to add them.\n"
4536 #: builtin/add.c:359
4537 msgid "adding files failed"
4540 #: builtin/add.c:396
4541 msgid "-A and -u are mutually incompatible"
4544 #: builtin/add.c:403
4545 msgid "Option --ignore-missing can only be used together with --dry-run"
4548 #: builtin/add.c:407
4550 msgid "--chmod param '%s' must be either -x or +x"
4553 #: builtin/add.c:422
4555 msgid "Nothing specified, nothing added.\n"
4558 #: builtin/add.c:423
4560 msgid "Maybe you wanted to say 'git add .'?\n"
4563 #: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4564 #: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4565 #: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4566 #: builtin/submodule--helper.c:243
4567 msgid "index file corrupt"
4571 msgid "could not parse author script"
4576 msgid "'%s' was deleted by the applypatch-msg hook"
4581 msgid "Malformed input line: '%s'."
4586 msgid "Failed to copy notes from '%s' to '%s'"
4590 msgid "fseek failed"
4595 msgid "could not parse patch '%s'"
4599 msgid "Only one StGIT patch series can be applied at once"
4603 msgid "invalid timestamp"
4606 #: builtin/am.c:904 builtin/am.c:916
4607 msgid "invalid Date line"
4611 msgid "invalid timezone offset"
4614 #: builtin/am.c:1004
4615 msgid "Patch format detection failed."
4618 #: builtin/am.c:1009 builtin/clone.c:402
4620 msgid "failed to create directory '%s'"
4623 #: builtin/am.c:1013
4624 msgid "Failed to split patches."
4627 #: builtin/am.c:1142 builtin/commit.c:376
4628 msgid "unable to write index file"
4631 #: builtin/am.c:1193
4633 msgid "When you have resolved this problem, run \"%s --continue\"."
4636 #: builtin/am.c:1194
4638 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4641 #: builtin/am.c:1195
4643 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4646 #: builtin/am.c:1302
4647 msgid "Patch is empty."
4650 #: builtin/am.c:1368
4652 msgid "invalid ident line: %.*s"
4655 #: builtin/am.c:1390
4657 msgid "unable to parse commit %s"
4660 #: builtin/am.c:1584
4661 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4664 #: builtin/am.c:1586
4665 msgid "Using index info to reconstruct a base tree..."
4668 #: builtin/am.c:1605
4670 "Did you hand edit your patch?\n"
4671 "It does not apply to blobs recorded in its index."
4674 #: builtin/am.c:1611
4675 msgid "Falling back to patching base and 3-way merge..."
4678 #: builtin/am.c:1636
4679 msgid "Failed to merge in the changes."
4682 #: builtin/am.c:1660 builtin/merge.c:641
4683 msgid "git write-tree failed to write a tree"
4686 #: builtin/am.c:1667
4687 msgid "applying to an empty history"
4690 #: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
4691 #: builtin/merge.c:849
4692 msgid "failed to write commit object"
4695 #: builtin/am.c:1713 builtin/am.c:1717
4697 msgid "cannot resume: %s does not exist."
4700 #: builtin/am.c:1733
4701 msgid "cannot be interactive without stdin connected to a terminal."
4704 #: builtin/am.c:1738
4705 msgid "Commit Body is:"
4708 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4709 #. in your translation. The program will only accept English
4710 #. input at this point.
4712 #: builtin/am.c:1748
4713 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4716 #: builtin/am.c:1798
4718 msgid "Dirty index: cannot apply patches (dirty: %s)"
4721 #: builtin/am.c:1838 builtin/am.c:1910
4723 msgid "Applying: %.*s"
4726 #: builtin/am.c:1854
4727 msgid "No changes -- Patch already applied."
4730 #: builtin/am.c:1862
4732 msgid "Patch failed at %s %.*s"
4735 #: builtin/am.c:1868
4737 msgid "The copy of the patch that failed is found in: %s"
4740 #: builtin/am.c:1913
4742 "No changes - did you forget to use 'git add'?\n"
4743 "If there is nothing left to stage, chances are that something else\n"
4744 "already introduced the same changes; you might want to skip this patch."
4747 #: builtin/am.c:1920
4749 "You still have unmerged paths in your index.\n"
4750 "You should 'git add' each file with resolved conflicts to mark them as "
4752 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4755 #: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
4756 #: builtin/reset.c:340
4758 msgid "Could not parse object '%s'."
4761 #: builtin/am.c:2081
4762 msgid "failed to clean index"
4765 #: builtin/am.c:2116
4767 "You seem to have moved HEAD since the last 'am' failure.\n"
4768 "Not rewinding to ORIG_HEAD"
4771 #: builtin/am.c:2179
4773 msgid "Invalid value for --patch-format: %s"
4776 #: builtin/am.c:2212
4777 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4780 #: builtin/am.c:2213
4781 msgid "git am [<options>] (--continue | --skip | --abort)"
4784 #: builtin/am.c:2219
4785 msgid "run interactively"
4788 #: builtin/am.c:2221
4789 msgid "historical option -- no-op"
4792 #: builtin/am.c:2223
4793 msgid "allow fall back on 3way merging if needed"
4796 #: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
4797 #: builtin/repack.c:180
4801 #: builtin/am.c:2226
4802 msgid "add a Signed-off-by line to the commit message"
4805 #: builtin/am.c:2229
4806 msgid "recode into utf8 (default)"
4809 #: builtin/am.c:2231
4810 msgid "pass -k flag to git-mailinfo"
4813 #: builtin/am.c:2233
4814 msgid "pass -b flag to git-mailinfo"
4817 #: builtin/am.c:2235
4818 msgid "pass -m flag to git-mailinfo"
4821 #: builtin/am.c:2237
4822 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4825 #: builtin/am.c:2240
4826 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4829 #: builtin/am.c:2243
4830 msgid "strip everything before a scissors line"
4833 #: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
4834 #: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
4835 #: builtin/am.c:2272
4836 msgid "pass it through git-apply"
4839 #: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
4840 #: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
4841 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4842 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4843 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4847 #: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
4848 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4852 #: builtin/am.c:2269
4853 msgid "format the patch(es) are in"
4856 #: builtin/am.c:2275
4857 msgid "override error message when patch failure occurs"
4860 #: builtin/am.c:2277
4861 msgid "continue applying patches after resolving a conflict"
4864 #: builtin/am.c:2280
4865 msgid "synonyms for --continue"
4868 #: builtin/am.c:2283
4869 msgid "skip the current patch"
4872 #: builtin/am.c:2286
4873 msgid "restore the original branch and abort the patching operation."
4876 #: builtin/am.c:2290
4877 msgid "lie about committer date"
4880 #: builtin/am.c:2292
4881 msgid "use current timestamp for author date"
4884 #: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
4885 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
4889 #: builtin/am.c:2295
4890 msgid "GPG-sign commits"
4893 #: builtin/am.c:2298
4894 msgid "(internal use for git-rebase)"
4897 #: builtin/am.c:2316
4899 "The -b/--binary option has been a no-op for long time, and\n"
4900 "it will be removed. Please do not use it anymore."
4903 #: builtin/am.c:2323
4904 msgid "failed to read the index"
4907 #: builtin/am.c:2338
4909 msgid "previous rebase directory %s still exists but mbox given."
4912 #: builtin/am.c:2362
4915 "Stray %s directory found.\n"
4916 "Use \"git am --abort\" to remove it."
4919 #: builtin/am.c:2368
4920 msgid "Resolve operation not in progress, we are not resuming."
4923 #: builtin/apply.c:8
4924 msgid "git apply [<options>] [<patch>...]"
4927 #: builtin/archive.c:17
4929 msgid "could not create archive file '%s'"
4932 #: builtin/archive.c:20
4933 msgid "could not redirect output"
4936 #: builtin/archive.c:37
4937 msgid "git archive: Remote with no URL"
4940 #: builtin/archive.c:58
4941 msgid "git archive: expected ACK/NAK, got EOF"
4944 #: builtin/archive.c:61
4946 msgid "git archive: NACK %s"
4949 #: builtin/archive.c:64
4950 msgid "git archive: protocol error"
4953 #: builtin/archive.c:68
4954 msgid "git archive: expected a flush"
4957 #: builtin/bisect--helper.c:7
4958 msgid "git bisect--helper --next-all [--no-checkout]"
4961 #: builtin/bisect--helper.c:17
4962 msgid "perform 'git bisect next'"
4965 #: builtin/bisect--helper.c:19
4966 msgid "update BISECT_HEAD instead of checking out the current commit"
4969 #: builtin/blame.c:27
4970 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4973 #: builtin/blame.c:32
4974 msgid "<rev-opts> are documented in git-rev-list(1)"
4977 #: builtin/blame.c:668
4978 msgid "Show blame entries as we find them, incrementally"
4981 #: builtin/blame.c:669
4982 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4985 #: builtin/blame.c:670
4986 msgid "Do not treat root commits as boundaries (Default: off)"
4989 #: builtin/blame.c:671
4990 msgid "Show work cost statistics"
4993 #: builtin/blame.c:672
4994 msgid "Force progress reporting"
4997 #: builtin/blame.c:673
4998 msgid "Show output score for blame entries"
5001 #: builtin/blame.c:674
5002 msgid "Show original filename (Default: auto)"
5005 #: builtin/blame.c:675
5006 msgid "Show original linenumber (Default: off)"
5009 #: builtin/blame.c:676
5010 msgid "Show in a format designed for machine consumption"
5013 #: builtin/blame.c:677
5014 msgid "Show porcelain format with per-line commit information"
5017 #: builtin/blame.c:678
5018 msgid "Use the same output mode as git-annotate (Default: off)"
5021 #: builtin/blame.c:679
5022 msgid "Show raw timestamp (Default: off)"
5025 #: builtin/blame.c:680
5026 msgid "Show long commit SHA1 (Default: off)"
5029 #: builtin/blame.c:681
5030 msgid "Suppress author name and timestamp (Default: off)"
5033 #: builtin/blame.c:682
5034 msgid "Show author email instead of name (Default: off)"
5037 #: builtin/blame.c:683
5038 msgid "Ignore whitespace differences"
5041 #: builtin/blame.c:690
5042 msgid "Use an experimental heuristic to improve diffs"
5045 #: builtin/blame.c:692
5046 msgid "Spend extra cycles to find better match"
5049 #: builtin/blame.c:693
5050 msgid "Use revisions from <file> instead of calling git-rev-list"
5053 #: builtin/blame.c:694
5054 msgid "Use <file>'s contents as the final image"
5057 #: builtin/blame.c:695 builtin/blame.c:696
5061 #: builtin/blame.c:695
5062 msgid "Find line copies within and across files"
5065 #: builtin/blame.c:696
5066 msgid "Find line movements within and across files"
5069 #: builtin/blame.c:697
5073 #: builtin/blame.c:697
5074 msgid "Process only line range n,m, counting from 1"
5077 #: builtin/blame.c:744
5078 msgid "--progress can't be used with --incremental or porcelain formats"
5081 #. TRANSLATORS: This string is used to tell us the
5082 #. maximum display width for a relative timestamp in
5083 #. "git blame" output. For C locale, "4 years, 11
5084 #. months ago", which takes 22 places, is the longest
5085 #. among various forms of relative timestamps, but
5086 #. your language may need more or fewer display
5089 #: builtin/blame.c:795
5090 msgid "4 years, 11 months ago"
5093 #: builtin/blame.c:882
5095 msgid "file %s has only %lu line"
5096 msgid_plural "file %s has only %lu lines"
5100 #: builtin/blame.c:928
5101 msgid "Blaming lines"
5104 #: builtin/branch.c:27
5105 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5108 #: builtin/branch.c:28
5109 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5112 #: builtin/branch.c:29
5113 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5116 #: builtin/branch.c:30
5117 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5120 #: builtin/branch.c:31
5121 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5124 #: builtin/branch.c:32
5125 msgid "git branch [<options>] [-r | -a] [--points-at]"
5128 #: builtin/branch.c:33
5129 msgid "git branch [<options>] [-r | -a] [--format]"
5132 #: builtin/branch.c:146
5135 "deleting branch '%s' that has been merged to\n"
5136 " '%s', but not yet merged to HEAD."
5139 #: builtin/branch.c:150
5142 "not deleting branch '%s' that is not yet merged to\n"
5143 " '%s', even though it is merged to HEAD."
5146 #: builtin/branch.c:164
5148 msgid "Couldn't look up commit object for '%s'"
5151 #: builtin/branch.c:168
5154 "The branch '%s' is not fully merged.\n"
5155 "If you are sure you want to delete it, run 'git branch -D %s'."
5158 #: builtin/branch.c:181
5159 msgid "Update of config-file failed"
5162 #: builtin/branch.c:212
5163 msgid "cannot use -a with -d"
5166 #: builtin/branch.c:218
5167 msgid "Couldn't look up commit object for HEAD"
5170 #: builtin/branch.c:232
5172 msgid "Cannot delete branch '%s' checked out at '%s'"
5175 #: builtin/branch.c:247
5177 msgid "remote-tracking branch '%s' not found."
5180 #: builtin/branch.c:248
5182 msgid "branch '%s' not found."
5185 #: builtin/branch.c:263
5187 msgid "Error deleting remote-tracking branch '%s'"
5190 #: builtin/branch.c:264
5192 msgid "Error deleting branch '%s'"
5195 #: builtin/branch.c:271
5197 msgid "Deleted remote-tracking branch %s (was %s).\n"
5200 #: builtin/branch.c:272
5202 msgid "Deleted branch %s (was %s).\n"
5205 #: builtin/branch.c:417 builtin/tag.c:58
5206 msgid "unable to parse format string"
5209 #: builtin/branch.c:450
5211 msgid "Branch %s is being rebased at %s"
5214 #: builtin/branch.c:454
5216 msgid "Branch %s is being bisected at %s"
5219 #: builtin/branch.c:470
5220 msgid "cannot copy the current branch while not on any."
5223 #: builtin/branch.c:472
5224 msgid "cannot rename the current branch while not on any."
5227 #: builtin/branch.c:483
5229 msgid "Invalid branch name: '%s'"
5232 #: builtin/branch.c:504
5233 msgid "Branch rename failed"
5236 #: builtin/branch.c:506
5237 msgid "Branch copy failed"
5240 #: builtin/branch.c:510
5242 msgid "Copied a misnamed branch '%s' away"
5245 #: builtin/branch.c:513
5247 msgid "Renamed a misnamed branch '%s' away"
5250 #: builtin/branch.c:519
5252 msgid "Branch renamed to %s, but HEAD is not updated!"
5255 #: builtin/branch.c:528
5256 msgid "Branch is renamed, but update of config-file failed"
5259 #: builtin/branch.c:530
5260 msgid "Branch is copied, but update of config-file failed"
5263 #: builtin/branch.c:546
5266 "Please edit the description for the branch\n"
5268 "Lines starting with '%c' will be stripped.\n"
5271 #: builtin/branch.c:579
5272 msgid "Generic options"
5275 #: builtin/branch.c:581
5276 msgid "show hash and subject, give twice for upstream branch"
5279 #: builtin/branch.c:582
5280 msgid "suppress informational messages"
5283 #: builtin/branch.c:583
5284 msgid "set up tracking mode (see git-pull(1))"
5287 #: builtin/branch.c:585
5291 #: builtin/branch.c:587
5295 #: builtin/branch.c:587
5296 msgid "change the upstream info"
5299 #: builtin/branch.c:588
5300 msgid "Unset the upstream info"
5303 #: builtin/branch.c:589
5304 msgid "use colored output"
5307 #: builtin/branch.c:590
5308 msgid "act on remote-tracking branches"
5311 #: builtin/branch.c:592 builtin/branch.c:594
5312 msgid "print only branches that contain the commit"
5315 #: builtin/branch.c:593 builtin/branch.c:595
5316 msgid "print only branches that don't contain the commit"
5319 #: builtin/branch.c:598
5320 msgid "Specific git-branch actions:"
5323 #: builtin/branch.c:599
5324 msgid "list both remote-tracking and local branches"
5327 #: builtin/branch.c:601
5328 msgid "delete fully merged branch"
5331 #: builtin/branch.c:602
5332 msgid "delete branch (even if not merged)"
5335 #: builtin/branch.c:603
5336 msgid "move/rename a branch and its reflog"
5339 #: builtin/branch.c:604
5340 msgid "move/rename a branch, even if target exists"
5343 #: builtin/branch.c:605
5344 msgid "copy a branch and its reflog"
5347 #: builtin/branch.c:606
5348 msgid "copy a branch, even if target exists"
5351 #: builtin/branch.c:607
5352 msgid "list branch names"
5355 #: builtin/branch.c:608
5356 msgid "create the branch's reflog"
5359 #: builtin/branch.c:610
5360 msgid "edit the description for the branch"
5363 #: builtin/branch.c:611
5364 msgid "force creation, move/rename, deletion"
5367 #: builtin/branch.c:612
5368 msgid "print only branches that are merged"
5371 #: builtin/branch.c:613
5372 msgid "print only branches that are not merged"
5375 #: builtin/branch.c:614
5376 msgid "list branches in columns"
5379 #: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5383 #: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5384 msgid "field name to sort on"
5387 #: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5388 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5389 #: builtin/tag.c:408
5393 #: builtin/branch.c:619
5394 msgid "print only branches of the object"
5397 #: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5398 msgid "sorting and filtering are case insensitive"
5401 #: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5402 #: builtin/verify-tag.c:39
5403 msgid "format to use for the output"
5406 #: builtin/branch.c:645 builtin/clone.c:729
5407 msgid "HEAD not found below refs/heads!"
5410 #: builtin/branch.c:668
5411 msgid "--column and --verbose are incompatible"
5414 #: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5415 msgid "branch name required"
5418 #: builtin/branch.c:708
5419 msgid "Cannot give description to detached HEAD"
5422 #: builtin/branch.c:713
5423 msgid "cannot edit description of more than one branch"
5426 #: builtin/branch.c:720
5428 msgid "No commit on branch '%s' yet."
5431 #: builtin/branch.c:723
5433 msgid "No branch named '%s'."
5436 #: builtin/branch.c:738
5437 msgid "too many branches for a copy operation"
5440 #: builtin/branch.c:747
5441 msgid "too many arguments for a rename operation"
5444 #: builtin/branch.c:752
5445 msgid "too many arguments to set new upstream"
5448 #: builtin/branch.c:756
5451 "could not set upstream of HEAD to %s when it does not point to any branch."
5454 #: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5456 msgid "no such branch '%s'"
5459 #: builtin/branch.c:763
5461 msgid "branch '%s' does not exist"
5464 #: builtin/branch.c:775
5465 msgid "too many arguments to unset upstream"
5468 #: builtin/branch.c:779
5469 msgid "could not unset upstream of HEAD when it does not point to any branch."
5472 #: builtin/branch.c:785
5474 msgid "Branch '%s' has no upstream information"
5477 #: builtin/branch.c:797
5478 msgid "it does not make sense to create 'HEAD' manually"
5481 #: builtin/branch.c:803
5482 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5485 #: builtin/branch.c:806
5487 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5488 "'--set-upstream-to' instead."
5491 #: builtin/bundle.c:45
5493 msgid "%s is okay\n"
5496 #: builtin/bundle.c:58
5497 msgid "Need a repository to create a bundle."
5500 #: builtin/bundle.c:62
5501 msgid "Need a repository to unbundle."
5504 #: builtin/cat-file.c:521
5506 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5507 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5510 #: builtin/cat-file.c:522
5512 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5516 #: builtin/cat-file.c:559
5517 msgid "<type> can be one of: blob, tree, commit, tag"
5520 #: builtin/cat-file.c:560
5521 msgid "show object type"
5524 #: builtin/cat-file.c:561
5525 msgid "show object size"
5528 #: builtin/cat-file.c:563
5529 msgid "exit with zero when there's no error"
5532 #: builtin/cat-file.c:564
5533 msgid "pretty-print object's content"
5536 #: builtin/cat-file.c:566
5537 msgid "for blob objects, run textconv on object's content"
5540 #: builtin/cat-file.c:568
5541 msgid "for blob objects, run filters on object's content"
5544 #: builtin/cat-file.c:569 git-submodule.sh:943
5548 #: builtin/cat-file.c:570
5549 msgid "use a specific path for --textconv/--filters"
5552 #: builtin/cat-file.c:572
5553 msgid "allow -s and -t to work with broken/corrupt objects"
5556 #: builtin/cat-file.c:573
5557 msgid "buffer --batch output"
5560 #: builtin/cat-file.c:575
5561 msgid "show info and content of objects fed from the standard input"
5564 #: builtin/cat-file.c:578
5565 msgid "show info about objects fed from the standard input"
5568 #: builtin/cat-file.c:581
5569 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5572 #: builtin/cat-file.c:583
5573 msgid "show all objects with --batch or --batch-check"
5576 #: builtin/check-attr.c:12
5577 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5580 #: builtin/check-attr.c:13
5581 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5584 #: builtin/check-attr.c:20
5585 msgid "report all attributes set on file"
5588 #: builtin/check-attr.c:21
5589 msgid "use .gitattributes only from the index"
5592 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5593 msgid "read file names from stdin"
5596 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5597 msgid "terminate input and output records by a NUL character"
5600 #: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:358
5601 msgid "suppress progress reporting"
5604 #: builtin/check-ignore.c:28
5605 msgid "show non-matching input paths"
5608 #: builtin/check-ignore.c:30
5609 msgid "ignore index when checking"
5612 #: builtin/check-ignore.c:158
5613 msgid "cannot specify pathnames with --stdin"
5616 #: builtin/check-ignore.c:161
5617 msgid "-z only makes sense with --stdin"
5620 #: builtin/check-ignore.c:163
5621 msgid "no path specified"
5624 #: builtin/check-ignore.c:167
5625 msgid "--quiet is only valid with a single pathname"
5628 #: builtin/check-ignore.c:169
5629 msgid "cannot have both --quiet and --verbose"
5632 #: builtin/check-ignore.c:172
5633 msgid "--non-matching is only valid with --verbose"
5636 #: builtin/check-mailmap.c:9
5637 msgid "git check-mailmap [<options>] <contact>..."
5640 #: builtin/check-mailmap.c:14
5641 msgid "also read contacts from stdin"
5644 #: builtin/check-mailmap.c:25
5646 msgid "unable to parse contact: %s"
5649 #: builtin/check-mailmap.c:48
5650 msgid "no contacts specified"
5653 #: builtin/checkout-index.c:128
5654 msgid "git checkout-index [<options>] [--] [<file>...]"
5657 #: builtin/checkout-index.c:145
5658 msgid "stage should be between 1 and 3 or all"
5661 #: builtin/checkout-index.c:161
5662 msgid "check out all files in the index"
5665 #: builtin/checkout-index.c:162
5666 msgid "force overwrite of existing files"
5669 #: builtin/checkout-index.c:164
5670 msgid "no warning for existing files and files not in index"
5673 #: builtin/checkout-index.c:166
5674 msgid "don't checkout new files"
5677 #: builtin/checkout-index.c:168
5678 msgid "update stat information in the index file"
5681 #: builtin/checkout-index.c:172
5682 msgid "read list of paths from the standard input"
5685 #: builtin/checkout-index.c:174
5686 msgid "write the content to temporary files"
5689 #: builtin/checkout-index.c:175 builtin/column.c:31
5690 #: builtin/submodule--helper.c:628 builtin/submodule--helper.c:631
5691 #: builtin/submodule--helper.c:637 builtin/submodule--helper.c:999
5692 #: builtin/worktree.c:498
5696 #: builtin/checkout-index.c:176
5697 msgid "when creating files, prepend <string>"
5700 #: builtin/checkout-index.c:178
5701 msgid "copy out the files from named stage"
5704 #: builtin/checkout.c:26
5705 msgid "git checkout [<options>] <branch>"
5708 #: builtin/checkout.c:27
5709 msgid "git checkout [<options>] [<branch>] -- <file>..."
5712 #: builtin/checkout.c:135 builtin/checkout.c:168
5714 msgid "path '%s' does not have our version"
5717 #: builtin/checkout.c:137 builtin/checkout.c:170
5719 msgid "path '%s' does not have their version"
5722 #: builtin/checkout.c:153
5724 msgid "path '%s' does not have all necessary versions"
5727 #: builtin/checkout.c:197
5729 msgid "path '%s' does not have necessary versions"
5732 #: builtin/checkout.c:214
5734 msgid "path '%s': cannot merge"
5737 #: builtin/checkout.c:231
5739 msgid "Unable to add merge result for '%s'"
5742 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5743 #: builtin/checkout.c:262
5745 msgid "'%s' cannot be used with updating paths"
5748 #: builtin/checkout.c:265 builtin/checkout.c:268
5750 msgid "'%s' cannot be used with %s"
5753 #: builtin/checkout.c:271
5755 msgid "Cannot update paths and switch to branch '%s' at the same time."
5758 #: builtin/checkout.c:342 builtin/checkout.c:349
5760 msgid "path '%s' is unmerged"
5763 #: builtin/checkout.c:501
5764 msgid "you need to resolve your current index first"
5767 #: builtin/checkout.c:632
5769 msgid "Can not do reflog for '%s': %s\n"
5772 #: builtin/checkout.c:673
5773 msgid "HEAD is now at"
5776 #: builtin/checkout.c:677 builtin/clone.c:683
5777 msgid "unable to update HEAD"
5780 #: builtin/checkout.c:681
5782 msgid "Reset branch '%s'\n"
5785 #: builtin/checkout.c:684
5787 msgid "Already on '%s'\n"
5790 #: builtin/checkout.c:688
5792 msgid "Switched to and reset branch '%s'\n"
5795 #: builtin/checkout.c:690 builtin/checkout.c:1086
5797 msgid "Switched to a new branch '%s'\n"
5800 #: builtin/checkout.c:692
5802 msgid "Switched to branch '%s'\n"
5805 #: builtin/checkout.c:743
5807 msgid " ... and %d more.\n"
5810 #: builtin/checkout.c:749
5813 "Warning: you are leaving %d commit behind, not connected to\n"
5814 "any of your branches:\n"
5818 "Warning: you are leaving %d commits behind, not connected to\n"
5819 "any of your branches:\n"
5825 #: builtin/checkout.c:768
5828 "If you want to keep it by creating a new branch, this may be a good time\n"
5831 " git branch <new-branch-name> %s\n"
5834 "If you want to keep them by creating a new branch, this may be a good time\n"
5837 " git branch <new-branch-name> %s\n"
5842 #: builtin/checkout.c:809
5843 msgid "internal error in revision walk"
5846 #: builtin/checkout.c:813
5847 msgid "Previous HEAD position was"
5850 #: builtin/checkout.c:843 builtin/checkout.c:1081
5851 msgid "You are on a branch yet to be born"
5854 #: builtin/checkout.c:987
5856 msgid "only one reference expected, %d given."
5859 #: builtin/checkout.c:1027 builtin/worktree.c:233
5861 msgid "invalid reference: %s"
5864 #: builtin/checkout.c:1056
5866 msgid "reference is not a tree: %s"
5869 #: builtin/checkout.c:1095
5870 msgid "paths cannot be used with switching branches"
5873 #: builtin/checkout.c:1098 builtin/checkout.c:1102
5875 msgid "'%s' cannot be used with switching branches"
5878 #: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:1114
5879 #: builtin/checkout.c:1117
5881 msgid "'%s' cannot be used with '%s'"
5884 #: builtin/checkout.c:1122
5886 msgid "Cannot switch branch to a non-commit '%s'"
5889 #: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:114
5890 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:346
5891 #: builtin/worktree.c:348
5895 #: builtin/checkout.c:1155
5896 msgid "create and checkout a new branch"
5899 #: builtin/checkout.c:1157
5900 msgid "create/reset and checkout a branch"
5903 #: builtin/checkout.c:1158
5904 msgid "create reflog for new branch"
5907 #: builtin/checkout.c:1159 builtin/worktree.c:350
5908 msgid "detach HEAD at named commit"
5911 #: builtin/checkout.c:1160
5912 msgid "set upstream info for new branch"
5915 #: builtin/checkout.c:1162
5919 #: builtin/checkout.c:1162
5920 msgid "new unparented branch"
5923 #: builtin/checkout.c:1163
5924 msgid "checkout our version for unmerged files"
5927 #: builtin/checkout.c:1165
5928 msgid "checkout their version for unmerged files"
5931 #: builtin/checkout.c:1167
5932 msgid "force checkout (throw away local modifications)"
5935 #: builtin/checkout.c:1168
5936 msgid "perform a 3-way merge with the new branch"
5939 #: builtin/checkout.c:1169 builtin/merge.c:238
5940 msgid "update ignored files (default)"
5943 #: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:251
5947 #: builtin/checkout.c:1171
5948 msgid "conflict style (merge or diff3)"
5951 #: builtin/checkout.c:1174
5952 msgid "do not limit pathspecs to sparse entries only"
5955 #: builtin/checkout.c:1176
5956 msgid "second guess 'git checkout <no-such-branch>'"
5959 #: builtin/checkout.c:1178
5960 msgid "do not check if another worktree is holding the given ref"
5963 #: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:136
5964 #: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:544
5965 #: builtin/send-pack.c:173
5966 msgid "force progress reporting"
5969 #: builtin/checkout.c:1212
5970 msgid "-b, -B and --orphan are mutually exclusive"
5973 #: builtin/checkout.c:1229
5974 msgid "--track needs a branch name"
5977 #: builtin/checkout.c:1234
5978 msgid "Missing branch name; try -b"
5981 #: builtin/checkout.c:1270
5982 msgid "invalid path specification"
5985 #: builtin/checkout.c:1277
5987 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5990 #: builtin/checkout.c:1281
5992 msgid "git checkout: --detach does not take a path argument '%s'"
5995 #: builtin/checkout.c:1285
5997 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5998 "checking out of the index."
6001 #: builtin/clean.c:26
6003 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6006 #: builtin/clean.c:30
6008 msgid "Removing %s\n"
6011 #: builtin/clean.c:31
6013 msgid "Would remove %s\n"
6016 #: builtin/clean.c:32
6018 msgid "Skipping repository %s\n"
6021 #: builtin/clean.c:33
6023 msgid "Would skip repository %s\n"
6026 #: builtin/clean.c:34
6028 msgid "failed to remove %s"
6031 #: builtin/clean.c:301 git-add--interactive.perl:572
6035 "1 - select a numbered item\n"
6036 "foo - select item based on unique prefix\n"
6037 " - (empty) select nothing\n"
6040 #: builtin/clean.c:305 git-add--interactive.perl:581
6044 "1 - select a single item\n"
6045 "3-5 - select a range of items\n"
6046 "2-3,6-9 - select multiple ranges\n"
6047 "foo - select item based on unique prefix\n"
6048 "-... - unselect specified items\n"
6049 "* - choose all items\n"
6050 " - (empty) finish selecting\n"
6053 #: builtin/clean.c:521 git-add--interactive.perl:547
6054 #: git-add--interactive.perl:552
6055 #, c-format, perl-format
6059 #: builtin/clean.c:663
6061 msgid "Input ignore patterns>> "
6064 #: builtin/clean.c:700
6066 msgid "WARNING: Cannot find items matched by: %s"
6069 #: builtin/clean.c:721
6070 msgid "Select items to delete"
6073 #. TRANSLATORS: Make sure to keep [y/N] as is
6074 #: builtin/clean.c:762
6076 msgid "Remove %s [y/N]? "
6079 #: builtin/clean.c:787 git-add--interactive.perl:1616
6084 #: builtin/clean.c:795
6086 "clean - start cleaning\n"
6087 "filter by pattern - exclude items from deletion\n"
6088 "select by numbers - select items to be deleted by numbers\n"
6089 "ask each - confirm each deletion (like \"rm -i\")\n"
6090 "quit - stop cleaning\n"
6091 "help - this screen\n"
6092 "? - help for prompt selection"
6095 #: builtin/clean.c:822 git-add--interactive.perl:1692
6096 msgid "*** Commands ***"
6099 #: builtin/clean.c:823 git-add--interactive.perl:1689
6103 #: builtin/clean.c:831
6104 msgid "Would remove the following item:"
6105 msgid_plural "Would remove the following items:"
6109 #: builtin/clean.c:847
6110 msgid "No more files to clean, exiting."
6113 #: builtin/clean.c:909
6114 msgid "do not print names of files removed"
6117 #: builtin/clean.c:911
6121 #: builtin/clean.c:912
6122 msgid "interactive cleaning"
6125 #: builtin/clean.c:914
6126 msgid "remove whole directories"
6129 #: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:465
6130 #: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:397
6131 #: builtin/name-rev.c:399 builtin/show-ref.c:176
6135 #: builtin/clean.c:916
6136 msgid "add <pattern> to ignore rules"
6139 #: builtin/clean.c:917
6140 msgid "remove ignored files, too"
6143 #: builtin/clean.c:919
6144 msgid "remove only ignored files"
6147 #: builtin/clean.c:937
6148 msgid "-x and -X cannot be used together"
6151 #: builtin/clean.c:941
6153 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6157 #: builtin/clean.c:944
6159 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6163 #: builtin/clone.c:39
6164 msgid "git clone [<options>] [--] <repo> [<dir>]"
6167 #: builtin/clone.c:83
6168 msgid "don't create a checkout"
6171 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6172 msgid "create a bare repository"
6175 #: builtin/clone.c:88
6176 msgid "create a mirror repository (implies bare)"
6179 #: builtin/clone.c:90
6180 msgid "to clone from a local repository"
6183 #: builtin/clone.c:92
6184 msgid "don't use local hardlinks, always copy"
6187 #: builtin/clone.c:94
6188 msgid "setup as shared repository"
6191 #: builtin/clone.c:96 builtin/clone.c:100
6195 #: builtin/clone.c:96 builtin/clone.c:100
6196 msgid "initialize submodules in the clone"
6199 #: builtin/clone.c:103
6200 msgid "number of submodules cloned in parallel"
6203 #: builtin/clone.c:104 builtin/init-db.c:476
6204 msgid "template-directory"
6207 #: builtin/clone.c:105 builtin/init-db.c:477
6208 msgid "directory from which templates will be used"
6211 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:635
6212 #: builtin/submodule--helper.c:1002
6213 msgid "reference repository"
6216 #: builtin/clone.c:111
6217 msgid "use --reference only while cloning"
6220 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6224 #: builtin/clone.c:113
6225 msgid "use <name> instead of 'origin' to track upstream"
6228 #: builtin/clone.c:115
6229 msgid "checkout <branch> instead of the remote's HEAD"
6232 #: builtin/clone.c:117
6233 msgid "path to git-upload-pack on the remote"
6236 #: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:804
6237 #: builtin/pull.c:205
6241 #: builtin/clone.c:119
6242 msgid "create a shallow clone of that depth"
6245 #: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:2938
6246 #: parse-options.h:142
6250 #: builtin/clone.c:121
6251 msgid "create a shallow clone since a specific time"
6254 #: builtin/clone.c:122 builtin/fetch.c:141
6258 #: builtin/clone.c:123 builtin/fetch.c:142
6259 msgid "deepen history of shallow clone, excluding rev"
6262 #: builtin/clone.c:125
6263 msgid "clone only one branch, HEAD or --branch"
6266 #: builtin/clone.c:127
6267 msgid "don't clone any tags, and make later fetches not to follow them"
6270 #: builtin/clone.c:129
6271 msgid "any cloned submodules will be shallow"
6274 #: builtin/clone.c:130 builtin/init-db.c:485
6278 #: builtin/clone.c:131 builtin/init-db.c:486
6279 msgid "separate git dir from working tree"
6282 #: builtin/clone.c:132
6286 #: builtin/clone.c:133
6287 msgid "set config inside the new repository"
6290 #: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:555
6291 msgid "use IPv4 addresses only"
6294 #: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:557
6295 msgid "use IPv6 addresses only"
6298 #: builtin/clone.c:273
6300 "No directory name could be guessed.\n"
6301 "Please specify a directory on the command line"
6304 #: builtin/clone.c:326
6306 msgid "info: Could not add alternate for '%s': %s\n"
6309 #: builtin/clone.c:398
6311 msgid "failed to open '%s'"
6314 #: builtin/clone.c:406
6316 msgid "%s exists and is not a directory"
6319 #: builtin/clone.c:420
6321 msgid "failed to stat %s\n"
6324 #: builtin/clone.c:442
6326 msgid "failed to create link '%s'"
6329 #: builtin/clone.c:446
6331 msgid "failed to copy file to '%s'"
6334 #: builtin/clone.c:471
6339 #: builtin/clone.c:483
6341 "Clone succeeded, but checkout failed.\n"
6342 "You can inspect what was checked out with 'git status'\n"
6343 "and retry the checkout with 'git checkout -f HEAD'\n"
6346 #: builtin/clone.c:560
6348 msgid "Could not find remote branch %s to clone."
6351 #: builtin/clone.c:655
6352 msgid "remote did not send all necessary objects"
6355 #: builtin/clone.c:671
6357 msgid "unable to update %s"
6360 #: builtin/clone.c:720
6361 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6364 #: builtin/clone.c:751
6365 msgid "unable to checkout working tree"
6368 #: builtin/clone.c:796
6369 msgid "unable to write parameters to config file"
6372 #: builtin/clone.c:859
6373 msgid "cannot repack to clean up"
6376 #: builtin/clone.c:861
6377 msgid "cannot unlink temporary alternates file"
6380 #: builtin/clone.c:894 builtin/receive-pack.c:1944
6381 msgid "Too many arguments."
6384 #: builtin/clone.c:898
6385 msgid "You must specify a repository to clone."
6388 #: builtin/clone.c:911
6390 msgid "--bare and --origin %s options are incompatible."
6393 #: builtin/clone.c:914
6394 msgid "--bare and --separate-git-dir are incompatible."
6397 #: builtin/clone.c:927
6399 msgid "repository '%s' does not exist"
6402 #: builtin/clone.c:933 builtin/fetch.c:1360
6404 msgid "depth %s is not a positive number"
6407 #: builtin/clone.c:943
6409 msgid "destination path '%s' already exists and is not an empty directory."
6412 #: builtin/clone.c:953
6414 msgid "working tree '%s' already exists."
6417 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6418 #: builtin/worktree.c:240 builtin/worktree.c:270
6420 msgid "could not create leading directories of '%s'"
6423 #: builtin/clone.c:971
6425 msgid "could not create work tree dir '%s'"
6428 #: builtin/clone.c:983
6430 msgid "Cloning into bare repository '%s'...\n"
6433 #: builtin/clone.c:985
6435 msgid "Cloning into '%s'...\n"
6438 #: builtin/clone.c:1009
6440 "clone --recursive is not compatible with both --reference and --reference-if-"
6444 #: builtin/clone.c:1071
6445 msgid "--depth is ignored in local clones; use file:// instead."
6448 #: builtin/clone.c:1073
6449 msgid "--shallow-since is ignored in local clones; use file:// instead."
6452 #: builtin/clone.c:1075
6453 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6456 #: builtin/clone.c:1078
6457 msgid "source repository is shallow, ignoring --local"
6460 #: builtin/clone.c:1083
6461 msgid "--local is ignored"
6464 #: builtin/clone.c:1087
6466 msgid "Don't know how to clone %s"
6469 #: builtin/clone.c:1142 builtin/clone.c:1150
6471 msgid "Remote branch %s not found in upstream %s"
6474 #: builtin/clone.c:1153
6475 msgid "You appear to have cloned an empty repository."
6478 #: builtin/column.c:10
6479 msgid "git column [<options>]"
6482 #: builtin/column.c:27
6483 msgid "lookup config vars"
6486 #: builtin/column.c:28 builtin/column.c:29
6487 msgid "layout to use"
6490 #: builtin/column.c:30
6491 msgid "Maximum width"
6494 #: builtin/column.c:31
6495 msgid "Padding space on left border"
6498 #: builtin/column.c:32
6499 msgid "Padding space on right border"
6502 #: builtin/column.c:33
6503 msgid "Padding space between columns"
6506 #: builtin/column.c:52
6507 msgid "--command must be the first argument"
6510 #: builtin/commit.c:39
6511 msgid "git commit [<options>] [--] <pathspec>..."
6514 #: builtin/commit.c:44
6515 msgid "git status [<options>] [--] <pathspec>..."
6518 #: builtin/commit.c:49
6520 "Your name and email address were configured automatically based\n"
6521 "on your username and hostname. Please check that they are accurate.\n"
6522 "You can suppress this message by setting them explicitly. Run the\n"
6523 "following command and follow the instructions in your editor to edit\n"
6524 "your configuration file:\n"
6526 " git config --global --edit\n"
6528 "After doing this, you may fix the identity used for this commit with:\n"
6530 " git commit --amend --reset-author\n"
6533 #: builtin/commit.c:62
6535 "Your name and email address were configured automatically based\n"
6536 "on your username and hostname. Please check that they are accurate.\n"
6537 "You can suppress this message by setting them explicitly:\n"
6539 " git config --global user.name \"Your Name\"\n"
6540 " git config --global user.email you@example.com\n"
6542 "After doing this, you may fix the identity used for this commit with:\n"
6544 " git commit --amend --reset-author\n"
6547 #: builtin/commit.c:74
6549 "You asked to amend the most recent commit, but doing so would make\n"
6550 "it empty. You can repeat your command with --allow-empty, or you can\n"
6551 "remove the commit entirely with \"git reset HEAD^\".\n"
6554 #: builtin/commit.c:79
6556 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6557 "If you wish to commit it anyway, use:\n"
6559 " git commit --allow-empty\n"
6563 #: builtin/commit.c:86
6564 msgid "Otherwise, please use 'git reset'\n"
6567 #: builtin/commit.c:89
6569 "If you wish to skip this commit, use:\n"
6573 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6574 "the remaining commits.\n"
6577 #: builtin/commit.c:318
6578 msgid "failed to unpack HEAD tree object"
6581 #: builtin/commit.c:359
6582 msgid "unable to create temporary index"
6585 #: builtin/commit.c:365
6586 msgid "interactive add failed"
6589 #: builtin/commit.c:378
6590 msgid "unable to update temporary index"
6593 #: builtin/commit.c:380
6594 msgid "Failed to update main cache tree"
6597 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6598 msgid "unable to write new_index file"
6601 #: builtin/commit.c:461
6602 msgid "cannot do a partial commit during a merge."
6605 #: builtin/commit.c:463
6606 msgid "cannot do a partial commit during a cherry-pick."
6609 #: builtin/commit.c:471
6610 msgid "cannot read the index"
6613 #: builtin/commit.c:490
6614 msgid "unable to write temporary index file"
6617 #: builtin/commit.c:587
6619 msgid "commit '%s' lacks author header"
6622 #: builtin/commit.c:589
6624 msgid "commit '%s' has malformed author line"
6627 #: builtin/commit.c:608
6628 msgid "malformed --author parameter"
6631 #: builtin/commit.c:660
6633 "unable to select a comment character that is not used\n"
6634 "in the current commit message"
6637 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1100
6639 msgid "could not lookup commit %s"
6642 #: builtin/commit.c:709 builtin/shortlog.c:309
6644 msgid "(reading log message from standard input)\n"
6647 #: builtin/commit.c:711
6648 msgid "could not read log from standard input"
6651 #: builtin/commit.c:715
6653 msgid "could not read log file '%s'"
6656 #: builtin/commit.c:742 builtin/commit.c:750
6657 msgid "could not read SQUASH_MSG"
6660 #: builtin/commit.c:747
6661 msgid "could not read MERGE_MSG"
6664 #: builtin/commit.c:801
6665 msgid "could not write commit template"
6668 #: builtin/commit.c:819
6672 "It looks like you may be committing a merge.\n"
6673 "If this is not correct, please remove the file\n"
6678 #: builtin/commit.c:824
6682 "It looks like you may be committing a cherry-pick.\n"
6683 "If this is not correct, please remove the file\n"
6688 #: builtin/commit.c:837
6691 "Please enter the commit message for your changes. Lines starting\n"
6692 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6695 #: builtin/commit.c:844
6698 "Please enter the commit message for your changes. Lines starting\n"
6699 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6700 "An empty message aborts the commit.\n"
6703 #: builtin/commit.c:861
6705 msgid "%sAuthor: %.*s <%.*s>"
6708 #: builtin/commit.c:869
6713 #: builtin/commit.c:876
6715 msgid "%sCommitter: %.*s <%.*s>"
6718 #: builtin/commit.c:893
6719 msgid "Cannot read index"
6722 #: builtin/commit.c:958
6723 msgid "Error building trees"
6726 #: builtin/commit.c:972 builtin/tag.c:252
6728 msgid "Please supply the message using either -m or -F option.\n"
6731 #: builtin/commit.c:1075
6733 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6736 #: builtin/commit.c:1090 builtin/commit.c:1335
6738 msgid "Invalid untracked files mode '%s'"
6741 #: builtin/commit.c:1128
6742 msgid "--long and -z are incompatible"
6745 #: builtin/commit.c:1158
6746 msgid "Using both --reset-author and --author does not make sense"
6749 #: builtin/commit.c:1167
6750 msgid "You have nothing to amend."
6753 #: builtin/commit.c:1170
6754 msgid "You are in the middle of a merge -- cannot amend."
6757 #: builtin/commit.c:1172
6758 msgid "You are in the middle of a cherry-pick -- cannot amend."
6761 #: builtin/commit.c:1175
6762 msgid "Options --squash and --fixup cannot be used together"
6765 #: builtin/commit.c:1185
6766 msgid "Only one of -c/-C/-F/--fixup can be used."
6769 #: builtin/commit.c:1187
6770 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6773 #: builtin/commit.c:1195
6774 msgid "--reset-author can be used only with -C, -c or --amend."
6777 #: builtin/commit.c:1212
6778 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6781 #: builtin/commit.c:1214
6782 msgid "No paths with --include/--only does not make sense."
6785 #: builtin/commit.c:1226 builtin/tag.c:535
6787 msgid "Invalid cleanup mode %s"
6790 #: builtin/commit.c:1231
6791 msgid "Paths with -a does not make sense."
6794 #: builtin/commit.c:1349 builtin/commit.c:1626
6795 msgid "show status concisely"
6798 #: builtin/commit.c:1351 builtin/commit.c:1628
6799 msgid "show branch information"
6802 #: builtin/commit.c:1353
6803 msgid "show stash information"
6806 #: builtin/commit.c:1355
6810 #: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:530
6811 #: builtin/worktree.c:469
6812 msgid "machine-readable output"
6815 #: builtin/commit.c:1358 builtin/commit.c:1632
6816 msgid "show status in long format (default)"
6819 #: builtin/commit.c:1361 builtin/commit.c:1635
6820 msgid "terminate entries with NUL"
6823 #: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:999
6824 #: builtin/fast-export.c:1002 builtin/tag.c:390
6828 #: builtin/commit.c:1364 builtin/commit.c:1638
6829 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6832 #: builtin/commit.c:1367
6833 msgid "show ignored files"
6836 #: builtin/commit.c:1368 parse-options.h:155
6840 #: builtin/commit.c:1369
6842 "ignore changes to submodules, optional when: all, dirty, untracked. "
6846 #: builtin/commit.c:1371
6847 msgid "list untracked files in columns"
6850 #: builtin/commit.c:1449
6851 msgid "couldn't look up newly created commit"
6854 #: builtin/commit.c:1451
6855 msgid "could not parse newly created commit"
6858 #: builtin/commit.c:1496
6859 msgid "detached HEAD"
6862 #: builtin/commit.c:1499
6863 msgid " (root-commit)"
6866 #: builtin/commit.c:1596
6867 msgid "suppress summary after successful commit"
6870 #: builtin/commit.c:1597
6871 msgid "show diff in commit message template"
6874 #: builtin/commit.c:1599
6875 msgid "Commit message options"
6878 #: builtin/commit.c:1600 builtin/tag.c:388
6879 msgid "read message from file"
6882 #: builtin/commit.c:1601
6886 #: builtin/commit.c:1601
6887 msgid "override author for commit"
6890 #: builtin/commit.c:1602 builtin/gc.c:359
6894 #: builtin/commit.c:1602
6895 msgid "override date for commit"
6898 #: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:402
6899 #: builtin/notes.c:565 builtin/tag.c:386
6903 #: builtin/commit.c:1603
6904 msgid "commit message"
6907 #: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:1606
6908 #: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:92
6912 #: builtin/commit.c:1604
6913 msgid "reuse and edit message from specified commit"
6916 #: builtin/commit.c:1605
6917 msgid "reuse message from specified commit"
6920 #: builtin/commit.c:1606
6921 msgid "use autosquash formatted message to fixup specified commit"
6924 #: builtin/commit.c:1607
6925 msgid "use autosquash formatted message to squash specified commit"
6928 #: builtin/commit.c:1608
6929 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6932 #: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:239
6933 #: builtin/revert.c:105
6934 msgid "add Signed-off-by:"
6937 #: builtin/commit.c:1610
6938 msgid "use specified template file"
6941 #: builtin/commit.c:1611
6942 msgid "force edit of commit"
6945 #: builtin/commit.c:1612
6949 #: builtin/commit.c:1612 builtin/tag.c:391
6950 msgid "how to strip spaces and #comments from message"
6953 #: builtin/commit.c:1613
6954 msgid "include status in commit message template"
6957 #: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:173
6958 #: builtin/revert.c:113
6959 msgid "GPG sign commit"
6962 #: builtin/commit.c:1618
6963 msgid "Commit contents options"
6966 #: builtin/commit.c:1619
6967 msgid "commit all changed files"
6970 #: builtin/commit.c:1620
6971 msgid "add specified files to index for commit"
6974 #: builtin/commit.c:1621
6975 msgid "interactively add files"
6978 #: builtin/commit.c:1622
6979 msgid "interactively add changes"
6982 #: builtin/commit.c:1623
6983 msgid "commit only specified files"
6986 #: builtin/commit.c:1624
6987 msgid "bypass pre-commit and commit-msg hooks"
6990 #: builtin/commit.c:1625
6991 msgid "show what would be committed"
6994 #: builtin/commit.c:1636
6995 msgid "amend previous commit"
6998 #: builtin/commit.c:1637
6999 msgid "bypass post-rewrite hook"
7002 #: builtin/commit.c:1642
7003 msgid "ok to record an empty change"
7006 #: builtin/commit.c:1644
7007 msgid "ok to record a change with an empty message"
7010 #: builtin/commit.c:1674
7011 msgid "could not parse HEAD commit"
7014 #: builtin/commit.c:1719
7016 msgid "Corrupt MERGE_HEAD file (%s)"
7019 #: builtin/commit.c:1726
7020 msgid "could not read MERGE_MODE"
7023 #: builtin/commit.c:1745
7025 msgid "could not read commit message: %s"
7028 #: builtin/commit.c:1756
7030 msgid "Aborting commit due to empty commit message.\n"
7033 #: builtin/commit.c:1761
7035 msgid "Aborting commit; you did not edit the message.\n"
7038 #: builtin/commit.c:1809
7040 "Repository has been updated, but unable to write\n"
7041 "new_index file. Check that disk is not full and quota is\n"
7042 "not exceeded, and then \"git reset HEAD\" to recover."
7045 #: builtin/config.c:10
7046 msgid "git config [<options>]"
7049 #: builtin/config.c:57
7050 msgid "Config file location"
7053 #: builtin/config.c:58
7054 msgid "use global config file"
7057 #: builtin/config.c:59
7058 msgid "use system config file"
7061 #: builtin/config.c:60
7062 msgid "use repository config file"
7065 #: builtin/config.c:61
7066 msgid "use given config file"
7069 #: builtin/config.c:62
7073 #: builtin/config.c:62
7074 msgid "read config from given blob object"
7077 #: builtin/config.c:63
7081 #: builtin/config.c:64
7082 msgid "get value: name [value-regex]"
7085 #: builtin/config.c:65
7086 msgid "get all values: key [value-regex]"
7089 #: builtin/config.c:66
7090 msgid "get values for regexp: name-regex [value-regex]"
7093 #: builtin/config.c:67
7094 msgid "get value specific for the URL: section[.var] URL"
7097 #: builtin/config.c:68
7098 msgid "replace all matching variables: name value [value_regex]"
7101 #: builtin/config.c:69
7102 msgid "add a new variable: name value"
7105 #: builtin/config.c:70
7106 msgid "remove a variable: name [value-regex]"
7109 #: builtin/config.c:71
7110 msgid "remove all matches: name [value-regex]"
7113 #: builtin/config.c:72
7114 msgid "rename section: old-name new-name"
7117 #: builtin/config.c:73
7118 msgid "remove a section: name"
7121 #: builtin/config.c:74
7125 #: builtin/config.c:75
7126 msgid "open an editor"
7129 #: builtin/config.c:76
7130 msgid "find the color configured: slot [default]"
7133 #: builtin/config.c:77
7134 msgid "find the color setting: slot [stdout-is-tty]"
7137 #: builtin/config.c:78
7141 #: builtin/config.c:79
7142 msgid "value is \"true\" or \"false\""
7145 #: builtin/config.c:80
7146 msgid "value is decimal number"
7149 #: builtin/config.c:81
7150 msgid "value is --bool or --int"
7153 #: builtin/config.c:82
7154 msgid "value is a path (file or directory name)"
7157 #: builtin/config.c:83
7161 #: builtin/config.c:84
7162 msgid "terminate values with NUL byte"
7165 #: builtin/config.c:85
7166 msgid "show variable names only"
7169 #: builtin/config.c:86
7170 msgid "respect include directives on lookup"
7173 #: builtin/config.c:87
7174 msgid "show origin of config (file, standard input, blob, command line)"
7177 #: builtin/config.c:327
7178 msgid "unable to parse default color value"
7181 #: builtin/config.c:471
7184 "# This is Git's per-user configuration file.\n"
7186 "# Please adapt and uncomment the following lines:\n"
7191 #: builtin/config.c:499
7192 msgid "--local can only be used inside a git repository"
7195 #: builtin/config.c:624
7197 msgid "cannot create configuration file %s"
7200 #: builtin/config.c:637
7203 "cannot overwrite multiple values with a single value\n"
7204 " Use a regexp, --add or --replace-all to change %s."
7207 #: builtin/count-objects.c:88
7208 msgid "git count-objects [-v] [-H | --human-readable]"
7211 #: builtin/count-objects.c:98
7212 msgid "print sizes in human readable format"
7215 #: builtin/describe.c:19
7216 msgid "git describe [<options>] [<commit-ish>...]"
7219 #: builtin/describe.c:20
7220 msgid "git describe [<options>] --dirty"
7223 #: builtin/describe.c:54
7227 #: builtin/describe.c:54
7231 #: builtin/describe.c:54
7235 #: builtin/describe.c:264
7237 msgid "annotated tag %s not available"
7240 #: builtin/describe.c:268
7242 msgid "annotated tag %s has no embedded name"
7245 #: builtin/describe.c:270
7247 msgid "tag '%s' is really '%s' here"
7250 #: builtin/describe.c:297 builtin/log.c:493
7252 msgid "Not a valid object name %s"
7255 #: builtin/describe.c:300
7257 msgid "%s is not a valid '%s' object"
7260 #: builtin/describe.c:317
7262 msgid "no tag exactly matches '%s'"
7265 #: builtin/describe.c:319
7267 msgid "searching to describe %s\n"
7270 #: builtin/describe.c:366
7272 msgid "finished search at %s\n"
7275 #: builtin/describe.c:393
7278 "No annotated tags can describe '%s'.\n"
7279 "However, there were unannotated tags: try --tags."
7282 #: builtin/describe.c:397
7285 "No tags can describe '%s'.\n"
7286 "Try --always, or create some tags."
7289 #: builtin/describe.c:427
7291 msgid "traversed %lu commits\n"
7294 #: builtin/describe.c:430
7297 "more than %i tags found; listed %i most recent\n"
7298 "gave up search at %s\n"
7301 #: builtin/describe.c:452
7302 msgid "find the tag that comes after the commit"
7305 #: builtin/describe.c:453
7306 msgid "debug search strategy on stderr"
7309 #: builtin/describe.c:454
7313 #: builtin/describe.c:455
7314 msgid "use any tag, even unannotated"
7317 #: builtin/describe.c:456
7318 msgid "always use long format"
7321 #: builtin/describe.c:457
7322 msgid "only follow first parent"
7325 #: builtin/describe.c:460
7326 msgid "only output exact matches"
7329 #: builtin/describe.c:462
7330 msgid "consider <n> most recent tags (default: 10)"
7333 #: builtin/describe.c:464
7334 msgid "only consider tags matching <pattern>"
7337 #: builtin/describe.c:466
7338 msgid "do not consider tags matching <pattern>"
7341 #: builtin/describe.c:468 builtin/name-rev.c:406
7342 msgid "show abbreviated commit object as fallback"
7345 #: builtin/describe.c:469 builtin/describe.c:472
7349 #: builtin/describe.c:470
7350 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7353 #: builtin/describe.c:473
7354 msgid "append <mark> on broken working tree (default: \"-broken\")"
7357 #: builtin/describe.c:491
7358 msgid "--long is incompatible with --abbrev=0"
7361 #: builtin/describe.c:520
7362 msgid "No names found, cannot describe anything."
7365 #: builtin/describe.c:563
7366 msgid "--dirty is incompatible with commit-ishes"
7369 #: builtin/describe.c:565
7370 msgid "--broken is incompatible with commit-ishes"
7373 #: builtin/diff.c:83
7375 msgid "'%s': not a regular file or symlink"
7378 #: builtin/diff.c:235
7380 msgid "invalid option: %s"
7383 #: builtin/diff.c:357
7384 msgid "Not a git repository"
7387 #: builtin/diff.c:400
7389 msgid "invalid object '%s' given."
7392 #: builtin/diff.c:409
7394 msgid "more than two blobs given: '%s'"
7397 #: builtin/diff.c:414
7399 msgid "unhandled object '%s' given."
7402 #: builtin/difftool.c:29
7403 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7406 #: builtin/difftool.c:259
7411 #: builtin/difftool.c:301
7413 msgid "could not read symlink %s"
7416 #: builtin/difftool.c:303
7418 msgid "could not read symlink file %s"
7421 #: builtin/difftool.c:311
7423 msgid "could not read object %s for symlink %s"
7426 #: builtin/difftool.c:412
7428 "combined diff formats('-c' and '--cc') are not supported in\n"
7429 "directory diff mode('-d' and '--dir-diff')."
7432 #: builtin/difftool.c:633
7434 msgid "both files modified: '%s' and '%s'."
7437 #: builtin/difftool.c:635
7438 msgid "working tree file has been left."
7441 #: builtin/difftool.c:646
7443 msgid "temporary files exist in '%s'."
7446 #: builtin/difftool.c:647
7447 msgid "you may want to cleanup or recover these."
7450 #: builtin/difftool.c:696
7451 msgid "use `diff.guitool` instead of `diff.tool`"
7454 #: builtin/difftool.c:698
7455 msgid "perform a full-directory diff"
7458 #: builtin/difftool.c:700
7459 msgid "do not prompt before launching a diff tool"
7462 #: builtin/difftool.c:706
7463 msgid "use symlinks in dir-diff mode"
7466 #: builtin/difftool.c:707
7470 #: builtin/difftool.c:708
7471 msgid "use the specified diff tool"
7474 #: builtin/difftool.c:710
7475 msgid "print a list of diff tools that may be used with `--tool`"
7478 #: builtin/difftool.c:713
7480 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7484 #: builtin/difftool.c:715
7488 #: builtin/difftool.c:716
7489 msgid "specify a custom command for viewing diffs"
7492 #: builtin/difftool.c:740
7493 msgid "no <tool> given for --tool=<tool>"
7496 #: builtin/difftool.c:747
7497 msgid "no <cmd> given for --extcmd=<cmd>"
7500 #: builtin/fast-export.c:26
7501 msgid "git fast-export [rev-list-opts]"
7504 #: builtin/fast-export.c:998
7505 msgid "show progress after <n> objects"
7508 #: builtin/fast-export.c:1000
7509 msgid "select handling of signed tags"
7512 #: builtin/fast-export.c:1003
7513 msgid "select handling of tags that tag filtered objects"
7516 #: builtin/fast-export.c:1006
7517 msgid "Dump marks to this file"
7520 #: builtin/fast-export.c:1008
7521 msgid "Import marks from this file"
7524 #: builtin/fast-export.c:1010
7525 msgid "Fake a tagger when tags lack one"
7528 #: builtin/fast-export.c:1012
7529 msgid "Output full tree for each commit"
7532 #: builtin/fast-export.c:1014
7533 msgid "Use the done feature to terminate the stream"
7536 #: builtin/fast-export.c:1015
7537 msgid "Skip output of blob data"
7540 #: builtin/fast-export.c:1016
7544 #: builtin/fast-export.c:1017
7545 msgid "Apply refspec to exported refs"
7548 #: builtin/fast-export.c:1018
7549 msgid "anonymize output"
7552 #: builtin/fetch.c:23
7553 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7556 #: builtin/fetch.c:24
7557 msgid "git fetch [<options>] <group>"
7560 #: builtin/fetch.c:25
7561 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7564 #: builtin/fetch.c:26
7565 msgid "git fetch --all [<options>]"
7568 #: builtin/fetch.c:112 builtin/pull.c:182
7569 msgid "fetch from all remotes"
7572 #: builtin/fetch.c:114 builtin/pull.c:185
7573 msgid "append to .git/FETCH_HEAD instead of overwriting"
7576 #: builtin/fetch.c:116 builtin/pull.c:188
7577 msgid "path to upload pack on remote end"
7580 #: builtin/fetch.c:117 builtin/pull.c:190
7581 msgid "force overwrite of local branch"
7584 #: builtin/fetch.c:119
7585 msgid "fetch from multiple remotes"
7588 #: builtin/fetch.c:121 builtin/pull.c:192
7589 msgid "fetch all tags and associated objects"
7592 #: builtin/fetch.c:123
7593 msgid "do not fetch all tags (--no-tags)"
7596 #: builtin/fetch.c:125
7597 msgid "number of submodules fetched in parallel"
7600 #: builtin/fetch.c:127 builtin/pull.c:195
7601 msgid "prune remote-tracking branches no longer on remote"
7604 #: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:123
7608 #: builtin/fetch.c:129
7609 msgid "control recursive fetching of submodules"
7612 #: builtin/fetch.c:133 builtin/pull.c:203
7613 msgid "keep downloaded pack"
7616 #: builtin/fetch.c:135
7617 msgid "allow updating of HEAD ref"
7620 #: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:206
7621 msgid "deepen history of shallow clone"
7624 #: builtin/fetch.c:140
7625 msgid "deepen history of shallow repository based on time"
7628 #: builtin/fetch.c:146 builtin/pull.c:209
7629 msgid "convert to a complete repository"
7632 #: builtin/fetch.c:148 builtin/log.c:1456
7636 #: builtin/fetch.c:149
7637 msgid "prepend this to submodule path output"
7640 #: builtin/fetch.c:152
7642 "default for recursive fetching of submodules (lower priority than config "
7646 #: builtin/fetch.c:156 builtin/pull.c:212
7647 msgid "accept refs that update .git/shallow"
7650 #: builtin/fetch.c:157 builtin/pull.c:214
7654 #: builtin/fetch.c:158 builtin/pull.c:215
7655 msgid "specify fetch refmap"
7658 #: builtin/fetch.c:416
7659 msgid "Couldn't find remote ref HEAD"
7662 #: builtin/fetch.c:534
7664 msgid "configuration fetch.output contains invalid value %s"
7667 #: builtin/fetch.c:627
7669 msgid "object %s not found"
7672 #: builtin/fetch.c:631
7673 msgid "[up to date]"
7676 #: builtin/fetch.c:644 builtin/fetch.c:724
7680 #: builtin/fetch.c:645
7681 msgid "can't fetch in current branch"
7684 #: builtin/fetch.c:654
7685 msgid "[tag update]"
7688 #: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:704
7689 #: builtin/fetch.c:719
7690 msgid "unable to update local ref"
7693 #: builtin/fetch.c:674
7697 #: builtin/fetch.c:677
7698 msgid "[new branch]"
7701 #: builtin/fetch.c:680
7705 #: builtin/fetch.c:719
7706 msgid "forced update"
7709 #: builtin/fetch.c:724
7710 msgid "non-fast-forward"
7713 #: builtin/fetch.c:769
7715 msgid "%s did not send all necessary objects\n"
7718 #: builtin/fetch.c:789
7720 msgid "reject %s because shallow roots are not allowed to be updated"
7723 #: builtin/fetch.c:877 builtin/fetch.c:973
7728 #: builtin/fetch.c:888
7731 "some local refs could not be updated; try running\n"
7732 " 'git remote prune %s' to remove any old, conflicting branches"
7735 #: builtin/fetch.c:943
7737 msgid " (%s will become dangling)"
7740 #: builtin/fetch.c:944
7742 msgid " (%s has become dangling)"
7745 #: builtin/fetch.c:976
7749 #: builtin/fetch.c:977 builtin/remote.c:1024
7753 #: builtin/fetch.c:1000
7755 msgid "Refusing to fetch into current branch %s of non-bare repository"
7758 #: builtin/fetch.c:1019
7760 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7763 #: builtin/fetch.c:1022
7765 msgid "Option \"%s\" is ignored for %s\n"
7768 #: builtin/fetch.c:1098
7770 msgid "Don't know how to fetch from %s"
7773 #: builtin/fetch.c:1258
7775 msgid "Fetching %s\n"
7778 #: builtin/fetch.c:1260 builtin/remote.c:97
7780 msgid "Could not fetch %s"
7783 #: builtin/fetch.c:1278
7785 "No remote repository specified. Please, specify either a URL or a\n"
7786 "remote name from which new revisions should be fetched."
7789 #: builtin/fetch.c:1301
7790 msgid "You need to specify a tag name."
7793 #: builtin/fetch.c:1344
7794 msgid "Negative depth in --deepen is not supported"
7797 #: builtin/fetch.c:1346
7798 msgid "--deepen and --depth are mutually exclusive"
7801 #: builtin/fetch.c:1351
7802 msgid "--depth and --unshallow cannot be used together"
7805 #: builtin/fetch.c:1353
7806 msgid "--unshallow on a complete repository does not make sense"
7809 #: builtin/fetch.c:1366
7810 msgid "fetch --all does not take a repository argument"
7813 #: builtin/fetch.c:1368
7814 msgid "fetch --all does not make sense with refspecs"
7817 #: builtin/fetch.c:1379
7819 msgid "No such remote or remote group: %s"
7822 #: builtin/fetch.c:1387
7823 msgid "Fetching a group and specifying refspecs does not make sense"
7826 #: builtin/fmt-merge-msg.c:15
7828 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7831 #: builtin/fmt-merge-msg.c:665
7832 msgid "populate log with at most <n> entries from shortlog"
7835 #: builtin/fmt-merge-msg.c:668
7836 msgid "alias for --log (deprecated)"
7839 #: builtin/fmt-merge-msg.c:671
7843 #: builtin/fmt-merge-msg.c:672
7844 msgid "use <text> as start of message"
7847 #: builtin/fmt-merge-msg.c:673
7848 msgid "file to read from"
7851 #: builtin/for-each-ref.c:10
7852 msgid "git for-each-ref [<options>] [<pattern>]"
7855 #: builtin/for-each-ref.c:11
7856 msgid "git for-each-ref [--points-at <object>]"
7859 #: builtin/for-each-ref.c:12
7860 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7863 #: builtin/for-each-ref.c:13
7864 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7867 #: builtin/for-each-ref.c:28
7868 msgid "quote placeholders suitably for shells"
7871 #: builtin/for-each-ref.c:30
7872 msgid "quote placeholders suitably for perl"
7875 #: builtin/for-each-ref.c:32
7876 msgid "quote placeholders suitably for python"
7879 #: builtin/for-each-ref.c:34
7880 msgid "quote placeholders suitably for Tcl"
7883 #: builtin/for-each-ref.c:37
7884 msgid "show only <n> matched refs"
7887 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7888 msgid "respect format colors"
7891 #: builtin/for-each-ref.c:43
7892 msgid "print only refs which points at the given object"
7895 #: builtin/for-each-ref.c:45
7896 msgid "print only refs that are merged"
7899 #: builtin/for-each-ref.c:46
7900 msgid "print only refs that are not merged"
7903 #: builtin/for-each-ref.c:47
7904 msgid "print only refs which contain the commit"
7907 #: builtin/for-each-ref.c:48
7908 msgid "print only refs which don't contain the commit"
7911 #: builtin/fsck.c:543
7912 msgid "Checking object directories"
7915 #: builtin/fsck.c:635
7916 msgid "git fsck [<options>] [<object>...]"
7919 #: builtin/fsck.c:641
7920 msgid "show unreachable objects"
7923 #: builtin/fsck.c:642
7924 msgid "show dangling objects"
7927 #: builtin/fsck.c:643
7931 #: builtin/fsck.c:644
7932 msgid "report root nodes"
7935 #: builtin/fsck.c:645
7936 msgid "make index objects head nodes"
7939 #: builtin/fsck.c:646
7940 msgid "make reflogs head nodes (default)"
7943 #: builtin/fsck.c:647
7944 msgid "also consider packs and alternate objects"
7947 #: builtin/fsck.c:648
7948 msgid "check only connectivity"
7951 #: builtin/fsck.c:649
7952 msgid "enable more strict checking"
7955 #: builtin/fsck.c:651
7956 msgid "write dangling objects in .git/lost-found"
7959 #: builtin/fsck.c:652 builtin/prune.c:107
7960 msgid "show progress"
7963 #: builtin/fsck.c:653
7964 msgid "show verbose names for reachable objects"
7967 #: builtin/fsck.c:714
7968 msgid "Checking objects"
7972 msgid "git gc [<options>]"
7977 msgid "Failed to fstat %s: %s"
7982 msgid "Can't stat %s"
7988 "The last gc run reported the following. Please correct the root cause\n"
7990 "Automatic cleanup will not be performed until the file is removed.\n"
7996 msgid "prune unreferenced objects"
8000 msgid "be more thorough (increased runtime)"
8004 msgid "enable auto-gc mode"
8008 msgid "force running gc even if there may be another gc running"
8013 msgid "Failed to parse gc.logexpiry value %s"
8018 msgid "Auto packing the repository in background for optimum performance.\n"
8023 msgid "Auto packing the repository for optimum performance.\n"
8028 msgid "See \"git help gc\" for manual housekeeping.\n"
8034 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8039 "There are too many unreachable loose objects; run 'git prune' to remove them."
8042 #: builtin/grep.c:27
8043 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8046 #: builtin/grep.c:226
8048 msgid "grep: failed to create thread: %s"
8051 #: builtin/grep.c:284
8053 msgid "invalid number of threads specified (%d) for %s"
8056 #. TRANSLATORS: %s is the configuration
8057 #. variable for tweaking threads, currently
8060 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1693
8062 msgid "no threads support, ignoring %s"
8065 #: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:613
8067 msgid "unable to read tree (%s)"
8070 #: builtin/grep.c:628
8072 msgid "unable to grep from object of type %s"
8075 #: builtin/grep.c:694
8077 msgid "switch `%c' expects a numerical value"
8080 #: builtin/grep.c:781
8081 msgid "search in index instead of in the work tree"
8084 #: builtin/grep.c:783
8085 msgid "find in contents not managed by git"
8088 #: builtin/grep.c:785
8089 msgid "search in both tracked and untracked files"
8092 #: builtin/grep.c:787
8093 msgid "ignore files specified via '.gitignore'"
8096 #: builtin/grep.c:789
8097 msgid "recursively search in each submodule"
8100 #: builtin/grep.c:792
8101 msgid "show non-matching lines"
8104 #: builtin/grep.c:794
8105 msgid "case insensitive matching"
8108 #: builtin/grep.c:796
8109 msgid "match patterns only at word boundaries"
8112 #: builtin/grep.c:798
8113 msgid "process binary files as text"
8116 #: builtin/grep.c:800
8117 msgid "don't match patterns in binary files"
8120 #: builtin/grep.c:803
8121 msgid "process binary files with textconv filters"
8124 #: builtin/grep.c:805
8125 msgid "descend at most <depth> levels"
8128 #: builtin/grep.c:809
8129 msgid "use extended POSIX regular expressions"
8132 #: builtin/grep.c:812
8133 msgid "use basic POSIX regular expressions (default)"
8136 #: builtin/grep.c:815
8137 msgid "interpret patterns as fixed strings"
8140 #: builtin/grep.c:818
8141 msgid "use Perl-compatible regular expressions"
8144 #: builtin/grep.c:821
8145 msgid "show line numbers"
8148 #: builtin/grep.c:822
8149 msgid "don't show filenames"
8152 #: builtin/grep.c:823
8153 msgid "show filenames"
8156 #: builtin/grep.c:825
8157 msgid "show filenames relative to top directory"
8160 #: builtin/grep.c:827
8161 msgid "show only filenames instead of matching lines"
8164 #: builtin/grep.c:829
8165 msgid "synonym for --files-with-matches"
8168 #: builtin/grep.c:832
8169 msgid "show only the names of files without match"
8172 #: builtin/grep.c:834
8173 msgid "print NUL after filenames"
8176 #: builtin/grep.c:836
8177 msgid "show the number of matches instead of matching lines"
8180 #: builtin/grep.c:837
8181 msgid "highlight matches"
8184 #: builtin/grep.c:839
8185 msgid "print empty line between matches from different files"
8188 #: builtin/grep.c:841
8189 msgid "show filename only once above matches from same file"
8192 #: builtin/grep.c:844
8193 msgid "show <n> context lines before and after matches"
8196 #: builtin/grep.c:847
8197 msgid "show <n> context lines before matches"
8200 #: builtin/grep.c:849
8201 msgid "show <n> context lines after matches"
8204 #: builtin/grep.c:851
8205 msgid "use <n> worker threads"
8208 #: builtin/grep.c:852
8209 msgid "shortcut for -C NUM"
8212 #: builtin/grep.c:855
8213 msgid "show a line with the function name before matches"
8216 #: builtin/grep.c:857
8217 msgid "show the surrounding function"
8220 #: builtin/grep.c:860
8221 msgid "read patterns from file"
8224 #: builtin/grep.c:862
8225 msgid "match <pattern>"
8228 #: builtin/grep.c:864
8229 msgid "combine patterns specified with -e"
8232 #: builtin/grep.c:876
8233 msgid "indicate hit with exit status without output"
8236 #: builtin/grep.c:878
8237 msgid "show only matches from files that match all patterns"
8240 #: builtin/grep.c:880
8241 msgid "show parse tree for grep expression"
8244 #: builtin/grep.c:884
8248 #: builtin/grep.c:884
8249 msgid "show matching files in the pager"
8252 #: builtin/grep.c:887
8253 msgid "allow calling of grep(1) (ignored by this build)"
8256 #: builtin/grep.c:950
8257 msgid "no pattern given."
8260 #: builtin/grep.c:982
8261 msgid "--no-index or --untracked cannot be used with revs"
8264 #: builtin/grep.c:989
8266 msgid "unable to resolve revision: %s"
8269 #: builtin/grep.c:1023 builtin/index-pack.c:1491
8271 msgid "invalid number of threads specified (%d)"
8274 #: builtin/grep.c:1028
8275 msgid "no threads support, ignoring --threads"
8278 #: builtin/grep.c:1052
8279 msgid "--open-files-in-pager only works on the worktree"
8282 #: builtin/grep.c:1075
8283 msgid "option not supported with --recurse-submodules."
8286 #: builtin/grep.c:1081
8287 msgid "--cached or --untracked cannot be used with --no-index."
8290 #: builtin/grep.c:1087
8291 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8294 #: builtin/grep.c:1095
8295 msgid "both --cached and trees are given."
8298 #: builtin/hash-object.c:82
8300 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8304 #: builtin/hash-object.c:83
8305 msgid "git hash-object --stdin-paths"
8308 #: builtin/hash-object.c:95
8312 #: builtin/hash-object.c:95
8316 #: builtin/hash-object.c:96
8317 msgid "write the object into the object database"
8320 #: builtin/hash-object.c:98
8321 msgid "read the object from stdin"
8324 #: builtin/hash-object.c:100
8325 msgid "store file as is without filters"
8328 #: builtin/hash-object.c:101
8330 "just hash any random garbage to create corrupt objects for debugging Git"
8333 #: builtin/hash-object.c:102
8334 msgid "process file as it were from this path"
8337 #: builtin/help.c:43
8338 msgid "print all available commands"
8341 #: builtin/help.c:44
8342 msgid "exclude guides"
8345 #: builtin/help.c:45
8346 msgid "print list of useful guides"
8349 #: builtin/help.c:46
8350 msgid "show man page"
8353 #: builtin/help.c:47
8354 msgid "show manual in web browser"
8357 #: builtin/help.c:49
8358 msgid "show info page"
8361 #: builtin/help.c:55
8362 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8365 #: builtin/help.c:67
8367 msgid "unrecognized help format '%s'"
8370 #: builtin/help.c:94
8371 msgid "Failed to start emacsclient."
8374 #: builtin/help.c:107
8375 msgid "Failed to parse emacsclient version."
8378 #: builtin/help.c:115
8380 msgid "emacsclient version '%d' too old (< 22)."
8383 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8385 msgid "failed to exec '%s'"
8388 #: builtin/help.c:211
8391 "'%s': path for unsupported man viewer.\n"
8392 "Please consider using 'man.<tool>.cmd' instead."
8395 #: builtin/help.c:223
8398 "'%s': cmd for supported man viewer.\n"
8399 "Please consider using 'man.<tool>.path' instead."
8402 #: builtin/help.c:340
8404 msgid "'%s': unknown man viewer."
8407 #: builtin/help.c:357
8408 msgid "no man viewer handled the request"
8411 #: builtin/help.c:365
8412 msgid "no info viewer handled the request"
8415 #: builtin/help.c:407
8416 msgid "Defining attributes per path"
8419 #: builtin/help.c:408
8420 msgid "Everyday Git With 20 Commands Or So"
8423 #: builtin/help.c:409
8424 msgid "A Git glossary"
8427 #: builtin/help.c:410
8428 msgid "Specifies intentionally untracked files to ignore"
8431 #: builtin/help.c:411
8432 msgid "Defining submodule properties"
8435 #: builtin/help.c:412
8436 msgid "Specifying revisions and ranges for Git"
8439 #: builtin/help.c:413
8440 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8443 #: builtin/help.c:414
8444 msgid "An overview of recommended workflows with Git"
8447 #: builtin/help.c:426
8448 msgid "The common Git guides are:\n"
8451 #: builtin/help.c:444
8453 msgid "'%s' is aliased to '%s'"
8456 #: builtin/help.c:466 builtin/help.c:483
8461 #: builtin/index-pack.c:156
8463 msgid "unable to open %s"
8466 #: builtin/index-pack.c:206
8468 msgid "object type mismatch at %s"
8471 #: builtin/index-pack.c:226
8473 msgid "did not receive expected object %s"
8476 #: builtin/index-pack.c:229
8478 msgid "object %s: expected type %s, found %s"
8481 #: builtin/index-pack.c:271
8483 msgid "cannot fill %d byte"
8484 msgid_plural "cannot fill %d bytes"
8488 #: builtin/index-pack.c:281
8492 #: builtin/index-pack.c:282
8493 msgid "read error on input"
8496 #: builtin/index-pack.c:294
8497 msgid "used more bytes than were available"
8500 #: builtin/index-pack.c:301
8501 msgid "pack too large for current definition of off_t"
8504 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8505 msgid "pack exceeds maximum allowed size"
8508 #: builtin/index-pack.c:319
8510 msgid "unable to create '%s'"
8513 #: builtin/index-pack.c:325
8515 msgid "cannot open packfile '%s'"
8518 #: builtin/index-pack.c:339
8519 msgid "pack signature mismatch"
8522 #: builtin/index-pack.c:341
8524 msgid "pack version %<PRIu32> unsupported"
8527 #: builtin/index-pack.c:359
8529 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8532 #: builtin/index-pack.c:480
8534 msgid "inflate returned %d"
8537 #: builtin/index-pack.c:529
8538 msgid "offset value overflow for delta base object"
8541 #: builtin/index-pack.c:537
8542 msgid "delta base offset is out of bound"
8545 #: builtin/index-pack.c:545
8547 msgid "unknown object type %d"
8550 #: builtin/index-pack.c:576
8551 msgid "cannot pread pack file"
8554 #: builtin/index-pack.c:578
8556 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8557 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8561 #: builtin/index-pack.c:604
8562 msgid "serious inflate inconsistency"
8565 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8566 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8568 msgid "SHA1 COLLISION FOUND WITH %s !"
8571 #: builtin/index-pack.c:752 builtin/pack-objects.c:168
8572 #: builtin/pack-objects.c:262
8574 msgid "unable to read %s"
8577 #: builtin/index-pack.c:815
8579 msgid "cannot read existing object info %s"
8582 #: builtin/index-pack.c:823
8584 msgid "cannot read existing object %s"
8587 #: builtin/index-pack.c:837
8589 msgid "invalid blob object %s"
8592 #: builtin/index-pack.c:852
8597 #: builtin/index-pack.c:855
8598 msgid "Error in object"
8601 #: builtin/index-pack.c:857
8603 msgid "Not all child objects of %s are reachable"
8606 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8607 msgid "failed to apply delta"
8610 #: builtin/index-pack.c:1131
8611 msgid "Receiving objects"
8614 #: builtin/index-pack.c:1131
8615 msgid "Indexing objects"
8618 #: builtin/index-pack.c:1165
8619 msgid "pack is corrupted (SHA1 mismatch)"
8622 #: builtin/index-pack.c:1170
8623 msgid "cannot fstat packfile"
8626 #: builtin/index-pack.c:1173
8627 msgid "pack has junk at the end"
8630 #: builtin/index-pack.c:1185
8631 msgid "confusion beyond insanity in parse_pack_objects()"
8634 #: builtin/index-pack.c:1208
8635 msgid "Resolving deltas"
8638 #: builtin/index-pack.c:1219
8640 msgid "unable to create thread: %s"
8643 #: builtin/index-pack.c:1261
8644 msgid "confusion beyond insanity"
8647 #: builtin/index-pack.c:1267
8649 msgid "completed with %d local object"
8650 msgid_plural "completed with %d local objects"
8654 #: builtin/index-pack.c:1279
8656 msgid "Unexpected tail checksum for %s (disk corruption?)"
8659 #: builtin/index-pack.c:1283
8661 msgid "pack has %d unresolved delta"
8662 msgid_plural "pack has %d unresolved deltas"
8666 #: builtin/index-pack.c:1307
8668 msgid "unable to deflate appended object (%d)"
8671 #: builtin/index-pack.c:1383
8673 msgid "local object %s is corrupt"
8676 #: builtin/index-pack.c:1409
8677 msgid "error while closing pack file"
8680 #: builtin/index-pack.c:1421
8682 msgid "cannot write keep file '%s'"
8685 #: builtin/index-pack.c:1429
8687 msgid "cannot close written keep file '%s'"
8690 #: builtin/index-pack.c:1439
8691 msgid "cannot store pack file"
8694 #: builtin/index-pack.c:1447
8695 msgid "cannot store index file"
8698 #: builtin/index-pack.c:1485
8700 msgid "bad pack.indexversion=%<PRIu32>"
8703 #: builtin/index-pack.c:1553
8705 msgid "Cannot open existing pack file '%s'"
8708 #: builtin/index-pack.c:1555
8710 msgid "Cannot open existing pack idx file for '%s'"
8713 #: builtin/index-pack.c:1603
8715 msgid "non delta: %d object"
8716 msgid_plural "non delta: %d objects"
8720 #: builtin/index-pack.c:1610
8722 msgid "chain length = %d: %lu object"
8723 msgid_plural "chain length = %d: %lu objects"
8727 #: builtin/index-pack.c:1623
8729 msgid "packfile name '%s' does not end with '.pack'"
8732 #: builtin/index-pack.c:1705 builtin/index-pack.c:1708
8733 #: builtin/index-pack.c:1724 builtin/index-pack.c:1728
8738 #: builtin/index-pack.c:1744
8739 msgid "--fix-thin cannot be used without --stdin"
8742 #: builtin/index-pack.c:1746
8743 msgid "--stdin requires a git repository"
8746 #: builtin/index-pack.c:1754
8747 msgid "--verify with no packfile name given"
8750 #: builtin/init-db.c:55
8752 msgid "cannot stat '%s'"
8755 #: builtin/init-db.c:61
8757 msgid "cannot stat template '%s'"
8760 #: builtin/init-db.c:66
8762 msgid "cannot opendir '%s'"
8765 #: builtin/init-db.c:77
8767 msgid "cannot readlink '%s'"
8770 #: builtin/init-db.c:79
8772 msgid "cannot symlink '%s' '%s'"
8775 #: builtin/init-db.c:85
8777 msgid "cannot copy '%s' to '%s'"
8780 #: builtin/init-db.c:89
8782 msgid "ignoring template %s"
8785 #: builtin/init-db.c:120
8787 msgid "templates not found %s"
8790 #: builtin/init-db.c:135
8792 msgid "not copying templates from '%s': %s"
8795 #: builtin/init-db.c:328
8797 msgid "unable to handle file type %d"
8800 #: builtin/init-db.c:331
8802 msgid "unable to move %s to %s"
8805 #: builtin/init-db.c:348 builtin/init-db.c:351
8807 msgid "%s already exists"
8810 #: builtin/init-db.c:404
8812 msgid "Reinitialized existing shared Git repository in %s%s\n"
8815 #: builtin/init-db.c:405
8817 msgid "Reinitialized existing Git repository in %s%s\n"
8820 #: builtin/init-db.c:409
8822 msgid "Initialized empty shared Git repository in %s%s\n"
8825 #: builtin/init-db.c:410
8827 msgid "Initialized empty Git repository in %s%s\n"
8830 #: builtin/init-db.c:458
8832 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8833 "shared[=<permissions>]] [<directory>]"
8836 #: builtin/init-db.c:481
8840 #: builtin/init-db.c:482
8841 msgid "specify that the git repository is to be shared amongst several users"
8844 #: builtin/init-db.c:516 builtin/init-db.c:521
8846 msgid "cannot mkdir %s"
8849 #: builtin/init-db.c:525
8851 msgid "cannot chdir to %s"
8854 #: builtin/init-db.c:546
8857 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8861 #: builtin/init-db.c:574
8863 msgid "Cannot access work tree '%s'"
8866 #: builtin/interpret-trailers.c:15
8868 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8869 "<token>[(=|:)<value>])...] [<file>...]"
8872 #: builtin/interpret-trailers.c:92
8873 msgid "edit files in place"
8876 #: builtin/interpret-trailers.c:93
8877 msgid "trim empty trailers"
8880 #: builtin/interpret-trailers.c:96
8881 msgid "where to place the new trailer"
8884 #: builtin/interpret-trailers.c:98
8885 msgid "action if trailer already exists"
8888 #: builtin/interpret-trailers.c:100
8889 msgid "action if trailer is missing"
8892 #: builtin/interpret-trailers.c:102
8893 msgid "output only the trailers"
8896 #: builtin/interpret-trailers.c:103
8897 msgid "do not apply config rules"
8900 #: builtin/interpret-trailers.c:104
8901 msgid "join whitespace-continued values"
8904 #: builtin/interpret-trailers.c:105
8905 msgid "set parsing options"
8908 #: builtin/interpret-trailers.c:107
8912 #: builtin/interpret-trailers.c:108
8913 msgid "trailer(s) to add"
8916 #: builtin/interpret-trailers.c:117
8917 msgid "--trailer with --only-input does not make sense"
8920 #: builtin/interpret-trailers.c:127
8921 msgid "no input file given for in-place editing"
8925 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8929 msgid "git show [<options>] <object>..."
8934 msgid "invalid --decorate option: %s"
8937 #: builtin/log.c:148
8938 msgid "suppress diff output"
8941 #: builtin/log.c:149
8945 #: builtin/log.c:150
8946 msgid "Use mail map file"
8949 #: builtin/log.c:151
8950 msgid "decorate options"
8953 #: builtin/log.c:154
8954 msgid "Process line range n,m in file, counting from 1"
8957 #: builtin/log.c:250
8959 msgid "Final output: %d %s\n"
8962 #: builtin/log.c:501
8964 msgid "git show %s: bad file"
8967 #: builtin/log.c:516 builtin/log.c:610
8969 msgid "Could not read object %s"
8972 #: builtin/log.c:634
8974 msgid "Unknown type: %d"
8977 #: builtin/log.c:755
8978 msgid "format.headers without value"
8981 #: builtin/log.c:856
8982 msgid "name of output directory is too long"
8985 #: builtin/log.c:872
8987 msgid "Cannot open patch file %s"
8990 #: builtin/log.c:889
8991 msgid "Need exactly one range."
8994 #: builtin/log.c:899
8995 msgid "Not a range."
8998 #: builtin/log.c:1005
8999 msgid "Cover letter needs email format"
9002 #: builtin/log.c:1085
9004 msgid "insane in-reply-to: %s"
9007 #: builtin/log.c:1112
9008 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9011 #: builtin/log.c:1162
9012 msgid "Two output directories?"
9015 #: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:1934
9017 msgid "Unknown commit %s"
9020 #: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:516
9022 msgid "Failed to resolve '%s' as a valid ref."
9025 #: builtin/log.c:1284
9026 msgid "Could not find exact merge base."
9029 #: builtin/log.c:1288
9031 "Failed to get upstream, if you want to record base commit automatically,\n"
9032 "please use git branch --set-upstream-to to track a remote branch.\n"
9033 "Or you could specify base commit by --base=<base-commit-id> manually."
9036 #: builtin/log.c:1308
9037 msgid "Failed to find exact merge base"
9040 #: builtin/log.c:1319
9041 msgid "base commit should be the ancestor of revision list"
9044 #: builtin/log.c:1323
9045 msgid "base commit shouldn't be in revision list"
9048 #: builtin/log.c:1372
9049 msgid "cannot get patch id"
9052 #: builtin/log.c:1431
9053 msgid "use [PATCH n/m] even with a single patch"
9056 #: builtin/log.c:1434
9057 msgid "use [PATCH] even with multiple patches"
9060 #: builtin/log.c:1438
9061 msgid "print patches to standard out"
9064 #: builtin/log.c:1440
9065 msgid "generate a cover letter"
9068 #: builtin/log.c:1442
9069 msgid "use simple number sequence for output file names"
9072 #: builtin/log.c:1443
9076 #: builtin/log.c:1444
9077 msgid "use <sfx> instead of '.patch'"
9080 #: builtin/log.c:1446
9081 msgid "start numbering patches at <n> instead of 1"
9084 #: builtin/log.c:1448
9085 msgid "mark the series as Nth re-roll"
9088 #: builtin/log.c:1450
9089 msgid "Use [RFC PATCH] instead of [PATCH]"
9092 #: builtin/log.c:1453
9093 msgid "Use [<prefix>] instead of [PATCH]"
9096 #: builtin/log.c:1456
9097 msgid "store resulting files in <dir>"
9100 #: builtin/log.c:1459
9101 msgid "don't strip/add [PATCH]"
9104 #: builtin/log.c:1462
9105 msgid "don't output binary diffs"
9108 #: builtin/log.c:1464
9109 msgid "output all-zero hash in From header"
9112 #: builtin/log.c:1466
9113 msgid "don't include a patch matching a commit upstream"
9116 #: builtin/log.c:1468
9117 msgid "show patch format instead of default (patch + stat)"
9120 #: builtin/log.c:1470
9124 #: builtin/log.c:1471
9128 #: builtin/log.c:1472
9129 msgid "add email header"
9132 #: builtin/log.c:1473 builtin/log.c:1475
9136 #: builtin/log.c:1473
9137 msgid "add To: header"
9140 #: builtin/log.c:1475
9141 msgid "add Cc: header"
9144 #: builtin/log.c:1477
9148 #: builtin/log.c:1478
9149 msgid "set From address to <ident> (or committer ident if absent)"
9152 #: builtin/log.c:1480
9156 #: builtin/log.c:1481
9157 msgid "make first mail a reply to <message-id>"
9160 #: builtin/log.c:1482 builtin/log.c:1485
9164 #: builtin/log.c:1483
9165 msgid "attach the patch"
9168 #: builtin/log.c:1486
9169 msgid "inline the patch"
9172 #: builtin/log.c:1490
9173 msgid "enable message threading, styles: shallow, deep"
9176 #: builtin/log.c:1492
9180 #: builtin/log.c:1493
9181 msgid "add a signature"
9184 #: builtin/log.c:1494
9188 #: builtin/log.c:1495
9189 msgid "add prerequisite tree info to the patch series"
9192 #: builtin/log.c:1497
9193 msgid "add a signature from a file"
9196 #: builtin/log.c:1498
9197 msgid "don't print the patch filenames"
9200 #: builtin/log.c:1500
9201 msgid "show progress while generating patches"
9204 #: builtin/log.c:1575
9206 msgid "invalid ident line: %s"
9209 #: builtin/log.c:1590
9210 msgid "-n and -k are mutually exclusive."
9213 #: builtin/log.c:1592
9214 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9217 #: builtin/log.c:1600
9218 msgid "--name-only does not make sense"
9221 #: builtin/log.c:1602
9222 msgid "--name-status does not make sense"
9225 #: builtin/log.c:1604
9226 msgid "--check does not make sense"
9229 #: builtin/log.c:1634
9230 msgid "standard output, or directory, which one?"
9233 #: builtin/log.c:1636
9235 msgid "Could not create directory '%s'"
9238 #: builtin/log.c:1729
9240 msgid "unable to read signature file '%s'"
9243 #: builtin/log.c:1761
9244 msgid "Generating patches"
9247 #: builtin/log.c:1805
9248 msgid "Failed to create output files"
9251 #: builtin/log.c:1855
9252 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9255 #: builtin/log.c:1909
9258 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9261 #: builtin/ls-files.c:466
9262 msgid "git ls-files [<options>] [<file>...]"
9265 #: builtin/ls-files.c:515
9266 msgid "identify the file status with tags"
9269 #: builtin/ls-files.c:517
9270 msgid "use lowercase letters for 'assume unchanged' files"
9273 #: builtin/ls-files.c:519
9274 msgid "show cached files in the output (default)"
9277 #: builtin/ls-files.c:521
9278 msgid "show deleted files in the output"
9281 #: builtin/ls-files.c:523
9282 msgid "show modified files in the output"
9285 #: builtin/ls-files.c:525
9286 msgid "show other files in the output"
9289 #: builtin/ls-files.c:527
9290 msgid "show ignored files in the output"
9293 #: builtin/ls-files.c:530
9294 msgid "show staged contents' object name in the output"
9297 #: builtin/ls-files.c:532
9298 msgid "show files on the filesystem that need to be removed"
9301 #: builtin/ls-files.c:534
9302 msgid "show 'other' directories' names only"
9305 #: builtin/ls-files.c:536
9306 msgid "show line endings of files"
9309 #: builtin/ls-files.c:538
9310 msgid "don't show empty directories"
9313 #: builtin/ls-files.c:541
9314 msgid "show unmerged files in the output"
9317 #: builtin/ls-files.c:543
9318 msgid "show resolve-undo information"
9321 #: builtin/ls-files.c:545
9322 msgid "skip files matching pattern"
9325 #: builtin/ls-files.c:548
9326 msgid "exclude patterns are read from <file>"
9329 #: builtin/ls-files.c:551
9330 msgid "read additional per-directory exclude patterns in <file>"
9333 #: builtin/ls-files.c:553
9334 msgid "add the standard git exclusions"
9337 #: builtin/ls-files.c:556
9338 msgid "make the output relative to the project top directory"
9341 #: builtin/ls-files.c:559
9342 msgid "recurse through submodules"
9345 #: builtin/ls-files.c:561
9346 msgid "if any <file> is not in the index, treat this as an error"
9349 #: builtin/ls-files.c:562
9353 #: builtin/ls-files.c:563
9354 msgid "pretend that paths removed since <tree-ish> are still present"
9357 #: builtin/ls-files.c:565
9358 msgid "show debugging data"
9361 #: builtin/ls-remote.c:7
9363 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9364 " [-q | --quiet] [--exit-code] [--get-url]\n"
9365 " [--symref] [<repository> [<refs>...]]"
9368 #: builtin/ls-remote.c:52
9369 msgid "do not print remote URL"
9372 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9376 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9377 msgid "path of git-upload-pack on the remote host"
9380 #: builtin/ls-remote.c:58
9381 msgid "limit to tags"
9384 #: builtin/ls-remote.c:59
9385 msgid "limit to heads"
9388 #: builtin/ls-remote.c:60
9389 msgid "do not show peeled tags"
9392 #: builtin/ls-remote.c:62
9393 msgid "take url.<base>.insteadOf into account"
9396 #: builtin/ls-remote.c:64
9397 msgid "exit with exit code 2 if no matching refs are found"
9400 #: builtin/ls-remote.c:66
9401 msgid "show underlying ref in addition to the object pointed by it"
9404 #: builtin/ls-tree.c:29
9405 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9408 #: builtin/ls-tree.c:127
9409 msgid "only show trees"
9412 #: builtin/ls-tree.c:129
9413 msgid "recurse into subtrees"
9416 #: builtin/ls-tree.c:131
9417 msgid "show trees when recursing"
9420 #: builtin/ls-tree.c:134
9421 msgid "terminate entries with NUL byte"
9424 #: builtin/ls-tree.c:135
9425 msgid "include object size"
9428 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9429 msgid "list only filenames"
9432 #: builtin/ls-tree.c:142
9433 msgid "use full path names"
9436 #: builtin/ls-tree.c:144
9437 msgid "list entire tree; not just current directory (implies --full-name)"
9440 #: builtin/mailsplit.c:241
9442 msgid "empty mbox: '%s'"
9445 #: builtin/merge.c:48
9446 msgid "git merge [<options>] [<commit>...]"
9449 #: builtin/merge.c:49
9450 msgid "git merge --abort"
9453 #: builtin/merge.c:50
9454 msgid "git merge --continue"
9457 #: builtin/merge.c:107
9458 msgid "switch `m' requires a value"
9461 #: builtin/merge.c:144
9463 msgid "Could not find merge strategy '%s'.\n"
9466 #: builtin/merge.c:145
9468 msgid "Available strategies are:"
9471 #: builtin/merge.c:150
9473 msgid "Available custom strategies are:"
9476 #: builtin/merge.c:200 builtin/pull.c:134
9477 msgid "do not show a diffstat at the end of the merge"
9480 #: builtin/merge.c:203 builtin/pull.c:137
9481 msgid "show a diffstat at the end of the merge"
9484 #: builtin/merge.c:204 builtin/pull.c:140
9485 msgid "(synonym to --stat)"
9488 #: builtin/merge.c:206 builtin/pull.c:143
9489 msgid "add (at most <n>) entries from shortlog to merge commit message"
9492 #: builtin/merge.c:209 builtin/pull.c:146
9493 msgid "create a single commit instead of doing a merge"
9496 #: builtin/merge.c:211 builtin/pull.c:149
9497 msgid "perform a commit if the merge succeeds (default)"
9500 #: builtin/merge.c:213 builtin/pull.c:152
9501 msgid "edit message before committing"
9504 #: builtin/merge.c:214
9505 msgid "allow fast-forward (default)"
9508 #: builtin/merge.c:216 builtin/pull.c:158
9509 msgid "abort if fast-forward is not possible"
9512 #: builtin/merge.c:220 builtin/pull.c:161
9513 msgid "verify that the named commit has a valid GPG signature"
9516 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:165
9517 #: builtin/revert.c:109
9521 #: builtin/merge.c:222 builtin/pull.c:166
9522 msgid "merge strategy to use"
9525 #: builtin/merge.c:223 builtin/pull.c:169
9526 msgid "option=value"
9529 #: builtin/merge.c:224 builtin/pull.c:170
9530 msgid "option for selected merge strategy"
9533 #: builtin/merge.c:226
9534 msgid "merge commit message (for a non-fast-forward merge)"
9537 #: builtin/merge.c:230
9538 msgid "abort the current in-progress merge"
9541 #: builtin/merge.c:232
9542 msgid "continue the current in-progress merge"
9545 #: builtin/merge.c:234 builtin/pull.c:177
9546 msgid "allow merging unrelated histories"
9549 #: builtin/merge.c:240
9550 msgid "verify commit-msg hook"
9553 #: builtin/merge.c:265
9554 msgid "could not run stash."
9557 #: builtin/merge.c:270
9558 msgid "stash failed"
9561 #: builtin/merge.c:275
9563 msgid "not a valid object: %s"
9566 #: builtin/merge.c:297 builtin/merge.c:314
9567 msgid "read-tree failed"
9570 #: builtin/merge.c:344
9571 msgid " (nothing to squash)"
9574 #: builtin/merge.c:355
9576 msgid "Squash commit -- not updating HEAD\n"
9579 #: builtin/merge.c:405
9581 msgid "No merge message -- not updating HEAD\n"
9584 #: builtin/merge.c:456
9586 msgid "'%s' does not point to a commit"
9589 #: builtin/merge.c:546
9591 msgid "Bad branch.%s.mergeoptions string: %s"
9594 #: builtin/merge.c:666
9595 msgid "Not handling anything other than two heads merge."
9598 #: builtin/merge.c:680
9600 msgid "Unknown option for merge-recursive: -X%s"
9603 #: builtin/merge.c:695
9605 msgid "unable to write %s"
9608 #: builtin/merge.c:747
9610 msgid "Could not read from '%s'"
9613 #: builtin/merge.c:756
9615 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9618 #: builtin/merge.c:762
9621 "Please enter a commit message to explain why this merge is necessary,\n"
9622 "especially if it merges an updated upstream into a topic branch.\n"
9624 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9628 #: builtin/merge.c:798
9629 msgid "Empty commit message."
9632 #: builtin/merge.c:818
9634 msgid "Wonderful.\n"
9637 #: builtin/merge.c:871
9639 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9642 #: builtin/merge.c:910
9643 msgid "No current branch."
9646 #: builtin/merge.c:912
9647 msgid "No remote for the current branch."
9650 #: builtin/merge.c:914
9651 msgid "No default upstream defined for the current branch."
9654 #: builtin/merge.c:919
9656 msgid "No remote-tracking branch for %s from %s"
9659 #: builtin/merge.c:972
9661 msgid "Bad value '%s' in environment '%s'"
9664 #: builtin/merge.c:1073
9666 msgid "not something we can merge in %s: %s"
9669 #: builtin/merge.c:1107
9670 msgid "not something we can merge"
9673 #: builtin/merge.c:1172
9674 msgid "--abort expects no arguments"
9677 #: builtin/merge.c:1176
9678 msgid "There is no merge to abort (MERGE_HEAD missing)."
9681 #: builtin/merge.c:1188
9682 msgid "--continue expects no arguments"
9685 #: builtin/merge.c:1192
9686 msgid "There is no merge in progress (MERGE_HEAD missing)."
9689 #: builtin/merge.c:1208
9691 "You have not concluded your merge (MERGE_HEAD exists).\n"
9692 "Please, commit your changes before you merge."
9695 #: builtin/merge.c:1215
9697 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9698 "Please, commit your changes before you merge."
9701 #: builtin/merge.c:1218
9702 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9705 #: builtin/merge.c:1227
9706 msgid "You cannot combine --squash with --no-ff."
9709 #: builtin/merge.c:1235
9710 msgid "No commit specified and merge.defaultToUpstream not set."
9713 #: builtin/merge.c:1252
9714 msgid "Squash commit into empty head not supported yet"
9717 #: builtin/merge.c:1254
9718 msgid "Non-fast-forward commit does not make sense into an empty head"
9721 #: builtin/merge.c:1259
9723 msgid "%s - not something we can merge"
9726 #: builtin/merge.c:1261
9727 msgid "Can merge only exactly one commit into empty head"
9730 #: builtin/merge.c:1295
9732 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9735 #: builtin/merge.c:1298
9737 msgid "Commit %s has a bad GPG signature allegedly by %s."
9740 #: builtin/merge.c:1301
9742 msgid "Commit %s does not have a GPG signature."
9745 #: builtin/merge.c:1304
9747 msgid "Commit %s has a good GPG signature by %s\n"
9750 #: builtin/merge.c:1366
9751 msgid "refusing to merge unrelated histories"
9754 #: builtin/merge.c:1375
9755 msgid "Already up to date."
9758 #: builtin/merge.c:1385
9760 msgid "Updating %s..%s\n"
9763 #: builtin/merge.c:1426
9765 msgid "Trying really trivial in-index merge...\n"
9768 #: builtin/merge.c:1433
9773 #: builtin/merge.c:1458
9774 msgid "Already up to date. Yeeah!"
9777 #: builtin/merge.c:1464
9778 msgid "Not possible to fast-forward, aborting."
9781 #: builtin/merge.c:1487 builtin/merge.c:1566
9783 msgid "Rewinding the tree to pristine...\n"
9786 #: builtin/merge.c:1491
9788 msgid "Trying merge strategy %s...\n"
9791 #: builtin/merge.c:1557
9793 msgid "No merge strategy handled the merge.\n"
9796 #: builtin/merge.c:1559
9798 msgid "Merge with strategy %s failed.\n"
9801 #: builtin/merge.c:1568
9803 msgid "Using the %s to prepare resolving by hand.\n"
9806 #: builtin/merge.c:1580
9808 msgid "Automatic merge went well; stopped before committing as requested\n"
9811 #: builtin/merge-base.c:30
9812 msgid "git merge-base [-a | --all] <commit> <commit>..."
9815 #: builtin/merge-base.c:31
9816 msgid "git merge-base [-a | --all] --octopus <commit>..."
9819 #: builtin/merge-base.c:32
9820 msgid "git merge-base --independent <commit>..."
9823 #: builtin/merge-base.c:33
9824 msgid "git merge-base --is-ancestor <commit> <commit>"
9827 #: builtin/merge-base.c:34
9828 msgid "git merge-base --fork-point <ref> [<commit>]"
9831 #: builtin/merge-base.c:218
9832 msgid "output all common ancestors"
9835 #: builtin/merge-base.c:220
9836 msgid "find ancestors for a single n-way merge"
9839 #: builtin/merge-base.c:222
9840 msgid "list revs not reachable from others"
9843 #: builtin/merge-base.c:224
9844 msgid "is the first one ancestor of the other?"
9847 #: builtin/merge-base.c:226
9848 msgid "find where <commit> forked from reflog of <ref>"
9851 #: builtin/merge-file.c:9
9853 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9854 "<orig-file> <file2>"
9857 #: builtin/merge-file.c:33
9858 msgid "send results to standard output"
9861 #: builtin/merge-file.c:34
9862 msgid "use a diff3 based merge"
9865 #: builtin/merge-file.c:35
9866 msgid "for conflicts, use our version"
9869 #: builtin/merge-file.c:37
9870 msgid "for conflicts, use their version"
9873 #: builtin/merge-file.c:39
9874 msgid "for conflicts, use a union version"
9877 #: builtin/merge-file.c:42
9878 msgid "for conflicts, use this marker size"
9881 #: builtin/merge-file.c:43
9882 msgid "do not warn about conflicts"
9885 #: builtin/merge-file.c:45
9886 msgid "set labels for file1/orig-file/file2"
9889 #: builtin/merge-recursive.c:45
9891 msgid "unknown option %s"
9894 #: builtin/merge-recursive.c:51
9896 msgid "could not parse object '%s'"
9899 #: builtin/merge-recursive.c:55
9901 msgid "cannot handle more than %d base. Ignoring %s."
9902 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9906 #: builtin/merge-recursive.c:63
9907 msgid "not handling anything other than two heads merge."
9910 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9912 msgid "could not resolve ref '%s'"
9915 #: builtin/merge-recursive.c:77
9917 msgid "Merging %s with %s\n"
9920 #: builtin/mktree.c:65
9921 msgid "git mktree [-z] [--missing] [--batch]"
9924 #: builtin/mktree.c:153
9925 msgid "input is NUL terminated"
9928 #: builtin/mktree.c:154 builtin/write-tree.c:25
9929 msgid "allow missing objects"
9932 #: builtin/mktree.c:155
9933 msgid "allow creation of more than one tree"
9937 msgid "git mv [<options>] <source>... <destination>"
9942 msgid "Directory %s is in index and no submodule?"
9945 #: builtin/mv.c:85 builtin/rm.c:289
9946 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9951 msgid "%.*s is in index"
9955 msgid "force move/rename even if target exists"
9959 msgid "skip move/rename errors"
9964 msgid "destination '%s' is not a directory"
9969 msgid "Checking rename of '%s' to '%s'\n"
9977 msgid "can not move directory into itself"
9981 msgid "cannot move directory over file"
9985 msgid "source directory is empty"
9989 msgid "not under version control"
9993 msgid "destination exists"
9998 msgid "overwriting '%s'"
10001 #: builtin/mv.c:236
10002 msgid "Cannot overwrite"
10005 #: builtin/mv.c:239
10006 msgid "multiple sources for the same target"
10009 #: builtin/mv.c:241
10010 msgid "destination directory does not exist"
10013 #: builtin/mv.c:248
10015 msgid "%s, source=%s, destination=%s"
10018 #: builtin/mv.c:269
10020 msgid "Renaming %s to %s\n"
10023 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10025 msgid "renaming '%s' failed"
10028 #: builtin/name-rev.c:338
10029 msgid "git name-rev [<options>] <commit>..."
10032 #: builtin/name-rev.c:339
10033 msgid "git name-rev [<options>] --all"
10036 #: builtin/name-rev.c:340
10037 msgid "git name-rev [<options>] --stdin"
10040 #: builtin/name-rev.c:395
10041 msgid "print only names (no SHA-1)"
10044 #: builtin/name-rev.c:396
10045 msgid "only use tags to name the commits"
10048 #: builtin/name-rev.c:398
10049 msgid "only use refs matching <pattern>"
10052 #: builtin/name-rev.c:400
10053 msgid "ignore refs matching <pattern>"
10056 #: builtin/name-rev.c:402
10057 msgid "list all commits reachable from all refs"
10060 #: builtin/name-rev.c:403
10061 msgid "read from stdin"
10064 #: builtin/name-rev.c:404
10065 msgid "allow to print `undefined` names (default)"
10068 #: builtin/name-rev.c:410
10069 msgid "dereference tags in the input (internal use)"
10072 #: builtin/notes.c:26
10073 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10076 #: builtin/notes.c:27
10078 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10079 "| (-c | -C) <object>] [<object>]"
10082 #: builtin/notes.c:28
10083 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10086 #: builtin/notes.c:29
10088 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10089 "(-c | -C) <object>] [<object>]"
10092 #: builtin/notes.c:30
10093 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10096 #: builtin/notes.c:31
10097 msgid "git notes [--ref <notes-ref>] show [<object>]"
10100 #: builtin/notes.c:32
10102 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10105 #: builtin/notes.c:33
10106 msgid "git notes merge --commit [-v | -q]"
10109 #: builtin/notes.c:34
10110 msgid "git notes merge --abort [-v | -q]"
10113 #: builtin/notes.c:35
10114 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10117 #: builtin/notes.c:36
10118 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10121 #: builtin/notes.c:37
10122 msgid "git notes [--ref <notes-ref>] get-ref"
10125 #: builtin/notes.c:42
10126 msgid "git notes [list [<object>]]"
10129 #: builtin/notes.c:47
10130 msgid "git notes add [<options>] [<object>]"
10133 #: builtin/notes.c:52
10134 msgid "git notes copy [<options>] <from-object> <to-object>"
10137 #: builtin/notes.c:53
10138 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10141 #: builtin/notes.c:58
10142 msgid "git notes append [<options>] [<object>]"
10145 #: builtin/notes.c:63
10146 msgid "git notes edit [<object>]"
10149 #: builtin/notes.c:68
10150 msgid "git notes show [<object>]"
10153 #: builtin/notes.c:73
10154 msgid "git notes merge [<options>] <notes-ref>"
10157 #: builtin/notes.c:74
10158 msgid "git notes merge --commit [<options>]"
10161 #: builtin/notes.c:75
10162 msgid "git notes merge --abort [<options>]"
10165 #: builtin/notes.c:80
10166 msgid "git notes remove [<object>]"
10169 #: builtin/notes.c:85
10170 msgid "git notes prune [<options>]"
10173 #: builtin/notes.c:90
10174 msgid "git notes get-ref"
10177 #: builtin/notes.c:95
10178 msgid "Write/edit the notes for the following object:"
10181 #: builtin/notes.c:148
10183 msgid "unable to start 'show' for object '%s'"
10186 #: builtin/notes.c:152
10187 msgid "could not read 'show' output"
10190 #: builtin/notes.c:160
10192 msgid "failed to finish 'show' for object '%s'"
10195 #: builtin/notes.c:195
10196 msgid "please supply the note contents using either -m or -F option"
10199 #: builtin/notes.c:204
10200 msgid "unable to write note object"
10203 #: builtin/notes.c:206
10205 msgid "the note contents have been left in %s"
10208 #: builtin/notes.c:234 builtin/tag.c:500
10210 msgid "cannot read '%s'"
10213 #: builtin/notes.c:236 builtin/tag.c:503
10215 msgid "could not open or read '%s'"
10218 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10219 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10220 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10222 msgid "failed to resolve '%s' as a valid ref."
10225 #: builtin/notes.c:258
10227 msgid "failed to read object '%s'."
10230 #: builtin/notes.c:262
10232 msgid "cannot read note data from non-blob object '%s'."
10235 #: builtin/notes.c:302
10237 msgid "malformed input line: '%s'."
10240 #: builtin/notes.c:317
10242 msgid "failed to copy notes from '%s' to '%s'"
10245 #. TRANSLATORS: the first %s will be replaced by a git
10246 #. notes command: 'add', 'merge', 'remove', etc.
10248 #: builtin/notes.c:349
10250 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10253 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10254 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10255 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10256 msgid "too many parameters"
10259 #: builtin/notes.c:382 builtin/notes.c:668
10261 msgid "no note found for object %s."
10264 #: builtin/notes.c:403 builtin/notes.c:566
10265 msgid "note contents as a string"
10268 #: builtin/notes.c:406 builtin/notes.c:569
10269 msgid "note contents in a file"
10272 #: builtin/notes.c:409 builtin/notes.c:572
10273 msgid "reuse and edit specified note object"
10276 #: builtin/notes.c:412 builtin/notes.c:575
10277 msgid "reuse specified note object"
10280 #: builtin/notes.c:415 builtin/notes.c:578
10281 msgid "allow storing empty note"
10284 #: builtin/notes.c:416 builtin/notes.c:487
10285 msgid "replace existing notes"
10288 #: builtin/notes.c:441
10291 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10295 #: builtin/notes.c:456 builtin/notes.c:535
10297 msgid "Overwriting existing notes for object %s\n"
10300 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10302 msgid "Removing note for object %s\n"
10305 #: builtin/notes.c:488
10306 msgid "read objects from stdin"
10309 #: builtin/notes.c:490
10310 msgid "load rewriting config for <command> (implies --stdin)"
10313 #: builtin/notes.c:508
10314 msgid "too few parameters"
10317 #: builtin/notes.c:529
10320 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10324 #: builtin/notes.c:541
10326 msgid "missing notes on source object %s. Cannot copy."
10329 #: builtin/notes.c:593
10332 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10333 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10336 #: builtin/notes.c:688
10337 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10340 #: builtin/notes.c:690
10341 msgid "failed to delete ref NOTES_MERGE_REF"
10344 #: builtin/notes.c:692
10345 msgid "failed to remove 'git notes merge' worktree"
10348 #: builtin/notes.c:712
10349 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10352 #: builtin/notes.c:714
10353 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10356 #: builtin/notes.c:716
10357 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10360 #: builtin/notes.c:729
10361 msgid "failed to resolve NOTES_MERGE_REF"
10364 #: builtin/notes.c:732
10365 msgid "failed to finalize notes merge"
10368 #: builtin/notes.c:758
10370 msgid "unknown notes merge strategy %s"
10373 #: builtin/notes.c:774
10374 msgid "General options"
10377 #: builtin/notes.c:776
10378 msgid "Merge options"
10381 #: builtin/notes.c:778
10383 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10387 #: builtin/notes.c:780
10388 msgid "Committing unmerged notes"
10391 #: builtin/notes.c:782
10392 msgid "finalize notes merge by committing unmerged notes"
10395 #: builtin/notes.c:784
10396 msgid "Aborting notes merge resolution"
10399 #: builtin/notes.c:786
10400 msgid "abort notes merge"
10403 #: builtin/notes.c:797
10404 msgid "cannot mix --commit, --abort or -s/--strategy"
10407 #: builtin/notes.c:802
10408 msgid "must specify a notes ref to merge"
10411 #: builtin/notes.c:826
10413 msgid "unknown -s/--strategy: %s"
10416 #: builtin/notes.c:863
10418 msgid "a notes merge into %s is already in-progress at %s"
10421 #: builtin/notes.c:866
10423 msgid "failed to store link to current notes ref (%s)"
10426 #: builtin/notes.c:868
10429 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10430 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10434 #: builtin/notes.c:890
10436 msgid "Object %s has no note\n"
10439 #: builtin/notes.c:902
10440 msgid "attempt to remove non-existent note is not an error"
10443 #: builtin/notes.c:905
10444 msgid "read object names from the standard input"
10447 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:146
10448 msgid "do not remove, show only"
10451 #: builtin/notes.c:944
10452 msgid "report pruned notes"
10455 #: builtin/notes.c:986
10459 #: builtin/notes.c:987
10460 msgid "use notes from <notes-ref>"
10463 #: builtin/notes.c:1022
10465 msgid "unknown subcommand: %s"
10468 #: builtin/pack-objects.c:31
10470 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10473 #: builtin/pack-objects.c:32
10475 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10478 #: builtin/pack-objects.c:181 builtin/pack-objects.c:184
10480 msgid "deflate error (%d)"
10483 #: builtin/pack-objects.c:777
10484 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10487 #: builtin/pack-objects.c:790
10488 msgid "Writing objects"
10491 #: builtin/pack-objects.c:1070
10492 msgid "disabling bitmap writing, as some objects are not being packed"
10495 #: builtin/pack-objects.c:2440
10496 msgid "Compressing objects"
10499 #: builtin/pack-objects.c:2849
10501 msgid "unsupported index version %s"
10504 #: builtin/pack-objects.c:2853
10506 msgid "bad index version '%s'"
10509 #: builtin/pack-objects.c:2883
10510 msgid "do not show progress meter"
10513 #: builtin/pack-objects.c:2885
10514 msgid "show progress meter"
10517 #: builtin/pack-objects.c:2887
10518 msgid "show progress meter during object writing phase"
10521 #: builtin/pack-objects.c:2890
10522 msgid "similar to --all-progress when progress meter is shown"
10525 #: builtin/pack-objects.c:2891
10526 msgid "version[,offset]"
10529 #: builtin/pack-objects.c:2892
10530 msgid "write the pack index file in the specified idx format version"
10533 #: builtin/pack-objects.c:2895
10534 msgid "maximum size of each output pack file"
10537 #: builtin/pack-objects.c:2897
10538 msgid "ignore borrowed objects from alternate object store"
10541 #: builtin/pack-objects.c:2899
10542 msgid "ignore packed objects"
10545 #: builtin/pack-objects.c:2901
10546 msgid "limit pack window by objects"
10549 #: builtin/pack-objects.c:2903
10550 msgid "limit pack window by memory in addition to object limit"
10553 #: builtin/pack-objects.c:2905
10554 msgid "maximum length of delta chain allowed in the resulting pack"
10557 #: builtin/pack-objects.c:2907
10558 msgid "reuse existing deltas"
10561 #: builtin/pack-objects.c:2909
10562 msgid "reuse existing objects"
10565 #: builtin/pack-objects.c:2911
10566 msgid "use OFS_DELTA objects"
10569 #: builtin/pack-objects.c:2913
10570 msgid "use threads when searching for best delta matches"
10573 #: builtin/pack-objects.c:2915
10574 msgid "do not create an empty pack output"
10577 #: builtin/pack-objects.c:2917
10578 msgid "read revision arguments from standard input"
10581 #: builtin/pack-objects.c:2919
10582 msgid "limit the objects to those that are not yet packed"
10585 #: builtin/pack-objects.c:2922
10586 msgid "include objects reachable from any reference"
10589 #: builtin/pack-objects.c:2925
10590 msgid "include objects referred by reflog entries"
10593 #: builtin/pack-objects.c:2928
10594 msgid "include objects referred to by the index"
10597 #: builtin/pack-objects.c:2931
10598 msgid "output pack to stdout"
10601 #: builtin/pack-objects.c:2933
10602 msgid "include tag objects that refer to objects to be packed"
10605 #: builtin/pack-objects.c:2935
10606 msgid "keep unreachable objects"
10609 #: builtin/pack-objects.c:2937
10610 msgid "pack loose unreachable objects"
10613 #: builtin/pack-objects.c:2939
10614 msgid "unpack unreachable objects newer than <time>"
10617 #: builtin/pack-objects.c:2942
10618 msgid "create thin packs"
10621 #: builtin/pack-objects.c:2944
10622 msgid "create packs suitable for shallow fetches"
10625 #: builtin/pack-objects.c:2946
10626 msgid "ignore packs that have companion .keep file"
10629 #: builtin/pack-objects.c:2948
10630 msgid "pack compression level"
10633 #: builtin/pack-objects.c:2950
10634 msgid "do not hide commits by grafts"
10637 #: builtin/pack-objects.c:2952
10638 msgid "use a bitmap index if available to speed up counting objects"
10641 #: builtin/pack-objects.c:2954
10642 msgid "write a bitmap index together with the pack index"
10645 #: builtin/pack-objects.c:3081
10646 msgid "Counting objects"
10649 #: builtin/pack-refs.c:6
10650 msgid "git pack-refs [<options>]"
10653 #: builtin/pack-refs.c:14
10654 msgid "pack everything"
10657 #: builtin/pack-refs.c:15
10658 msgid "prune loose refs (default)"
10661 #: builtin/prune-packed.c:8
10662 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10665 #: builtin/prune-packed.c:41
10666 msgid "Removing duplicate objects"
10669 #: builtin/prune.c:11
10670 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10673 #: builtin/prune.c:106
10674 msgid "report pruned objects"
10677 #: builtin/prune.c:109
10678 msgid "expire objects older than <time>"
10681 #: builtin/prune.c:123
10682 msgid "cannot prune in a precious-objects repo"
10685 #: builtin/pull.c:54 builtin/pull.c:56
10687 msgid "Invalid value for %s: %s"
10690 #: builtin/pull.c:76
10691 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10694 #: builtin/pull.c:124
10695 msgid "control for recursive fetching of submodules"
10698 #: builtin/pull.c:128
10699 msgid "Options related to merging"
10702 #: builtin/pull.c:131
10703 msgid "incorporate changes by rebasing rather than merging"
10706 #: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:121
10707 msgid "allow fast-forward"
10710 #: builtin/pull.c:164
10711 msgid "automatically stash/stash pop before and after rebase"
10714 #: builtin/pull.c:180
10715 msgid "Options related to fetching"
10718 #: builtin/pull.c:198
10719 msgid "number of submodules pulled in parallel"
10722 #: builtin/pull.c:287
10724 msgid "Invalid value for pull.ff: %s"
10727 #: builtin/pull.c:403
10729 "There is no candidate for rebasing against among the refs that you just "
10733 #: builtin/pull.c:405
10735 "There are no candidates for merging among the refs that you just fetched."
10738 #: builtin/pull.c:406
10740 "Generally this means that you provided a wildcard refspec which had no\n"
10741 "matches on the remote end."
10744 #: builtin/pull.c:409
10747 "You asked to pull from the remote '%s', but did not specify\n"
10748 "a branch. Because this is not the default configured remote\n"
10749 "for your current branch, you must specify a branch on the command line."
10752 #: builtin/pull.c:414 git-parse-remote.sh:73
10753 msgid "You are not currently on a branch."
10756 #: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:79
10757 msgid "Please specify which branch you want to rebase against."
10760 #: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:82
10761 msgid "Please specify which branch you want to merge with."
10764 #: builtin/pull.c:419 builtin/pull.c:434
10765 msgid "See git-pull(1) for details."
10768 #: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:436
10769 #: git-parse-remote.sh:64
10773 #: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:466
10774 #: git-parse-remote.sh:65
10778 #: builtin/pull.c:429 git-parse-remote.sh:75
10779 msgid "There is no tracking information for the current branch."
10782 #: builtin/pull.c:438 git-parse-remote.sh:95
10784 "If you wish to set tracking information for this branch you can do so with:"
10787 #: builtin/pull.c:443
10790 "Your configuration specifies to merge with the ref '%s'\n"
10791 "from the remote, but no such ref was fetched."
10794 #: builtin/pull.c:796
10795 msgid "ignoring --verify-signatures for rebase"
10798 #: builtin/pull.c:844
10799 msgid "--[no-]autostash option is only valid with --rebase."
10802 #: builtin/pull.c:852
10803 msgid "Updating an unborn branch with changes added to the index."
10806 #: builtin/pull.c:855
10807 msgid "pull with rebase"
10810 #: builtin/pull.c:856
10811 msgid "please commit or stash them."
10814 #: builtin/pull.c:881
10817 "fetch updated the current branch head.\n"
10818 "fast-forwarding your working tree from\n"
10822 #: builtin/pull.c:886
10825 "Cannot fast-forward your working tree.\n"
10826 "After making sure that you saved anything precious from\n"
10829 "$ git reset --hard\n"
10833 #: builtin/pull.c:901
10834 msgid "Cannot merge multiple branches into empty head."
10837 #: builtin/pull.c:905
10838 msgid "Cannot rebase onto multiple branches."
10841 #: builtin/pull.c:912
10842 msgid "cannot rebase with locally recorded submodule modifications"
10845 #: builtin/push.c:17
10846 msgid "git push [<options>] [<repository> [<refspec>...]]"
10849 #: builtin/push.c:90
10850 msgid "tag shorthand without <tag>"
10853 #: builtin/push.c:100
10854 msgid "--delete only accepts plain target ref names"
10857 #: builtin/push.c:144
10860 "To choose either option permanently, see push.default in 'git help config'."
10863 #: builtin/push.c:147
10866 "The upstream branch of your current branch does not match\n"
10867 "the name of your current branch. To push to the upstream branch\n"
10868 "on the remote, use\n"
10870 " git push %s HEAD:%s\n"
10872 "To push to the branch of the same name on the remote, use\n"
10874 " git push %s %s\n"
10878 #: builtin/push.c:162
10881 "You are not currently on a branch.\n"
10882 "To push the history leading to the current (detached HEAD)\n"
10885 " git push %s HEAD:<name-of-remote-branch>\n"
10888 #: builtin/push.c:176
10891 "The current branch %s has no upstream branch.\n"
10892 "To push the current branch and set the remote as upstream, use\n"
10894 " git push --set-upstream %s %s\n"
10897 #: builtin/push.c:184
10899 msgid "The current branch %s has multiple upstream branches, refusing to push."
10902 #: builtin/push.c:187
10905 "You are pushing to remote '%s', which is not the upstream of\n"
10906 "your current branch '%s', without telling me what to push\n"
10907 "to update which remote branch."
10910 #: builtin/push.c:246
10912 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10915 #: builtin/push.c:253
10917 "Updates were rejected because the tip of your current branch is behind\n"
10918 "its remote counterpart. Integrate the remote changes (e.g.\n"
10919 "'git pull ...') before pushing again.\n"
10920 "See the 'Note about fast-forwards' in 'git push --help' for details."
10923 #: builtin/push.c:259
10925 "Updates were rejected because a pushed branch tip is behind its remote\n"
10926 "counterpart. Check out this branch and integrate the remote changes\n"
10927 "(e.g. 'git pull ...') before pushing again.\n"
10928 "See the 'Note about fast-forwards' in 'git push --help' for details."
10931 #: builtin/push.c:265
10933 "Updates were rejected because the remote contains work that you do\n"
10934 "not have locally. This is usually caused by another repository pushing\n"
10935 "to the same ref. You may want to first integrate the remote changes\n"
10936 "(e.g., 'git pull ...') before pushing again.\n"
10937 "See the 'Note about fast-forwards' in 'git push --help' for details."
10940 #: builtin/push.c:272
10941 msgid "Updates were rejected because the tag already exists in the remote."
10944 #: builtin/push.c:275
10946 "You cannot update a remote ref that points at a non-commit object,\n"
10947 "or update a remote ref to make it point at a non-commit object,\n"
10948 "without using the '--force' option.\n"
10951 #: builtin/push.c:335
10953 msgid "Pushing to %s\n"
10956 #: builtin/push.c:339
10958 msgid "failed to push some refs to '%s'"
10961 #: builtin/push.c:370
10963 msgid "bad repository '%s'"
10966 #: builtin/push.c:371
10968 "No configured push destination.\n"
10969 "Either specify the URL from the command-line or configure a remote "
10970 "repository using\n"
10972 " git remote add <name> <url>\n"
10974 "and then push using the remote name\n"
10976 " git push <name>\n"
10979 #: builtin/push.c:389
10980 msgid "--all and --tags are incompatible"
10983 #: builtin/push.c:390
10984 msgid "--all can't be combined with refspecs"
10987 #: builtin/push.c:395
10988 msgid "--mirror and --tags are incompatible"
10991 #: builtin/push.c:396
10992 msgid "--mirror can't be combined with refspecs"
10995 #: builtin/push.c:401
10996 msgid "--all and --mirror are incompatible"
10999 #: builtin/push.c:523
11003 #: builtin/push.c:524 builtin/send-pack.c:163
11004 msgid "push all refs"
11007 #: builtin/push.c:525 builtin/send-pack.c:165
11008 msgid "mirror all refs"
11011 #: builtin/push.c:527
11012 msgid "delete refs"
11015 #: builtin/push.c:528
11016 msgid "push tags (can't be used with --all or --mirror)"
11019 #: builtin/push.c:531 builtin/send-pack.c:166
11020 msgid "force updates"
11023 #: builtin/push.c:533 builtin/send-pack.c:180
11024 msgid "refname>:<expect"
11027 #: builtin/push.c:534 builtin/send-pack.c:181
11028 msgid "require old value of ref to be at this value"
11031 #: builtin/push.c:537
11032 msgid "control recursive pushing of submodules"
11035 #: builtin/push.c:539 builtin/send-pack.c:174
11036 msgid "use thin pack"
11039 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11040 #: builtin/send-pack.c:161
11041 msgid "receive pack program"
11044 #: builtin/push.c:542
11045 msgid "set upstream for git pull/status"
11048 #: builtin/push.c:545
11049 msgid "prune locally removed refs"
11052 #: builtin/push.c:547
11053 msgid "bypass pre-push hook"
11056 #: builtin/push.c:548
11057 msgid "push missing but relevant tags"
11060 #: builtin/push.c:551 builtin/send-pack.c:168
11061 msgid "GPG sign the push"
11064 #: builtin/push.c:553 builtin/send-pack.c:175
11065 msgid "request atomic transaction on remote side"
11068 #: builtin/push.c:554 builtin/send-pack.c:171
11069 msgid "server-specific"
11072 #: builtin/push.c:554 builtin/send-pack.c:172
11073 msgid "option to transmit"
11076 #: builtin/push.c:568
11077 msgid "--delete is incompatible with --all, --mirror and --tags"
11080 #: builtin/push.c:570
11081 msgid "--delete doesn't make sense without any refs"
11084 #: builtin/push.c:589
11085 msgid "push options must not have new line characters"
11088 #: builtin/read-tree.c:40
11090 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11091 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11092 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11095 #: builtin/read-tree.c:121
11096 msgid "write resulting index to <file>"
11099 #: builtin/read-tree.c:124
11100 msgid "only empty the index"
11103 #: builtin/read-tree.c:126
11107 #: builtin/read-tree.c:128
11108 msgid "perform a merge in addition to a read"
11111 #: builtin/read-tree.c:130
11112 msgid "3-way merge if no file level merging required"
11115 #: builtin/read-tree.c:132
11116 msgid "3-way merge in presence of adds and removes"
11119 #: builtin/read-tree.c:134
11120 msgid "same as -m, but discard unmerged entries"
11123 #: builtin/read-tree.c:135
11124 msgid "<subdirectory>/"
11127 #: builtin/read-tree.c:136
11128 msgid "read the tree into the index under <subdirectory>/"
11131 #: builtin/read-tree.c:139
11132 msgid "update working tree with merge result"
11135 #: builtin/read-tree.c:141
11139 #: builtin/read-tree.c:142
11140 msgid "allow explicitly ignored files to be overwritten"
11143 #: builtin/read-tree.c:145
11144 msgid "don't check the working tree after merging"
11147 #: builtin/read-tree.c:146
11148 msgid "don't update the index or the work tree"
11151 #: builtin/read-tree.c:148
11152 msgid "skip applying sparse checkout filter"
11155 #: builtin/read-tree.c:150
11156 msgid "debug unpack-trees"
11159 #: builtin/rebase--helper.c:8
11160 msgid "git rebase--helper [<options>]"
11163 #: builtin/rebase--helper.c:22
11164 msgid "keep empty commits"
11167 #: builtin/rebase--helper.c:23
11168 msgid "continue rebase"
11171 #: builtin/rebase--helper.c:25
11172 msgid "abort rebase"
11175 #: builtin/rebase--helper.c:28
11176 msgid "make rebase script"
11179 #: builtin/rebase--helper.c:30
11180 msgid "shorten SHA-1s in the todo list"
11183 #: builtin/rebase--helper.c:32
11184 msgid "expand SHA-1s in the todo list"
11187 #: builtin/rebase--helper.c:34
11188 msgid "check the todo list"
11191 #: builtin/rebase--helper.c:36
11192 msgid "skip unnecessary picks"
11195 #: builtin/rebase--helper.c:38
11196 msgid "rearrange fixup/squash lines"
11199 #: builtin/receive-pack.c:29
11200 msgid "git receive-pack <git-dir>"
11203 #: builtin/receive-pack.c:839
11205 "By default, updating the current branch in a non-bare repository\n"
11206 "is denied, because it will make the index and work tree inconsistent\n"
11207 "with what you pushed, and will require 'git reset --hard' to match\n"
11208 "the work tree to HEAD.\n"
11210 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11211 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11212 "its current branch; however, this is not recommended unless you\n"
11213 "arranged to update its work tree to match what you pushed in some\n"
11216 "To squelch this message and still keep the default behaviour, set\n"
11217 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11220 #: builtin/receive-pack.c:859
11222 "By default, deleting the current branch is denied, because the next\n"
11223 "'git clone' won't result in any file checked out, causing confusion.\n"
11225 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11226 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11227 "current branch, with or without a warning message.\n"
11229 "To squelch this message, you can set it to 'refuse'."
11232 #: builtin/receive-pack.c:1932
11236 #: builtin/receive-pack.c:1946
11237 msgid "You must specify a directory."
11240 #: builtin/reflog.c:424
11242 msgid "'%s' for '%s' is not a valid timestamp"
11245 #: builtin/reflog.c:541 builtin/reflog.c:546
11247 msgid "'%s' is not a valid timestamp"
11250 #: builtin/remote.c:13
11251 msgid "git remote [-v | --verbose]"
11254 #: builtin/remote.c:14
11256 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11257 "mirror=<fetch|push>] <name> <url>"
11260 #: builtin/remote.c:15 builtin/remote.c:35
11261 msgid "git remote rename <old> <new>"
11264 #: builtin/remote.c:16 builtin/remote.c:40
11265 msgid "git remote remove <name>"
11268 #: builtin/remote.c:17 builtin/remote.c:45
11269 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11272 #: builtin/remote.c:18
11273 msgid "git remote [-v | --verbose] show [-n] <name>"
11276 #: builtin/remote.c:19
11277 msgid "git remote prune [-n | --dry-run] <name>"
11280 #: builtin/remote.c:20
11282 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11285 #: builtin/remote.c:21
11286 msgid "git remote set-branches [--add] <name> <branch>..."
11289 #: builtin/remote.c:22 builtin/remote.c:71
11290 msgid "git remote get-url [--push] [--all] <name>"
11293 #: builtin/remote.c:23 builtin/remote.c:76
11294 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11297 #: builtin/remote.c:24 builtin/remote.c:77
11298 msgid "git remote set-url --add <name> <newurl>"
11301 #: builtin/remote.c:25 builtin/remote.c:78
11302 msgid "git remote set-url --delete <name> <url>"
11305 #: builtin/remote.c:30
11306 msgid "git remote add [<options>] <name> <url>"
11309 #: builtin/remote.c:50
11310 msgid "git remote set-branches <name> <branch>..."
11313 #: builtin/remote.c:51
11314 msgid "git remote set-branches --add <name> <branch>..."
11317 #: builtin/remote.c:56
11318 msgid "git remote show [<options>] <name>"
11321 #: builtin/remote.c:61
11322 msgid "git remote prune [<options>] <name>"
11325 #: builtin/remote.c:66
11326 msgid "git remote update [<options>] [<group> | <remote>]..."
11329 #: builtin/remote.c:95
11331 msgid "Updating %s"
11334 #: builtin/remote.c:127
11336 "--mirror is dangerous and deprecated; please\n"
11337 "\t use --mirror=fetch or --mirror=push instead"
11340 #: builtin/remote.c:144
11342 msgid "unknown mirror argument: %s"
11345 #: builtin/remote.c:160
11346 msgid "fetch the remote branches"
11349 #: builtin/remote.c:162
11350 msgid "import all tags and associated objects when fetching"
11353 #: builtin/remote.c:165
11354 msgid "or do not fetch any tag at all (--no-tags)"
11357 #: builtin/remote.c:167
11358 msgid "branch(es) to track"
11361 #: builtin/remote.c:168
11362 msgid "master branch"
11365 #: builtin/remote.c:169
11369 #: builtin/remote.c:170
11370 msgid "set up remote as a mirror to push to or fetch from"
11373 #: builtin/remote.c:182
11374 msgid "specifying a master branch makes no sense with --mirror"
11377 #: builtin/remote.c:184
11378 msgid "specifying branches to track makes sense only with fetch mirrors"
11381 #: builtin/remote.c:191 builtin/remote.c:631
11383 msgid "remote %s already exists."
11386 #: builtin/remote.c:195 builtin/remote.c:635
11388 msgid "'%s' is not a valid remote name"
11391 #: builtin/remote.c:235
11393 msgid "Could not setup master '%s'"
11396 #: builtin/remote.c:337
11398 msgid "Could not get fetch map for refspec %s"
11401 #: builtin/remote.c:438 builtin/remote.c:446
11405 #: builtin/remote.c:450
11409 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11411 msgid "No such remote: %s"
11414 #: builtin/remote.c:641
11416 msgid "Could not rename config section '%s' to '%s'"
11419 #: builtin/remote.c:661
11422 "Not updating non-default fetch refspec\n"
11424 "\tPlease update the configuration manually if necessary."
11427 #: builtin/remote.c:697
11429 msgid "deleting '%s' failed"
11432 #: builtin/remote.c:731
11434 msgid "creating '%s' failed"
11437 #: builtin/remote.c:796
11439 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11440 "to delete it, use:"
11442 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11443 "to delete them, use:"
11447 #: builtin/remote.c:810
11449 msgid "Could not remove config section '%s'"
11452 #: builtin/remote.c:911
11454 msgid " new (next fetch will store in remotes/%s)"
11457 #: builtin/remote.c:914
11461 #: builtin/remote.c:916
11462 msgid " stale (use 'git remote prune' to remove)"
11465 #: builtin/remote.c:918
11469 #: builtin/remote.c:959
11471 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11474 #: builtin/remote.c:967
11476 msgid "rebases interactively onto remote %s"
11479 #: builtin/remote.c:968
11481 msgid "rebases onto remote %s"
11484 #: builtin/remote.c:971
11486 msgid " merges with remote %s"
11489 #: builtin/remote.c:974
11491 msgid "merges with remote %s"
11494 #: builtin/remote.c:977
11496 msgid "%-*s and with remote %s\n"
11499 #: builtin/remote.c:1020
11503 #: builtin/remote.c:1023
11507 #: builtin/remote.c:1027
11511 #: builtin/remote.c:1030
11512 msgid "fast-forwardable"
11515 #: builtin/remote.c:1033
11516 msgid "local out of date"
11519 #: builtin/remote.c:1040
11521 msgid " %-*s forces to %-*s (%s)"
11524 #: builtin/remote.c:1043
11526 msgid " %-*s pushes to %-*s (%s)"
11529 #: builtin/remote.c:1047
11531 msgid " %-*s forces to %s"
11534 #: builtin/remote.c:1050
11536 msgid " %-*s pushes to %s"
11539 #: builtin/remote.c:1118
11540 msgid "do not query remotes"
11543 #: builtin/remote.c:1145
11545 msgid "* remote %s"
11548 #: builtin/remote.c:1146
11550 msgid " Fetch URL: %s"
11553 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11557 #. TRANSLATORS: the colon ':' should align
11558 #. with the one in " Fetch URL: %s"
11561 #: builtin/remote.c:1161 builtin/remote.c:1163
11563 msgid " Push URL: %s"
11566 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11568 msgid " HEAD branch: %s"
11571 #: builtin/remote.c:1165
11572 msgid "(not queried)"
11575 #: builtin/remote.c:1167
11579 #: builtin/remote.c:1171
11582 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11585 #: builtin/remote.c:1183
11587 msgid " Remote branch:%s"
11588 msgid_plural " Remote branches:%s"
11592 #: builtin/remote.c:1186 builtin/remote.c:1212
11593 msgid " (status not queried)"
11596 #: builtin/remote.c:1195
11597 msgid " Local branch configured for 'git pull':"
11598 msgid_plural " Local branches configured for 'git pull':"
11602 #: builtin/remote.c:1203
11603 msgid " Local refs will be mirrored by 'git push'"
11606 #: builtin/remote.c:1209
11608 msgid " Local ref configured for 'git push'%s:"
11609 msgid_plural " Local refs configured for 'git push'%s:"
11613 #: builtin/remote.c:1230
11614 msgid "set refs/remotes/<name>/HEAD according to remote"
11617 #: builtin/remote.c:1232
11618 msgid "delete refs/remotes/<name>/HEAD"
11621 #: builtin/remote.c:1247
11622 msgid "Cannot determine remote HEAD"
11625 #: builtin/remote.c:1249
11626 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11629 #: builtin/remote.c:1259
11631 msgid "Could not delete %s"
11634 #: builtin/remote.c:1267
11636 msgid "Not a valid ref: %s"
11639 #: builtin/remote.c:1269
11641 msgid "Could not setup %s"
11644 #: builtin/remote.c:1287
11646 msgid " %s will become dangling!"
11649 #: builtin/remote.c:1288
11651 msgid " %s has become dangling!"
11654 #: builtin/remote.c:1298
11659 #: builtin/remote.c:1299
11664 #: builtin/remote.c:1315
11666 msgid " * [would prune] %s"
11669 #: builtin/remote.c:1318
11671 msgid " * [pruned] %s"
11674 #: builtin/remote.c:1363
11675 msgid "prune remotes after fetching"
11678 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11680 msgid "No such remote '%s'"
11683 #: builtin/remote.c:1442
11687 #: builtin/remote.c:1449
11688 msgid "no remote specified"
11691 #: builtin/remote.c:1466
11692 msgid "query push URLs rather than fetch URLs"
11695 #: builtin/remote.c:1468
11696 msgid "return all URLs"
11699 #: builtin/remote.c:1496
11701 msgid "no URLs configured for remote '%s'"
11704 #: builtin/remote.c:1522
11705 msgid "manipulate push URLs"
11708 #: builtin/remote.c:1524
11712 #: builtin/remote.c:1526
11713 msgid "delete URLs"
11716 #: builtin/remote.c:1533
11717 msgid "--add --delete doesn't make sense"
11720 #: builtin/remote.c:1572
11722 msgid "Invalid old URL pattern: %s"
11725 #: builtin/remote.c:1580
11727 msgid "No such URL found: %s"
11730 #: builtin/remote.c:1582
11731 msgid "Will not delete all non-push URLs"
11734 #: builtin/remote.c:1598
11735 msgid "be verbose; must be placed before a subcommand"
11738 #: builtin/remote.c:1629
11740 msgid "Unknown subcommand: %s"
11743 #: builtin/repack.c:18
11744 msgid "git repack [<options>]"
11747 #: builtin/repack.c:23
11749 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11750 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11753 #: builtin/repack.c:168
11754 msgid "pack everything in a single pack"
11757 #: builtin/repack.c:170
11758 msgid "same as -a, and turn unreachable objects loose"
11761 #: builtin/repack.c:173
11762 msgid "remove redundant packs, and run git-prune-packed"
11765 #: builtin/repack.c:175
11766 msgid "pass --no-reuse-delta to git-pack-objects"
11769 #: builtin/repack.c:177
11770 msgid "pass --no-reuse-object to git-pack-objects"
11773 #: builtin/repack.c:179
11774 msgid "do not run git-update-server-info"
11777 #: builtin/repack.c:182
11778 msgid "pass --local to git-pack-objects"
11781 #: builtin/repack.c:184
11782 msgid "write bitmap index"
11785 #: builtin/repack.c:185
11786 msgid "approxidate"
11789 #: builtin/repack.c:186
11790 msgid "with -A, do not loosen objects older than this"
11793 #: builtin/repack.c:188
11794 msgid "with -a, repack unreachable objects"
11797 #: builtin/repack.c:190
11798 msgid "size of the window used for delta compression"
11801 #: builtin/repack.c:191 builtin/repack.c:197
11805 #: builtin/repack.c:192
11806 msgid "same as the above, but limit memory size instead of entries count"
11809 #: builtin/repack.c:194
11810 msgid "limits the maximum delta depth"
11813 #: builtin/repack.c:196
11814 msgid "limits the maximum number of threads"
11817 #: builtin/repack.c:198
11818 msgid "maximum size of each packfile"
11821 #: builtin/repack.c:200
11822 msgid "repack objects in packs marked with .keep"
11825 #: builtin/repack.c:210
11826 msgid "cannot delete packs in a precious-objects repo"
11829 #: builtin/repack.c:214
11830 msgid "--keep-unreachable and -A are incompatible"
11833 #: builtin/repack.c:406 builtin/worktree.c:134
11835 msgid "failed to remove '%s'"
11838 #: builtin/replace.c:20
11839 msgid "git replace [-f] <object> <replacement>"
11842 #: builtin/replace.c:21
11843 msgid "git replace [-f] --edit <object>"
11846 #: builtin/replace.c:22
11847 msgid "git replace [-f] --graft <commit> [<parent>...]"
11850 #: builtin/replace.c:23
11851 msgid "git replace -d <object>..."
11854 #: builtin/replace.c:24
11855 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11858 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11860 msgid "Not a valid object name: '%s'"
11863 #: builtin/replace.c:361
11865 msgid "bad mergetag in commit '%s'"
11868 #: builtin/replace.c:363
11870 msgid "malformed mergetag in commit '%s'"
11873 #: builtin/replace.c:374
11876 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11877 "instead of --graft"
11880 #: builtin/replace.c:407
11882 msgid "the original commit '%s' has a gpg signature."
11885 #: builtin/replace.c:408
11886 msgid "the signature will be removed in the replacement commit!"
11889 #: builtin/replace.c:414
11891 msgid "could not write replacement commit for: '%s'"
11894 #: builtin/replace.c:438
11895 msgid "list replace refs"
11898 #: builtin/replace.c:439
11899 msgid "delete replace refs"
11902 #: builtin/replace.c:440
11903 msgid "edit existing object"
11906 #: builtin/replace.c:441
11907 msgid "change a commit's parents"
11910 #: builtin/replace.c:442
11911 msgid "replace the ref if it exists"
11914 #: builtin/replace.c:443
11915 msgid "do not pretty-print contents for --edit"
11918 #: builtin/replace.c:444
11919 msgid "use this format"
11922 #: builtin/rerere.c:13
11923 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11926 #: builtin/rerere.c:59
11927 msgid "register clean resolutions in index"
11930 #: builtin/reset.c:29
11932 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11935 #: builtin/reset.c:30
11936 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11939 #: builtin/reset.c:31
11940 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11943 #: builtin/reset.c:37
11947 #: builtin/reset.c:37
11951 #: builtin/reset.c:37
11955 #: builtin/reset.c:37
11959 #: builtin/reset.c:37
11963 #: builtin/reset.c:78
11964 msgid "You do not have a valid HEAD."
11967 #: builtin/reset.c:80
11968 msgid "Failed to find tree of HEAD."
11971 #: builtin/reset.c:86
11973 msgid "Failed to find tree of %s."
11976 #: builtin/reset.c:113
11978 msgid "HEAD is now at %s"
11981 #: builtin/reset.c:197
11983 msgid "Cannot do a %s reset in the middle of a merge."
11986 #: builtin/reset.c:297
11987 msgid "be quiet, only report errors"
11990 #: builtin/reset.c:299
11991 msgid "reset HEAD and index"
11994 #: builtin/reset.c:300
11995 msgid "reset only HEAD"
11998 #: builtin/reset.c:302 builtin/reset.c:304
11999 msgid "reset HEAD, index and working tree"
12002 #: builtin/reset.c:306
12003 msgid "reset HEAD but keep local changes"
12006 #: builtin/reset.c:312
12007 msgid "record only the fact that removed paths will be added later"
12010 #: builtin/reset.c:329
12012 msgid "Failed to resolve '%s' as a valid revision."
12015 #: builtin/reset.c:337
12017 msgid "Failed to resolve '%s' as a valid tree."
12020 #: builtin/reset.c:346
12021 msgid "--patch is incompatible with --{hard,mixed,soft}"
12024 #: builtin/reset.c:355
12025 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12028 #: builtin/reset.c:357
12030 msgid "Cannot do %s reset with paths."
12033 #: builtin/reset.c:367
12035 msgid "%s reset is not allowed in a bare repository"
12038 #: builtin/reset.c:371
12039 msgid "-N can only be used with --mixed"
12042 #: builtin/reset.c:388
12043 msgid "Unstaged changes after reset:"
12046 #: builtin/reset.c:394
12048 msgid "Could not reset index file to revision '%s'."
12051 #: builtin/reset.c:398
12052 msgid "Could not write new index file."
12055 #: builtin/rev-list.c:361
12056 msgid "rev-list does not support display of notes"
12059 #: builtin/rev-parse.c:402
12060 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12063 #: builtin/rev-parse.c:407
12064 msgid "keep the `--` passed as an arg"
12067 #: builtin/rev-parse.c:409
12068 msgid "stop parsing after the first non-option argument"
12071 #: builtin/rev-parse.c:412
12072 msgid "output in stuck long form"
12075 #: builtin/rev-parse.c:545
12077 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12078 " or: git rev-parse --sq-quote [<arg>...]\n"
12079 " or: git rev-parse [<options>] [<arg>...]\n"
12081 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12084 #: builtin/revert.c:23
12085 msgid "git revert [<options>] <commit-ish>..."
12088 #: builtin/revert.c:24
12089 msgid "git revert <subcommand>"
12092 #: builtin/revert.c:29
12093 msgid "git cherry-pick [<options>] <commit-ish>..."
12096 #: builtin/revert.c:30
12097 msgid "git cherry-pick <subcommand>"
12100 #: builtin/revert.c:90
12102 msgid "%s: %s cannot be used with %s"
12105 #: builtin/revert.c:99
12106 msgid "end revert or cherry-pick sequence"
12109 #: builtin/revert.c:100
12110 msgid "resume revert or cherry-pick sequence"
12113 #: builtin/revert.c:101
12114 msgid "cancel revert or cherry-pick sequence"
12117 #: builtin/revert.c:102
12118 msgid "don't automatically commit"
12121 #: builtin/revert.c:103
12122 msgid "edit the commit message"
12125 #: builtin/revert.c:106
12126 msgid "parent-number"
12129 #: builtin/revert.c:107
12130 msgid "select mainline parent"
12133 #: builtin/revert.c:109
12134 msgid "merge strategy"
12137 #: builtin/revert.c:110
12141 #: builtin/revert.c:111
12142 msgid "option for merge strategy"
12145 #: builtin/revert.c:120
12146 msgid "append commit name"
12149 #: builtin/revert.c:122
12150 msgid "preserve initially empty commits"
12153 #: builtin/revert.c:123
12154 msgid "allow commits with empty messages"
12157 #: builtin/revert.c:124
12158 msgid "keep redundant, empty commits"
12161 #: builtin/revert.c:214
12162 msgid "revert failed"
12165 #: builtin/revert.c:227
12166 msgid "cherry-pick failed"
12170 msgid "git rm [<options>] [--] <file>..."
12173 #: builtin/rm.c:206
12175 "the following file has staged content different from both the\n"
12176 "file and the HEAD:"
12178 "the following files have staged content different from both the\n"
12179 "file and the HEAD:"
12183 #: builtin/rm.c:211
12186 "(use -f to force removal)"
12189 #: builtin/rm.c:215
12190 msgid "the following file has changes staged in the index:"
12191 msgid_plural "the following files have changes staged in the index:"
12195 #: builtin/rm.c:219 builtin/rm.c:228
12198 "(use --cached to keep the file, or -f to force removal)"
12201 #: builtin/rm.c:225
12202 msgid "the following file has local modifications:"
12203 msgid_plural "the following files have local modifications:"
12207 #: builtin/rm.c:243
12208 msgid "do not list removed files"
12211 #: builtin/rm.c:244
12212 msgid "only remove from the index"
12215 #: builtin/rm.c:245
12216 msgid "override the up-to-date check"
12219 #: builtin/rm.c:246
12220 msgid "allow recursive removal"
12223 #: builtin/rm.c:248
12224 msgid "exit with a zero status even if nothing matched"
12227 #: builtin/rm.c:307
12229 msgid "not removing '%s' recursively without -r"
12232 #: builtin/rm.c:346
12234 msgid "git rm: unable to remove %s"
12237 #: builtin/rm.c:369
12239 msgid "could not remove '%s'"
12242 #: builtin/send-pack.c:19
12244 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12245 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12247 " --all and explicit <ref> specification are mutually exclusive."
12250 #: builtin/send-pack.c:162
12251 msgid "remote name"
12254 #: builtin/send-pack.c:176
12255 msgid "use stateless RPC protocol"
12258 #: builtin/send-pack.c:177
12259 msgid "read refs from stdin"
12262 #: builtin/send-pack.c:178
12263 msgid "print status from remote helper"
12266 #: builtin/shortlog.c:14
12267 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12270 #: builtin/shortlog.c:263
12271 msgid "Group by committer rather than author"
12274 #: builtin/shortlog.c:265
12275 msgid "sort output according to the number of commits per author"
12278 #: builtin/shortlog.c:267
12279 msgid "Suppress commit descriptions, only provides commit count"
12282 #: builtin/shortlog.c:269
12283 msgid "Show the email address of each author"
12286 #: builtin/shortlog.c:270
12287 msgid "w[,i1[,i2]]"
12290 #: builtin/shortlog.c:271
12291 msgid "Linewrap output"
12294 #: builtin/show-branch.c:12
12296 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12297 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12298 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12299 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12302 #: builtin/show-branch.c:16
12303 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12306 #: builtin/show-branch.c:376
12308 msgid "ignoring %s; cannot handle more than %d ref"
12309 msgid_plural "ignoring %s; cannot handle more than %d refs"
12313 #: builtin/show-branch.c:530
12315 msgid "no matching refs with %s"
12318 #: builtin/show-branch.c:626
12319 msgid "show remote-tracking and local branches"
12322 #: builtin/show-branch.c:628
12323 msgid "show remote-tracking branches"
12326 #: builtin/show-branch.c:630
12327 msgid "color '*!+-' corresponding to the branch"
12330 #: builtin/show-branch.c:632
12331 msgid "show <n> more commits after the common ancestor"
12334 #: builtin/show-branch.c:634
12335 msgid "synonym to more=-1"
12338 #: builtin/show-branch.c:635
12339 msgid "suppress naming strings"
12342 #: builtin/show-branch.c:637
12343 msgid "include the current branch"
12346 #: builtin/show-branch.c:639
12347 msgid "name commits with their object names"
12350 #: builtin/show-branch.c:641
12351 msgid "show possible merge bases"
12354 #: builtin/show-branch.c:643
12355 msgid "show refs unreachable from any other ref"
12358 #: builtin/show-branch.c:645
12359 msgid "show commits in topological order"
12362 #: builtin/show-branch.c:648
12363 msgid "show only commits not on the first branch"
12366 #: builtin/show-branch.c:650
12367 msgid "show merges reachable from only one tip"
12370 #: builtin/show-branch.c:652
12371 msgid "topologically sort, maintaining date order where possible"
12374 #: builtin/show-branch.c:655
12375 msgid "<n>[,<base>]"
12378 #: builtin/show-branch.c:656
12379 msgid "show <n> most recent ref-log entries starting at base"
12382 #: builtin/show-branch.c:690
12384 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12387 #: builtin/show-branch.c:714
12388 msgid "no branches given, and HEAD is not valid"
12391 #: builtin/show-branch.c:717
12392 msgid "--reflog option needs one branch name"
12395 #: builtin/show-branch.c:720
12397 msgid "only %d entry can be shown at one time."
12398 msgid_plural "only %d entries can be shown at one time."
12402 #: builtin/show-branch.c:724
12404 msgid "no such ref %s"
12407 #: builtin/show-branch.c:808
12409 msgid "cannot handle more than %d rev."
12410 msgid_plural "cannot handle more than %d revs."
12414 #: builtin/show-branch.c:812
12416 msgid "'%s' is not a valid ref."
12419 #: builtin/show-branch.c:815
12421 msgid "cannot find commit %s (%s)"
12424 #: builtin/show-ref.c:10
12426 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12427 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12430 #: builtin/show-ref.c:11
12431 msgid "git show-ref --exclude-existing[=<pattern>]"
12434 #: builtin/show-ref.c:159
12435 msgid "only show tags (can be combined with heads)"
12438 #: builtin/show-ref.c:160
12439 msgid "only show heads (can be combined with tags)"
12442 #: builtin/show-ref.c:161
12443 msgid "stricter reference checking, requires exact ref path"
12446 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12447 msgid "show the HEAD reference, even if it would be filtered out"
12450 #: builtin/show-ref.c:168
12451 msgid "dereference tags into object IDs"
12454 #: builtin/show-ref.c:170
12455 msgid "only show SHA1 hash using <n> digits"
12458 #: builtin/show-ref.c:174
12459 msgid "do not print results to stdout (useful with --verify)"
12462 #: builtin/show-ref.c:176
12463 msgid "show refs from stdin that aren't in local repository"
12466 #: builtin/stripspace.c:18
12467 msgid "git stripspace [-s | --strip-comments]"
12470 #: builtin/stripspace.c:19
12471 msgid "git stripspace [-c | --comment-lines]"
12474 #: builtin/stripspace.c:36
12475 msgid "skip and remove all lines starting with comment character"
12478 #: builtin/stripspace.c:39
12479 msgid "prepend comment character and space to each line"
12482 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1094
12484 msgid "No such ref: %s"
12487 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1103
12489 msgid "Expecting a full ref name, got %s"
12492 #: builtin/submodule--helper.c:71
12494 msgid "cannot strip one component off url '%s'"
12497 #: builtin/submodule--helper.c:302 builtin/submodule--helper.c:623
12498 msgid "alternative anchor for relative paths"
12501 #: builtin/submodule--helper.c:307
12502 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12505 #: builtin/submodule--helper.c:350 builtin/submodule--helper.c:374
12507 msgid "No url found for submodule path '%s' in .gitmodules"
12510 #: builtin/submodule--helper.c:389
12513 "could not lookup configuration '%s'. Assuming this repository is its own "
12514 "authoritative upstream."
12517 #: builtin/submodule--helper.c:400
12519 msgid "Failed to register url for submodule path '%s'"
12522 #: builtin/submodule--helper.c:404
12524 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12527 #: builtin/submodule--helper.c:414
12529 msgid "warning: command update mode suggested for submodule '%s'\n"
12532 #: builtin/submodule--helper.c:421
12534 msgid "Failed to register update mode for submodule path '%s'"
12537 #: builtin/submodule--helper.c:437
12538 msgid "Suppress output for initializing a submodule"
12541 #: builtin/submodule--helper.c:442
12542 msgid "git submodule--helper init [<path>]"
12545 #: builtin/submodule--helper.c:470
12546 msgid "git submodule--helper name <path>"
12549 #: builtin/submodule--helper.c:475
12551 msgid "no submodule mapping found in .gitmodules for path '%s'"
12554 #: builtin/submodule--helper.c:558 builtin/submodule--helper.c:561
12556 msgid "submodule '%s' cannot add alternate: %s"
12559 #: builtin/submodule--helper.c:597
12561 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12564 #: builtin/submodule--helper.c:604
12566 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12569 #: builtin/submodule--helper.c:626
12570 msgid "where the new submodule will be cloned to"
12573 #: builtin/submodule--helper.c:629
12574 msgid "name of the new submodule"
12577 #: builtin/submodule--helper.c:632
12578 msgid "url where to clone the submodule from"
12581 #: builtin/submodule--helper.c:638
12582 msgid "depth for shallow clones"
12585 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:1012
12586 msgid "force cloning progress"
12589 #: builtin/submodule--helper.c:646
12591 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12592 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12595 #: builtin/submodule--helper.c:677
12597 msgid "clone of '%s' into submodule path '%s' failed"
12600 #: builtin/submodule--helper.c:692
12602 msgid "could not get submodule directory for '%s'"
12605 #: builtin/submodule--helper.c:757
12607 msgid "Submodule path '%s' not initialized"
12610 #: builtin/submodule--helper.c:761
12611 msgid "Maybe you want to use 'update --init'?"
12614 #: builtin/submodule--helper.c:790
12616 msgid "Skipping unmerged submodule %s"
12619 #: builtin/submodule--helper.c:819
12621 msgid "Skipping submodule '%s'"
12624 #: builtin/submodule--helper.c:952
12626 msgid "Failed to clone '%s'. Retry scheduled"
12629 #: builtin/submodule--helper.c:963
12631 msgid "Failed to clone '%s' a second time, aborting"
12634 #: builtin/submodule--helper.c:993 builtin/submodule--helper.c:1213
12635 msgid "path into the working tree"
12638 #: builtin/submodule--helper.c:996
12639 msgid "path into the working tree, across nested submodule boundaries"
12642 #: builtin/submodule--helper.c:1000
12643 msgid "rebase, merge, checkout or none"
12646 #: builtin/submodule--helper.c:1004
12647 msgid "Create a shallow clone truncated to the specified number of revisions"
12650 #: builtin/submodule--helper.c:1007
12651 msgid "parallel jobs"
12654 #: builtin/submodule--helper.c:1009
12655 msgid "whether the initial clone should follow the shallow recommendation"
12658 #: builtin/submodule--helper.c:1010
12659 msgid "don't print cloning progress"
12662 #: builtin/submodule--helper.c:1017
12663 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12666 #: builtin/submodule--helper.c:1030
12667 msgid "bad value for update parameter"
12670 #: builtin/submodule--helper.c:1098
12673 "Submodule (%s) branch configured to inherit branch from superproject, but "
12674 "the superproject is not on any branch"
12677 #: builtin/submodule--helper.c:1214
12678 msgid "recurse into submodules"
12681 #: builtin/submodule--helper.c:1220
12682 msgid "git submodule--helper embed-git-dir [<path>...]"
12685 #: builtin/submodule--helper.c:1278
12687 msgid "%s doesn't support --super-prefix"
12690 #: builtin/submodule--helper.c:1284
12692 msgid "'%s' is not a valid submodule--helper subcommand"
12695 #: builtin/symbolic-ref.c:8
12696 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12699 #: builtin/symbolic-ref.c:9
12700 msgid "git symbolic-ref -d [-q] <name>"
12703 #: builtin/symbolic-ref.c:40
12704 msgid "suppress error message for non-symbolic (detached) refs"
12707 #: builtin/symbolic-ref.c:41
12708 msgid "delete symbolic ref"
12711 #: builtin/symbolic-ref.c:42
12712 msgid "shorten ref output"
12715 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12719 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12720 msgid "reason of the update"
12723 #: builtin/tag.c:24
12725 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12729 #: builtin/tag.c:25
12730 msgid "git tag -d <tagname>..."
12733 #: builtin/tag.c:26
12735 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12736 "points-at <object>]\n"
12737 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12740 #: builtin/tag.c:28
12741 msgid "git tag -v [--format=<format>] <tagname>..."
12744 #: builtin/tag.c:86
12746 msgid "tag '%s' not found."
12749 #: builtin/tag.c:102
12751 msgid "Deleted tag '%s' (was %s)\n"
12754 #: builtin/tag.c:131
12758 "Write a message for tag:\n"
12760 "Lines starting with '%c' will be ignored.\n"
12763 #: builtin/tag.c:135
12767 "Write a message for tag:\n"
12769 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12773 #: builtin/tag.c:189
12774 msgid "unable to sign the tag"
12777 #: builtin/tag.c:191
12778 msgid "unable to write tag file"
12781 #: builtin/tag.c:215
12782 msgid "bad object type."
12785 #: builtin/tag.c:261
12786 msgid "no tag message?"
12789 #: builtin/tag.c:268
12791 msgid "The tag message has been left in %s\n"
12794 #: builtin/tag.c:376
12795 msgid "list tag names"
12798 #: builtin/tag.c:378
12799 msgid "print <n> lines of each tag message"
12802 #: builtin/tag.c:380
12803 msgid "delete tags"
12806 #: builtin/tag.c:381
12807 msgid "verify tags"
12810 #: builtin/tag.c:383
12811 msgid "Tag creation options"
12814 #: builtin/tag.c:385
12815 msgid "annotated tag, needs a message"
12818 #: builtin/tag.c:387
12819 msgid "tag message"
12822 #: builtin/tag.c:389
12823 msgid "annotated and GPG-signed tag"
12826 #: builtin/tag.c:393
12827 msgid "use another key to sign the tag"
12830 #: builtin/tag.c:394
12831 msgid "replace the tag if exists"
12834 #: builtin/tag.c:395 builtin/update-ref.c:368
12835 msgid "create a reflog"
12838 #: builtin/tag.c:397
12839 msgid "Tag listing options"
12842 #: builtin/tag.c:398
12843 msgid "show tag list in columns"
12846 #: builtin/tag.c:399 builtin/tag.c:401
12847 msgid "print only tags that contain the commit"
12850 #: builtin/tag.c:400 builtin/tag.c:402
12851 msgid "print only tags that don't contain the commit"
12854 #: builtin/tag.c:403
12855 msgid "print only tags that are merged"
12858 #: builtin/tag.c:404
12859 msgid "print only tags that are not merged"
12862 #: builtin/tag.c:409
12863 msgid "print only tags of the object"
12866 #: builtin/tag.c:453
12867 msgid "--column and -n are incompatible"
12870 #: builtin/tag.c:475
12871 msgid "-n option is only allowed in list mode"
12874 #: builtin/tag.c:477
12875 msgid "--contains option is only allowed in list mode"
12878 #: builtin/tag.c:479
12879 msgid "--no-contains option is only allowed in list mode"
12882 #: builtin/tag.c:481
12883 msgid "--points-at option is only allowed in list mode"
12886 #: builtin/tag.c:483
12887 msgid "--merged and --no-merged options are only allowed in list mode"
12890 #: builtin/tag.c:494
12891 msgid "only one -F or -m option is allowed."
12894 #: builtin/tag.c:513
12895 msgid "too many params"
12898 #: builtin/tag.c:519
12900 msgid "'%s' is not a valid tag name."
12903 #: builtin/tag.c:524
12905 msgid "tag '%s' already exists"
12908 #: builtin/tag.c:554
12910 msgid "Updated tag '%s' (was %s)\n"
12913 #: builtin/unpack-objects.c:494
12914 msgid "Unpacking objects"
12917 #: builtin/update-index.c:80
12919 msgid "failed to create directory %s"
12922 #: builtin/update-index.c:86
12924 msgid "failed to stat %s"
12927 #: builtin/update-index.c:96
12929 msgid "failed to create file %s"
12932 #: builtin/update-index.c:104
12934 msgid "failed to delete file %s"
12937 #: builtin/update-index.c:111 builtin/update-index.c:217
12939 msgid "failed to delete directory %s"
12942 #: builtin/update-index.c:136
12944 msgid "Testing mtime in '%s' "
12947 #: builtin/update-index.c:150
12948 msgid "directory stat info does not change after adding a new file"
12951 #: builtin/update-index.c:163
12952 msgid "directory stat info does not change after adding a new directory"
12955 #: builtin/update-index.c:176
12956 msgid "directory stat info changes after updating a file"
12959 #: builtin/update-index.c:187
12960 msgid "directory stat info changes after adding a file inside subdirectory"
12963 #: builtin/update-index.c:198
12964 msgid "directory stat info does not change after deleting a file"
12967 #: builtin/update-index.c:211
12968 msgid "directory stat info does not change after deleting a directory"
12971 #: builtin/update-index.c:218
12975 #: builtin/update-index.c:571
12976 msgid "git update-index [<options>] [--] [<file>...]"
12979 #: builtin/update-index.c:926
12980 msgid "continue refresh even when index needs update"
12983 #: builtin/update-index.c:929
12984 msgid "refresh: ignore submodules"
12987 #: builtin/update-index.c:932
12988 msgid "do not ignore new files"
12991 #: builtin/update-index.c:934
12992 msgid "let files replace directories and vice-versa"
12995 #: builtin/update-index.c:936
12996 msgid "notice files missing from worktree"
12999 #: builtin/update-index.c:938
13000 msgid "refresh even if index contains unmerged entries"
13003 #: builtin/update-index.c:941
13004 msgid "refresh stat information"
13007 #: builtin/update-index.c:945
13008 msgid "like --refresh, but ignore assume-unchanged setting"
13011 #: builtin/update-index.c:949
13012 msgid "<mode>,<object>,<path>"
13015 #: builtin/update-index.c:950
13016 msgid "add the specified entry to the index"
13019 #: builtin/update-index.c:959
13020 msgid "mark files as \"not changing\""
13023 #: builtin/update-index.c:962
13024 msgid "clear assumed-unchanged bit"
13027 #: builtin/update-index.c:965
13028 msgid "mark files as \"index-only\""
13031 #: builtin/update-index.c:968
13032 msgid "clear skip-worktree bit"
13035 #: builtin/update-index.c:971
13036 msgid "add to index only; do not add content to object database"
13039 #: builtin/update-index.c:973
13040 msgid "remove named paths even if present in worktree"
13043 #: builtin/update-index.c:975
13044 msgid "with --stdin: input lines are terminated by null bytes"
13047 #: builtin/update-index.c:977
13048 msgid "read list of paths to be updated from standard input"
13051 #: builtin/update-index.c:981
13052 msgid "add entries from standard input to the index"
13055 #: builtin/update-index.c:985
13056 msgid "repopulate stages #2 and #3 for the listed paths"
13059 #: builtin/update-index.c:989
13060 msgid "only update entries that differ from HEAD"
13063 #: builtin/update-index.c:993
13064 msgid "ignore files missing from worktree"
13067 #: builtin/update-index.c:996
13068 msgid "report actions to standard output"
13071 #: builtin/update-index.c:998
13072 msgid "(for porcelains) forget saved unresolved conflicts"
13075 #: builtin/update-index.c:1002
13076 msgid "write index in this format"
13079 #: builtin/update-index.c:1004
13080 msgid "enable or disable split index"
13083 #: builtin/update-index.c:1006
13084 msgid "enable/disable untracked cache"
13087 #: builtin/update-index.c:1008
13088 msgid "test if the filesystem supports untracked cache"
13091 #: builtin/update-index.c:1010
13092 msgid "enable untracked cache without testing the filesystem"
13095 #: builtin/update-index.c:1107
13097 "core.splitIndex is set to false; remove or change it, if you really want to "
13098 "enable split index"
13101 #: builtin/update-index.c:1116
13103 "core.splitIndex is set to true; remove or change it, if you really want to "
13104 "disable split index"
13107 #: builtin/update-index.c:1127
13109 "core.untrackedCache is set to true; remove or change it, if you really want "
13110 "to disable the untracked cache"
13113 #: builtin/update-index.c:1131
13114 msgid "Untracked cache disabled"
13117 #: builtin/update-index.c:1139
13119 "core.untrackedCache is set to false; remove or change it, if you really want "
13120 "to enable the untracked cache"
13123 #: builtin/update-index.c:1143
13125 msgid "Untracked cache enabled for '%s'"
13128 #: builtin/update-ref.c:10
13129 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13132 #: builtin/update-ref.c:11
13133 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13136 #: builtin/update-ref.c:12
13137 msgid "git update-ref [<options>] --stdin [-z]"
13140 #: builtin/update-ref.c:363
13141 msgid "delete the reference"
13144 #: builtin/update-ref.c:365
13145 msgid "update <refname> not the one it points to"
13148 #: builtin/update-ref.c:366
13149 msgid "stdin has NUL-terminated arguments"
13152 #: builtin/update-ref.c:367
13153 msgid "read updates from stdin"
13156 #: builtin/update-server-info.c:7
13157 msgid "git update-server-info [--force]"
13160 #: builtin/update-server-info.c:15
13161 msgid "update the info files from scratch"
13164 #: builtin/verify-commit.c:18
13165 msgid "git verify-commit [-v | --verbose] <commit>..."
13168 #: builtin/verify-commit.c:73
13169 msgid "print commit contents"
13172 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13173 msgid "print raw gpg status output"
13176 #: builtin/verify-pack.c:55
13177 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13180 #: builtin/verify-pack.c:65
13184 #: builtin/verify-pack.c:67
13185 msgid "show statistics only"
13188 #: builtin/verify-tag.c:19
13189 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13192 #: builtin/verify-tag.c:37
13193 msgid "print tag contents"
13196 #: builtin/worktree.c:16
13197 msgid "git worktree add [<options>] <path> [<branch>]"
13200 #: builtin/worktree.c:17
13201 msgid "git worktree list [<options>]"
13204 #: builtin/worktree.c:18
13205 msgid "git worktree lock [<options>] <path>"
13208 #: builtin/worktree.c:19
13209 msgid "git worktree prune [<options>]"
13212 #: builtin/worktree.c:20
13213 msgid "git worktree unlock <path>"
13216 #: builtin/worktree.c:46
13218 msgid "Removing worktrees/%s: not a valid directory"
13221 #: builtin/worktree.c:52
13223 msgid "Removing worktrees/%s: gitdir file does not exist"
13226 #: builtin/worktree.c:57 builtin/worktree.c:66
13228 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13231 #: builtin/worktree.c:76
13234 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13238 #: builtin/worktree.c:84
13240 msgid "Removing worktrees/%s: invalid gitdir file"
13243 #: builtin/worktree.c:100
13245 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13248 #: builtin/worktree.c:147
13249 msgid "report pruned working trees"
13252 #: builtin/worktree.c:149
13253 msgid "expire working trees older than <time>"
13256 #: builtin/worktree.c:223
13258 msgid "'%s' already exists"
13261 #: builtin/worktree.c:254
13263 msgid "could not create directory of '%s'"
13266 #: builtin/worktree.c:293
13268 msgid "Preparing %s (identifier %s)"
13271 #: builtin/worktree.c:345
13272 msgid "checkout <branch> even if already checked out in other worktree"
13275 #: builtin/worktree.c:347
13276 msgid "create a new branch"
13279 #: builtin/worktree.c:349
13280 msgid "create or reset a branch"
13283 #: builtin/worktree.c:351
13284 msgid "populate the new working tree"
13287 #: builtin/worktree.c:352
13288 msgid "keep the new working tree locked"
13291 #: builtin/worktree.c:360
13292 msgid "-b, -B, and --detach are mutually exclusive"
13295 #: builtin/worktree.c:499
13296 msgid "reason for locking"
13299 #: builtin/worktree.c:511 builtin/worktree.c:544
13301 msgid "'%s' is not a working tree"
13304 #: builtin/worktree.c:513 builtin/worktree.c:546
13305 msgid "The main working tree cannot be locked or unlocked"
13308 #: builtin/worktree.c:518
13310 msgid "'%s' is already locked, reason: %s"
13313 #: builtin/worktree.c:520
13315 msgid "'%s' is already locked"
13318 #: builtin/worktree.c:548
13320 msgid "'%s' is not locked"
13323 #: builtin/write-tree.c:14
13324 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13327 #: builtin/write-tree.c:27
13331 #: builtin/write-tree.c:28
13332 msgid "write tree object for a subdirectory <prefix>"
13335 #: builtin/write-tree.c:31
13336 msgid "only useful for debugging"
13339 #: upload-pack.c:23
13340 msgid "git upload-pack [<options>] <dir>"
13343 #: upload-pack.c:1040
13344 msgid "quit after a single request/response exchange"
13347 #: upload-pack.c:1042
13348 msgid "exit immediately after initial ref advertisement"
13351 #: upload-pack.c:1044
13352 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13355 #: upload-pack.c:1046
13356 msgid "interrupt transfer after <n> seconds of inactivity"
13359 #: credential-cache--daemon.c:222
13362 "The permissions on your socket directory are too loose; other\n"
13363 "users may be able to read your cached credentials. Consider running:\n"
13368 #: credential-cache--daemon.c:271
13369 msgid "print debugging messages to stderr"
13374 "'git help -a' and 'git help -g' list available subcommands and some\n"
13375 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13376 "to read about a specific subcommand or concept."
13381 msgid "negative value for http.postbuffer; defaulting to %d"
13385 msgid "Delegation control is not supported with cURL < 7.22.0"
13389 msgid "Public key pinning not supported with cURL < 7.44.0"
13395 "unable to update url base from redirection:\n"
13400 #: remote-curl.c:324
13402 msgid "redirecting to %s"
13406 msgid "start a working area (see also: git help tutorial)"
13409 #: common-cmds.h:10
13410 msgid "work on the current change (see also: git help everyday)"
13413 #: common-cmds.h:11
13414 msgid "examine the history and state (see also: git help revisions)"
13417 #: common-cmds.h:12
13418 msgid "grow, mark and tweak your common history"
13421 #: common-cmds.h:13
13422 msgid "collaborate (see also: git help workflows)"
13425 #: common-cmds.h:17
13426 msgid "Add file contents to the index"
13429 #: common-cmds.h:18
13430 msgid "Use binary search to find the commit that introduced a bug"
13433 #: common-cmds.h:19
13434 msgid "List, create, or delete branches"
13437 #: common-cmds.h:20
13438 msgid "Switch branches or restore working tree files"
13441 #: common-cmds.h:21
13442 msgid "Clone a repository into a new directory"
13445 #: common-cmds.h:22
13446 msgid "Record changes to the repository"
13449 #: common-cmds.h:23
13450 msgid "Show changes between commits, commit and working tree, etc"
13453 #: common-cmds.h:24
13454 msgid "Download objects and refs from another repository"
13457 #: common-cmds.h:25
13458 msgid "Print lines matching a pattern"
13461 #: common-cmds.h:26
13462 msgid "Create an empty Git repository or reinitialize an existing one"
13465 #: common-cmds.h:27
13466 msgid "Show commit logs"
13469 #: common-cmds.h:28
13470 msgid "Join two or more development histories together"
13473 #: common-cmds.h:29
13474 msgid "Move or rename a file, a directory, or a symlink"
13477 #: common-cmds.h:30
13478 msgid "Fetch from and integrate with another repository or a local branch"
13481 #: common-cmds.h:31
13482 msgid "Update remote refs along with associated objects"
13485 #: common-cmds.h:32
13486 msgid "Reapply commits on top of another base tip"
13489 #: common-cmds.h:33
13490 msgid "Reset current HEAD to the specified state"
13493 #: common-cmds.h:34
13494 msgid "Remove files from the working tree and from the index"
13497 #: common-cmds.h:35
13498 msgid "Show various types of objects"
13501 #: common-cmds.h:36
13502 msgid "Show the working tree status"
13505 #: common-cmds.h:37
13506 msgid "Create, list, delete or verify a tag object signed with GPG"
13509 #: parse-options.h:145
13510 msgid "expiry-date"
13513 #: parse-options.h:160
13514 msgid "no-op (backward compatibility)"
13517 #: parse-options.h:238
13518 msgid "be more verbose"
13521 #: parse-options.h:240
13522 msgid "be more quiet"
13525 #: parse-options.h:246
13526 msgid "use <n> digits to display SHA-1s"
13530 msgid "update the index with reused conflict resolution if possible"
13533 #: git-bisect.sh:54
13534 msgid "You need to start by \"git bisect start\""
13537 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13538 #. translation. The program will only accept English input
13540 #: git-bisect.sh:60
13541 msgid "Do you want me to do it for you [Y/n]? "
13544 #: git-bisect.sh:121
13546 msgid "unrecognised option: '$arg'"
13549 #: git-bisect.sh:125
13551 msgid "'$arg' does not appear to be a valid revision"
13554 #: git-bisect.sh:154
13555 msgid "Bad HEAD - I need a HEAD"
13558 #: git-bisect.sh:167
13561 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13564 #: git-bisect.sh:177
13565 msgid "won't bisect on cg-seek'ed tree"
13568 #: git-bisect.sh:181
13569 msgid "Bad HEAD - strange symbolic ref"
13572 #: git-bisect.sh:233
13574 msgid "Bad bisect_write argument: $state"
13577 #: git-bisect.sh:262
13579 msgid "Bad rev input: $arg"
13582 #: git-bisect.sh:281
13584 msgid "Bad rev input: $bisected_head"
13587 #: git-bisect.sh:290
13589 msgid "Bad rev input: $rev"
13592 #: git-bisect.sh:299
13594 msgid "'git bisect $TERM_BAD' can take only one argument."
13597 #: git-bisect.sh:322
13599 msgid "Warning: bisecting only with a $TERM_BAD commit."
13602 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13603 #. translation. The program will only accept English input
13605 #: git-bisect.sh:328
13606 msgid "Are you sure [Y/n]? "
13609 #: git-bisect.sh:340
13612 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13613 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13616 #: git-bisect.sh:343
13619 "You need to start by \"git bisect start\".\n"
13620 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13621 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13624 #: git-bisect.sh:414 git-bisect.sh:546
13625 msgid "We are not bisecting."
13628 #: git-bisect.sh:421
13630 msgid "'$invalid' is not a valid commit"
13633 #: git-bisect.sh:430
13636 "Could not check out original HEAD '$branch'.\n"
13637 "Try 'git bisect reset <commit>'."
13640 #: git-bisect.sh:458
13641 msgid "No logfile given"
13644 #: git-bisect.sh:459
13646 msgid "cannot read $file for replaying"
13649 #: git-bisect.sh:480
13650 msgid "?? what are you talking about?"
13653 #: git-bisect.sh:492
13655 msgid "running $command"
13658 #: git-bisect.sh:499
13661 "bisect run failed:\n"
13662 "exit code $res from '$command' is < 0 or >= 128"
13665 #: git-bisect.sh:525
13666 msgid "bisect run cannot continue any more"
13669 #: git-bisect.sh:531
13672 "bisect run failed:\n"
13673 "'bisect_state $state' exited with error code $res"
13676 #: git-bisect.sh:538
13677 msgid "bisect run success"
13680 #: git-bisect.sh:565
13681 msgid "please use two different terms"
13684 #: git-bisect.sh:575
13686 msgid "'$term' is not a valid term"
13689 #: git-bisect.sh:578
13691 msgid "can't use the builtin command '$term' as a term"
13694 #: git-bisect.sh:587 git-bisect.sh:593
13696 msgid "can't change the meaning of term '$term'"
13699 #: git-bisect.sh:606
13701 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13704 #: git-bisect.sh:636
13705 msgid "no terms defined"
13708 #: git-bisect.sh:653
13711 "invalid argument $arg for 'git bisect terms'.\n"
13712 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13715 #: git-merge-octopus.sh:46
13717 "Error: Your local changes to the following files would be overwritten by "
13721 #: git-merge-octopus.sh:61
13722 msgid "Automated merge did not work."
13725 #: git-merge-octopus.sh:62
13726 msgid "Should not be doing an octopus."
13729 #: git-merge-octopus.sh:73
13731 msgid "Unable to find common commit with $pretty_name"
13734 #: git-merge-octopus.sh:77
13736 msgid "Already up to date with $pretty_name"
13739 #: git-merge-octopus.sh:89
13741 msgid "Fast-forwarding to: $pretty_name"
13744 #: git-merge-octopus.sh:97
13746 msgid "Trying simple merge with $pretty_name"
13749 #: git-merge-octopus.sh:102
13750 msgid "Simple merge did not work, trying automatic merge."
13753 #: git-rebase.sh:58
13755 "Resolve all conflicts manually, mark them as resolved with\n"
13756 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13757 "You can instead skip this commit: run \"git rebase --skip\".\n"
13758 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13762 #: git-rebase.sh:160 git-rebase.sh:402
13764 msgid "Could not move back to $head_name"
13767 #: git-rebase.sh:171
13768 msgid "Applied autostash."
13771 #: git-rebase.sh:174
13773 msgid "Cannot store $stash_sha1"
13776 #: git-rebase.sh:214
13777 msgid "The pre-rebase hook refused to rebase."
13780 #: git-rebase.sh:219
13781 msgid "It looks like git-am is in progress. Cannot rebase."
13784 #: git-rebase.sh:363
13785 msgid "No rebase in progress?"
13788 #: git-rebase.sh:374
13789 msgid "The --edit-todo action can only be used during interactive rebase."
13792 #: git-rebase.sh:381
13793 msgid "Cannot read HEAD"
13796 #: git-rebase.sh:384
13798 "You must edit all merge conflicts and then\n"
13799 "mark them as resolved using git add"
13802 #: git-rebase.sh:424
13805 "It seems that there is already a $state_dir_base directory, and\n"
13806 "I wonder if you are in the middle of another rebase. If that is the\n"
13807 "case, please try\n"
13808 "\t$cmd_live_rebase\n"
13809 "If that is not the case, please\n"
13810 "\t$cmd_clear_stale_rebase\n"
13811 "and run me again. I am stopping in case you still have something\n"
13815 #: git-rebase.sh:480
13817 msgid "invalid upstream $upstream_name"
13820 #: git-rebase.sh:504
13822 msgid "$onto_name: there are more than one merge bases"
13825 #: git-rebase.sh:507 git-rebase.sh:511
13827 msgid "$onto_name: there is no merge base"
13830 #: git-rebase.sh:516
13832 msgid "Does not point to a valid commit: $onto_name"
13835 #: git-rebase.sh:539
13837 msgid "fatal: no such branch: $branch_name"
13840 #: git-rebase.sh:572
13841 msgid "Cannot autostash"
13844 #: git-rebase.sh:577
13846 msgid "Created autostash: $stash_abbrev"
13849 #: git-rebase.sh:581
13850 msgid "Please commit or stash them."
13853 #: git-rebase.sh:601
13855 msgid "Current branch $branch_name is up to date."
13858 #: git-rebase.sh:605
13860 msgid "Current branch $branch_name is up to date, rebase forced."
13863 #: git-rebase.sh:616
13865 msgid "Changes from $mb to $onto:"
13868 #: git-rebase.sh:625
13869 msgid "First, rewinding head to replay your work on top of it..."
13872 #: git-rebase.sh:635
13874 msgid "Fast-forwarded $branch_name to $onto_name."
13878 msgid "git stash clear with parameters is unimplemented"
13881 #: git-stash.sh:102
13882 msgid "You do not have the initial commit yet"
13885 #: git-stash.sh:117
13886 msgid "Cannot save the current index state"
13889 #: git-stash.sh:132
13890 msgid "Cannot save the untracked files"
13893 #: git-stash.sh:152 git-stash.sh:165
13894 msgid "Cannot save the current worktree state"
13897 #: git-stash.sh:169
13898 msgid "No changes selected"
13901 #: git-stash.sh:172
13902 msgid "Cannot remove temporary index (can't happen)"
13905 #: git-stash.sh:185
13906 msgid "Cannot record working tree state"
13909 #: git-stash.sh:217
13911 msgid "Cannot update $ref_stash with $w_commit"
13914 #. TRANSLATORS: $option is an invalid option, like
13915 #. `--blah-blah'. The 7 spaces at the beginning of the
13916 #. second line correspond to "error: ". So you should line
13917 #. up the second line with however many characters the
13918 #. translation of "error: " takes in your language. E.g. in
13919 #. English this is:
13921 #. $ git stash save --blah-blah 2>&1 | head -n 2
13922 #. error: unknown option for 'stash save': --blah-blah
13923 #. To provide a message, use git stash save -- '--blah-blah'
13924 #: git-stash.sh:273
13927 "error: unknown option for 'stash save': $option\n"
13928 " To provide a message, use git stash save -- '$option'"
13931 #: git-stash.sh:288
13932 msgid "Can't use --patch and --include-untracked or --all at the same time"
13935 #: git-stash.sh:296
13936 msgid "No local changes to save"
13939 #: git-stash.sh:301
13940 msgid "Cannot initialize stash"
13943 #: git-stash.sh:305
13944 msgid "Cannot save the current status"
13947 #: git-stash.sh:306
13949 msgid "Saved working directory and index state $stash_msg"
13952 #: git-stash.sh:334
13953 msgid "Cannot remove worktree changes"
13956 #: git-stash.sh:482
13958 msgid "unknown option: $opt"
13961 #: git-stash.sh:495
13962 msgid "No stash entries found."
13965 #: git-stash.sh:502
13967 msgid "Too many revisions specified: $REV"
13970 #: git-stash.sh:517
13972 msgid "$reference is not a valid reference"
13975 #: git-stash.sh:545
13977 msgid "'$args' is not a stash-like commit"
13980 #: git-stash.sh:556
13982 msgid "'$args' is not a stash reference"
13985 #: git-stash.sh:564
13986 msgid "unable to refresh index"
13989 #: git-stash.sh:568
13990 msgid "Cannot apply a stash in the middle of a merge"
13993 #: git-stash.sh:576
13994 msgid "Conflicts in index. Try without --index."
13997 #: git-stash.sh:578
13998 msgid "Could not save index tree"
14001 #: git-stash.sh:587
14002 msgid "Could not restore untracked files from stash entry"
14005 #: git-stash.sh:612
14006 msgid "Cannot unstage modified files"
14009 #: git-stash.sh:627
14010 msgid "Index was not unstashed."
14013 #: git-stash.sh:641
14014 msgid "The stash entry is kept in case you need it again."
14017 #: git-stash.sh:650
14019 msgid "Dropped ${REV} ($s)"
14022 #: git-stash.sh:651
14024 msgid "${REV}: Could not drop stash entry"
14027 #: git-stash.sh:659
14028 msgid "No branch name specified"
14031 #: git-stash.sh:738
14032 msgid "(To restore them type \"git stash apply\")"
14035 #: git-submodule.sh:181
14036 msgid "Relative path can only be used from the toplevel of the working tree"
14039 #: git-submodule.sh:191
14041 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14044 #: git-submodule.sh:210
14046 msgid "'$sm_path' already exists in the index"
14049 #: git-submodule.sh:213
14051 msgid "'$sm_path' already exists in the index and is not a submodule"
14054 #: git-submodule.sh:219
14057 "The following path is ignored by one of your .gitignore files:\n"
14059 "Use -f if you really want to add it."
14062 #: git-submodule.sh:237
14064 msgid "Adding existing repo at '$sm_path' to the index"
14067 #: git-submodule.sh:239
14069 msgid "'$sm_path' already exists and is not a valid git repo"
14072 #: git-submodule.sh:247
14074 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14077 #: git-submodule.sh:249
14080 "If you want to reuse this local git directory instead of cloning again from\n"
14082 "use the '--force' option. If the local git directory is not the correct "
14084 "or you are unsure what this means choose another name with the '--name' "
14088 #: git-submodule.sh:255
14090 msgid "Reactivating local git directory for submodule '$sm_name'."
14093 #: git-submodule.sh:267
14095 msgid "Unable to checkout submodule '$sm_path'"
14098 #: git-submodule.sh:272
14100 msgid "Failed to add submodule '$sm_path'"
14103 #: git-submodule.sh:281
14105 msgid "Failed to register submodule '$sm_path'"
14108 #: git-submodule.sh:342
14110 msgid "Entering '$displaypath'"
14113 #: git-submodule.sh:362
14115 msgid "Stopping at '$displaypath'; script returned non-zero status."
14118 #: git-submodule.sh:433
14120 msgid "pathspec and --all are incompatible"
14123 #: git-submodule.sh:438
14125 msgid "Use '--all' if you really want to deinitialize all submodules"
14128 #: git-submodule.sh:458
14131 "Submodule work tree '$displaypath' contains a .git directory\n"
14132 "(use 'rm -rf' if you really want to remove it including all of its history)"
14135 #: git-submodule.sh:466
14138 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14142 #: git-submodule.sh:469
14144 msgid "Cleared directory '$displaypath'"
14147 #: git-submodule.sh:470
14149 msgid "Could not remove submodule work tree '$displaypath'"
14152 #: git-submodule.sh:473
14154 msgid "Could not create empty submodule directory '$displaypath'"
14157 #: git-submodule.sh:482
14159 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14162 #: git-submodule.sh:637
14164 msgid "Unable to find current revision in submodule path '$displaypath'"
14167 #: git-submodule.sh:647
14169 msgid "Unable to fetch in submodule path '$sm_path'"
14172 #: git-submodule.sh:652
14175 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14179 #: git-submodule.sh:670
14181 msgid "Unable to fetch in submodule path '$displaypath'"
14184 #: git-submodule.sh:676
14187 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14188 "Direct fetching of that commit failed."
14191 #: git-submodule.sh:683
14193 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14196 #: git-submodule.sh:684
14198 msgid "Submodule path '$displaypath': checked out '$sha1'"
14201 #: git-submodule.sh:688
14203 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14206 #: git-submodule.sh:689
14208 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14211 #: git-submodule.sh:694
14213 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14216 #: git-submodule.sh:695
14218 msgid "Submodule path '$displaypath': merged in '$sha1'"
14221 #: git-submodule.sh:700
14223 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14226 #: git-submodule.sh:701
14228 msgid "Submodule path '$displaypath': '$command $sha1'"
14231 #: git-submodule.sh:732
14233 msgid "Failed to recurse into submodule path '$displaypath'"
14236 #: git-submodule.sh:840
14237 msgid "The --cached option cannot be used with the --files option"
14240 #: git-submodule.sh:892
14242 msgid "unexpected mode $mod_dst"
14245 #: git-submodule.sh:912
14247 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14250 #: git-submodule.sh:915
14252 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14255 #: git-submodule.sh:918
14257 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14260 #: git-submodule.sh:1064
14262 msgid "Failed to recurse into submodule path '$sm_path'"
14265 #: git-submodule.sh:1136
14267 msgid "Synchronizing submodule url for '$displaypath'"
14270 #: git-parse-remote.sh:89
14272 msgid "See git-${cmd}(1) for details."
14275 #: git-rebase--interactive.sh:140
14277 msgid "Rebasing ($new_count/$total)"
14280 #: git-rebase--interactive.sh:156
14284 "p, pick = use commit\n"
14285 "r, reword = use commit, but edit the commit message\n"
14286 "e, edit = use commit, but stop for amending\n"
14287 "s, squash = use commit, but meld into previous commit\n"
14288 "f, fixup = like \"squash\", but discard this commit's log message\n"
14289 "x, exec = run command (the rest of the line) using shell\n"
14290 "d, drop = remove commit\n"
14292 "These lines can be re-ordered; they are executed from top to bottom.\n"
14295 #: git-rebase--interactive.sh:171
14298 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14301 #: git-rebase--interactive.sh:175
14304 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14307 #: git-rebase--interactive.sh:211
14310 "You can amend the commit now, with\n"
14312 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14314 "Once you are satisfied with your changes, run\n"
14316 "\tgit rebase --continue"
14319 #: git-rebase--interactive.sh:236
14321 msgid "$sha1: not a commit that can be picked"
14324 #: git-rebase--interactive.sh:275
14326 msgid "Invalid commit name: $sha1"
14329 #: git-rebase--interactive.sh:317
14330 msgid "Cannot write current commit's replacement sha1"
14333 #: git-rebase--interactive.sh:369
14335 msgid "Fast-forward to $sha1"
14338 #: git-rebase--interactive.sh:371
14340 msgid "Cannot fast-forward to $sha1"
14343 #: git-rebase--interactive.sh:380
14345 msgid "Cannot move HEAD to $first_parent"
14348 #: git-rebase--interactive.sh:385
14350 msgid "Refusing to squash a merge: $sha1"
14353 #: git-rebase--interactive.sh:400
14355 msgid "Error redoing merge $sha1"
14358 #: git-rebase--interactive.sh:408
14360 msgid "Could not pick $sha1"
14363 #: git-rebase--interactive.sh:417
14365 msgid "This is the commit message #${n}:"
14368 #: git-rebase--interactive.sh:422
14370 msgid "The commit message #${n} will be skipped:"
14373 #: git-rebase--interactive.sh:433
14375 msgid "This is a combination of $count commit."
14376 msgid_plural "This is a combination of $count commits."
14380 #: git-rebase--interactive.sh:442
14382 msgid "Cannot write $fixup_msg"
14385 #: git-rebase--interactive.sh:445
14386 msgid "This is a combination of 2 commits."
14389 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14390 #: git-rebase--interactive.sh:532
14392 msgid "Could not apply $sha1... $rest"
14395 #: git-rebase--interactive.sh:560
14398 "Could not amend commit after successfully picking $sha1... $rest\n"
14399 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14400 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14402 "you are able to reword the commit."
14405 #: git-rebase--interactive.sh:575
14407 msgid "Stopped at $sha1_abbrev... $rest"
14410 #: git-rebase--interactive.sh:590
14412 msgid "Cannot '$squash_style' without a previous commit"
14415 #: git-rebase--interactive.sh:632
14417 msgid "Executing: $rest"
14420 #: git-rebase--interactive.sh:640
14422 msgid "Execution failed: $rest"
14425 #: git-rebase--interactive.sh:642
14426 msgid "and made changes to the index and/or the working tree"
14429 #: git-rebase--interactive.sh:644
14431 "You can fix the problem, and then run\n"
14433 "\tgit rebase --continue"
14436 #. TRANSLATORS: after these lines is a command to be issued by the user
14437 #: git-rebase--interactive.sh:657
14440 "Execution succeeded: $rest\n"
14441 "but left changes to the index and/or the working tree\n"
14442 "Commit or stash your changes, and then run\n"
14444 "\tgit rebase --continue"
14447 #: git-rebase--interactive.sh:668
14449 msgid "Unknown command: $command $sha1 $rest"
14452 #: git-rebase--interactive.sh:669
14453 msgid "Please fix this using 'git rebase --edit-todo'."
14456 #: git-rebase--interactive.sh:704
14458 msgid "Successfully rebased and updated $head_name."
14461 #: git-rebase--interactive.sh:749
14462 msgid "could not detach HEAD"
14465 #: git-rebase--interactive.sh:784
14466 msgid "Could not remove CHERRY_PICK_HEAD"
14469 #: git-rebase--interactive.sh:789
14472 "You have staged changes in your working tree.\n"
14473 "If these changes are meant to be\n"
14474 "squashed into the previous commit, run:\n"
14476 " git commit --amend $gpg_sign_opt_quoted\n"
14478 "If they are meant to go into a new commit, run:\n"
14480 " git commit $gpg_sign_opt_quoted\n"
14482 "In both cases, once you're done, continue with:\n"
14484 " git rebase --continue\n"
14487 #: git-rebase--interactive.sh:806
14488 msgid "Error trying to find the author identity to amend commit"
14491 #: git-rebase--interactive.sh:811
14493 "You have uncommitted changes in your working tree. Please commit them\n"
14494 "first and then run 'git rebase --continue' again."
14497 #: git-rebase--interactive.sh:816 git-rebase--interactive.sh:820
14498 msgid "Could not commit staged changes."
14501 #: git-rebase--interactive.sh:848
14504 "You are editing the todo file of an ongoing interactive rebase.\n"
14505 "To continue rebase after editing, run:\n"
14506 " git rebase --continue\n"
14510 #: git-rebase--interactive.sh:856 git-rebase--interactive.sh:1015
14511 msgid "Could not execute editor"
14514 #: git-rebase--interactive.sh:869
14516 msgid "Could not checkout $switch_to"
14519 #: git-rebase--interactive.sh:874
14523 #: git-rebase--interactive.sh:875
14525 msgid "Could not create temporary $state_dir"
14528 #: git-rebase--interactive.sh:877
14529 msgid "Could not mark as interactive"
14532 #: git-rebase--interactive.sh:887 git-rebase--interactive.sh:892
14533 msgid "Could not init rewritten commits"
14536 #: git-rebase--interactive.sh:993
14538 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14539 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14543 #: git-rebase--interactive.sh:998
14546 "However, if you remove everything, the rebase will be aborted.\n"
14550 #: git-rebase--interactive.sh:1005
14551 msgid "Note that empty commits are commented out"
14554 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14556 msgid "usage: $dashless $USAGE"
14559 #: git-sh-setup.sh:190
14561 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14564 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14566 msgid "fatal: $program_name cannot be used without a working tree."
14569 #: git-sh-setup.sh:220
14570 msgid "Cannot rebase: You have unstaged changes."
14573 #: git-sh-setup.sh:223
14574 msgid "Cannot rewrite branches: You have unstaged changes."
14577 #: git-sh-setup.sh:226
14578 msgid "Cannot pull with rebase: You have unstaged changes."
14581 #: git-sh-setup.sh:229
14583 msgid "Cannot $action: You have unstaged changes."
14586 #: git-sh-setup.sh:242
14587 msgid "Cannot rebase: Your index contains uncommitted changes."
14590 #: git-sh-setup.sh:245
14591 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14594 #: git-sh-setup.sh:248
14596 msgid "Cannot $action: Your index contains uncommitted changes."
14599 #: git-sh-setup.sh:252
14600 msgid "Additionally, your index contains uncommitted changes."
14603 #: git-sh-setup.sh:372
14604 msgid "You need to run this command from the toplevel of the working tree."
14607 #: git-sh-setup.sh:377
14608 msgid "Unable to determine absolute path of git directory"
14611 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14612 #: git-add--interactive.perl:196
14614 msgid "%12s %12s %s"
14617 #: git-add--interactive.perl:197
14621 #: git-add--interactive.perl:197
14625 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14629 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14633 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14637 #: git-add--interactive.perl:602
14639 msgid "added %d path\n"
14640 msgid_plural "added %d paths\n"
14644 #: git-add--interactive.perl:605
14646 msgid "updated %d path\n"
14647 msgid_plural "updated %d paths\n"
14651 #: git-add--interactive.perl:608
14653 msgid "reverted %d path\n"
14654 msgid_plural "reverted %d paths\n"
14658 #: git-add--interactive.perl:611
14660 msgid "touched %d path\n"
14661 msgid_plural "touched %d paths\n"
14665 #: git-add--interactive.perl:620
14669 #: git-add--interactive.perl:632
14673 #: git-add--interactive.perl:655
14675 msgid "note: %s is untracked now.\n"
14678 #: git-add--interactive.perl:666
14679 msgid "Add untracked"
14682 #: git-add--interactive.perl:672
14683 msgid "No untracked files.\n"
14686 #: git-add--interactive.perl:985
14688 "If the patch applies cleanly, the edited hunk will immediately be\n"
14689 "marked for staging."
14692 #: git-add--interactive.perl:988
14694 "If the patch applies cleanly, the edited hunk will immediately be\n"
14695 "marked for stashing."
14698 #: git-add--interactive.perl:991
14700 "If the patch applies cleanly, the edited hunk will immediately be\n"
14701 "marked for unstaging."
14704 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14706 "If the patch applies cleanly, the edited hunk will immediately be\n"
14707 "marked for applying."
14710 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14712 "If the patch applies cleanly, the edited hunk will immediately be\n"
14713 "marked for discarding."
14716 #: git-add--interactive.perl:1013
14718 msgid "failed to open hunk edit file for writing: %s"
14721 #: git-add--interactive.perl:1014
14722 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14725 #: git-add--interactive.perl:1020
14729 "To remove '%s' lines, make them ' ' lines (context).\n"
14730 "To remove '%s' lines, delete them.\n"
14731 "Lines starting with %s will be removed.\n"
14734 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14735 #: git-add--interactive.perl:1028
14737 "If it does not apply cleanly, you will be given an opportunity to\n"
14738 "edit again. If all lines of the hunk are removed, then the edit is\n"
14739 "aborted and the hunk is left unchanged.\n"
14742 #: git-add--interactive.perl:1042
14744 msgid "failed to open hunk edit file for reading: %s"
14747 #. TRANSLATORS: do not translate [y/n]
14748 #. The program will only accept that input
14750 #. Consider translating (saying "no" discards!) as
14751 #. (saying "n" for "no" discards!) if the translation
14752 #. of the word "no" does not start with n.
14753 #: git-add--interactive.perl:1134
14755 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14758 #: git-add--interactive.perl:1143
14760 "y - stage this hunk\n"
14761 "n - do not stage this hunk\n"
14762 "q - quit; do not stage this hunk or any of the remaining ones\n"
14763 "a - stage this hunk and all later hunks in the file\n"
14764 "d - do not stage this hunk or any of the later hunks in the file"
14767 #: git-add--interactive.perl:1149
14769 "y - stash this hunk\n"
14770 "n - do not stash this hunk\n"
14771 "q - quit; do not stash this hunk or any of the remaining ones\n"
14772 "a - stash this hunk and all later hunks in the file\n"
14773 "d - do not stash this hunk or any of the later hunks in the file"
14776 #: git-add--interactive.perl:1155
14778 "y - unstage this hunk\n"
14779 "n - do not unstage this hunk\n"
14780 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14781 "a - unstage this hunk and all later hunks in the file\n"
14782 "d - do not unstage this hunk or any of the later hunks in the file"
14785 #: git-add--interactive.perl:1161
14787 "y - apply this hunk to index\n"
14788 "n - do not apply this hunk to index\n"
14789 "q - quit; do not apply this hunk or any of the remaining ones\n"
14790 "a - apply this hunk and all later hunks in the file\n"
14791 "d - do not apply this hunk or any of the later hunks in the file"
14794 #: git-add--interactive.perl:1167
14796 "y - discard this hunk from worktree\n"
14797 "n - do not discard this hunk from worktree\n"
14798 "q - quit; do not discard this hunk or any of the remaining ones\n"
14799 "a - discard this hunk and all later hunks in the file\n"
14800 "d - do not discard this hunk or any of the later hunks in the file"
14803 #: git-add--interactive.perl:1173
14805 "y - discard this hunk from index and worktree\n"
14806 "n - do not discard this hunk from index and worktree\n"
14807 "q - quit; do not discard this hunk or any of the remaining ones\n"
14808 "a - discard this hunk and all later hunks in the file\n"
14809 "d - do not discard this hunk or any of the later hunks in the file"
14812 #: git-add--interactive.perl:1179
14814 "y - apply this hunk to index and worktree\n"
14815 "n - do not apply this hunk to index and worktree\n"
14816 "q - quit; do not apply this hunk or any of the remaining ones\n"
14817 "a - apply this hunk and all later hunks in the file\n"
14818 "d - do not apply this hunk or any of the later hunks in the file"
14821 #: git-add--interactive.perl:1188
14823 "g - select a hunk to go to\n"
14824 "/ - search for a hunk matching the given regex\n"
14825 "j - leave this hunk undecided, see next undecided hunk\n"
14826 "J - leave this hunk undecided, see next hunk\n"
14827 "k - leave this hunk undecided, see previous undecided hunk\n"
14828 "K - leave this hunk undecided, see previous hunk\n"
14829 "s - split the current hunk into smaller hunks\n"
14830 "e - manually edit the current hunk\n"
14834 #: git-add--interactive.perl:1219
14835 msgid "The selected hunks do not apply to the index!\n"
14838 #: git-add--interactive.perl:1220
14839 msgid "Apply them to the worktree anyway? "
14842 #: git-add--interactive.perl:1223
14843 msgid "Nothing was applied.\n"
14846 #: git-add--interactive.perl:1234
14848 msgid "ignoring unmerged: %s\n"
14851 #: git-add--interactive.perl:1243
14852 msgid "Only binary files changed.\n"
14855 #: git-add--interactive.perl:1245
14856 msgid "No changes.\n"
14859 #: git-add--interactive.perl:1253
14860 msgid "Patch update"
14863 #: git-add--interactive.perl:1305
14865 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14868 #: git-add--interactive.perl:1306
14870 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14873 #: git-add--interactive.perl:1307
14875 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14878 #: git-add--interactive.perl:1310
14880 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14883 #: git-add--interactive.perl:1311
14885 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14888 #: git-add--interactive.perl:1312
14890 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14893 #: git-add--interactive.perl:1315
14895 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14898 #: git-add--interactive.perl:1316
14900 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14903 #: git-add--interactive.perl:1317
14905 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14908 #: git-add--interactive.perl:1320
14910 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14913 #: git-add--interactive.perl:1321
14915 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14918 #: git-add--interactive.perl:1322
14920 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14923 #: git-add--interactive.perl:1325
14925 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14928 #: git-add--interactive.perl:1326
14930 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14933 #: git-add--interactive.perl:1327
14935 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14938 #: git-add--interactive.perl:1330
14940 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14943 #: git-add--interactive.perl:1331
14945 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14948 #: git-add--interactive.perl:1332
14950 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14953 #: git-add--interactive.perl:1335
14955 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14958 #: git-add--interactive.perl:1336
14960 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14963 #: git-add--interactive.perl:1337
14965 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14968 #: git-add--interactive.perl:1440
14969 msgid "go to which hunk (<ret> to see more)? "
14972 #: git-add--interactive.perl:1442
14973 msgid "go to which hunk? "
14976 #: git-add--interactive.perl:1451
14978 msgid "Invalid number: '%s'\n"
14981 #: git-add--interactive.perl:1456
14983 msgid "Sorry, only %d hunk available.\n"
14984 msgid_plural "Sorry, only %d hunks available.\n"
14988 #: git-add--interactive.perl:1482
14989 msgid "search for regex? "
14992 #: git-add--interactive.perl:1495
14994 msgid "Malformed search regexp %s: %s\n"
14997 #: git-add--interactive.perl:1505
14998 msgid "No hunk matches the given pattern\n"
15001 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15002 msgid "No previous hunk\n"
15005 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15006 msgid "No next hunk\n"
15009 #: git-add--interactive.perl:1553
15011 msgid "Split into %d hunk.\n"
15012 msgid_plural "Split into %d hunks.\n"
15016 #: git-add--interactive.perl:1605
15017 msgid "Review diff"
15020 #. TRANSLATORS: please do not translate the command names
15021 #. 'status', 'update', 'revert', etc.
15022 #: git-add--interactive.perl:1624
15024 "status - show paths with changes\n"
15025 "update - add working tree state to the staged set of changes\n"
15026 "revert - revert staged set of changes back to the HEAD version\n"
15027 "patch - pick hunks and update selectively\n"
15028 "diff - view diff between HEAD and index\n"
15029 "add untracked - add contents of untracked files to the staged set of "
15033 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15034 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15035 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15039 #: git-add--interactive.perl:1662
15041 msgid "unknown --patch mode: %s"
15044 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15046 msgid "invalid argument %s, expecting --"
15049 #: git-send-email.perl:126
15050 msgid "local zone differs from GMT by a non-minute interval\n"
15053 #: git-send-email.perl:133 git-send-email.perl:139
15054 msgid "local time offset greater than or equal to 24 hours\n"
15057 #: git-send-email.perl:207 git-send-email.perl:213
15058 msgid "the editor exited uncleanly, aborting everything"
15061 #: git-send-email.perl:290
15064 "'%s' contains an intermediate version of the email you were composing.\n"
15067 #: git-send-email.perl:295
15069 msgid "'%s.final' contains the composed email.\n"
15072 #: git-send-email.perl:313
15073 msgid "--dump-aliases incompatible with other options\n"
15076 #: git-send-email.perl:378 git-send-email.perl:629
15077 msgid "Cannot run git format-patch from outside a repository\n"
15080 #: git-send-email.perl:447
15082 msgid "Unknown --suppress-cc field: '%s'\n"
15085 #: git-send-email.perl:476
15087 msgid "Unknown --confirm setting: '%s'\n"
15090 #: git-send-email.perl:504
15092 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15095 #: git-send-email.perl:506
15097 msgid "warning: `:include:` not supported: %s\n"
15100 #: git-send-email.perl:508
15102 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15105 #: git-send-email.perl:513
15107 msgid "warning: sendmail line is not recognized: %s\n"
15110 #: git-send-email.perl:595
15113 "File '%s' exists but it could also be the range of commits\n"
15114 "to produce patches for. Please disambiguate by...\n"
15116 " * Saying \"./%s\" if you mean a file; or\n"
15117 " * Giving --format-patch option if you mean a range.\n"
15120 #: git-send-email.perl:616
15122 msgid "Failed to opendir %s: %s"
15125 #: git-send-email.perl:640
15129 "warning: no patches were sent\n"
15132 #: git-send-email.perl:651
15135 "No patch files specified!\n"
15139 #: git-send-email.perl:664
15141 msgid "No subject line in %s?"
15144 #: git-send-email.perl:674
15146 msgid "Failed to open for writing %s: %s"
15149 #: git-send-email.perl:684
15151 "Lines beginning in \"GIT:\" will be removed.\n"
15152 "Consider including an overall diffstat or table of contents\n"
15153 "for the patch you are writing.\n"
15155 "Clear the body content if you don't wish to send a summary.\n"
15158 #: git-send-email.perl:707
15160 msgid "Failed to open %s.final: %s"
15163 #: git-send-email.perl:710
15165 msgid "Failed to open %s: %s"
15168 #: git-send-email.perl:745
15169 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15172 #: git-send-email.perl:754
15173 msgid "Summary email is empty, skipping it\n"
15176 #. TRANSLATORS: please keep [y/N] as is.
15177 #: git-send-email.perl:786
15179 msgid "Are you sure you want to use <%s> [y/N]? "
15182 #: git-send-email.perl:815
15184 "The following files are 8bit, but do not declare a Content-Transfer-"
15188 #: git-send-email.perl:820
15189 msgid "Which 8bit encoding should I declare [UTF-8]? "
15192 #: git-send-email.perl:828
15195 "Refusing to send because the patch\n"
15197 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15201 #: git-send-email.perl:847
15202 msgid "To whom should the emails be sent (if anyone)?"
15205 #: git-send-email.perl:865
15207 msgid "fatal: alias '%s' expands to itself\n"
15210 #: git-send-email.perl:877
15211 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15214 #: git-send-email.perl:927 git-send-email.perl:935
15216 msgid "error: unable to extract a valid address from: %s\n"
15219 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15220 #. translation. The program will only accept English input
15222 #: git-send-email.perl:939
15223 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15226 #: git-send-email.perl:1260
15228 msgid "CA path \"%s\" does not exist"
15231 #: git-send-email.perl:1335
15233 " The Cc list above has been expanded by additional\n"
15234 " addresses found in the patch commit message. By default\n"
15235 " send-email prompts before sending whenever this occurs.\n"
15236 " This behavior is controlled by the sendemail.confirm\n"
15237 " configuration setting.\n"
15239 " For additional information, run 'git send-email --help'.\n"
15240 " To retain the current behavior, but squelch this message,\n"
15241 " run 'git config --global sendemail.confirm auto'.\n"
15245 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15246 #. translation. The program will only accept English input
15248 #: git-send-email.perl:1350
15249 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15252 #: git-send-email.perl:1353
15253 msgid "Send this email reply required"
15256 #: git-send-email.perl:1379
15257 msgid "The required SMTP server is not properly defined."
15260 #: git-send-email.perl:1426
15262 msgid "Server does not support STARTTLS! %s"
15265 #: git-send-email.perl:1431 git-send-email.perl:1435
15267 msgid "STARTTLS failed! %s"
15270 #: git-send-email.perl:1445
15271 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15274 #: git-send-email.perl:1463
15276 msgid "Failed to send %s\n"
15279 #: git-send-email.perl:1466
15281 msgid "Dry-Sent %s\n"
15284 #: git-send-email.perl:1466
15289 #: git-send-email.perl:1468
15290 msgid "Dry-OK. Log says:\n"
15293 #: git-send-email.perl:1468
15294 msgid "OK. Log says:\n"
15297 #: git-send-email.perl:1480
15301 #: git-send-email.perl:1483
15302 msgid "Result: OK\n"
15305 #: git-send-email.perl:1496
15307 msgid "can't open file %s"
15310 #: git-send-email.perl:1543 git-send-email.perl:1563
15312 msgid "(mbox) Adding cc: %s from line '%s'\n"
15315 #: git-send-email.perl:1549
15317 msgid "(mbox) Adding to: %s from line '%s'\n"
15320 #: git-send-email.perl:1597
15322 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15325 #: git-send-email.perl:1622
15327 msgid "(body) Adding cc: %s from line '%s'\n"
15330 #: git-send-email.perl:1728
15332 msgid "(%s) Could not execute '%s'"
15335 #: git-send-email.perl:1735
15337 msgid "(%s) Adding %s: %s from: '%s'\n"
15340 #: git-send-email.perl:1739
15342 msgid "(%s) failed to close pipe to '%s'"
15345 #: git-send-email.perl:1766
15346 msgid "cannot send message as 7bit"
15349 #: git-send-email.perl:1774
15350 msgid "invalid transfer encoding"
15353 #: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:1873
15355 msgid "unable to open %s: %s\n"
15358 #: git-send-email.perl:1815
15360 msgid "%s: patch contains a line longer than 998 characters"
15363 #: git-send-email.perl:1831
15365 msgid "Skipping %s with backup suffix '%s'.\n"
15368 #. TRANSLATORS: please keep "[y|N]" as is.
15369 #: git-send-email.perl:1835
15371 msgid "Do you really want to send %s? [y|N]: "