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: 2016-08-27 23:21+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:114 builtin/merge.c:1181
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"
90 msgid "git archive [<options>] <tree-ish> [<path>...]"
94 msgid "git archive --list"
99 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
103 msgid "git archive --remote <repo> [--exec <cmd>] --list"
106 #: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
108 msgid "pathspec '%s' did not match any files"
116 msgid "archive format"
119 #: archive.c:430 builtin/log.c:1422
124 msgid "prepend prefix to each pathname in the archive"
127 #: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553
128 #: builtin/blame.c:2554 builtin/config.c:59 builtin/fast-export.c:987
129 #: builtin/fast-export.c:989 builtin/grep.c:722 builtin/hash-object.c:100
130 #: builtin/ls-files.c:460 builtin/ls-files.c:463 builtin/notes.c:399
131 #: builtin/notes.c:562 builtin/read-tree.c:109 parse-options.h:153
135 #: archive.c:433 builtin/archive.c:89
136 msgid "write the archive to this file"
140 msgid "read .gitattributes in working directory"
144 msgid "report archived files on stderr"
152 msgid "compress faster"
156 msgid "compress better"
160 msgid "list supported archive formats"
163 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
164 #: builtin/submodule--helper.c:832
168 #: archive.c:452 builtin/archive.c:91
169 msgid "retrieve the archive from remote repository <repo>"
172 #: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
176 #: archive.c:454 builtin/archive.c:93
177 msgid "path to the remote git-upload-archive command"
181 msgid "Unexpected option --remote"
185 msgid "Option --exec can only be used together with --remote"
189 msgid "Unexpected option --output"
194 msgid "Unknown archive format '%s'"
199 msgid "Argument not supported for format '%s': -%d"
204 "Negative patterns are ignored in git attributes\n"
205 "Use '\\!' for literal leading exclamation."
210 msgid "Could not open file '%s'"
215 msgid "Badly quoted content in file '%s': %s"
220 msgid "We cannot bisect more!\n"
225 msgid "Not a valid commit name %s"
231 "The merge base %s is bad.\n"
232 "This means the bug has been fixed between %s and [%s].\n"
238 "The merge base %s is new.\n"
239 "The property has changed between %s and [%s].\n"
245 "The merge base %s is %s.\n"
246 "This means the first '%s' commit is between %s and [%s].\n"
252 "Some %s revs are not ancestor of the %s rev.\n"
253 "git bisect cannot work properly in this case.\n"
254 "Maybe you mistook %s and %s revs?\n"
260 "the merge base between %s and [%s] must be skipped.\n"
261 "So we cannot be sure the first %s commit is between %s and %s.\n"
262 "We continue anyway."
267 msgid "Bisecting: a merge base must be tested\n"
272 msgid "a %s revision is needed"
275 #: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
277 msgid "could not create file '%s'"
282 msgid "could not read file '%s'"
286 msgid "reading bisect refs failed"
291 msgid "%s was both %s and %s\n"
297 "No testable commit found.\n"
298 "Maybe you started with bad path parameters?\n"
303 msgid "(roughly %d step)"
304 msgid_plural "(roughly %d steps)"
308 #. TRANSLATORS: the last %s will be replaced with
309 #. "(roughly %d steps)" translation
312 msgid "Bisecting: %d revision left to test after this %s\n"
313 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
321 "After fixing the error cause you may try to fix up\n"
322 "the remote tracking information by invoking\n"
323 "\"git branch --set-upstream-to=%s%s%s\"."
328 msgid "Not setting branch %s as its own upstream."
333 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
338 msgid "Branch %s set up to track remote branch %s from %s."
343 msgid "Branch %s set up to track local branch %s by rebasing."
348 msgid "Branch %s set up to track local branch %s."
353 msgid "Branch %s set up to track remote ref %s by rebasing."
358 msgid "Branch %s set up to track remote ref %s."
363 msgid "Branch %s set up to track local ref %s by rebasing."
368 msgid "Branch %s set up to track local ref %s."
372 msgid "Unable to write upstream branch configuration"
377 msgid "Not tracking: ambiguous information for ref %s"
382 msgid "'%s' is not a valid branch name."
387 msgid "A branch named '%s' already exists."
391 msgid "Cannot force update the current branch."
396 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
401 msgid "the requested upstream branch '%s' does not exist"
407 "If you are planning on basing your work on an upstream\n"
408 "branch that already exists at the remote, you may need to\n"
409 "run \"git fetch\" to retrieve it.\n"
411 "If you are planning to push out a new local branch that\n"
412 "will track its remote counterpart, you may want to use\n"
413 "\"git push -u\" to set the upstream config as you push."
418 msgid "Not a valid object name: '%s'."
423 msgid "Ambiguous object name: '%s'."
428 msgid "Not a valid branch point: '%s'."
433 msgid "'%s' is already checked out at '%s'"
438 msgid "HEAD of working tree %s is not updated"
443 msgid "'%s' does not look like a v2 bundle file"
448 msgid "unrecognized header: %s%s (%d)"
451 #: bundle.c:87 builtin/commit.c:778
453 msgid "could not open '%s'"
457 msgid "Repository lacks these prerequisite commits:"
460 #: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
461 #: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
462 #: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
463 #: builtin/merge.c:356 builtin/shortlog.c:170
464 msgid "revision walk setup failed"
469 msgid "The bundle contains this ref:"
470 msgid_plural "The bundle contains these %d refs:"
475 msgid "The bundle records a complete history."
480 msgid "The bundle requires this ref:"
481 msgid_plural "The bundle requires these %d refs:"
486 msgid "Could not spawn pack-objects"
490 msgid "pack-objects died"
494 msgid "rev-list died"
499 msgid "ref '%s' is excluded by the rev-list options"
502 #: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
504 msgid "unrecognized argument: %s"
508 msgid "Refusing to create empty bundle."
513 msgid "cannot create '%s'"
517 msgid "index-pack died"
522 msgid "invalid color value: %.*s"
525 #: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
528 msgid "could not parse %s"
533 msgid "%s %s is not a commit!"
536 #: compat/obstack.c:406 compat/obstack.c:408
537 msgid "memory exhausted"
542 msgid "bad config line %d in blob %s"
547 msgid "bad config line %d in file %s"
552 msgid "bad config line %d in standard input"
557 msgid "bad config line %d in submodule-blob %s"
562 msgid "bad config line %d in command line %s"
567 msgid "bad config line %d in %s"
580 msgid "bad numeric config value '%s' for '%s': %s"
585 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
590 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
595 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
600 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
605 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
610 msgid "bad numeric config value '%s' for '%s' in %s: %s"
615 msgid "failed to expand user dir in: '%s'"
618 #: config.c:849 config.c:860
620 msgid "bad zlib compression level %d"
625 msgid "invalid mode for object creation: %s"
629 msgid "unable to parse command-line config"
633 msgid "unknown error occurred while reading the configuration files"
638 msgid "unable to parse '%s' from command-line config"
643 msgid "bad config variable '%s' in file '%s' at line %d"
648 msgid "%s has multiple values"
653 msgid "could not set '%s' to '%s'"
658 msgid "could not unset '%s'"
661 #: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
662 msgid "Checking connectivity"
666 msgid "Could not run 'git rev-list'"
670 msgid "failed write to rev-list"
674 msgid "failed to close rev-list's stdin"
678 msgid "in the future"
683 msgid "%lu second ago"
684 msgid_plural "%lu seconds ago"
690 msgid "%lu minute ago"
691 msgid_plural "%lu minutes ago"
698 msgid_plural "%lu hours ago"
705 msgid_plural "%lu days ago"
712 msgid_plural "%lu weeks ago"
718 msgid "%lu month ago"
719 msgid_plural "%lu months ago"
726 msgid_plural "%lu years"
730 #. TRANSLATORS: "%s" is "<n> years"
733 msgid "%s, %lu month ago"
734 msgid_plural "%s, %lu months ago"
738 #: date.c:156 date.c:161
741 msgid_plural "%lu years ago"
745 #: diffcore-order.c:24
747 msgid "failed to read orderfile '%s'"
750 #: diffcore-rename.c:540
751 msgid "Performing inexact rename detection"
756 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
761 msgid " Unknown dirstat parameter '%s'\n"
766 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
772 "Found errors in 'diff.dirstat' config variable:\n"
778 msgid "external diff died, stopping at %s"
782 msgid "--follow requires exactly one pathspec"
788 "Failed to parse --dirstat/-X option parameter:\n"
794 msgid "Failed to parse --submodule option parameter: '%s'"
798 msgid "failed to get kernel name and information"
802 msgid "Untracked cache is disabled on this system or location."
805 #: gpg-interface.c:178
806 msgid "gpg failed to sign the data"
809 #: gpg-interface.c:208
810 msgid "could not create temporary file"
813 #: gpg-interface.c:210
815 msgid "failed writing detached signature to '%s'"
820 msgid "'%s': unable to read %s"
823 #: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
825 msgid "failed to stat '%s'"
830 msgid "'%s': short read"
835 msgid "available git commands in '%s'"
839 msgid "git commands available from elsewhere on your $PATH"
843 msgid "These are common Git commands used in various situations:"
849 "'%s' appears to be a git command, but we were not\n"
850 "able to execute it. Maybe git-%s is broken?"
854 msgid "Uh oh. Your system reports no Git commands at all."
860 "WARNING: You called a Git command named '%s', which does not exist.\n"
861 "Continuing under the assumption that you meant '%s'"
866 msgid "in %0.1f seconds automatically..."
871 msgid "git: '%s' is not a git command. See 'git --help'."
874 #: help.c:404 help.c:470
880 "Did you mean one of these?"
892 "Unable to create '%s.lock': %s.\n"
894 "Another git process seems to be running in this repository, e.g.\n"
895 "an editor opened by 'git commit'. Please make sure all processes\n"
896 "are terminated then try again. If it still fails, a git process\n"
897 "may have crashed in this repository earlier:\n"
898 "remove the file manually to continue."
903 msgid "Unable to create '%s.lock': %s"
907 msgid "failed to read the cache"
910 #: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
911 #: builtin/checkout.c:589 builtin/clone.c:732
912 msgid "unable to write new index file"
915 #: merge-recursive.c:209
916 msgid "(bad commit)\n"
919 #: merge-recursive.c:231
921 msgid "addinfo_cache failed for path '%s'"
924 #: merge-recursive.c:301
925 msgid "error building trees"
928 #: merge-recursive.c:720
930 msgid "failed to create path '%s'%s"
933 #: merge-recursive.c:731
935 msgid "Removing %s to make room for subdirectory\n"
938 #: merge-recursive.c:745 merge-recursive.c:764
939 msgid ": perhaps a D/F conflict?"
942 #: merge-recursive.c:754
944 msgid "refusing to lose untracked file at '%s'"
947 #: merge-recursive.c:796
949 msgid "cannot read object %s '%s'"
952 #: merge-recursive.c:798
954 msgid "blob expected for %s '%s'"
957 #: merge-recursive.c:822
959 msgid "failed to open '%s': %s"
962 #: merge-recursive.c:833
964 msgid "failed to symlink '%s': %s"
967 #: merge-recursive.c:838
969 msgid "do not know what to do with %06o %s '%s'"
972 #: merge-recursive.c:978
973 msgid "Failed to execute internal merge"
976 #: merge-recursive.c:982
978 msgid "Unable to add %s to database"
981 #: merge-recursive.c:1081 merge-recursive.c:1095
984 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
988 #: merge-recursive.c:1087 merge-recursive.c:1100
991 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
995 #: merge-recursive.c:1143
999 #: merge-recursive.c:1143
1003 #: merge-recursive.c:1200
1005 msgid "%s is a directory in %s adding as %s instead"
1008 #: merge-recursive.c:1225
1011 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1012 "\"->\"%s\" in \"%s\"%s"
1015 #: merge-recursive.c:1230
1016 msgid " (left unresolved)"
1019 #: merge-recursive.c:1292
1021 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1024 #: merge-recursive.c:1325
1026 msgid "Renaming %s to %s and %s to %s instead"
1029 #: merge-recursive.c:1531
1031 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1034 #: merge-recursive.c:1546
1036 msgid "Adding merged %s"
1039 #: merge-recursive.c:1553 merge-recursive.c:1766
1041 msgid "Adding as %s instead"
1044 #: merge-recursive.c:1610
1046 msgid "cannot read object %s"
1049 #: merge-recursive.c:1613
1051 msgid "object %s is not a blob"
1054 #: merge-recursive.c:1666
1058 #: merge-recursive.c:1666
1062 #: merge-recursive.c:1676
1066 #: merge-recursive.c:1683
1070 #: merge-recursive.c:1718
1072 msgid "Skipped %s (merged same as existing)"
1075 #: merge-recursive.c:1732
1077 msgid "Auto-merging %s"
1080 #: merge-recursive.c:1736 git-submodule.sh:919
1084 #: merge-recursive.c:1737
1086 msgid "CONFLICT (%s): Merge conflict in %s"
1089 #: merge-recursive.c:1831
1094 #: merge-recursive.c:1857
1095 msgid "file/directory"
1098 #: merge-recursive.c:1863
1099 msgid "directory/file"
1102 #: merge-recursive.c:1868
1104 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1107 #: merge-recursive.c:1877
1112 #: merge-recursive.c:1914
1113 msgid "Already up-to-date!"
1116 #: merge-recursive.c:1923
1118 msgid "merging of trees %s and %s failed"
1121 #: merge-recursive.c:2006
1125 #: merge-recursive.c:2019
1127 msgid "found %u common ancestor:"
1128 msgid_plural "found %u common ancestors:"
1132 #: merge-recursive.c:2058
1133 msgid "merge returned no commit"
1136 #: merge-recursive.c:2121
1138 msgid "Could not parse object '%s'"
1141 #: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1142 msgid "Unable to write index."
1146 msgid "Cannot commit uninitialized/unreferenced notes tree"
1149 #: notes-utils.c:100
1151 msgid "Bad notes.rewriteMode value: '%s'"
1154 #: notes-utils.c:110
1156 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
1159 #. TRANSLATORS: The first %s is the name of the
1160 #. environment variable, the second %s is its value
1161 #: notes-utils.c:137
1163 msgid "Bad %s value: '%s'"
1168 msgid "unable to parse object: %s"
1171 #: parse-options.c:572
1175 #: parse-options.c:590
1180 #. TRANSLATORS: the colon here should align with the
1181 #. one in "usage: %s" translation
1182 #: parse-options.c:594
1187 #: parse-options.c:597
1192 #: parse-options.c:631
1196 #: parse-options-cb.c:108
1198 msgid "malformed object name '%s'"
1203 msgid "Could not make %s writable by group"
1207 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
1212 "global 'literal' pathspec setting is incompatible with all other global "
1217 msgid "invalid parameter for pathspec magic 'prefix'"
1222 msgid "Invalid pathspec magic '%.*s' in '%s'"
1227 msgid "Missing ')' at the end of pathspec magic in '%s'"
1232 msgid "Unimplemented pathspec magic '%c' in '%s'"
1237 msgid "%s: 'literal' and 'glob' are incompatible"
1242 msgid "%s: '%s' is outside repository"
1247 msgid "Pathspec '%s' is in submodule '%.*s'"
1252 msgid "%s: pathspec magic not supported by this command: %s"
1257 msgid "pathspec '%s' is beyond a symbolic link"
1262 "There is nothing to exclude from by :(exclude) patterns.\n"
1263 "Perhaps you forgot to add either ':/' or '.' ?"
1267 msgid "unable to parse --pretty format"
1274 #: read-cache.c:1281
1277 "index.version set, but the value is invalid.\n"
1281 #: read-cache.c:1291
1284 "GIT_INDEX_VERSION set, but the value is invalid.\n"
1288 #: refs.c:551 builtin/merge.c:840
1290 msgid "Could not open '%s' for writing"
1293 #: refs/files-backend.c:2534
1295 msgid "could not delete reference %s: %s"
1298 #: refs/files-backend.c:2537
1300 msgid "could not delete references: %s"
1303 #: refs/files-backend.c:2546
1305 msgid "could not remove reference %s"
1310 msgid "expected format: %%(color:<color>)"
1315 msgid "unrecognized color: %%(color:%s)"
1320 msgid "unrecognized format: %%(%s)"
1325 msgid "%%(body) does not take arguments"
1330 msgid "%%(subject) does not take arguments"
1335 msgid "positive value expected contents:lines=%s"
1340 msgid "unrecognized %%(contents) argument: %s"
1345 msgid "unrecognized %%(objectname) argument: %s"
1350 msgid "expected format: %%(align:<width>,<position>)"
1355 msgid "unrecognized position:%s"
1360 msgid "unrecognized width:%s"
1365 msgid "unrecognized %%(align) argument: %s"
1370 msgid "positive width expected with the %%(align) atom"
1375 msgid "malformed field name: %.*s"
1380 msgid "unknown field name: %.*s"
1385 msgid "format: %%(end) atom used without corresponding atom"
1390 msgid "malformed format string %s"
1394 msgid ":strip= requires a positive integer argument"
1399 msgid "ref '%s' does not have %ld components to :strip"
1402 #: ref-filter.c:1046
1404 msgid "unknown %.*s format %s"
1407 #: ref-filter.c:1066 ref-filter.c:1097
1409 msgid "missing object %s for %s"
1412 #: ref-filter.c:1069 ref-filter.c:1100
1414 msgid "parse_object_buffer failed on %s for %s"
1417 #: ref-filter.c:1311
1419 msgid "malformed object at '%s'"
1422 #: ref-filter.c:1373
1424 msgid "ignoring ref with broken name %s"
1427 #: ref-filter.c:1378
1429 msgid "ignoring broken ref %s"
1432 #: ref-filter.c:1651
1434 msgid "format: %%(end) atom missing"
1437 #: ref-filter.c:1705
1439 msgid "malformed object name %s"
1444 msgid "Cannot fetch both %s and %s to %s"
1449 msgid "%s usually tracks %s, not %s"
1454 msgid "%s tracks both %s and %s"
1458 msgid "Internal error"
1461 #: remote.c:1677 remote.c:1720
1462 msgid "HEAD does not point to a branch"
1467 msgid "no such branch: '%s'"
1472 msgid "no upstream configured for branch '%s'"
1477 msgid "upstream branch '%s' not stored as a remote-tracking branch"
1482 msgid "push destination '%s' on remote '%s' has no local tracking branch"
1487 msgid "branch '%s' has no remote for pushing"
1492 msgid "push refspecs for '%s' do not include '%s'"
1496 msgid "push has no destination (push.default is 'nothing')"
1500 msgid "cannot resolve 'simple' push to a single destination"
1505 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1509 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1514 msgid "Your branch is up-to-date with '%s'.\n"
1519 msgid "Your branch is ahead of '%s' by %d commit.\n"
1520 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1525 msgid " (use \"git push\" to publish your local commits)\n"
1530 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1532 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1537 msgid " (use \"git pull\" to update your local branch)\n"
1543 "Your branch and '%s' have diverged,\n"
1544 "and have %d and %d different commit each, respectively.\n"
1546 "Your branch and '%s' have diverged,\n"
1547 "and have %d and %d different commits each, respectively.\n"
1552 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1556 msgid "your current branch appears to be broken"
1561 msgid "your current branch '%s' does not have any commits yet"
1565 msgid "--first-parent is incompatible with --bisect"
1569 msgid "open /dev/null failed"
1574 msgid "dup2(%d,%d) failed"
1578 msgid "failed to sign the push certificate"
1582 msgid "the receiving end does not support --signed push"
1587 "not sending a push certificate since the receiving end does not support --"
1592 msgid "the receiving end does not support --atomic push"
1596 msgid "the receiving end does not support push options"
1601 "after resolving the conflicts, mark the corrected paths\n"
1602 "with 'git add <paths>' or 'git rm <paths>'"
1607 "after resolving the conflicts, mark the corrected paths\n"
1608 "with 'git add <paths>' or 'git rm <paths>'\n"
1609 "and commit the result with 'git commit'"
1612 #: sequencer.c:190 sequencer.c:841 sequencer.c:924
1614 msgid "Could not write to %s"
1617 #: sequencer.c:193 sequencer.c:843 sequencer.c:928
1619 msgid "Error wrapping up %s."
1623 msgid "Your local changes would be overwritten by cherry-pick."
1627 msgid "Your local changes would be overwritten by revert."
1631 msgid "Commit your changes or stash them to proceed."
1636 msgid "%s: fast-forward"
1639 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1642 msgid "%s: Unable to write new index file"
1646 msgid "Could not resolve HEAD commit\n"
1650 msgid "Unable to update cache tree\n"
1655 msgid "Could not parse commit %s\n"
1660 msgid "Could not parse parent commit %s\n"
1664 msgid "Your index file is unmerged."
1669 msgid "Commit %s is a merge but no -m option was given."
1674 msgid "Commit %s does not have parent %d"
1679 msgid "Mainline was specified but commit %s is not a merge."
1682 #. TRANSLATORS: The first %s will be "revert" or
1683 #. "cherry-pick", the second %s a SHA1
1686 msgid "%s: cannot parse parent commit %s"
1691 msgid "Cannot get commit message for %s"
1696 msgid "could not revert %s... %s"
1701 msgid "could not apply %s... %s"
1705 msgid "empty commit set passed"
1710 msgid "git %s: failed to read the index"
1715 msgid "git %s: failed to refresh the index"
1719 msgid "Cannot revert during another revert."
1723 msgid "Cannot revert during a cherry-pick."
1727 msgid "Cannot cherry-pick during a revert."
1731 msgid "Cannot cherry-pick during another cherry-pick."
1736 msgid "Could not parse line %d."
1740 msgid "No commits parsed."
1745 msgid "Could not open %s"
1750 msgid "Could not read %s."
1755 msgid "Unusable instruction sheet: %s"
1760 msgid "Invalid key: %s"
1763 #: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
1765 msgid "Invalid value for %s: %s"
1770 msgid "Malformed options sheet: %s"
1774 msgid "a cherry-pick or revert is already in progress"
1778 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1783 msgid "Could not create sequencer directory %s"
1786 #: sequencer.c:862 sequencer.c:998
1787 msgid "no cherry-pick or revert in progress"
1791 msgid "cannot resolve HEAD"
1794 #: sequencer.c:866 sequencer.c:900
1795 msgid "cannot abort from a branch yet to be born"
1798 #: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
1800 msgid "cannot open %s"
1805 msgid "cannot read %s: %s"
1809 msgid "unexpected end of file"
1814 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1819 msgid "Could not format %s."
1824 msgid "%s: can't cherry-pick a %s"
1829 msgid "%s: bad revision"
1833 msgid "Can't revert as initial commit"
1839 "%s: no such path in the working tree.\n"
1840 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1846 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
1847 "Use '--' to separate paths from revisions, like this:\n"
1848 "'git <command> [<revision>...] -- [<file>...]'"
1854 "ambiguous argument '%s': both revision and filename\n"
1855 "Use '--' to separate paths from revisions, like this:\n"
1856 "'git <command> [<revision>...] -- [<file>...]'"
1859 #: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
1861 msgid "failed to read %s"
1866 msgid "Expected git repo version <= %d, found %d"
1870 msgid "unknown repository extensions found:"
1875 msgid "Not a git repository (or any of the parent directories): %s"
1878 #: setup.c:764 setup.c:915 builtin/index-pack.c:1641
1879 msgid "Cannot come back to cwd"
1883 msgid "Unable to read current working directory"
1889 "Not a git repository (or any parent up to mount point %s)\n"
1890 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
1895 msgid "Cannot change to '%s/..'"
1901 "Problem with core.sharedRepository filemode value (0%.3o).\n"
1902 "The owner of files must always have read and write permissions."
1906 msgid "offset before end of packfile (broken .idx?)"
1911 msgid "offset before start of pack index for %s (corrupt index?)"
1916 msgid "offset beyond end of pack index for %s (truncated index?)"
1921 "Git normally never creates a ref that ends with 40 hex characters\n"
1922 "because it will be ignored when you just specify 40-hex. These refs\n"
1923 "may be created by mistake. For example,\n"
1925 " git checkout -b $br $(git rev-parse ...)\n"
1927 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1928 "examine these refs and maybe delete them. Turn this message off by\n"
1929 "running \"git config advice.objectNameWarning false\""
1932 #: submodule.c:64 submodule.c:98
1933 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1936 #: submodule.c:68 submodule.c:102
1938 msgid "Could not find section in .gitmodules where path=%s"
1943 msgid "Could not update .gitmodules entry %s"
1948 msgid "Could not remove .gitmodules entry for %s"
1952 msgid "staging updated .gitmodules failed"
1956 msgid "negative values not allowed for submodule.fetchJobs"
1959 #: submodule-config.c:358
1961 msgid "invalid value for %s"
1966 msgid "running trailer command '%s' failed"
1969 #: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1972 msgid "unknown value '%s' for key '%s'"
1975 #: trailer.c:544 trailer.c:549 builtin/remote.c:289
1977 msgid "more than one %s"
1982 msgid "empty trailer token in trailer '%.*s'"
1987 msgid "could not read input file '%s'"
1991 msgid "could not read from stdin"
1994 #: trailer.c:857 builtin/am.c:42
1996 msgid "could not stat %s"
2001 msgid "file %s is not a regular file"
2006 msgid "file %s is not writable by user"
2010 msgid "could not open temporary file"
2015 msgid "could not rename temporary file to %s"
2020 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2025 msgid "transport: invalid depth option '%s'"
2031 "The following submodule paths contain changes that can\n"
2032 "not be found on any remote:\n"
2041 "\tgit push --recurse-submodules=on-demand\n"
2043 "or cd to the path and use\n"
2047 "to push them to a remote.\n"
2055 #: transport-helper.c:1041
2057 msgid "Could not read ref %s"
2060 #: unpack-trees.c:64
2063 "Your local changes to the following files would be overwritten by checkout:\n"
2064 "%%sPlease commit your changes or stash them before you switch branches."
2067 #: unpack-trees.c:66
2070 "Your local changes to the following files would be overwritten by checkout:\n"
2074 #: unpack-trees.c:69
2077 "Your local changes to the following files would be overwritten by merge:\n"
2078 "%%sPlease commit your changes or stash them before you merge."
2081 #: unpack-trees.c:71
2084 "Your local changes to the following files would be overwritten by merge:\n"
2088 #: unpack-trees.c:74
2091 "Your local changes to the following files would be overwritten by %s:\n"
2092 "%%sPlease commit your changes or stash them before you %s."
2095 #: unpack-trees.c:76
2098 "Your local changes to the following files would be overwritten by %s:\n"
2102 #: unpack-trees.c:81
2105 "Updating the following directories would lose untracked files in it:\n"
2109 #: unpack-trees.c:85
2112 "The following untracked working tree files would be removed by checkout:\n"
2113 "%%sPlease move or remove them before you switch branches."
2116 #: unpack-trees.c:87
2119 "The following untracked working tree files would be removed by checkout:\n"
2123 #: unpack-trees.c:90
2126 "The following untracked working tree files would be removed by merge:\n"
2127 "%%sPlease move or remove them before you merge."
2130 #: unpack-trees.c:92
2133 "The following untracked working tree files would be removed by merge:\n"
2137 #: unpack-trees.c:95
2140 "The following untracked working tree files would be removed by %s:\n"
2141 "%%sPlease move or remove them before you %s."
2144 #: unpack-trees.c:97
2147 "The following untracked working tree files would be removed by %s:\n"
2151 #: unpack-trees.c:102
2154 "The following untracked working tree files would be overwritten by "
2156 "%%sPlease move or remove them before you switch branches."
2159 #: unpack-trees.c:104
2162 "The following untracked working tree files would be overwritten by "
2167 #: unpack-trees.c:107
2170 "The following untracked working tree files would be overwritten by merge:\n"
2171 "%%sPlease move or remove them before you merge."
2174 #: unpack-trees.c:109
2177 "The following untracked working tree files would be overwritten by merge:\n"
2181 #: unpack-trees.c:112
2184 "The following untracked working tree files would be overwritten by %s:\n"
2185 "%%sPlease move or remove them before you %s."
2188 #: unpack-trees.c:114
2191 "The following untracked working tree files would be overwritten by %s:\n"
2195 #: unpack-trees.c:121
2197 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
2200 #: unpack-trees.c:124
2203 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
2207 #: unpack-trees.c:126
2210 "The following Working tree files would be overwritten by sparse checkout "
2215 #: unpack-trees.c:128
2218 "The following Working tree files would be removed by sparse checkout "
2223 #: unpack-trees.c:205
2228 #: unpack-trees.c:237
2229 msgid "Checking out files"
2233 msgid "invalid URL scheme name or missing '://' suffix"
2236 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
2238 msgid "invalid %XX escape sequence"
2242 msgid "missing host and scheme is not 'file:'"
2246 msgid "a 'file:' URL may not have a port number"
2250 msgid "invalid characters in host name"
2253 #: urlmatch.c:244 urlmatch.c:255
2254 msgid "invalid port number"
2258 msgid "invalid '..' path segment"
2263 msgid "failed to read '%s'"
2266 #: wrapper.c:222 wrapper.c:392
2268 msgid "could not open '%s' for reading and writing"
2271 #: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2273 msgid "could not open '%s' for writing"
2276 #: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2277 #: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2278 #: builtin/pull.c:407
2280 msgid "could not open '%s' for reading"
2283 #: wrapper.c:605 wrapper.c:626
2285 msgid "unable to access '%s'"
2289 msgid "unable to get current working directory"
2294 msgid "could not write to %s"
2299 msgid "could not close %s"
2303 msgid "Unmerged paths:"
2306 #: wt-status.c:177 wt-status.c:204
2308 msgid " (use \"git reset %s <file>...\" to unstage)"
2311 #: wt-status.c:179 wt-status.c:206
2312 msgid " (use \"git rm --cached <file>...\" to unstage)"
2316 msgid " (use \"git add <file>...\" to mark resolution)"
2319 #: wt-status.c:185 wt-status.c:189
2320 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
2324 msgid " (use \"git rm <file>...\" to mark resolution)"
2327 #: wt-status.c:198 wt-status.c:882
2328 msgid "Changes to be committed:"
2331 #: wt-status.c:216 wt-status.c:891
2332 msgid "Changes not staged for commit:"
2336 msgid " (use \"git add <file>...\" to update what will be committed)"
2340 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
2345 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
2349 msgid " (commit or discard the untracked or modified content in submodules)"
2354 msgid " (use \"git %s <file>...\" to include in what will be committed)"
2358 msgid "both deleted:"
2362 msgid "added by us:"
2366 msgid "deleted by them:"
2370 msgid "added by them:"
2374 msgid "deleted by us:"
2382 msgid "both modified:"
2418 msgid "new commits, "
2422 msgid "modified content, "
2426 msgid "untracked content, "
2430 msgid "Submodules changed but not updated:"
2434 msgid "Submodule changes to be committed:"
2439 "Do not touch the line above.\n"
2440 "Everything below will be removed."
2444 msgid "You have unmerged paths."
2448 msgid " (fix conflicts and run \"git commit\")"
2452 msgid " (use \"git merge --abort\" to abort the merge)"
2456 msgid "All conflicts fixed but you are still merging."
2460 msgid " (use \"git commit\" to conclude merge)"
2464 msgid "You are in the middle of an am session."
2468 msgid "The current patch is empty."
2472 msgid " (fix conflicts and then run \"git am --continue\")"
2476 msgid " (use \"git am --skip\" to skip this patch)"
2480 msgid " (use \"git am --abort\" to restore the original branch)"
2484 msgid "No commands done."
2489 msgid "Last command done (%d command done):"
2490 msgid_plural "Last commands done (%d commands done):"
2496 msgid " (see more in file %s)"
2500 msgid "No commands remaining."
2505 msgid "Next command to do (%d remaining command):"
2506 msgid_plural "Next commands to do (%d remaining commands):"
2511 msgid " (use \"git rebase --edit-todo\" to view and edit)"
2516 msgid "You are currently rebasing branch '%s' on '%s'."
2520 msgid "You are currently rebasing."
2524 msgid " (fix conflicts and then run \"git rebase --continue\")"
2528 msgid " (use \"git rebase --skip\" to skip this patch)"
2532 msgid " (use \"git rebase --abort\" to check out the original branch)"
2536 msgid " (all conflicts fixed: run \"git rebase --continue\")"
2542 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
2546 msgid "You are currently splitting a commit during a rebase."
2550 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
2555 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2559 msgid "You are currently editing a commit during a rebase."
2563 msgid " (use \"git commit --amend\" to amend the current commit)"
2568 " (use \"git rebase --continue\" once you are satisfied with your changes)"
2573 msgid "You are currently cherry-picking commit %s."
2577 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2581 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2585 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2590 msgid "You are currently reverting commit %s."
2594 msgid " (fix conflicts and run \"git revert --continue\")"
2598 msgid " (all conflicts fixed: run \"git revert --continue\")"
2602 msgid " (use \"git revert --abort\" to cancel the revert operation)"
2607 msgid "You are currently bisecting, started from branch '%s'."
2611 msgid "You are currently bisecting."
2615 msgid " (use \"git bisect reset\" to get back to the original branch)"
2623 msgid "interactive rebase in progress; onto "
2627 msgid "rebase in progress; onto "
2631 msgid "HEAD detached at "
2635 msgid "HEAD detached from "
2639 msgid "Not currently on any branch."
2643 msgid "Initial commit"
2647 msgid "Untracked files"
2651 msgid "Ignored files"
2657 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2658 "may speed it up, but you have to be careful not to forget to add\n"
2659 "new files yourself (see 'git help status')."
2664 msgid "Untracked files not listed%s"
2668 msgid " (use -u option to show untracked files)"
2677 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2682 msgid "no changes added to commit\n"
2688 "nothing added to commit but untracked files present (use \"git add\" to "
2694 msgid "nothing added to commit but untracked files present\n"
2699 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2702 #: wt-status.c:1554 wt-status.c:1559
2704 msgid "nothing to commit\n"
2709 msgid "nothing to commit (use -u to show untracked files)\n"
2714 msgid "nothing to commit, working tree clean\n"
2718 msgid "Initial commit on "
2722 msgid "HEAD (no branch)"
2729 #: wt-status.c:1703 wt-status.c:1711
2733 #: wt-status.c:1706 wt-status.c:1709
2737 #: compat/precompose_utf8.c:57 builtin/clone.c:415
2739 msgid "failed to unlink '%s'"
2743 msgid "git add [<options>] [--] <pathspec>..."
2748 msgid "unexpected diff status %c"
2751 #: builtin/add.c:71 builtin/commit.c:281
2752 msgid "updating files failed"
2757 msgid "remove '%s'\n"
2760 #: builtin/add.c:136
2761 msgid "Unstaged changes after refreshing the index:"
2764 #: builtin/add.c:196 builtin/rev-parse.c:811
2765 msgid "Could not read the index"
2768 #: builtin/add.c:207
2770 msgid "Could not open '%s' for writing."
2773 #: builtin/add.c:211
2774 msgid "Could not write patch"
2777 #: builtin/add.c:214
2778 msgid "editing patch failed"
2781 #: builtin/add.c:217
2783 msgid "Could not stat '%s'"
2786 #: builtin/add.c:219
2787 msgid "Empty patch. Aborted."
2790 #: builtin/add.c:224
2792 msgid "Could not apply '%s'"
2795 #: builtin/add.c:234
2796 msgid "The following paths are ignored by one of your .gitignore files:\n"
2799 #: builtin/add.c:253 builtin/clean.c:870 builtin/fetch.c:113 builtin/mv.c:111
2800 #: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:521
2801 #: builtin/remote.c:1327 builtin/rm.c:268 builtin/send-pack.c:162
2805 #: builtin/add.c:254 builtin/apply.c:4854 builtin/check-ignore.c:19
2806 #: builtin/commit.c:1334 builtin/count-objects.c:85 builtin/fsck.c:593
2807 #: builtin/log.c:1852 builtin/mv.c:110 builtin/read-tree.c:114
2811 #: builtin/add.c:256
2812 msgid "interactive picking"
2815 #: builtin/add.c:257 builtin/checkout.c:1157 builtin/reset.c:286
2816 msgid "select hunks interactively"
2819 #: builtin/add.c:258
2820 msgid "edit current diff and apply"
2823 #: builtin/add.c:259
2824 msgid "allow adding otherwise ignored files"
2827 #: builtin/add.c:260
2828 msgid "update tracked files"
2831 #: builtin/add.c:261
2832 msgid "record only the fact that the path will be added later"
2835 #: builtin/add.c:262
2836 msgid "add changes from all tracked and untracked files"
2839 #: builtin/add.c:265
2840 msgid "ignore paths removed in the working tree (same as --no-all)"
2843 #: builtin/add.c:267
2844 msgid "don't add, only refresh the index"
2847 #: builtin/add.c:268
2848 msgid "just skip files which cannot be added because of errors"
2851 #: builtin/add.c:269
2852 msgid "check if - even missing - files are ignored in dry run"
2855 #: builtin/add.c:270 builtin/update-index.c:958
2859 #: builtin/add.c:270 builtin/update-index.c:959
2860 msgid "override the executable bit of the listed files"
2863 #: builtin/add.c:292
2865 msgid "Use -f if you really want to add them.\n"
2868 #: builtin/add.c:300
2869 msgid "adding files failed"
2872 #: builtin/add.c:336
2873 msgid "-A and -u are mutually incompatible"
2876 #: builtin/add.c:343
2877 msgid "Option --ignore-missing can only be used together with --dry-run"
2880 #: builtin/add.c:352
2882 msgid "--chmod param '%s' must be either -x or +x"
2885 #: builtin/add.c:367
2887 msgid "Nothing specified, nothing added.\n"
2890 #: builtin/add.c:368
2892 msgid "Maybe you wanted to say 'git add .'?\n"
2895 #: builtin/add.c:373 builtin/check-ignore.c:172 builtin/checkout.c:279
2896 #: builtin/checkout.c:473 builtin/clean.c:914 builtin/commit.c:340
2897 #: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2898 #: builtin/submodule--helper.c:240
2899 msgid "index file corrupt"
2902 #: builtin/add.c:454 builtin/apply.c:4784 builtin/mv.c:286 builtin/rm.c:431
2903 msgid "Unable to write new index file"
2906 #: builtin/am.c:257 builtin/commit.c:750 builtin/merge.c:1032
2908 msgid "could not read '%s'"
2912 msgid "could not parse author script"
2917 msgid "'%s' was deleted by the applypatch-msg hook"
2920 #: builtin/am.c:544 builtin/notes.c:301
2922 msgid "Malformed input line: '%s'."
2925 #: builtin/am.c:581 builtin/notes.c:316
2927 msgid "Failed to copy notes from '%s' to '%s'"
2931 msgid "fseek failed"
2936 msgid "could not parse patch '%s'"
2940 msgid "Only one StGIT patch series can be applied at once"
2944 msgid "invalid timestamp"
2947 #: builtin/am.c:902 builtin/am.c:910
2948 msgid "invalid Date line"
2952 msgid "invalid timezone offset"
2956 msgid "Patch format detection failed."
2959 #: builtin/am.c:1001 builtin/clone.c:380
2961 msgid "failed to create directory '%s'"
2964 #: builtin/am.c:1005
2965 msgid "Failed to split patches."
2968 #: builtin/am.c:1137 builtin/commit.c:366
2969 msgid "unable to write index file"
2972 #: builtin/am.c:1188
2974 msgid "When you have resolved this problem, run \"%s --continue\"."
2977 #: builtin/am.c:1189
2979 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2982 #: builtin/am.c:1190
2984 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2987 #: builtin/am.c:1328
2988 msgid "Patch is empty. Was it split wrong?"
2991 #: builtin/am.c:1402 builtin/log.c:1543
2993 msgid "invalid ident line: %s"
2996 #: builtin/am.c:1429
2998 msgid "unable to parse commit %s"
3001 #: builtin/am.c:1602
3002 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3005 #: builtin/am.c:1604
3006 msgid "Using index info to reconstruct a base tree..."
3009 #: builtin/am.c:1623
3011 "Did you hand edit your patch?\n"
3012 "It does not apply to blobs recorded in its index."
3015 #: builtin/am.c:1629
3016 msgid "Falling back to patching base and 3-way merge..."
3019 #: builtin/am.c:1654
3020 msgid "Failed to merge in the changes."
3023 #: builtin/am.c:1679 builtin/merge.c:628
3024 msgid "git write-tree failed to write a tree"
3027 #: builtin/am.c:1686
3028 msgid "applying to an empty history"
3031 #: builtin/am.c:1699 builtin/commit.c:1776 builtin/merge.c:798
3032 #: builtin/merge.c:823
3033 msgid "failed to write commit object"
3036 #: builtin/am.c:1731 builtin/am.c:1735
3038 msgid "cannot resume: %s does not exist."
3041 #: builtin/am.c:1751
3042 msgid "cannot be interactive without stdin connected to a terminal."
3045 #: builtin/am.c:1756
3046 msgid "Commit Body is:"
3049 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3050 #. in your translation. The program will only accept English
3051 #. input at this point.
3053 #: builtin/am.c:1766
3054 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3057 #: builtin/am.c:1816
3059 msgid "Dirty index: cannot apply patches (dirty: %s)"
3062 #: builtin/am.c:1853 builtin/am.c:1925
3064 msgid "Applying: %.*s"
3067 #: builtin/am.c:1869
3068 msgid "No changes -- Patch already applied."
3071 #: builtin/am.c:1877
3073 msgid "Patch failed at %s %.*s"
3076 #: builtin/am.c:1883
3078 msgid "The copy of the patch that failed is found in: %s"
3081 #: builtin/am.c:1928
3083 "No changes - did you forget to use 'git add'?\n"
3084 "If there is nothing left to stage, chances are that something else\n"
3085 "already introduced the same changes; you might want to skip this patch."
3088 #: builtin/am.c:1935
3090 "You still have unmerged paths in your index.\n"
3091 "Did you forget to use 'git add'?"
3094 #: builtin/am.c:2043 builtin/am.c:2047 builtin/am.c:2059 builtin/reset.c:308
3095 #: builtin/reset.c:316
3097 msgid "Could not parse object '%s'."
3100 #: builtin/am.c:2095
3101 msgid "failed to clean index"
3104 #: builtin/am.c:2129
3106 "You seem to have moved HEAD since the last 'am' failure.\n"
3107 "Not rewinding to ORIG_HEAD"
3110 #: builtin/am.c:2192
3112 msgid "Invalid value for --patch-format: %s"
3115 #: builtin/am.c:2225
3116 msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
3119 #: builtin/am.c:2226
3120 msgid "git am [<options>] (--continue | --skip | --abort)"
3123 #: builtin/am.c:2232
3124 msgid "run interactively"
3127 #: builtin/am.c:2234
3128 msgid "historical option -- no-op"
3131 #: builtin/am.c:2236
3132 msgid "allow fall back on 3way merging if needed"
3135 #: builtin/am.c:2237 builtin/init-db.c:481 builtin/prune-packed.c:57
3136 #: builtin/repack.c:172
3140 #: builtin/am.c:2239
3141 msgid "add a Signed-off-by line to the commit message"
3144 #: builtin/am.c:2242
3145 msgid "recode into utf8 (default)"
3148 #: builtin/am.c:2244
3149 msgid "pass -k flag to git-mailinfo"
3152 #: builtin/am.c:2246
3153 msgid "pass -b flag to git-mailinfo"
3156 #: builtin/am.c:2248
3157 msgid "pass -m flag to git-mailinfo"
3160 #: builtin/am.c:2250
3161 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
3164 #: builtin/am.c:2253
3165 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
3168 #: builtin/am.c:2256
3169 msgid "strip everything before a scissors line"
3172 #: builtin/am.c:2257 builtin/apply.c:4837
3176 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
3177 #: builtin/am.c:2270 builtin/am.c:2273 builtin/am.c:2276 builtin/am.c:2279
3178 #: builtin/am.c:2285
3179 msgid "pass it through git-apply"
3182 #: builtin/am.c:2266 builtin/apply.c:4861
3186 #: builtin/am.c:2269 builtin/am.c:2272 builtin/apply.c:4799
3187 #: builtin/apply.c:4802 builtin/clone.c:90 builtin/fetch.c:96
3188 #: builtin/pull.c:179 builtin/submodule--helper.c:277
3189 #: builtin/submodule--helper.c:402 builtin/submodule--helper.c:482
3190 #: builtin/submodule--helper.c:485 builtin/submodule--helper.c:823
3191 #: builtin/submodule--helper.c:826
3195 #: builtin/am.c:2275 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3196 #: builtin/grep.c:706 builtin/merge.c:200 builtin/pull.c:134
3197 #: builtin/pull.c:193 builtin/repack.c:181 builtin/repack.c:185
3198 #: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
3199 #: parse-options.h:132 parse-options.h:134 parse-options.h:244
3203 #: builtin/am.c:2278 builtin/apply.c:4805
3207 #: builtin/am.c:2281 builtin/for-each-ref.c:37 builtin/replace.c:438
3208 #: builtin/tag.c:372
3212 #: builtin/am.c:2282
3213 msgid "format the patch(es) are in"
3216 #: builtin/am.c:2288
3217 msgid "override error message when patch failure occurs"
3220 #: builtin/am.c:2290
3221 msgid "continue applying patches after resolving a conflict"
3224 #: builtin/am.c:2293
3225 msgid "synonyms for --continue"
3228 #: builtin/am.c:2296
3229 msgid "skip the current patch"
3232 #: builtin/am.c:2299
3233 msgid "restore the original branch and abort the patching operation."
3236 #: builtin/am.c:2303
3237 msgid "lie about committer date"
3240 #: builtin/am.c:2305
3241 msgid "use current timestamp for author date"
3244 #: builtin/am.c:2307 builtin/commit.c:1610 builtin/merge.c:229
3245 #: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:355
3249 #: builtin/am.c:2308
3250 msgid "GPG-sign commits"
3253 #: builtin/am.c:2311
3254 msgid "(internal use for git-rebase)"
3257 #: builtin/am.c:2326
3259 "The -b/--binary option has been a no-op for long time, and\n"
3260 "it will be removed. Please do not use it anymore."
3263 #: builtin/am.c:2333
3264 msgid "failed to read the index"
3267 #: builtin/am.c:2348
3269 msgid "previous rebase directory %s still exists but mbox given."
3272 #: builtin/am.c:2372
3275 "Stray %s directory found.\n"
3276 "Use \"git am --abort\" to remove it."
3279 #: builtin/am.c:2378
3280 msgid "Resolve operation not in progress, we are not resuming."
3283 #: builtin/apply.c:122
3284 msgid "git apply [<options>] [<patch>...]"
3287 #: builtin/apply.c:153
3289 msgid "unrecognized whitespace option '%s'"
3292 #: builtin/apply.c:169
3294 msgid "unrecognized whitespace ignore option '%s'"
3297 #: builtin/apply.c:854
3299 msgid "Cannot prepare timestamp regexp %s"
3302 #: builtin/apply.c:863
3304 msgid "regexec returned %d for input: %s"
3307 #: builtin/apply.c:947
3309 msgid "unable to find filename in patch at line %d"
3312 #: builtin/apply.c:984
3314 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
3317 #: builtin/apply.c:989
3319 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
3322 #: builtin/apply.c:990
3324 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
3327 #: builtin/apply.c:995
3329 msgid "git apply: bad git-diff - expected /dev/null on line %d"
3332 #: builtin/apply.c:1489
3334 msgid "recount: unexpected line: %.*s"
3337 #: builtin/apply.c:1550
3339 msgid "patch fragment without header at line %d: %.*s"
3342 #: builtin/apply.c:1567
3345 "git diff header lacks filename information when removing %d leading pathname "
3346 "component (line %d)"
3348 "git diff header lacks filename information when removing %d leading pathname "
3349 "components (line %d)"
3353 #: builtin/apply.c:1743
3354 msgid "new file depends on old contents"
3357 #: builtin/apply.c:1745
3358 msgid "deleted file still has contents"
3361 #: builtin/apply.c:1774
3363 msgid "corrupt patch at line %d"
3366 #: builtin/apply.c:1810
3368 msgid "new file %s depends on old contents"
3371 #: builtin/apply.c:1812
3373 msgid "deleted file %s still has contents"
3376 #: builtin/apply.c:1815
3378 msgid "** warning: file %s becomes empty but is not deleted"
3381 #: builtin/apply.c:1962
3383 msgid "corrupt binary patch at line %d: %.*s"
3386 #: builtin/apply.c:1999
3388 msgid "unrecognized binary patch at line %d"
3391 #: builtin/apply.c:2154
3393 msgid "patch with only garbage at line %d"
3396 #: builtin/apply.c:2244
3398 msgid "unable to read symlink %s"
3401 #: builtin/apply.c:2248
3403 msgid "unable to open or read %s"
3406 #: builtin/apply.c:2901
3408 msgid "invalid start of line: '%c'"
3411 #: builtin/apply.c:3020
3413 msgid "Hunk #%d succeeded at %d (offset %d line)."
3414 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
3418 #: builtin/apply.c:3032
3420 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
3423 #: builtin/apply.c:3038
3426 "while searching for:\n"
3430 #: builtin/apply.c:3060
3432 msgid "missing binary patch data for '%s'"
3435 #: builtin/apply.c:3163
3437 msgid "binary patch does not apply to '%s'"
3440 #: builtin/apply.c:3169
3442 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
3445 #: builtin/apply.c:3190
3447 msgid "patch failed: %s:%ld"
3450 #: builtin/apply.c:3314
3452 msgid "cannot checkout %s"
3455 #: builtin/apply.c:3370
3457 msgid "reading from '%s' beyond a symbolic link"
3460 #: builtin/apply.c:3399 builtin/apply.c:3630
3462 msgid "path %s has been renamed/deleted"
3465 #: builtin/apply.c:3482 builtin/apply.c:3644
3467 msgid "%s: does not exist in index"
3470 #: builtin/apply.c:3486 builtin/apply.c:3636 builtin/apply.c:3658
3475 #: builtin/apply.c:3491 builtin/apply.c:3652
3477 msgid "%s: does not match index"
3480 #: builtin/apply.c:3597
3481 msgid "removal patch leaves file contents"
3484 #: builtin/apply.c:3669
3486 msgid "%s: wrong type"
3489 #: builtin/apply.c:3671
3491 msgid "%s has type %o, expected %o"
3494 #: builtin/apply.c:3822 builtin/apply.c:3824
3496 msgid "invalid path '%s'"
3499 #: builtin/apply.c:3879
3501 msgid "%s: already exists in index"
3504 #: builtin/apply.c:3882
3506 msgid "%s: already exists in working directory"
3509 #: builtin/apply.c:3902
3511 msgid "new mode (%o) of %s does not match old mode (%o)"
3514 #: builtin/apply.c:3907
3516 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3519 #: builtin/apply.c:3927
3521 msgid "affected file '%s' is beyond a symbolic link"
3524 #: builtin/apply.c:3931
3526 msgid "%s: patch does not apply"
3529 #: builtin/apply.c:3945
3531 msgid "Checking patch %s..."
3534 #: builtin/apply.c:4038 builtin/checkout.c:233 builtin/reset.c:135
3536 msgid "make_cache_entry failed for path '%s'"
3539 #: builtin/apply.c:4182
3541 msgid "unable to remove %s from index"
3544 #: builtin/apply.c:4215
3546 msgid "corrupt patch for submodule %s"
3549 #: builtin/apply.c:4219
3551 msgid "unable to stat newly created file '%s'"
3554 #: builtin/apply.c:4224
3556 msgid "unable to create backing store for newly created file %s"
3559 #: builtin/apply.c:4227 builtin/apply.c:4340
3561 msgid "unable to add cache entry for %s"
3564 #: builtin/apply.c:4260
3566 msgid "closing file '%s'"
3569 #: builtin/apply.c:4313
3571 msgid "unable to write file '%s' mode %o"
3574 #: builtin/apply.c:4403
3576 msgid "Applied patch %s cleanly."
3579 #: builtin/apply.c:4411
3580 msgid "internal error"
3583 #: builtin/apply.c:4414
3585 msgid "Applying patch %%s with %d reject..."
3586 msgid_plural "Applying patch %%s with %d rejects..."
3590 #: builtin/apply.c:4424
3592 msgid "truncating .rej filename to %.*s.rej"
3595 #: builtin/apply.c:4432
3597 msgid "cannot open %s: %s"
3600 #: builtin/apply.c:4445
3602 msgid "Hunk #%d applied cleanly."
3605 #: builtin/apply.c:4448
3607 msgid "Rejected hunk #%d."
3610 #: builtin/apply.c:4537
3612 msgid "Skipped patch '%s'."
3615 #: builtin/apply.c:4545
3616 msgid "unrecognized input"
3619 #: builtin/apply.c:4556
3620 msgid "unable to read index file"
3623 #: builtin/apply.c:4701
3624 msgid "--3way outside a repository"
3627 #: builtin/apply.c:4709
3628 msgid "--index outside a repository"
3631 #: builtin/apply.c:4712
3632 msgid "--cached outside a repository"
3635 #: builtin/apply.c:4745
3637 msgid "can't open patch '%s'"
3640 #: builtin/apply.c:4760
3642 msgid "squelched %d whitespace error"
3643 msgid_plural "squelched %d whitespace errors"
3647 #: builtin/apply.c:4766 builtin/apply.c:4776
3649 msgid "%d line adds whitespace errors."
3650 msgid_plural "%d lines add whitespace errors."
3654 #: builtin/apply.c:4800
3655 msgid "don't apply changes matching the given path"
3658 #: builtin/apply.c:4803
3659 msgid "apply changes matching the given path"
3662 #: builtin/apply.c:4806
3663 msgid "remove <num> leading slashes from traditional diff paths"
3666 #: builtin/apply.c:4809
3667 msgid "ignore additions made by the patch"
3670 #: builtin/apply.c:4811
3671 msgid "instead of applying the patch, output diffstat for the input"
3674 #: builtin/apply.c:4815
3675 msgid "show number of added and deleted lines in decimal notation"
3678 #: builtin/apply.c:4817
3679 msgid "instead of applying the patch, output a summary for the input"
3682 #: builtin/apply.c:4819
3683 msgid "instead of applying the patch, see if the patch is applicable"
3686 #: builtin/apply.c:4821
3687 msgid "make sure the patch is applicable to the current index"
3690 #: builtin/apply.c:4823
3691 msgid "apply a patch without touching the working tree"
3694 #: builtin/apply.c:4825
3695 msgid "accept a patch that touches outside the working area"
3698 #: builtin/apply.c:4827
3699 msgid "also apply the patch (use with --stat/--summary/--check)"
3702 #: builtin/apply.c:4829
3703 msgid "attempt three-way merge if a patch does not apply"
3706 #: builtin/apply.c:4831
3707 msgid "build a temporary index based on embedded index information"
3710 #: builtin/apply.c:4834 builtin/checkout-index.c:169 builtin/ls-files.c:426
3711 msgid "paths are separated with NUL character"
3714 #: builtin/apply.c:4836
3715 msgid "ensure at least <n> lines of context match"
3718 #: builtin/apply.c:4838
3719 msgid "detect new or modified lines that have whitespace errors"
3722 #: builtin/apply.c:4841 builtin/apply.c:4844
3723 msgid "ignore changes in whitespace when finding context"
3726 #: builtin/apply.c:4847
3727 msgid "apply the patch in reverse"
3730 #: builtin/apply.c:4849
3731 msgid "don't expect at least one line of context"
3734 #: builtin/apply.c:4851
3735 msgid "leave the rejected hunks in corresponding *.rej files"
3738 #: builtin/apply.c:4853
3739 msgid "allow overlapping hunks"
3742 #: builtin/apply.c:4856
3743 msgid "tolerate incorrectly detected missing new-line at the end of file"
3746 #: builtin/apply.c:4859
3747 msgid "do not trust the line counts in the hunk headers"
3750 #: builtin/apply.c:4862
3751 msgid "prepend <root> to all filenames"
3754 #: builtin/archive.c:17
3756 msgid "could not create archive file '%s'"
3759 #: builtin/archive.c:20
3760 msgid "could not redirect output"
3763 #: builtin/archive.c:37
3764 msgid "git archive: Remote with no URL"
3767 #: builtin/archive.c:58
3768 msgid "git archive: expected ACK/NAK, got EOF"
3771 #: builtin/archive.c:61
3773 msgid "git archive: NACK %s"
3776 #: builtin/archive.c:63
3778 msgid "remote error: %s"
3781 #: builtin/archive.c:64
3782 msgid "git archive: protocol error"
3785 #: builtin/archive.c:68
3786 msgid "git archive: expected a flush"
3789 #: builtin/bisect--helper.c:7
3790 msgid "git bisect--helper --next-all [--no-checkout]"
3793 #: builtin/bisect--helper.c:17
3794 msgid "perform 'git bisect next'"
3797 #: builtin/bisect--helper.c:19
3798 msgid "update BISECT_HEAD instead of checking out the current commit"
3801 #: builtin/blame.c:33
3802 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3805 #: builtin/blame.c:38
3806 msgid "<rev-opts> are documented in git-rev-list(1)"
3809 #: builtin/blame.c:1781
3810 msgid "Blaming lines"
3813 #: builtin/blame.c:2536
3814 msgid "Show blame entries as we find them, incrementally"
3817 #: builtin/blame.c:2537
3818 msgid "Show blank SHA-1 for boundary commits (Default: off)"
3821 #: builtin/blame.c:2538
3822 msgid "Do not treat root commits as boundaries (Default: off)"
3825 #: builtin/blame.c:2539
3826 msgid "Show work cost statistics"
3829 #: builtin/blame.c:2540
3830 msgid "Force progress reporting"
3833 #: builtin/blame.c:2541
3834 msgid "Show output score for blame entries"
3837 #: builtin/blame.c:2542
3838 msgid "Show original filename (Default: auto)"
3841 #: builtin/blame.c:2543
3842 msgid "Show original linenumber (Default: off)"
3845 #: builtin/blame.c:2544
3846 msgid "Show in a format designed for machine consumption"
3849 #: builtin/blame.c:2545
3850 msgid "Show porcelain format with per-line commit information"
3853 #: builtin/blame.c:2546
3854 msgid "Use the same output mode as git-annotate (Default: off)"
3857 #: builtin/blame.c:2547
3858 msgid "Show raw timestamp (Default: off)"
3861 #: builtin/blame.c:2548
3862 msgid "Show long commit SHA1 (Default: off)"
3865 #: builtin/blame.c:2549
3866 msgid "Suppress author name and timestamp (Default: off)"
3869 #: builtin/blame.c:2550
3870 msgid "Show author email instead of name (Default: off)"
3873 #: builtin/blame.c:2551
3874 msgid "Ignore whitespace differences"
3877 #: builtin/blame.c:2552
3878 msgid "Spend extra cycles to find better match"
3881 #: builtin/blame.c:2553
3882 msgid "Use revisions from <file> instead of calling git-rev-list"
3885 #: builtin/blame.c:2554
3886 msgid "Use <file>'s contents as the final image"
3889 #: builtin/blame.c:2555 builtin/blame.c:2556
3893 #: builtin/blame.c:2555
3894 msgid "Find line copies within and across files"
3897 #: builtin/blame.c:2556
3898 msgid "Find line movements within and across files"
3901 #: builtin/blame.c:2557
3905 #: builtin/blame.c:2557
3906 msgid "Process only line range n,m, counting from 1"
3909 #. TRANSLATORS: This string is used to tell us the maximum
3910 #. display width for a relative timestamp in "git blame"
3911 #. output. For C locale, "4 years, 11 months ago", which
3912 #. takes 22 places, is the longest among various forms of
3913 #. relative timestamps, but your language may need more or
3914 #. fewer display columns.
3915 #: builtin/blame.c:2649
3916 msgid "4 years, 11 months ago"
3919 #: builtin/branch.c:26
3920 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3923 #: builtin/branch.c:27
3924 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3927 #: builtin/branch.c:28
3928 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3931 #: builtin/branch.c:29
3932 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3935 #: builtin/branch.c:30
3936 msgid "git branch [<options>] [-r | -a] [--points-at]"
3939 #: builtin/branch.c:143
3942 "deleting branch '%s' that has been merged to\n"
3943 " '%s', but not yet merged to HEAD."
3946 #: builtin/branch.c:147
3949 "not deleting branch '%s' that is not yet merged to\n"
3950 " '%s', even though it is merged to HEAD."
3953 #: builtin/branch.c:161
3955 msgid "Couldn't look up commit object for '%s'"
3958 #: builtin/branch.c:165
3961 "The branch '%s' is not fully merged.\n"
3962 "If you are sure you want to delete it, run 'git branch -D %s'."
3965 #: builtin/branch.c:178
3966 msgid "Update of config-file failed"
3969 #: builtin/branch.c:206
3970 msgid "cannot use -a with -d"
3973 #: builtin/branch.c:212
3974 msgid "Couldn't look up commit object for HEAD"
3977 #: builtin/branch.c:226
3979 msgid "Cannot delete branch '%s' checked out at '%s'"
3982 #: builtin/branch.c:241
3984 msgid "remote-tracking branch '%s' not found."
3987 #: builtin/branch.c:242
3989 msgid "branch '%s' not found."
3992 #: builtin/branch.c:257
3994 msgid "Error deleting remote-tracking branch '%s'"
3997 #: builtin/branch.c:258
3999 msgid "Error deleting branch '%s'"
4002 #: builtin/branch.c:265
4004 msgid "Deleted remote-tracking branch %s (was %s).\n"
4007 #: builtin/branch.c:266
4009 msgid "Deleted branch %s (was %s).\n"
4012 #: builtin/branch.c:312
4017 #: builtin/branch.c:317
4022 #: builtin/branch.c:322
4024 msgid "[%s: behind %d]"
4027 #: builtin/branch.c:324
4032 #: builtin/branch.c:328
4034 msgid "[%s: ahead %d]"
4037 #: builtin/branch.c:330
4042 #: builtin/branch.c:333
4044 msgid "[%s: ahead %d, behind %d]"
4047 #: builtin/branch.c:336
4049 msgid "[ahead %d, behind %d]"
4052 #: builtin/branch.c:349
4053 msgid " **** invalid ref ****"
4056 #: builtin/branch.c:375
4058 msgid "(no branch, rebasing %s)"
4061 #: builtin/branch.c:378
4063 msgid "(no branch, bisect started on %s)"
4066 #. TRANSLATORS: make sure this matches
4067 #. "HEAD detached at " in wt-status.c
4068 #: builtin/branch.c:384
4070 msgid "(HEAD detached at %s)"
4073 #. TRANSLATORS: make sure this matches
4074 #. "HEAD detached from " in wt-status.c
4075 #: builtin/branch.c:389
4077 msgid "(HEAD detached from %s)"
4080 #: builtin/branch.c:393
4084 #: builtin/branch.c:544
4086 msgid "Branch %s is being rebased at %s"
4089 #: builtin/branch.c:548
4091 msgid "Branch %s is being bisected at %s"
4094 #: builtin/branch.c:563
4095 msgid "cannot rename the current branch while not on any."
4098 #: builtin/branch.c:573
4100 msgid "Invalid branch name: '%s'"
4103 #: builtin/branch.c:590
4104 msgid "Branch rename failed"
4107 #: builtin/branch.c:594
4109 msgid "Renamed a misnamed branch '%s' away"
4112 #: builtin/branch.c:597
4114 msgid "Branch renamed to %s, but HEAD is not updated!"
4117 #: builtin/branch.c:604
4118 msgid "Branch is renamed, but update of config-file failed"
4121 #: builtin/branch.c:620
4124 "Please edit the description for the branch\n"
4126 "Lines starting with '%c' will be stripped.\n"
4129 #: builtin/branch.c:651
4130 msgid "Generic options"
4133 #: builtin/branch.c:653
4134 msgid "show hash and subject, give twice for upstream branch"
4137 #: builtin/branch.c:654
4138 msgid "suppress informational messages"
4141 #: builtin/branch.c:655
4142 msgid "set up tracking mode (see git-pull(1))"
4145 #: builtin/branch.c:657
4146 msgid "change upstream info"
4149 #: builtin/branch.c:659
4153 #: builtin/branch.c:659
4154 msgid "change the upstream info"
4157 #: builtin/branch.c:661
4158 msgid "use colored output"
4161 #: builtin/branch.c:662
4162 msgid "act on remote-tracking branches"
4165 #: builtin/branch.c:664 builtin/branch.c:665
4166 msgid "print only branches that contain the commit"
4169 #: builtin/branch.c:668
4170 msgid "Specific git-branch actions:"
4173 #: builtin/branch.c:669
4174 msgid "list both remote-tracking and local branches"
4177 #: builtin/branch.c:671
4178 msgid "delete fully merged branch"
4181 #: builtin/branch.c:672
4182 msgid "delete branch (even if not merged)"
4185 #: builtin/branch.c:673
4186 msgid "move/rename a branch and its reflog"
4189 #: builtin/branch.c:674
4190 msgid "move/rename a branch, even if target exists"
4193 #: builtin/branch.c:675
4194 msgid "list branch names"
4197 #: builtin/branch.c:676
4198 msgid "create the branch's reflog"
4201 #: builtin/branch.c:678
4202 msgid "edit the description for the branch"
4205 #: builtin/branch.c:679
4206 msgid "force creation, move/rename, deletion"
4209 #: builtin/branch.c:680
4210 msgid "print only branches that are merged"
4213 #: builtin/branch.c:681
4214 msgid "print only branches that are not merged"
4217 #: builtin/branch.c:682
4218 msgid "list branches in columns"
4221 #: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
4225 #: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
4226 msgid "field name to sort on"
4229 #: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:402
4230 #: builtin/notes.c:405 builtin/notes.c:565 builtin/notes.c:568
4231 #: builtin/tag.c:369
4235 #: builtin/branch.c:687
4236 msgid "print only branches of the object"
4239 #: builtin/branch.c:705
4240 msgid "Failed to resolve HEAD as a valid ref."
4243 #: builtin/branch.c:709 builtin/clone.c:707
4244 msgid "HEAD not found below refs/heads!"
4247 #: builtin/branch.c:729
4248 msgid "--column and --verbose are incompatible"
4251 #: builtin/branch.c:740 builtin/branch.c:782
4252 msgid "branch name required"
4255 #: builtin/branch.c:758
4256 msgid "Cannot give description to detached HEAD"
4259 #: builtin/branch.c:763
4260 msgid "cannot edit description of more than one branch"
4263 #: builtin/branch.c:770
4265 msgid "No commit on branch '%s' yet."
4268 #: builtin/branch.c:773
4270 msgid "No branch named '%s'."
4273 #: builtin/branch.c:788
4274 msgid "too many branches for a rename operation"
4277 #: builtin/branch.c:793
4278 msgid "too many branches to set new upstream"
4281 #: builtin/branch.c:797
4284 "could not set upstream of HEAD to %s when it does not point to any branch."
4287 #: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
4289 msgid "no such branch '%s'"
4292 #: builtin/branch.c:804
4294 msgid "branch '%s' does not exist"
4297 #: builtin/branch.c:816
4298 msgid "too many branches to unset upstream"
4301 #: builtin/branch.c:820
4302 msgid "could not unset upstream of HEAD when it does not point to any branch."
4305 #: builtin/branch.c:826
4307 msgid "Branch '%s' has no upstream information"
4310 #: builtin/branch.c:840
4311 msgid "it does not make sense to create 'HEAD' manually"
4314 #: builtin/branch.c:846
4315 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
4318 #: builtin/branch.c:849
4321 "The --set-upstream flag is deprecated and will be removed. Consider using --"
4322 "track or --set-upstream-to\n"
4325 #: builtin/branch.c:866
4329 "If you wanted to make '%s' track '%s', do this:\n"
4333 #: builtin/bundle.c:51
4335 msgid "%s is okay\n"
4338 #: builtin/bundle.c:64
4339 msgid "Need a repository to create a bundle."
4342 #: builtin/bundle.c:68
4343 msgid "Need a repository to unbundle."
4346 #: builtin/cat-file.c:443
4348 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4349 "<type>|--textconv) <object>"
4352 #: builtin/cat-file.c:444
4353 msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4356 #: builtin/cat-file.c:481
4357 msgid "<type> can be one of: blob, tree, commit, tag"
4360 #: builtin/cat-file.c:482
4361 msgid "show object type"
4364 #: builtin/cat-file.c:483
4365 msgid "show object size"
4368 #: builtin/cat-file.c:485
4369 msgid "exit with zero when there's no error"
4372 #: builtin/cat-file.c:486
4373 msgid "pretty-print object's content"
4376 #: builtin/cat-file.c:488
4377 msgid "for blob objects, run textconv on object's content"
4380 #: builtin/cat-file.c:490
4381 msgid "allow -s and -t to work with broken/corrupt objects"
4384 #: builtin/cat-file.c:491
4385 msgid "buffer --batch output"
4388 #: builtin/cat-file.c:493
4389 msgid "show info and content of objects fed from the standard input"
4392 #: builtin/cat-file.c:496
4393 msgid "show info about objects fed from the standard input"
4396 #: builtin/cat-file.c:499
4397 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4400 #: builtin/cat-file.c:501
4401 msgid "show all objects with --batch or --batch-check"
4404 #: builtin/check-attr.c:11
4405 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
4408 #: builtin/check-attr.c:12
4409 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
4412 #: builtin/check-attr.c:19
4413 msgid "report all attributes set on file"
4416 #: builtin/check-attr.c:20
4417 msgid "use .gitattributes only from the index"
4420 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
4421 msgid "read file names from stdin"
4424 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
4425 msgid "terminate input and output records by a NUL character"
4428 #: builtin/check-ignore.c:18 builtin/checkout.c:1138 builtin/gc.c:325
4429 msgid "suppress progress reporting"
4432 #: builtin/check-ignore.c:26
4433 msgid "show non-matching input paths"
4436 #: builtin/check-ignore.c:28
4437 msgid "ignore index when checking"
4440 #: builtin/check-ignore.c:154
4441 msgid "cannot specify pathnames with --stdin"
4444 #: builtin/check-ignore.c:157
4445 msgid "-z only makes sense with --stdin"
4448 #: builtin/check-ignore.c:159
4449 msgid "no path specified"
4452 #: builtin/check-ignore.c:163
4453 msgid "--quiet is only valid with a single pathname"
4456 #: builtin/check-ignore.c:165
4457 msgid "cannot have both --quiet and --verbose"
4460 #: builtin/check-ignore.c:168
4461 msgid "--non-matching is only valid with --verbose"
4464 #: builtin/check-mailmap.c:8
4465 msgid "git check-mailmap [<options>] <contact>..."
4468 #: builtin/check-mailmap.c:13
4469 msgid "also read contacts from stdin"
4472 #: builtin/check-mailmap.c:24
4474 msgid "unable to parse contact: %s"
4477 #: builtin/check-mailmap.c:47
4478 msgid "no contacts specified"
4481 #: builtin/checkout-index.c:127
4482 msgid "git checkout-index [<options>] [--] [<file>...]"
4485 #: builtin/checkout-index.c:144
4486 msgid "stage should be between 1 and 3 or all"
4489 #: builtin/checkout-index.c:160
4490 msgid "check out all files in the index"
4493 #: builtin/checkout-index.c:161
4494 msgid "force overwrite of existing files"
4497 #: builtin/checkout-index.c:163
4498 msgid "no warning for existing files and files not in index"
4501 #: builtin/checkout-index.c:165
4502 msgid "don't checkout new files"
4505 #: builtin/checkout-index.c:167
4506 msgid "update stat information in the index file"
4509 #: builtin/checkout-index.c:171
4510 msgid "read list of paths from the standard input"
4513 #: builtin/checkout-index.c:173
4514 msgid "write the content to temporary files"
4517 #: builtin/checkout-index.c:174 builtin/column.c:30
4518 #: builtin/submodule--helper.c:488 builtin/submodule--helper.c:491
4519 #: builtin/submodule--helper.c:494 builtin/submodule--helper.c:497
4520 #: builtin/submodule--helper.c:830 builtin/worktree.c:469
4524 #: builtin/checkout-index.c:175
4525 msgid "when creating files, prepend <string>"
4528 #: builtin/checkout-index.c:177
4529 msgid "copy out the files from named stage"
4532 #: builtin/checkout.c:25
4533 msgid "git checkout [<options>] <branch>"
4536 #: builtin/checkout.c:26
4537 msgid "git checkout [<options>] [<branch>] -- <file>..."
4540 #: builtin/checkout.c:134 builtin/checkout.c:167
4542 msgid "path '%s' does not have our version"
4545 #: builtin/checkout.c:136 builtin/checkout.c:169
4547 msgid "path '%s' does not have their version"
4550 #: builtin/checkout.c:152
4552 msgid "path '%s' does not have all necessary versions"
4555 #: builtin/checkout.c:196
4557 msgid "path '%s' does not have necessary versions"
4560 #: builtin/checkout.c:213
4562 msgid "path '%s': cannot merge"
4565 #: builtin/checkout.c:230
4567 msgid "Unable to add merge result for '%s'"
4570 #: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
4571 #: builtin/checkout.c:259
4573 msgid "'%s' cannot be used with updating paths"
4576 #: builtin/checkout.c:262 builtin/checkout.c:265
4578 msgid "'%s' cannot be used with %s"
4581 #: builtin/checkout.c:268
4583 msgid "Cannot update paths and switch to branch '%s' at the same time."
4586 #: builtin/checkout.c:339 builtin/checkout.c:346
4588 msgid "path '%s' is unmerged"
4591 #: builtin/checkout.c:495
4592 msgid "you need to resolve your current index first"
4595 #: builtin/checkout.c:625
4597 msgid "Can not do reflog for '%s': %s\n"
4600 #: builtin/checkout.c:664
4601 msgid "HEAD is now at"
4604 #: builtin/checkout.c:668 builtin/clone.c:661
4605 msgid "unable to update HEAD"
4608 #: builtin/checkout.c:672
4610 msgid "Reset branch '%s'\n"
4613 #: builtin/checkout.c:675
4615 msgid "Already on '%s'\n"
4618 #: builtin/checkout.c:679
4620 msgid "Switched to and reset branch '%s'\n"
4623 #: builtin/checkout.c:681 builtin/checkout.c:1070
4625 msgid "Switched to a new branch '%s'\n"
4628 #: builtin/checkout.c:683
4630 msgid "Switched to branch '%s'\n"
4633 #: builtin/checkout.c:734
4635 msgid " ... and %d more.\n"
4638 #: builtin/checkout.c:740
4641 "Warning: you are leaving %d commit behind, not connected to\n"
4642 "any of your branches:\n"
4646 "Warning: you are leaving %d commits behind, not connected to\n"
4647 "any of your branches:\n"
4653 #: builtin/checkout.c:759
4656 "If you want to keep it by creating a new branch, this may be a good time\n"
4659 " git branch <new-branch-name> %s\n"
4662 "If you want to keep them by creating a new branch, this may be a good time\n"
4665 " git branch <new-branch-name> %s\n"
4670 #: builtin/checkout.c:795
4671 msgid "internal error in revision walk"
4674 #: builtin/checkout.c:799
4675 msgid "Previous HEAD position was"
4678 #: builtin/checkout.c:826 builtin/checkout.c:1065
4679 msgid "You are on a branch yet to be born"
4682 #: builtin/checkout.c:971
4684 msgid "only one reference expected, %d given."
4687 #: builtin/checkout.c:1011 builtin/worktree.c:214
4689 msgid "invalid reference: %s"
4692 #: builtin/checkout.c:1040
4694 msgid "reference is not a tree: %s"
4697 #: builtin/checkout.c:1079
4698 msgid "paths cannot be used with switching branches"
4701 #: builtin/checkout.c:1082 builtin/checkout.c:1086
4703 msgid "'%s' cannot be used with switching branches"
4706 #: builtin/checkout.c:1090 builtin/checkout.c:1093 builtin/checkout.c:1098
4707 #: builtin/checkout.c:1101
4709 msgid "'%s' cannot be used with '%s'"
4712 #: builtin/checkout.c:1106
4714 msgid "Cannot switch branch to a non-commit '%s'"
4717 #: builtin/checkout.c:1139 builtin/checkout.c:1141 builtin/clone.c:88
4718 #: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
4719 #: builtin/worktree.c:326
4723 #: builtin/checkout.c:1140
4724 msgid "create and checkout a new branch"
4727 #: builtin/checkout.c:1142
4728 msgid "create/reset and checkout a branch"
4731 #: builtin/checkout.c:1143
4732 msgid "create reflog for new branch"
4735 #: builtin/checkout.c:1144 builtin/worktree.c:328
4736 msgid "detach HEAD at named commit"
4739 #: builtin/checkout.c:1145
4740 msgid "set upstream info for new branch"
4743 #: builtin/checkout.c:1147
4747 #: builtin/checkout.c:1147
4748 msgid "new unparented branch"
4751 #: builtin/checkout.c:1148
4752 msgid "checkout our version for unmerged files"
4755 #: builtin/checkout.c:1150
4756 msgid "checkout their version for unmerged files"
4759 #: builtin/checkout.c:1152
4760 msgid "force checkout (throw away local modifications)"
4763 #: builtin/checkout.c:1153
4764 msgid "perform a 3-way merge with the new branch"
4767 #: builtin/checkout.c:1154 builtin/merge.c:231
4768 msgid "update ignored files (default)"
4771 #: builtin/checkout.c:1155 builtin/log.c:1459 parse-options.h:250
4775 #: builtin/checkout.c:1156
4776 msgid "conflict style (merge or diff3)"
4779 #: builtin/checkout.c:1159
4780 msgid "do not limit pathspecs to sparse entries only"
4783 #: builtin/checkout.c:1161
4784 msgid "second guess 'git checkout <no-such-branch>'"
4787 #: builtin/checkout.c:1163
4788 msgid "do not check if another worktree is holding the given ref"
4791 #: builtin/checkout.c:1164 builtin/clone.c:60 builtin/fetch.c:117
4792 #: builtin/merge.c:228 builtin/pull.c:116 builtin/push.c:536
4793 #: builtin/send-pack.c:168
4794 msgid "force progress reporting"
4797 #: builtin/checkout.c:1195
4798 msgid "-b, -B and --orphan are mutually exclusive"
4801 #: builtin/checkout.c:1212
4802 msgid "--track needs a branch name"
4805 #: builtin/checkout.c:1217
4806 msgid "Missing branch name; try -b"
4809 #: builtin/checkout.c:1253
4810 msgid "invalid path specification"
4813 #: builtin/checkout.c:1260
4816 "Cannot update paths and switch to branch '%s' at the same time.\n"
4817 "Did you intend to checkout '%s' which can not be resolved as commit?"
4820 #: builtin/checkout.c:1265
4822 msgid "git checkout: --detach does not take a path argument '%s'"
4825 #: builtin/checkout.c:1269
4827 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4828 "checking out of the index."
4831 #: builtin/clean.c:25
4833 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4836 #: builtin/clean.c:29
4838 msgid "Removing %s\n"
4841 #: builtin/clean.c:30
4843 msgid "Would remove %s\n"
4846 #: builtin/clean.c:31
4848 msgid "Skipping repository %s\n"
4851 #: builtin/clean.c:32
4853 msgid "Would skip repository %s\n"
4856 #: builtin/clean.c:33
4858 msgid "failed to remove %s"
4861 #: builtin/clean.c:291
4864 "1 - select a numbered item\n"
4865 "foo - select item based on unique prefix\n"
4866 " - (empty) select nothing"
4869 #: builtin/clean.c:295
4872 "1 - select a single item\n"
4873 "3-5 - select a range of items\n"
4874 "2-3,6-9 - select multiple ranges\n"
4875 "foo - select item based on unique prefix\n"
4876 "-... - unselect specified items\n"
4877 "* - choose all items\n"
4878 " - (empty) finish selecting"
4881 #: builtin/clean.c:511
4886 #: builtin/clean.c:653
4888 msgid "Input ignore patterns>> "
4891 #: builtin/clean.c:690
4893 msgid "WARNING: Cannot find items matched by: %s"
4896 #: builtin/clean.c:711
4897 msgid "Select items to delete"
4900 #. TRANSLATORS: Make sure to keep [y/N] as is
4901 #: builtin/clean.c:752
4903 msgid "Remove %s [y/N]? "
4906 #: builtin/clean.c:777
4910 #: builtin/clean.c:785
4912 "clean - start cleaning\n"
4913 "filter by pattern - exclude items from deletion\n"
4914 "select by numbers - select items to be deleted by numbers\n"
4915 "ask each - confirm each deletion (like \"rm -i\")\n"
4916 "quit - stop cleaning\n"
4917 "help - this screen\n"
4918 "? - help for prompt selection"
4921 #: builtin/clean.c:812
4922 msgid "*** Commands ***"
4925 #: builtin/clean.c:813
4929 #: builtin/clean.c:821
4930 msgid "Would remove the following item:"
4931 msgid_plural "Would remove the following items:"
4935 #: builtin/clean.c:838
4936 msgid "No more files to clean, exiting."
4939 #: builtin/clean.c:869
4940 msgid "do not print names of files removed"
4943 #: builtin/clean.c:871
4947 #: builtin/clean.c:872
4948 msgid "interactive cleaning"
4951 #: builtin/clean.c:874
4952 msgid "remove whole directories"
4955 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:724
4956 #: builtin/ls-files.c:457 builtin/name-rev.c:314 builtin/show-ref.c:182
4960 #: builtin/clean.c:876
4961 msgid "add <pattern> to ignore rules"
4964 #: builtin/clean.c:877
4965 msgid "remove ignored files, too"
4968 #: builtin/clean.c:879
4969 msgid "remove only ignored files"
4972 #: builtin/clean.c:897
4973 msgid "-x and -X cannot be used together"
4976 #: builtin/clean.c:901
4978 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4982 #: builtin/clean.c:904
4984 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4988 #: builtin/clone.c:37
4989 msgid "git clone [<options>] [--] <repo> [<dir>]"
4992 #: builtin/clone.c:62
4993 msgid "don't create a checkout"
4996 #: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:476
4997 msgid "create a bare repository"
5000 #: builtin/clone.c:67
5001 msgid "create a mirror repository (implies bare)"
5004 #: builtin/clone.c:69
5005 msgid "to clone from a local repository"
5008 #: builtin/clone.c:71
5009 msgid "don't use local hardlinks, always copy"
5012 #: builtin/clone.c:73
5013 msgid "setup as shared repository"
5016 #: builtin/clone.c:75 builtin/clone.c:77
5017 msgid "initialize submodules in the clone"
5020 #: builtin/clone.c:79
5021 msgid "number of submodules cloned in parallel"
5024 #: builtin/clone.c:80 builtin/init-db.c:473
5025 msgid "template-directory"
5028 #: builtin/clone.c:81 builtin/init-db.c:474
5029 msgid "directory from which templates will be used"
5032 #: builtin/clone.c:83 builtin/submodule--helper.c:495
5033 #: builtin/submodule--helper.c:833
5034 msgid "reference repository"
5037 #: builtin/clone.c:85
5038 msgid "use --reference only while cloning"
5041 #: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
5045 #: builtin/clone.c:87
5046 msgid "use <name> instead of 'origin' to track upstream"
5049 #: builtin/clone.c:89
5050 msgid "checkout <branch> instead of the remote's HEAD"
5053 #: builtin/clone.c:91
5054 msgid "path to git-upload-pack on the remote"
5057 #: builtin/clone.c:92 builtin/fetch.c:118 builtin/grep.c:667
5058 #: builtin/pull.c:201
5062 #: builtin/clone.c:93
5063 msgid "create a shallow clone of that depth"
5066 #: builtin/clone.c:95
5067 msgid "clone only one branch, HEAD or --branch"
5070 #: builtin/clone.c:97
5071 msgid "any cloned submodules will be shallow"
5074 #: builtin/clone.c:98 builtin/init-db.c:482
5078 #: builtin/clone.c:99 builtin/init-db.c:483
5079 msgid "separate git dir from working tree"
5082 #: builtin/clone.c:100
5086 #: builtin/clone.c:101
5087 msgid "set config inside the new repository"
5090 #: builtin/clone.c:102 builtin/fetch.c:132 builtin/push.c:547
5091 msgid "use IPv4 addresses only"
5094 #: builtin/clone.c:104 builtin/fetch.c:134 builtin/push.c:549
5095 msgid "use IPv6 addresses only"
5098 #: builtin/clone.c:241
5100 "No directory name could be guessed.\n"
5101 "Please specify a directory on the command line"
5104 #: builtin/clone.c:307
5106 msgid "reference repository '%s' as a linked checkout is not supported yet."
5109 #: builtin/clone.c:309
5111 msgid "reference repository '%s' is not a local repository."
5114 #: builtin/clone.c:314
5116 msgid "reference repository '%s' is shallow"
5119 #: builtin/clone.c:317
5121 msgid "reference repository '%s' is grafted"
5124 #: builtin/clone.c:376
5126 msgid "failed to open '%s'"
5129 #: builtin/clone.c:384
5131 msgid "%s exists and is not a directory"
5134 #: builtin/clone.c:398
5136 msgid "failed to stat %s\n"
5139 #: builtin/clone.c:420
5141 msgid "failed to create link '%s'"
5144 #: builtin/clone.c:424
5146 msgid "failed to copy file to '%s'"
5149 #: builtin/clone.c:449
5154 #: builtin/clone.c:461
5156 "Clone succeeded, but checkout failed.\n"
5157 "You can inspect what was checked out with 'git status'\n"
5158 "and retry the checkout with 'git checkout -f HEAD'\n"
5161 #: builtin/clone.c:538
5163 msgid "Could not find remote branch %s to clone."
5166 #: builtin/clone.c:633
5167 msgid "remote did not send all necessary objects"
5170 #: builtin/clone.c:649
5172 msgid "unable to update %s"
5175 #: builtin/clone.c:698
5176 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
5179 #: builtin/clone.c:729
5180 msgid "unable to checkout working tree"
5183 #: builtin/clone.c:766
5184 msgid "unable to write parameters to config file"
5187 #: builtin/clone.c:829
5188 msgid "cannot repack to clean up"
5191 #: builtin/clone.c:831
5192 msgid "cannot unlink temporary alternates file"
5195 #: builtin/clone.c:863 builtin/receive-pack.c:1855
5196 msgid "Too many arguments."
5199 #: builtin/clone.c:867
5200 msgid "You must specify a repository to clone."
5203 #: builtin/clone.c:878
5205 msgid "--bare and --origin %s options are incompatible."
5208 #: builtin/clone.c:881
5209 msgid "--bare and --separate-git-dir are incompatible."
5212 #: builtin/clone.c:894
5214 msgid "repository '%s' does not exist"
5217 #: builtin/clone.c:900 builtin/fetch.c:1293
5219 msgid "depth %s is not a positive number"
5222 #: builtin/clone.c:910
5224 msgid "destination path '%s' already exists and is not an empty directory."
5227 #: builtin/clone.c:920
5229 msgid "working tree '%s' already exists."
5232 #: builtin/clone.c:935 builtin/clone.c:946 builtin/submodule--helper.c:544
5233 #: builtin/worktree.c:222 builtin/worktree.c:249
5235 msgid "could not create leading directories of '%s'"
5238 #: builtin/clone.c:938
5240 msgid "could not create work tree dir '%s'"
5243 #: builtin/clone.c:956
5245 msgid "Cloning into bare repository '%s'...\n"
5248 #: builtin/clone.c:958
5250 msgid "Cloning into '%s'...\n"
5253 #: builtin/clone.c:997
5254 msgid "--depth is ignored in local clones; use file:// instead."
5257 #: builtin/clone.c:1000
5258 msgid "source repository is shallow, ignoring --local"
5261 #: builtin/clone.c:1005
5262 msgid "--local is ignored"
5265 #: builtin/clone.c:1009
5267 msgid "Don't know how to clone %s"
5270 #: builtin/clone.c:1058 builtin/clone.c:1066
5272 msgid "Remote branch %s not found in upstream %s"
5275 #: builtin/clone.c:1069
5276 msgid "You appear to have cloned an empty repository."
5279 #: builtin/column.c:9
5280 msgid "git column [<options>]"
5283 #: builtin/column.c:26
5284 msgid "lookup config vars"
5287 #: builtin/column.c:27 builtin/column.c:28
5288 msgid "layout to use"
5291 #: builtin/column.c:29
5292 msgid "Maximum width"
5295 #: builtin/column.c:30
5296 msgid "Padding space on left border"
5299 #: builtin/column.c:31
5300 msgid "Padding space on right border"
5303 #: builtin/column.c:32
5304 msgid "Padding space between columns"
5307 #: builtin/column.c:51
5308 msgid "--command must be the first argument"
5311 #: builtin/commit.c:38
5312 msgid "git commit [<options>] [--] <pathspec>..."
5315 #: builtin/commit.c:43
5316 msgid "git status [<options>] [--] <pathspec>..."
5319 #: builtin/commit.c:48
5321 "Your name and email address were configured automatically based\n"
5322 "on your username and hostname. Please check that they are accurate.\n"
5323 "You can suppress this message by setting them explicitly. Run the\n"
5324 "following command and follow the instructions in your editor to edit\n"
5325 "your configuration file:\n"
5327 " git config --global --edit\n"
5329 "After doing this, you may fix the identity used for this commit with:\n"
5331 " git commit --amend --reset-author\n"
5334 #: builtin/commit.c:61
5336 "Your name and email address were configured automatically based\n"
5337 "on your username and hostname. Please check that they are accurate.\n"
5338 "You can suppress this message by setting them explicitly:\n"
5340 " git config --global user.name \"Your Name\"\n"
5341 " git config --global user.email you@example.com\n"
5343 "After doing this, you may fix the identity used for this commit with:\n"
5345 " git commit --amend --reset-author\n"
5348 #: builtin/commit.c:73
5350 "You asked to amend the most recent commit, but doing so would make\n"
5351 "it empty. You can repeat your command with --allow-empty, or you can\n"
5352 "remove the commit entirely with \"git reset HEAD^\".\n"
5355 #: builtin/commit.c:78
5357 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
5358 "If you wish to commit it anyway, use:\n"
5360 " git commit --allow-empty\n"
5364 #: builtin/commit.c:85
5365 msgid "Otherwise, please use 'git reset'\n"
5368 #: builtin/commit.c:88
5370 "If you wish to skip this commit, use:\n"
5374 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
5375 "the remaining commits.\n"
5378 #: builtin/commit.c:308
5379 msgid "failed to unpack HEAD tree object"
5382 #: builtin/commit.c:349
5383 msgid "unable to create temporary index"
5386 #: builtin/commit.c:355
5387 msgid "interactive add failed"
5390 #: builtin/commit.c:368
5391 msgid "unable to update temporary index"
5394 #: builtin/commit.c:370
5395 msgid "Failed to update main cache tree"
5398 #: builtin/commit.c:394 builtin/commit.c:417 builtin/commit.c:466
5399 msgid "unable to write new_index file"
5402 #: builtin/commit.c:448
5403 msgid "cannot do a partial commit during a merge."
5406 #: builtin/commit.c:450
5407 msgid "cannot do a partial commit during a cherry-pick."
5410 #: builtin/commit.c:459
5411 msgid "cannot read the index"
5414 #: builtin/commit.c:478
5415 msgid "unable to write temporary index file"
5418 #: builtin/commit.c:583
5420 msgid "commit '%s' lacks author header"
5423 #: builtin/commit.c:585
5425 msgid "commit '%s' has malformed author line"
5428 #: builtin/commit.c:604
5429 msgid "malformed --author parameter"
5432 #: builtin/commit.c:612
5434 msgid "invalid date format: %s"
5437 #: builtin/commit.c:656
5439 "unable to select a comment character that is not used\n"
5440 "in the current commit message"
5443 #: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1092
5445 msgid "could not lookup commit %s"
5448 #: builtin/commit.c:705 builtin/shortlog.c:286
5450 msgid "(reading log message from standard input)\n"
5453 #: builtin/commit.c:707
5454 msgid "could not read log from standard input"
5457 #: builtin/commit.c:711
5459 msgid "could not read log file '%s'"
5462 #: builtin/commit.c:738 builtin/commit.c:746
5463 msgid "could not read SQUASH_MSG"
5466 #: builtin/commit.c:743
5467 msgid "could not read MERGE_MSG"
5470 #: builtin/commit.c:797
5471 msgid "could not write commit template"
5474 #: builtin/commit.c:815
5478 "It looks like you may be committing a merge.\n"
5479 "If this is not correct, please remove the file\n"
5484 #: builtin/commit.c:820
5488 "It looks like you may be committing a cherry-pick.\n"
5489 "If this is not correct, please remove the file\n"
5494 #: builtin/commit.c:833
5497 "Please enter the commit message for your changes. Lines starting\n"
5498 "with '%c' will be ignored, and an empty message aborts the commit.\n"
5501 #: builtin/commit.c:840
5504 "Please enter the commit message for your changes. Lines starting\n"
5505 "with '%c' will be kept; you may remove them yourself if you want to.\n"
5506 "An empty message aborts the commit.\n"
5509 #: builtin/commit.c:860
5511 msgid "%sAuthor: %.*s <%.*s>"
5514 #: builtin/commit.c:868
5519 #: builtin/commit.c:875
5521 msgid "%sCommitter: %.*s <%.*s>"
5524 #: builtin/commit.c:893
5525 msgid "Cannot read index"
5528 #: builtin/commit.c:950
5529 msgid "Error building trees"
5532 #: builtin/commit.c:965 builtin/tag.c:266
5534 msgid "Please supply the message using either -m or -F option.\n"
5537 #: builtin/commit.c:1067
5539 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
5542 #: builtin/commit.c:1082 builtin/commit.c:1322
5544 msgid "Invalid untracked files mode '%s'"
5547 #: builtin/commit.c:1119
5548 msgid "--long and -z are incompatible"
5551 #: builtin/commit.c:1149
5552 msgid "Using both --reset-author and --author does not make sense"
5555 #: builtin/commit.c:1158
5556 msgid "You have nothing to amend."
5559 #: builtin/commit.c:1161
5560 msgid "You are in the middle of a merge -- cannot amend."
5563 #: builtin/commit.c:1163
5564 msgid "You are in the middle of a cherry-pick -- cannot amend."
5567 #: builtin/commit.c:1166
5568 msgid "Options --squash and --fixup cannot be used together"
5571 #: builtin/commit.c:1176
5572 msgid "Only one of -c/-C/-F/--fixup can be used."
5575 #: builtin/commit.c:1178
5576 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5579 #: builtin/commit.c:1186
5580 msgid "--reset-author can be used only with -C, -c or --amend."
5583 #: builtin/commit.c:1203
5584 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5587 #: builtin/commit.c:1205
5588 msgid "No paths with --include/--only does not make sense."
5591 #: builtin/commit.c:1207
5592 msgid "Clever... amending the last one with dirty index."
5595 #: builtin/commit.c:1209
5596 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5599 #: builtin/commit.c:1221 builtin/tag.c:474
5601 msgid "Invalid cleanup mode %s"
5604 #: builtin/commit.c:1226
5605 msgid "Paths with -a does not make sense."
5608 #: builtin/commit.c:1336 builtin/commit.c:1622
5609 msgid "show status concisely"
5612 #: builtin/commit.c:1338 builtin/commit.c:1624
5613 msgid "show branch information"
5616 #: builtin/commit.c:1340 builtin/commit.c:1626 builtin/push.c:522
5617 #: builtin/worktree.c:440
5618 msgid "machine-readable output"
5621 #: builtin/commit.c:1343 builtin/commit.c:1628
5622 msgid "show status in long format (default)"
5625 #: builtin/commit.c:1346 builtin/commit.c:1631
5626 msgid "terminate entries with NUL"
5629 #: builtin/commit.c:1348 builtin/commit.c:1634 builtin/fast-export.c:981
5630 #: builtin/fast-export.c:984 builtin/tag.c:353
5634 #: builtin/commit.c:1349 builtin/commit.c:1634
5635 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
5638 #: builtin/commit.c:1352
5639 msgid "show ignored files"
5642 #: builtin/commit.c:1353 parse-options.h:155
5646 #: builtin/commit.c:1354
5648 "ignore changes to submodules, optional when: all, dirty, untracked. "
5652 #: builtin/commit.c:1356
5653 msgid "list untracked files in columns"
5656 #: builtin/commit.c:1442
5657 msgid "couldn't look up newly created commit"
5660 #: builtin/commit.c:1444
5661 msgid "could not parse newly created commit"
5664 #: builtin/commit.c:1489
5665 msgid "detached HEAD"
5668 #: builtin/commit.c:1492
5669 msgid " (root-commit)"
5672 #: builtin/commit.c:1592
5673 msgid "suppress summary after successful commit"
5676 #: builtin/commit.c:1593
5677 msgid "show diff in commit message template"
5680 #: builtin/commit.c:1595
5681 msgid "Commit message options"
5684 #: builtin/commit.c:1596 builtin/tag.c:351
5685 msgid "read message from file"
5688 #: builtin/commit.c:1597
5692 #: builtin/commit.c:1597
5693 msgid "override author for commit"
5696 #: builtin/commit.c:1598 builtin/gc.c:326
5700 #: builtin/commit.c:1598
5701 msgid "override date for commit"
5704 #: builtin/commit.c:1599 builtin/merge.c:220 builtin/notes.c:396
5705 #: builtin/notes.c:559 builtin/tag.c:349
5709 #: builtin/commit.c:1599
5710 msgid "commit message"
5713 #: builtin/commit.c:1600 builtin/commit.c:1601 builtin/commit.c:1602
5714 #: builtin/commit.c:1603 parse-options.h:256 ref-filter.h:79
5718 #: builtin/commit.c:1600
5719 msgid "reuse and edit message from specified commit"
5722 #: builtin/commit.c:1601
5723 msgid "reuse message from specified commit"
5726 #: builtin/commit.c:1602
5727 msgid "use autosquash formatted message to fixup specified commit"
5730 #: builtin/commit.c:1603
5731 msgid "use autosquash formatted message to squash specified commit"
5734 #: builtin/commit.c:1604
5735 msgid "the commit is authored by me now (used with -C/-c/--amend)"
5738 #: builtin/commit.c:1605 builtin/log.c:1409 builtin/revert.c:86
5739 msgid "add Signed-off-by:"
5742 #: builtin/commit.c:1606
5743 msgid "use specified template file"
5746 #: builtin/commit.c:1607
5747 msgid "force edit of commit"
5750 #: builtin/commit.c:1608
5754 #: builtin/commit.c:1608 builtin/tag.c:354
5755 msgid "how to strip spaces and #comments from message"
5758 #: builtin/commit.c:1609
5759 msgid "include status in commit message template"
5762 #: builtin/commit.c:1611 builtin/merge.c:230 builtin/pull.c:165
5763 #: builtin/revert.c:93
5764 msgid "GPG sign commit"
5767 #: builtin/commit.c:1614
5768 msgid "Commit contents options"
5771 #: builtin/commit.c:1615
5772 msgid "commit all changed files"
5775 #: builtin/commit.c:1616
5776 msgid "add specified files to index for commit"
5779 #: builtin/commit.c:1617
5780 msgid "interactively add files"
5783 #: builtin/commit.c:1618
5784 msgid "interactively add changes"
5787 #: builtin/commit.c:1619
5788 msgid "commit only specified files"
5791 #: builtin/commit.c:1620
5792 msgid "bypass pre-commit and commit-msg hooks"
5795 #: builtin/commit.c:1621
5796 msgid "show what would be committed"
5799 #: builtin/commit.c:1632
5800 msgid "amend previous commit"
5803 #: builtin/commit.c:1633
5804 msgid "bypass post-rewrite hook"
5807 #: builtin/commit.c:1638
5808 msgid "ok to record an empty change"
5811 #: builtin/commit.c:1640
5812 msgid "ok to record a change with an empty message"
5815 #: builtin/commit.c:1669
5816 msgid "could not parse HEAD commit"
5819 #: builtin/commit.c:1719
5821 msgid "Corrupt MERGE_HEAD file (%s)"
5824 #: builtin/commit.c:1726
5825 msgid "could not read MERGE_MODE"
5828 #: builtin/commit.c:1745
5830 msgid "could not read commit message: %s"
5833 #: builtin/commit.c:1756
5835 msgid "Aborting commit; you did not edit the message.\n"
5838 #: builtin/commit.c:1761
5840 msgid "Aborting commit due to empty commit message.\n"
5843 #: builtin/commit.c:1809
5845 "Repository has been updated, but unable to write\n"
5846 "new_index file. Check that disk is not full and quota is\n"
5847 "not exceeded, and then \"git reset HEAD\" to recover."
5850 #: builtin/config.c:9
5851 msgid "git config [<options>]"
5854 #: builtin/config.c:55
5855 msgid "Config file location"
5858 #: builtin/config.c:56
5859 msgid "use global config file"
5862 #: builtin/config.c:57
5863 msgid "use system config file"
5866 #: builtin/config.c:58
5867 msgid "use repository config file"
5870 #: builtin/config.c:59
5871 msgid "use given config file"
5874 #: builtin/config.c:60
5878 #: builtin/config.c:60
5879 msgid "read config from given blob object"
5882 #: builtin/config.c:61
5886 #: builtin/config.c:62
5887 msgid "get value: name [value-regex]"
5890 #: builtin/config.c:63
5891 msgid "get all values: key [value-regex]"
5894 #: builtin/config.c:64
5895 msgid "get values for regexp: name-regex [value-regex]"
5898 #: builtin/config.c:65
5899 msgid "get value specific for the URL: section[.var] URL"
5902 #: builtin/config.c:66
5903 msgid "replace all matching variables: name value [value_regex]"
5906 #: builtin/config.c:67
5907 msgid "add a new variable: name value"
5910 #: builtin/config.c:68
5911 msgid "remove a variable: name [value-regex]"
5914 #: builtin/config.c:69
5915 msgid "remove all matches: name [value-regex]"
5918 #: builtin/config.c:70
5919 msgid "rename section: old-name new-name"
5922 #: builtin/config.c:71
5923 msgid "remove a section: name"
5926 #: builtin/config.c:72
5930 #: builtin/config.c:73
5931 msgid "open an editor"
5934 #: builtin/config.c:74
5935 msgid "find the color configured: slot [default]"
5938 #: builtin/config.c:75
5939 msgid "find the color setting: slot [stdout-is-tty]"
5942 #: builtin/config.c:76
5946 #: builtin/config.c:77
5947 msgid "value is \"true\" or \"false\""
5950 #: builtin/config.c:78
5951 msgid "value is decimal number"
5954 #: builtin/config.c:79
5955 msgid "value is --bool or --int"
5958 #: builtin/config.c:80
5959 msgid "value is a path (file or directory name)"
5962 #: builtin/config.c:81
5966 #: builtin/config.c:82
5967 msgid "terminate values with NUL byte"
5970 #: builtin/config.c:83
5971 msgid "show variable names only"
5974 #: builtin/config.c:84
5975 msgid "respect include directives on lookup"
5978 #: builtin/config.c:85
5979 msgid "show origin of config (file, standard input, blob, command line)"
5982 #: builtin/config.c:327
5983 msgid "unable to parse default color value"
5986 #: builtin/config.c:471
5989 "# This is Git's per-user configuration file.\n"
5991 "# Please adapt and uncomment the following lines:\n"
5996 #: builtin/config.c:613
5998 msgid "cannot create configuration file %s"
6001 #: builtin/count-objects.c:77
6002 msgid "git count-objects [-v] [-H | --human-readable]"
6005 #: builtin/count-objects.c:87
6006 msgid "print sizes in human readable format"
6009 #: builtin/describe.c:17
6010 msgid "git describe [<options>] [<commit-ish>...]"
6013 #: builtin/describe.c:18
6014 msgid "git describe [<options>] --dirty"
6017 #: builtin/describe.c:217
6019 msgid "annotated tag %s not available"
6022 #: builtin/describe.c:221
6024 msgid "annotated tag %s has no embedded name"
6027 #: builtin/describe.c:223
6029 msgid "tag '%s' is really '%s' here"
6032 #: builtin/describe.c:250 builtin/log.c:480
6034 msgid "Not a valid object name %s"
6037 #: builtin/describe.c:253
6039 msgid "%s is not a valid '%s' object"
6042 #: builtin/describe.c:270
6044 msgid "no tag exactly matches '%s'"
6047 #: builtin/describe.c:272
6049 msgid "searching to describe %s\n"
6052 #: builtin/describe.c:319
6054 msgid "finished search at %s\n"
6057 #: builtin/describe.c:346
6060 "No annotated tags can describe '%s'.\n"
6061 "However, there were unannotated tags: try --tags."
6064 #: builtin/describe.c:350
6067 "No tags can describe '%s'.\n"
6068 "Try --always, or create some tags."
6071 #: builtin/describe.c:371
6073 msgid "traversed %lu commits\n"
6076 #: builtin/describe.c:374
6079 "more than %i tags found; listed %i most recent\n"
6080 "gave up search at %s\n"
6083 #: builtin/describe.c:396
6084 msgid "find the tag that comes after the commit"
6087 #: builtin/describe.c:397
6088 msgid "debug search strategy on stderr"
6091 #: builtin/describe.c:398
6095 #: builtin/describe.c:399
6096 msgid "use any tag, even unannotated"
6099 #: builtin/describe.c:400
6100 msgid "always use long format"
6103 #: builtin/describe.c:401
6104 msgid "only follow first parent"
6107 #: builtin/describe.c:404
6108 msgid "only output exact matches"
6111 #: builtin/describe.c:406
6112 msgid "consider <n> most recent tags (default: 10)"
6115 #: builtin/describe.c:408
6116 msgid "only consider tags matching <pattern>"
6119 #: builtin/describe.c:410 builtin/name-rev.c:321
6120 msgid "show abbreviated commit object as fallback"
6123 #: builtin/describe.c:411
6127 #: builtin/describe.c:412
6128 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6131 #: builtin/describe.c:430
6132 msgid "--long is incompatible with --abbrev=0"
6135 #: builtin/describe.c:456
6136 msgid "No names found, cannot describe anything."
6139 #: builtin/describe.c:476
6140 msgid "--dirty is incompatible with commit-ishes"
6143 #: builtin/diff.c:86
6145 msgid "'%s': not a regular file or symlink"
6148 #: builtin/diff.c:237
6150 msgid "invalid option: %s"
6153 #: builtin/diff.c:360
6154 msgid "Not a git repository"
6157 #: builtin/diff.c:403
6159 msgid "invalid object '%s' given."
6162 #: builtin/diff.c:412
6164 msgid "more than two blobs given: '%s'"
6167 #: builtin/diff.c:419
6169 msgid "unhandled object '%s' given."
6172 #: builtin/fast-export.c:25
6173 msgid "git fast-export [rev-list-opts]"
6176 #: builtin/fast-export.c:980
6177 msgid "show progress after <n> objects"
6180 #: builtin/fast-export.c:982
6181 msgid "select handling of signed tags"
6184 #: builtin/fast-export.c:985
6185 msgid "select handling of tags that tag filtered objects"
6188 #: builtin/fast-export.c:988
6189 msgid "Dump marks to this file"
6192 #: builtin/fast-export.c:990
6193 msgid "Import marks from this file"
6196 #: builtin/fast-export.c:992
6197 msgid "Fake a tagger when tags lack one"
6200 #: builtin/fast-export.c:994
6201 msgid "Output full tree for each commit"
6204 #: builtin/fast-export.c:996
6205 msgid "Use the done feature to terminate the stream"
6208 #: builtin/fast-export.c:997
6209 msgid "Skip output of blob data"
6212 #: builtin/fast-export.c:998
6216 #: builtin/fast-export.c:999
6217 msgid "Apply refspec to exported refs"
6220 #: builtin/fast-export.c:1000
6221 msgid "anonymize output"
6224 #: builtin/fetch.c:21
6225 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
6228 #: builtin/fetch.c:22
6229 msgid "git fetch [<options>] <group>"
6232 #: builtin/fetch.c:23
6233 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
6236 #: builtin/fetch.c:24
6237 msgid "git fetch --all [<options>]"
6240 #: builtin/fetch.c:93 builtin/pull.c:174
6241 msgid "fetch from all remotes"
6244 #: builtin/fetch.c:95 builtin/pull.c:177
6245 msgid "append to .git/FETCH_HEAD instead of overwriting"
6248 #: builtin/fetch.c:97 builtin/pull.c:180
6249 msgid "path to upload pack on remote end"
6252 #: builtin/fetch.c:98 builtin/pull.c:182
6253 msgid "force overwrite of local branch"
6256 #: builtin/fetch.c:100
6257 msgid "fetch from multiple remotes"
6260 #: builtin/fetch.c:102 builtin/pull.c:184
6261 msgid "fetch all tags and associated objects"
6264 #: builtin/fetch.c:104
6265 msgid "do not fetch all tags (--no-tags)"
6268 #: builtin/fetch.c:106
6269 msgid "number of submodules fetched in parallel"
6272 #: builtin/fetch.c:108 builtin/pull.c:187
6273 msgid "prune remote-tracking branches no longer on remote"
6276 #: builtin/fetch.c:109 builtin/pull.c:190
6280 #: builtin/fetch.c:110 builtin/pull.c:191
6281 msgid "control recursive fetching of submodules"
6284 #: builtin/fetch.c:114 builtin/pull.c:199
6285 msgid "keep downloaded pack"
6288 #: builtin/fetch.c:116
6289 msgid "allow updating of HEAD ref"
6292 #: builtin/fetch.c:119 builtin/pull.c:202
6293 msgid "deepen history of shallow clone"
6296 #: builtin/fetch.c:121 builtin/pull.c:205
6297 msgid "convert to a complete repository"
6300 #: builtin/fetch.c:123 builtin/log.c:1426
6304 #: builtin/fetch.c:124
6305 msgid "prepend this to submodule path output"
6308 #: builtin/fetch.c:127
6309 msgid "default mode for recursion"
6312 #: builtin/fetch.c:129 builtin/pull.c:208
6313 msgid "accept refs that update .git/shallow"
6316 #: builtin/fetch.c:130 builtin/pull.c:210
6320 #: builtin/fetch.c:131 builtin/pull.c:211
6321 msgid "specify fetch refmap"
6324 #: builtin/fetch.c:387
6325 msgid "Couldn't find remote ref HEAD"
6328 #: builtin/fetch.c:503
6330 msgid "configuration fetch.output contains invalid value %s"
6333 #: builtin/fetch.c:592
6335 msgid "object %s not found"
6338 #: builtin/fetch.c:596
6339 msgid "[up to date]"
6342 #: builtin/fetch.c:609 builtin/fetch.c:689
6346 #: builtin/fetch.c:610
6347 msgid "can't fetch in current branch"
6350 #: builtin/fetch.c:619
6351 msgid "[tag update]"
6354 #: builtin/fetch.c:620 builtin/fetch.c:653 builtin/fetch.c:669
6355 #: builtin/fetch.c:684
6356 msgid "unable to update local ref"
6359 #: builtin/fetch.c:639
6363 #: builtin/fetch.c:642
6364 msgid "[new branch]"
6367 #: builtin/fetch.c:645
6371 #: builtin/fetch.c:684
6372 msgid "forced update"
6375 #: builtin/fetch.c:689
6376 msgid "non-fast-forward"
6379 #: builtin/fetch.c:733
6381 msgid "%s did not send all necessary objects\n"
6384 #: builtin/fetch.c:753
6386 msgid "reject %s because shallow roots are not allowed to be updated"
6389 #: builtin/fetch.c:839 builtin/fetch.c:934
6394 #: builtin/fetch.c:850
6397 "some local refs could not be updated; try running\n"
6398 " 'git remote prune %s' to remove any old, conflicting branches"
6401 #: builtin/fetch.c:904
6403 msgid " (%s will become dangling)"
6406 #: builtin/fetch.c:905
6408 msgid " (%s has become dangling)"
6411 #: builtin/fetch.c:937
6415 #: builtin/fetch.c:938 builtin/remote.c:1020
6419 #: builtin/fetch.c:960
6421 msgid "Refusing to fetch into current branch %s of non-bare repository"
6424 #: builtin/fetch.c:979
6426 msgid "Option \"%s\" value \"%s\" is not valid for %s"
6429 #: builtin/fetch.c:982
6431 msgid "Option \"%s\" is ignored for %s\n"
6434 #: builtin/fetch.c:1039
6436 msgid "Don't know how to fetch from %s"
6439 #: builtin/fetch.c:1199
6441 msgid "Fetching %s\n"
6444 #: builtin/fetch.c:1201 builtin/remote.c:96
6446 msgid "Could not fetch %s"
6449 #: builtin/fetch.c:1219
6451 "No remote repository specified. Please, specify either a URL or a\n"
6452 "remote name from which new revisions should be fetched."
6455 #: builtin/fetch.c:1242
6456 msgid "You need to specify a tag name."
6459 #: builtin/fetch.c:1284
6460 msgid "--depth and --unshallow cannot be used together"
6463 #: builtin/fetch.c:1286
6464 msgid "--unshallow on a complete repository does not make sense"
6467 #: builtin/fetch.c:1306
6468 msgid "fetch --all does not take a repository argument"
6471 #: builtin/fetch.c:1308
6472 msgid "fetch --all does not make sense with refspecs"
6475 #: builtin/fetch.c:1319
6477 msgid "No such remote or remote group: %s"
6480 #: builtin/fetch.c:1327
6481 msgid "Fetching a group and specifying refspecs does not make sense"
6484 #: builtin/fmt-merge-msg.c:14
6486 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
6489 #: builtin/fmt-merge-msg.c:667
6490 msgid "populate log with at most <n> entries from shortlog"
6493 #: builtin/fmt-merge-msg.c:670
6494 msgid "alias for --log (deprecated)"
6497 #: builtin/fmt-merge-msg.c:673
6501 #: builtin/fmt-merge-msg.c:674
6502 msgid "use <text> as start of message"
6505 #: builtin/fmt-merge-msg.c:675
6506 msgid "file to read from"
6509 #: builtin/for-each-ref.c:9
6510 msgid "git for-each-ref [<options>] [<pattern>]"
6513 #: builtin/for-each-ref.c:10
6514 msgid "git for-each-ref [--points-at <object>]"
6517 #: builtin/for-each-ref.c:11
6518 msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
6521 #: builtin/for-each-ref.c:12
6522 msgid "git for-each-ref [--contains [<object>]]"
6525 #: builtin/for-each-ref.c:27
6526 msgid "quote placeholders suitably for shells"
6529 #: builtin/for-each-ref.c:29
6530 msgid "quote placeholders suitably for perl"
6533 #: builtin/for-each-ref.c:31
6534 msgid "quote placeholders suitably for python"
6537 #: builtin/for-each-ref.c:33
6538 msgid "quote placeholders suitably for Tcl"
6541 #: builtin/for-each-ref.c:36
6542 msgid "show only <n> matched refs"
6545 #: builtin/for-each-ref.c:37 builtin/tag.c:372
6546 msgid "format to use for the output"
6549 #: builtin/for-each-ref.c:41
6550 msgid "print only refs which points at the given object"
6553 #: builtin/for-each-ref.c:43
6554 msgid "print only refs that are merged"
6557 #: builtin/for-each-ref.c:44
6558 msgid "print only refs that are not merged"
6561 #: builtin/for-each-ref.c:45
6562 msgid "print only refs which contain the commit"
6565 #: builtin/fsck.c:519
6566 msgid "Checking object directories"
6569 #: builtin/fsck.c:588
6570 msgid "git fsck [<options>] [<object>...]"
6573 #: builtin/fsck.c:594
6574 msgid "show unreachable objects"
6577 #: builtin/fsck.c:595
6578 msgid "show dangling objects"
6581 #: builtin/fsck.c:596
6585 #: builtin/fsck.c:597
6586 msgid "report root nodes"
6589 #: builtin/fsck.c:598
6590 msgid "make index objects head nodes"
6593 #: builtin/fsck.c:599
6594 msgid "make reflogs head nodes (default)"
6597 #: builtin/fsck.c:600
6598 msgid "also consider packs and alternate objects"
6601 #: builtin/fsck.c:601
6602 msgid "check only connectivity"
6605 #: builtin/fsck.c:602
6606 msgid "enable more strict checking"
6609 #: builtin/fsck.c:604
6610 msgid "write dangling objects in .git/lost-found"
6613 #: builtin/fsck.c:605 builtin/prune.c:107
6614 msgid "show progress"
6617 #: builtin/fsck.c:606
6618 msgid "show verbose names for reachable objects"
6621 #: builtin/fsck.c:671
6622 msgid "Checking objects"
6626 msgid "git gc [<options>]"
6631 msgid "Invalid %s: '%s'"
6636 msgid "insanely long object directory %.*s"
6642 "The last gc run reported the following. Please correct the root cause\n"
6644 "Automatic cleanup will not be performed until the file is removed.\n"
6650 msgid "prune unreferenced objects"
6654 msgid "be more thorough (increased runtime)"
6658 msgid "enable auto-gc mode"
6662 msgid "force running gc even if there may be another gc running"
6667 msgid "Auto packing the repository in background for optimum performance.\n"
6672 msgid "Auto packing the repository for optimum performance.\n"
6677 msgid "See \"git help gc\" for manual housekeeping.\n"
6683 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6688 "There are too many unreachable loose objects; run 'git prune' to remove them."
6691 #: builtin/grep.c:23
6692 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6695 #: builtin/grep.c:219
6697 msgid "grep: failed to create thread: %s"
6700 #: builtin/grep.c:277
6702 msgid "invalid number of threads specified (%d) for %s"
6705 #: builtin/grep.c:452 builtin/grep.c:487
6707 msgid "unable to read tree (%s)"
6710 #: builtin/grep.c:502
6712 msgid "unable to grep from object of type %s"
6715 #: builtin/grep.c:560
6717 msgid "switch `%c' expects a numerical value"
6720 #: builtin/grep.c:577
6722 msgid "cannot open '%s'"
6725 #: builtin/grep.c:646
6726 msgid "search in index instead of in the work tree"
6729 #: builtin/grep.c:648
6730 msgid "find in contents not managed by git"
6733 #: builtin/grep.c:650
6734 msgid "search in both tracked and untracked files"
6737 #: builtin/grep.c:652
6738 msgid "ignore files specified via '.gitignore'"
6741 #: builtin/grep.c:655
6742 msgid "show non-matching lines"
6745 #: builtin/grep.c:657
6746 msgid "case insensitive matching"
6749 #: builtin/grep.c:659
6750 msgid "match patterns only at word boundaries"
6753 #: builtin/grep.c:661
6754 msgid "process binary files as text"
6757 #: builtin/grep.c:663
6758 msgid "don't match patterns in binary files"
6761 #: builtin/grep.c:666
6762 msgid "process binary files with textconv filters"
6765 #: builtin/grep.c:668
6766 msgid "descend at most <depth> levels"
6769 #: builtin/grep.c:672
6770 msgid "use extended POSIX regular expressions"
6773 #: builtin/grep.c:675
6774 msgid "use basic POSIX regular expressions (default)"
6777 #: builtin/grep.c:678
6778 msgid "interpret patterns as fixed strings"
6781 #: builtin/grep.c:681
6782 msgid "use Perl-compatible regular expressions"
6785 #: builtin/grep.c:684
6786 msgid "show line numbers"
6789 #: builtin/grep.c:685
6790 msgid "don't show filenames"
6793 #: builtin/grep.c:686
6794 msgid "show filenames"
6797 #: builtin/grep.c:688
6798 msgid "show filenames relative to top directory"
6801 #: builtin/grep.c:690
6802 msgid "show only filenames instead of matching lines"
6805 #: builtin/grep.c:692
6806 msgid "synonym for --files-with-matches"
6809 #: builtin/grep.c:695
6810 msgid "show only the names of files without match"
6813 #: builtin/grep.c:697
6814 msgid "print NUL after filenames"
6817 #: builtin/grep.c:699
6818 msgid "show the number of matches instead of matching lines"
6821 #: builtin/grep.c:700
6822 msgid "highlight matches"
6825 #: builtin/grep.c:702
6826 msgid "print empty line between matches from different files"
6829 #: builtin/grep.c:704
6830 msgid "show filename only once above matches from same file"
6833 #: builtin/grep.c:707
6834 msgid "show <n> context lines before and after matches"
6837 #: builtin/grep.c:710
6838 msgid "show <n> context lines before matches"
6841 #: builtin/grep.c:712
6842 msgid "show <n> context lines after matches"
6845 #: builtin/grep.c:714
6846 msgid "use <n> worker threads"
6849 #: builtin/grep.c:715
6850 msgid "shortcut for -C NUM"
6853 #: builtin/grep.c:718
6854 msgid "show a line with the function name before matches"
6857 #: builtin/grep.c:720
6858 msgid "show the surrounding function"
6861 #: builtin/grep.c:723
6862 msgid "read patterns from file"
6865 #: builtin/grep.c:725
6866 msgid "match <pattern>"
6869 #: builtin/grep.c:727
6870 msgid "combine patterns specified with -e"
6873 #: builtin/grep.c:739
6874 msgid "indicate hit with exit status without output"
6877 #: builtin/grep.c:741
6878 msgid "show only matches from files that match all patterns"
6881 #: builtin/grep.c:743
6882 msgid "show parse tree for grep expression"
6885 #: builtin/grep.c:747
6889 #: builtin/grep.c:747
6890 msgid "show matching files in the pager"
6893 #: builtin/grep.c:750
6894 msgid "allow calling of grep(1) (ignored by this build)"
6897 #: builtin/grep.c:813
6898 msgid "no pattern given."
6901 #: builtin/grep.c:845 builtin/index-pack.c:1479
6903 msgid "invalid number of threads specified (%d)"
6906 #: builtin/grep.c:875
6907 msgid "--open-files-in-pager only works on the worktree"
6910 #: builtin/grep.c:901
6911 msgid "--cached or --untracked cannot be used with --no-index."
6914 #: builtin/grep.c:906
6915 msgid "--no-index or --untracked cannot be used with revs."
6918 #: builtin/grep.c:909
6919 msgid "--[no-]exclude-standard cannot be used for tracked contents."
6922 #: builtin/grep.c:917
6923 msgid "both --cached and trees are given."
6926 #: builtin/hash-object.c:81
6928 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6932 #: builtin/hash-object.c:82
6933 msgid "git hash-object --stdin-paths"
6936 #: builtin/hash-object.c:93
6940 #: builtin/hash-object.c:93
6944 #: builtin/hash-object.c:94
6945 msgid "write the object into the object database"
6948 #: builtin/hash-object.c:96
6949 msgid "read the object from stdin"
6952 #: builtin/hash-object.c:98
6953 msgid "store file as is without filters"
6956 #: builtin/hash-object.c:99
6958 "just hash any random garbage to create corrupt objects for debugging Git"
6961 #: builtin/hash-object.c:100
6962 msgid "process file as it were from this path"
6965 #: builtin/help.c:41
6966 msgid "print all available commands"
6969 #: builtin/help.c:42
6970 msgid "print list of useful guides"
6973 #: builtin/help.c:43
6974 msgid "show man page"
6977 #: builtin/help.c:44
6978 msgid "show manual in web browser"
6981 #: builtin/help.c:46
6982 msgid "show info page"
6985 #: builtin/help.c:52
6986 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6989 #: builtin/help.c:64
6991 msgid "unrecognized help format '%s'"
6994 #: builtin/help.c:91
6995 msgid "Failed to start emacsclient."
6998 #: builtin/help.c:104
6999 msgid "Failed to parse emacsclient version."
7002 #: builtin/help.c:112
7004 msgid "emacsclient version '%d' too old (< 22)."
7007 #: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
7009 msgid "failed to exec '%s'"
7012 #: builtin/help.c:205
7015 "'%s': path for unsupported man viewer.\n"
7016 "Please consider using 'man.<tool>.cmd' instead."
7019 #: builtin/help.c:217
7022 "'%s': cmd for supported man viewer.\n"
7023 "Please consider using 'man.<tool>.path' instead."
7026 #: builtin/help.c:334
7028 msgid "'%s': unknown man viewer."
7031 #: builtin/help.c:351
7032 msgid "no man viewer handled the request"
7035 #: builtin/help.c:359
7036 msgid "no info viewer handled the request"
7039 #: builtin/help.c:401
7040 msgid "Defining attributes per path"
7043 #: builtin/help.c:402
7044 msgid "Everyday Git With 20 Commands Or So"
7047 #: builtin/help.c:403
7048 msgid "A Git glossary"
7051 #: builtin/help.c:404
7052 msgid "Specifies intentionally untracked files to ignore"
7055 #: builtin/help.c:405
7056 msgid "Defining submodule properties"
7059 #: builtin/help.c:406
7060 msgid "Specifying revisions and ranges for Git"
7063 #: builtin/help.c:407
7064 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
7067 #: builtin/help.c:408
7068 msgid "An overview of recommended workflows with Git"
7071 #: builtin/help.c:420
7072 msgid "The common Git guides are:\n"
7075 #: builtin/help.c:441 builtin/help.c:458
7080 #: builtin/help.c:474
7082 msgid "`git %s' is aliased to `%s'"
7085 #: builtin/index-pack.c:153
7087 msgid "unable to open %s"
7090 #: builtin/index-pack.c:203
7092 msgid "object type mismatch at %s"
7095 #: builtin/index-pack.c:223
7097 msgid "did not receive expected object %s"
7100 #: builtin/index-pack.c:226
7102 msgid "object %s: expected type %s, found %s"
7105 #: builtin/index-pack.c:268
7107 msgid "cannot fill %d byte"
7108 msgid_plural "cannot fill %d bytes"
7112 #: builtin/index-pack.c:278
7116 #: builtin/index-pack.c:279
7117 msgid "read error on input"
7120 #: builtin/index-pack.c:291
7121 msgid "used more bytes than were available"
7124 #: builtin/index-pack.c:298
7125 msgid "pack too large for current definition of off_t"
7128 #: builtin/index-pack.c:314
7130 msgid "unable to create '%s'"
7133 #: builtin/index-pack.c:319
7135 msgid "cannot open packfile '%s'"
7138 #: builtin/index-pack.c:333
7139 msgid "pack signature mismatch"
7142 #: builtin/index-pack.c:335
7144 msgid "pack version %<PRIu32> unsupported"
7147 #: builtin/index-pack.c:353
7149 msgid "pack has bad object at offset %<PRIuMAX>: %s"
7152 #: builtin/index-pack.c:475
7154 msgid "inflate returned %d"
7157 #: builtin/index-pack.c:524
7158 msgid "offset value overflow for delta base object"
7161 #: builtin/index-pack.c:532
7162 msgid "delta base offset is out of bound"
7165 #: builtin/index-pack.c:540
7167 msgid "unknown object type %d"
7170 #: builtin/index-pack.c:571
7171 msgid "cannot pread pack file"
7174 #: builtin/index-pack.c:573
7176 msgid "premature end of pack file, %<PRIuMAX> byte missing"
7177 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
7181 #: builtin/index-pack.c:599
7182 msgid "serious inflate inconsistency"
7185 #: builtin/index-pack.c:745 builtin/index-pack.c:751 builtin/index-pack.c:774
7186 #: builtin/index-pack.c:808 builtin/index-pack.c:817
7188 msgid "SHA1 COLLISION FOUND WITH %s !"
7191 #: builtin/index-pack.c:748 builtin/pack-objects.c:164
7192 #: builtin/pack-objects.c:256
7194 msgid "unable to read %s"
7197 #: builtin/index-pack.c:814
7199 msgid "cannot read existing object %s"
7202 #: builtin/index-pack.c:828
7204 msgid "invalid blob object %s"
7207 #: builtin/index-pack.c:842
7212 #: builtin/index-pack.c:845
7213 msgid "Error in object"
7216 #: builtin/index-pack.c:847
7218 msgid "Not all child objects of %s are reachable"
7221 #: builtin/index-pack.c:919 builtin/index-pack.c:950
7222 msgid "failed to apply delta"
7225 #: builtin/index-pack.c:1120
7226 msgid "Receiving objects"
7229 #: builtin/index-pack.c:1120
7230 msgid "Indexing objects"
7233 #: builtin/index-pack.c:1152
7234 msgid "pack is corrupted (SHA1 mismatch)"
7237 #: builtin/index-pack.c:1157
7238 msgid "cannot fstat packfile"
7241 #: builtin/index-pack.c:1160
7242 msgid "pack has junk at the end"
7245 #: builtin/index-pack.c:1171
7246 msgid "confusion beyond insanity in parse_pack_objects()"
7249 #: builtin/index-pack.c:1196
7250 msgid "Resolving deltas"
7253 #: builtin/index-pack.c:1207
7255 msgid "unable to create thread: %s"
7258 #: builtin/index-pack.c:1249
7259 msgid "confusion beyond insanity"
7262 #: builtin/index-pack.c:1255
7264 msgid "completed with %d local object"
7265 msgid_plural "completed with %d local objects"
7269 #: builtin/index-pack.c:1267
7271 msgid "Unexpected tail checksum for %s (disk corruption?)"
7274 #: builtin/index-pack.c:1271
7276 msgid "pack has %d unresolved delta"
7277 msgid_plural "pack has %d unresolved deltas"
7281 #: builtin/index-pack.c:1295
7283 msgid "unable to deflate appended object (%d)"
7286 #: builtin/index-pack.c:1371
7288 msgid "local object %s is corrupt"
7291 #: builtin/index-pack.c:1395
7292 msgid "error while closing pack file"
7295 #: builtin/index-pack.c:1408
7297 msgid "cannot write keep file '%s'"
7300 #: builtin/index-pack.c:1416
7302 msgid "cannot close written keep file '%s'"
7305 #: builtin/index-pack.c:1429
7306 msgid "cannot store pack file"
7309 #: builtin/index-pack.c:1440
7310 msgid "cannot store index file"
7313 #: builtin/index-pack.c:1473
7315 msgid "bad pack.indexversion=%<PRIu32>"
7318 #: builtin/index-pack.c:1483 builtin/index-pack.c:1681
7320 msgid "no threads support, ignoring %s"
7323 #: builtin/index-pack.c:1542
7325 msgid "Cannot open existing pack file '%s'"
7328 #: builtin/index-pack.c:1544
7330 msgid "Cannot open existing pack idx file for '%s'"
7333 #: builtin/index-pack.c:1591
7335 msgid "non delta: %d object"
7336 msgid_plural "non delta: %d objects"
7340 #: builtin/index-pack.c:1598
7342 msgid "chain length = %d: %lu object"
7343 msgid_plural "chain length = %d: %lu objects"
7347 #: builtin/index-pack.c:1611
7349 msgid "packfile name '%s' does not end with '.pack'"
7352 #: builtin/index-pack.c:1693 builtin/index-pack.c:1696
7353 #: builtin/index-pack.c:1712 builtin/index-pack.c:1716
7358 #: builtin/index-pack.c:1730
7359 msgid "--fix-thin cannot be used without --stdin"
7362 #: builtin/index-pack.c:1738
7363 msgid "--verify with no packfile name given"
7366 #: builtin/init-db.c:55
7368 msgid "cannot stat '%s'"
7371 #: builtin/init-db.c:61
7373 msgid "cannot stat template '%s'"
7376 #: builtin/init-db.c:66
7378 msgid "cannot opendir '%s'"
7381 #: builtin/init-db.c:77
7383 msgid "cannot readlink '%s'"
7386 #: builtin/init-db.c:79
7388 msgid "cannot symlink '%s' '%s'"
7391 #: builtin/init-db.c:85
7393 msgid "cannot copy '%s' to '%s'"
7396 #: builtin/init-db.c:89
7398 msgid "ignoring template %s"
7401 #: builtin/init-db.c:120
7403 msgid "templates not found %s"
7406 #: builtin/init-db.c:135
7408 msgid "not copying templates from '%s': %s"
7411 #: builtin/init-db.c:312 builtin/init-db.c:315
7413 msgid "%s already exists"
7416 #: builtin/init-db.c:344
7418 msgid "unable to handle file type %d"
7421 #: builtin/init-db.c:347
7423 msgid "unable to move %s to %s"
7426 #: builtin/init-db.c:402
7428 msgid "Reinitialized existing shared Git repository in %s%s\n"
7431 #: builtin/init-db.c:403
7433 msgid "Reinitialized existing Git repository in %s%s\n"
7436 #: builtin/init-db.c:407
7438 msgid "Initialized empty shared Git repository in %s%s\n"
7441 #: builtin/init-db.c:408
7443 msgid "Initialized empty Git repository in %s%s\n"
7446 #: builtin/init-db.c:455
7448 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
7449 "shared[=<permissions>]] [<directory>]"
7452 #: builtin/init-db.c:478
7456 #: builtin/init-db.c:479
7457 msgid "specify that the git repository is to be shared amongst several users"
7460 #: builtin/init-db.c:513 builtin/init-db.c:518
7462 msgid "cannot mkdir %s"
7465 #: builtin/init-db.c:522
7467 msgid "cannot chdir to %s"
7470 #: builtin/init-db.c:543
7473 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
7477 #: builtin/init-db.c:571
7479 msgid "Cannot access work tree '%s'"
7482 #: builtin/interpret-trailers.c:15
7484 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
7485 "<token>[(=|:)<value>])...] [<file>...]"
7488 #: builtin/interpret-trailers.c:26
7489 msgid "edit files in place"
7492 #: builtin/interpret-trailers.c:27
7493 msgid "trim empty trailers"
7496 #: builtin/interpret-trailers.c:28
7500 #: builtin/interpret-trailers.c:29
7501 msgid "trailer(s) to add"
7504 #: builtin/interpret-trailers.c:42
7505 msgid "no input file given for in-place editing"
7509 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
7513 msgid "git show [<options>] <object>..."
7518 msgid "invalid --decorate option: %s"
7521 #: builtin/log.c:139
7522 msgid "suppress diff output"
7525 #: builtin/log.c:140
7529 #: builtin/log.c:141
7530 msgid "Use mail map file"
7533 #: builtin/log.c:142
7534 msgid "decorate options"
7537 #: builtin/log.c:145
7538 msgid "Process line range n,m in file, counting from 1"
7541 #: builtin/log.c:241
7543 msgid "Final output: %d %s\n"
7546 #: builtin/log.c:486
7548 msgid "git show %s: bad file"
7551 #: builtin/log.c:500 builtin/log.c:594
7553 msgid "Could not read object %s"
7556 #: builtin/log.c:618
7558 msgid "Unknown type: %d"
7561 #: builtin/log.c:739
7562 msgid "format.headers without value"
7565 #: builtin/log.c:839
7566 msgid "name of output directory is too long"
7569 #: builtin/log.c:854
7571 msgid "Cannot open patch file %s"
7574 #: builtin/log.c:868
7575 msgid "Need exactly one range."
7578 #: builtin/log.c:878
7579 msgid "Not a range."
7582 #: builtin/log.c:984
7583 msgid "Cover letter needs email format"
7586 #: builtin/log.c:1064
7588 msgid "insane in-reply-to: %s"
7591 #: builtin/log.c:1092
7592 msgid "git format-patch [<options>] [<since> | <revision-range>]"
7595 #: builtin/log.c:1137
7596 msgid "Two output directories?"
7599 #: builtin/log.c:1244 builtin/log.c:1883 builtin/log.c:1885 builtin/log.c:1897
7601 msgid "Unknown commit %s"
7604 #: builtin/log.c:1254 builtin/notes.c:254 builtin/notes.c:305
7605 #: builtin/notes.c:307 builtin/notes.c:370 builtin/notes.c:425
7606 #: builtin/notes.c:511 builtin/notes.c:516 builtin/notes.c:594
7607 #: builtin/notes.c:657 builtin/notes.c:882 builtin/tag.c:455
7609 msgid "Failed to resolve '%s' as a valid ref."
7612 #: builtin/log.c:1259
7613 msgid "Could not find exact merge base."
7616 #: builtin/log.c:1263
7618 "Failed to get upstream, if you want to record base commit automatically,\n"
7619 "please use git branch --set-upstream-to to track a remote branch.\n"
7620 "Or you could specify base commit by --base=<base-commit-id> manually."
7623 #: builtin/log.c:1283
7624 msgid "Failed to find exact merge base"
7627 #: builtin/log.c:1294
7628 msgid "base commit should be the ancestor of revision list"
7631 #: builtin/log.c:1298
7632 msgid "base commit shouldn't be in revision list"
7635 #: builtin/log.c:1347
7636 msgid "cannot get patch id"
7639 #: builtin/log.c:1404
7640 msgid "use [PATCH n/m] even with a single patch"
7643 #: builtin/log.c:1407
7644 msgid "use [PATCH] even with multiple patches"
7647 #: builtin/log.c:1411
7648 msgid "print patches to standard out"
7651 #: builtin/log.c:1413
7652 msgid "generate a cover letter"
7655 #: builtin/log.c:1415
7656 msgid "use simple number sequence for output file names"
7659 #: builtin/log.c:1416
7663 #: builtin/log.c:1417
7664 msgid "use <sfx> instead of '.patch'"
7667 #: builtin/log.c:1419
7668 msgid "start numbering patches at <n> instead of 1"
7671 #: builtin/log.c:1421
7672 msgid "mark the series as Nth re-roll"
7675 #: builtin/log.c:1423
7676 msgid "Use [<prefix>] instead of [PATCH]"
7679 #: builtin/log.c:1426
7680 msgid "store resulting files in <dir>"
7683 #: builtin/log.c:1429
7684 msgid "don't strip/add [PATCH]"
7687 #: builtin/log.c:1432
7688 msgid "don't output binary diffs"
7691 #: builtin/log.c:1434
7692 msgid "output all-zero hash in From header"
7695 #: builtin/log.c:1436
7696 msgid "don't include a patch matching a commit upstream"
7699 #: builtin/log.c:1438
7700 msgid "show patch format instead of default (patch + stat)"
7703 #: builtin/log.c:1440
7707 #: builtin/log.c:1441
7711 #: builtin/log.c:1442
7712 msgid "add email header"
7715 #: builtin/log.c:1443 builtin/log.c:1445
7719 #: builtin/log.c:1443
7720 msgid "add To: header"
7723 #: builtin/log.c:1445
7724 msgid "add Cc: header"
7727 #: builtin/log.c:1447
7731 #: builtin/log.c:1448
7732 msgid "set From address to <ident> (or committer ident if absent)"
7735 #: builtin/log.c:1450
7739 #: builtin/log.c:1451
7740 msgid "make first mail a reply to <message-id>"
7743 #: builtin/log.c:1452 builtin/log.c:1455
7747 #: builtin/log.c:1453
7748 msgid "attach the patch"
7751 #: builtin/log.c:1456
7752 msgid "inline the patch"
7755 #: builtin/log.c:1460
7756 msgid "enable message threading, styles: shallow, deep"
7759 #: builtin/log.c:1462
7763 #: builtin/log.c:1463
7764 msgid "add a signature"
7767 #: builtin/log.c:1464
7771 #: builtin/log.c:1465
7772 msgid "add prerequisite tree info to the patch series"
7775 #: builtin/log.c:1467
7776 msgid "add a signature from a file"
7779 #: builtin/log.c:1468
7780 msgid "don't print the patch filenames"
7783 #: builtin/log.c:1558
7784 msgid "-n and -k are mutually exclusive."
7787 #: builtin/log.c:1560
7788 msgid "--subject-prefix and -k are mutually exclusive."
7791 #: builtin/log.c:1568
7792 msgid "--name-only does not make sense"
7795 #: builtin/log.c:1570
7796 msgid "--name-status does not make sense"
7799 #: builtin/log.c:1572
7800 msgid "--check does not make sense"
7803 #: builtin/log.c:1602
7804 msgid "standard output, or directory, which one?"
7807 #: builtin/log.c:1604
7809 msgid "Could not create directory '%s'"
7812 #: builtin/log.c:1698
7814 msgid "unable to read signature file '%s'"
7817 #: builtin/log.c:1769
7818 msgid "Failed to create output files"
7821 #: builtin/log.c:1818
7822 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7825 #: builtin/log.c:1872
7828 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
7831 #: builtin/ls-files.c:379
7832 msgid "git ls-files [<options>] [<file>...]"
7835 #: builtin/ls-files.c:428
7836 msgid "identify the file status with tags"
7839 #: builtin/ls-files.c:430
7840 msgid "use lowercase letters for 'assume unchanged' files"
7843 #: builtin/ls-files.c:432
7844 msgid "show cached files in the output (default)"
7847 #: builtin/ls-files.c:434
7848 msgid "show deleted files in the output"
7851 #: builtin/ls-files.c:436
7852 msgid "show modified files in the output"
7855 #: builtin/ls-files.c:438
7856 msgid "show other files in the output"
7859 #: builtin/ls-files.c:440
7860 msgid "show ignored files in the output"
7863 #: builtin/ls-files.c:443
7864 msgid "show staged contents' object name in the output"
7867 #: builtin/ls-files.c:445
7868 msgid "show files on the filesystem that need to be removed"
7871 #: builtin/ls-files.c:447
7872 msgid "show 'other' directories' names only"
7875 #: builtin/ls-files.c:449
7876 msgid "show line endings of files"
7879 #: builtin/ls-files.c:451
7880 msgid "don't show empty directories"
7883 #: builtin/ls-files.c:454
7884 msgid "show unmerged files in the output"
7887 #: builtin/ls-files.c:456
7888 msgid "show resolve-undo information"
7891 #: builtin/ls-files.c:458
7892 msgid "skip files matching pattern"
7895 #: builtin/ls-files.c:461
7896 msgid "exclude patterns are read from <file>"
7899 #: builtin/ls-files.c:464
7900 msgid "read additional per-directory exclude patterns in <file>"
7903 #: builtin/ls-files.c:466
7904 msgid "add the standard git exclusions"
7907 #: builtin/ls-files.c:469
7908 msgid "make the output relative to the project top directory"
7911 #: builtin/ls-files.c:472
7912 msgid "if any <file> is not in the index, treat this as an error"
7915 #: builtin/ls-files.c:473
7919 #: builtin/ls-files.c:474
7920 msgid "pretend that paths removed since <tree-ish> are still present"
7923 #: builtin/ls-files.c:476
7924 msgid "show debugging data"
7927 #: builtin/ls-remote.c:7
7929 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7930 " [-q | --quiet] [--exit-code] [--get-url]\n"
7931 " [--symref] [<repository> [<refs>...]]"
7934 #: builtin/ls-remote.c:50
7935 msgid "do not print remote URL"
7938 #: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7942 #: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7943 msgid "path of git-upload-pack on the remote host"
7946 #: builtin/ls-remote.c:56
7947 msgid "limit to tags"
7950 #: builtin/ls-remote.c:57
7951 msgid "limit to heads"
7954 #: builtin/ls-remote.c:58
7955 msgid "do not show peeled tags"
7958 #: builtin/ls-remote.c:60
7959 msgid "take url.<base>.insteadOf into account"
7962 #: builtin/ls-remote.c:62
7963 msgid "exit with exit code 2 if no matching refs are found"
7966 #: builtin/ls-remote.c:64
7967 msgid "show underlying ref in addition to the object pointed by it"
7970 #: builtin/ls-tree.c:28
7971 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7974 #: builtin/ls-tree.c:128
7975 msgid "only show trees"
7978 #: builtin/ls-tree.c:130
7979 msgid "recurse into subtrees"
7982 #: builtin/ls-tree.c:132
7983 msgid "show trees when recursing"
7986 #: builtin/ls-tree.c:135
7987 msgid "terminate entries with NUL byte"
7990 #: builtin/ls-tree.c:136
7991 msgid "include object size"
7994 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
7995 msgid "list only filenames"
7998 #: builtin/ls-tree.c:143
7999 msgid "use full path names"
8002 #: builtin/ls-tree.c:145
8003 msgid "list entire tree; not just current directory (implies --full-name)"
8006 #: builtin/merge.c:46
8007 msgid "git merge [<options>] [<commit>...]"
8010 #: builtin/merge.c:47
8011 msgid "git merge [<options>] <msg> HEAD <commit>"
8014 #: builtin/merge.c:48
8015 msgid "git merge --abort"
8018 #: builtin/merge.c:102
8019 msgid "switch `m' requires a value"
8022 #: builtin/merge.c:139
8024 msgid "Could not find merge strategy '%s'.\n"
8027 #: builtin/merge.c:140
8029 msgid "Available strategies are:"
8032 #: builtin/merge.c:145
8034 msgid "Available custom strategies are:"
8037 #: builtin/merge.c:195 builtin/pull.c:126
8038 msgid "do not show a diffstat at the end of the merge"
8041 #: builtin/merge.c:198 builtin/pull.c:129
8042 msgid "show a diffstat at the end of the merge"
8045 #: builtin/merge.c:199 builtin/pull.c:132
8046 msgid "(synonym to --stat)"
8049 #: builtin/merge.c:201 builtin/pull.c:135
8050 msgid "add (at most <n>) entries from shortlog to merge commit message"
8053 #: builtin/merge.c:204 builtin/pull.c:138
8054 msgid "create a single commit instead of doing a merge"
8057 #: builtin/merge.c:206 builtin/pull.c:141
8058 msgid "perform a commit if the merge succeeds (default)"
8061 #: builtin/merge.c:208 builtin/pull.c:144
8062 msgid "edit message before committing"
8065 #: builtin/merge.c:209
8066 msgid "allow fast-forward (default)"
8069 #: builtin/merge.c:211 builtin/pull.c:150
8070 msgid "abort if fast-forward is not possible"
8073 #: builtin/merge.c:215 builtin/pull.c:153
8074 msgid "verify that the named commit has a valid GPG signature"
8077 #: builtin/merge.c:216 builtin/notes.c:772 builtin/pull.c:157
8078 #: builtin/revert.c:89
8082 #: builtin/merge.c:217 builtin/pull.c:158
8083 msgid "merge strategy to use"
8086 #: builtin/merge.c:218 builtin/pull.c:161
8087 msgid "option=value"
8090 #: builtin/merge.c:219 builtin/pull.c:162
8091 msgid "option for selected merge strategy"
8094 #: builtin/merge.c:221
8095 msgid "merge commit message (for a non-fast-forward merge)"
8098 #: builtin/merge.c:225
8099 msgid "abort the current in-progress merge"
8102 #: builtin/merge.c:227 builtin/pull.c:169
8103 msgid "allow merging unrelated histories"
8106 #: builtin/merge.c:255
8107 msgid "could not run stash."
8110 #: builtin/merge.c:260
8111 msgid "stash failed"
8114 #: builtin/merge.c:265
8116 msgid "not a valid object: %s"
8119 #: builtin/merge.c:284 builtin/merge.c:301
8120 msgid "read-tree failed"
8123 #: builtin/merge.c:331
8124 msgid " (nothing to squash)"
8127 #: builtin/merge.c:342
8129 msgid "Squash commit -- not updating HEAD\n"
8132 #: builtin/merge.c:392
8134 msgid "No merge message -- not updating HEAD\n"
8137 #: builtin/merge.c:443
8139 msgid "'%s' does not point to a commit"
8142 #: builtin/merge.c:533
8144 msgid "Bad branch.%s.mergeoptions string: %s"
8147 #: builtin/merge.c:652
8148 msgid "Not handling anything other than two heads merge."
8151 #: builtin/merge.c:666
8153 msgid "Unknown option for merge-recursive: -X%s"
8156 #: builtin/merge.c:681
8158 msgid "unable to write %s"
8161 #: builtin/merge.c:733
8163 msgid "Could not read from '%s'"
8166 #: builtin/merge.c:742
8168 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
8171 #: builtin/merge.c:748
8174 "Please enter a commit message to explain why this merge is necessary,\n"
8175 "especially if it merges an updated upstream into a topic branch.\n"
8177 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
8181 #: builtin/merge.c:772
8182 msgid "Empty commit message."
8185 #: builtin/merge.c:792
8187 msgid "Wonderful.\n"
8190 #: builtin/merge.c:847
8192 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
8195 #: builtin/merge.c:863
8197 msgid "'%s' is not a commit"
8200 #: builtin/merge.c:904
8201 msgid "No current branch."
8204 #: builtin/merge.c:906
8205 msgid "No remote for the current branch."
8208 #: builtin/merge.c:908
8209 msgid "No default upstream defined for the current branch."
8212 #: builtin/merge.c:913
8214 msgid "No remote-tracking branch for %s from %s"
8217 #: builtin/merge.c:960
8219 msgid "Bad value '%s' in environment '%s'"
8222 #: builtin/merge.c:1034
8224 msgid "could not close '%s'"
8227 #: builtin/merge.c:1061
8229 msgid "not something we can merge in %s: %s"
8232 #: builtin/merge.c:1095
8233 msgid "not something we can merge"
8236 #: builtin/merge.c:1162
8237 msgid "There is no merge to abort (MERGE_HEAD missing)."
8240 #: builtin/merge.c:1178
8242 "You have not concluded your merge (MERGE_HEAD exists).\n"
8243 "Please, commit your changes before you merge."
8246 #: builtin/merge.c:1185
8248 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
8249 "Please, commit your changes before you merge."
8252 #: builtin/merge.c:1188
8253 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
8256 #: builtin/merge.c:1197
8257 msgid "You cannot combine --squash with --no-ff."
8260 #: builtin/merge.c:1205
8261 msgid "No commit specified and merge.defaultToUpstream not set."
8264 #: builtin/merge.c:1222
8265 msgid "Squash commit into empty head not supported yet"
8268 #: builtin/merge.c:1224
8269 msgid "Non-fast-forward commit does not make sense into an empty head"
8272 #: builtin/merge.c:1229
8274 msgid "%s - not something we can merge"
8277 #: builtin/merge.c:1231
8278 msgid "Can merge only exactly one commit into empty head"
8281 #: builtin/merge.c:1287
8283 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
8286 #: builtin/merge.c:1290
8288 msgid "Commit %s has a bad GPG signature allegedly by %s."
8291 #: builtin/merge.c:1293
8293 msgid "Commit %s does not have a GPG signature."
8296 #: builtin/merge.c:1296
8298 msgid "Commit %s has a good GPG signature by %s\n"
8301 #: builtin/merge.c:1358
8302 msgid "refusing to merge unrelated histories"
8305 #: builtin/merge.c:1367
8306 msgid "Already up-to-date."
8309 #: builtin/merge.c:1382
8311 msgid "Updating %s..%s\n"
8314 #: builtin/merge.c:1419
8316 msgid "Trying really trivial in-index merge...\n"
8319 #: builtin/merge.c:1426
8324 #: builtin/merge.c:1451
8325 msgid "Already up-to-date. Yeeah!"
8328 #: builtin/merge.c:1457
8329 msgid "Not possible to fast-forward, aborting."
8332 #: builtin/merge.c:1480 builtin/merge.c:1559
8334 msgid "Rewinding the tree to pristine...\n"
8337 #: builtin/merge.c:1484
8339 msgid "Trying merge strategy %s...\n"
8342 #: builtin/merge.c:1550
8344 msgid "No merge strategy handled the merge.\n"
8347 #: builtin/merge.c:1552
8349 msgid "Merge with strategy %s failed.\n"
8352 #: builtin/merge.c:1561
8354 msgid "Using the %s to prepare resolving by hand.\n"
8357 #: builtin/merge.c:1573
8359 msgid "Automatic merge went well; stopped before committing as requested\n"
8362 #: builtin/merge-base.c:29
8363 msgid "git merge-base [-a | --all] <commit> <commit>..."
8366 #: builtin/merge-base.c:30
8367 msgid "git merge-base [-a | --all] --octopus <commit>..."
8370 #: builtin/merge-base.c:31
8371 msgid "git merge-base --independent <commit>..."
8374 #: builtin/merge-base.c:32
8375 msgid "git merge-base --is-ancestor <commit> <commit>"
8378 #: builtin/merge-base.c:33
8379 msgid "git merge-base --fork-point <ref> [<commit>]"
8382 #: builtin/merge-base.c:214
8383 msgid "output all common ancestors"
8386 #: builtin/merge-base.c:216
8387 msgid "find ancestors for a single n-way merge"
8390 #: builtin/merge-base.c:218
8391 msgid "list revs not reachable from others"
8394 #: builtin/merge-base.c:220
8395 msgid "is the first one ancestor of the other?"
8398 #: builtin/merge-base.c:222
8399 msgid "find where <commit> forked from reflog of <ref>"
8402 #: builtin/merge-file.c:8
8404 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
8405 "<orig-file> <file2>"
8408 #: builtin/merge-file.c:33
8409 msgid "send results to standard output"
8412 #: builtin/merge-file.c:34
8413 msgid "use a diff3 based merge"
8416 #: builtin/merge-file.c:35
8417 msgid "for conflicts, use our version"
8420 #: builtin/merge-file.c:37
8421 msgid "for conflicts, use their version"
8424 #: builtin/merge-file.c:39
8425 msgid "for conflicts, use a union version"
8428 #: builtin/merge-file.c:42
8429 msgid "for conflicts, use this marker size"
8432 #: builtin/merge-file.c:43
8433 msgid "do not warn about conflicts"
8436 #: builtin/merge-file.c:45
8437 msgid "set labels for file1/orig-file/file2"
8440 #: builtin/mktree.c:65
8441 msgid "git mktree [-z] [--missing] [--batch]"
8444 #: builtin/mktree.c:152
8445 msgid "input is NUL terminated"
8448 #: builtin/mktree.c:153 builtin/write-tree.c:24
8449 msgid "allow missing objects"
8452 #: builtin/mktree.c:154
8453 msgid "allow creation of more than one tree"
8457 msgid "git mv [<options>] <source>... <destination>"
8462 msgid "Directory %s is in index and no submodule?"
8465 #: builtin/mv.c:72 builtin/rm.c:317
8466 msgid "Please stage your changes to .gitmodules or stash them to proceed"
8471 msgid "%.*s is in index"
8475 msgid "force move/rename even if target exists"
8479 msgid "skip move/rename errors"
8484 msgid "destination '%s' is not a directory"
8489 msgid "Checking rename of '%s' to '%s'\n"
8497 msgid "can not move directory into itself"
8501 msgid "cannot move directory over file"
8505 msgid "source directory is empty"
8509 msgid "not under version control"
8513 msgid "destination exists"
8518 msgid "overwriting '%s'"
8522 msgid "Cannot overwrite"
8526 msgid "multiple sources for the same target"
8530 msgid "destination directory does not exist"
8535 msgid "%s, source=%s, destination=%s"
8540 msgid "Renaming %s to %s\n"
8543 #: builtin/mv.c:263 builtin/remote.c:710 builtin/repack.c:375
8545 msgid "renaming '%s' failed"
8548 #: builtin/name-rev.c:258
8549 msgid "git name-rev [<options>] <commit>..."
8552 #: builtin/name-rev.c:259
8553 msgid "git name-rev [<options>] --all"
8556 #: builtin/name-rev.c:260
8557 msgid "git name-rev [<options>] --stdin"
8560 #: builtin/name-rev.c:312
8561 msgid "print only names (no SHA-1)"
8564 #: builtin/name-rev.c:313
8565 msgid "only use tags to name the commits"
8568 #: builtin/name-rev.c:315
8569 msgid "only use refs matching <pattern>"
8572 #: builtin/name-rev.c:317
8573 msgid "list all commits reachable from all refs"
8576 #: builtin/name-rev.c:318
8577 msgid "read from stdin"
8580 #: builtin/name-rev.c:319
8581 msgid "allow to print `undefined` names (default)"
8584 #: builtin/name-rev.c:325
8585 msgid "dereference tags in the input (internal use)"
8588 #: builtin/notes.c:25
8589 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
8592 #: builtin/notes.c:26
8594 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
8595 "| (-c | -C) <object>] [<object>]"
8598 #: builtin/notes.c:27
8599 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
8602 #: builtin/notes.c:28
8604 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
8605 "(-c | -C) <object>] [<object>]"
8608 #: builtin/notes.c:29
8609 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
8612 #: builtin/notes.c:30
8613 msgid "git notes [--ref <notes-ref>] show [<object>]"
8616 #: builtin/notes.c:31
8618 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
8621 #: builtin/notes.c:32
8622 msgid "git notes merge --commit [-v | -q]"
8625 #: builtin/notes.c:33
8626 msgid "git notes merge --abort [-v | -q]"
8629 #: builtin/notes.c:34
8630 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
8633 #: builtin/notes.c:35
8634 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
8637 #: builtin/notes.c:36
8638 msgid "git notes [--ref <notes-ref>] get-ref"
8641 #: builtin/notes.c:41
8642 msgid "git notes [list [<object>]]"
8645 #: builtin/notes.c:46
8646 msgid "git notes add [<options>] [<object>]"
8649 #: builtin/notes.c:51
8650 msgid "git notes copy [<options>] <from-object> <to-object>"
8653 #: builtin/notes.c:52
8654 msgid "git notes copy --stdin [<from-object> <to-object>]..."
8657 #: builtin/notes.c:57
8658 msgid "git notes append [<options>] [<object>]"
8661 #: builtin/notes.c:62
8662 msgid "git notes edit [<object>]"
8665 #: builtin/notes.c:67
8666 msgid "git notes show [<object>]"
8669 #: builtin/notes.c:72
8670 msgid "git notes merge [<options>] <notes-ref>"
8673 #: builtin/notes.c:73
8674 msgid "git notes merge --commit [<options>]"
8677 #: builtin/notes.c:74
8678 msgid "git notes merge --abort [<options>]"
8681 #: builtin/notes.c:79
8682 msgid "git notes remove [<object>]"
8685 #: builtin/notes.c:84
8686 msgid "git notes prune [<options>]"
8689 #: builtin/notes.c:89
8690 msgid "git notes get-ref"
8693 #: builtin/notes.c:94
8694 msgid "Write/edit the notes for the following object:"
8697 #: builtin/notes.c:147
8699 msgid "unable to start 'show' for object '%s'"
8702 #: builtin/notes.c:151
8703 msgid "could not read 'show' output"
8706 #: builtin/notes.c:159
8708 msgid "failed to finish 'show' for object '%s'"
8711 #: builtin/notes.c:194
8712 msgid "Please supply the note contents using either -m or -F option"
8715 #: builtin/notes.c:203
8716 msgid "unable to write note object"
8719 #: builtin/notes.c:205
8721 msgid "The note contents have been left in %s"
8724 #: builtin/notes.c:233 builtin/tag.c:439
8726 msgid "cannot read '%s'"
8729 #: builtin/notes.c:235 builtin/tag.c:442
8731 msgid "could not open or read '%s'"
8734 #: builtin/notes.c:257
8736 msgid "Failed to read object '%s'."
8739 #: builtin/notes.c:261
8741 msgid "Cannot read note data from non-blob object '%s'."
8744 #: builtin/notes.c:363 builtin/notes.c:418 builtin/notes.c:494
8745 #: builtin/notes.c:506 builtin/notes.c:582 builtin/notes.c:650
8746 #: builtin/notes.c:800 builtin/notes.c:947 builtin/notes.c:968
8747 msgid "too many parameters"
8750 #: builtin/notes.c:376 builtin/notes.c:663
8752 msgid "No note found for object %s."
8755 #: builtin/notes.c:397 builtin/notes.c:560
8756 msgid "note contents as a string"
8759 #: builtin/notes.c:400 builtin/notes.c:563
8760 msgid "note contents in a file"
8763 #: builtin/notes.c:403 builtin/notes.c:566
8764 msgid "reuse and edit specified note object"
8767 #: builtin/notes.c:406 builtin/notes.c:569
8768 msgid "reuse specified note object"
8771 #: builtin/notes.c:409 builtin/notes.c:572
8772 msgid "allow storing empty note"
8775 #: builtin/notes.c:410 builtin/notes.c:481
8776 msgid "replace existing notes"
8779 #: builtin/notes.c:435
8782 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8786 #: builtin/notes.c:450 builtin/notes.c:529
8788 msgid "Overwriting existing notes for object %s\n"
8791 #: builtin/notes.c:461 builtin/notes.c:622 builtin/notes.c:887
8793 msgid "Removing note for object %s\n"
8796 #: builtin/notes.c:482
8797 msgid "read objects from stdin"
8800 #: builtin/notes.c:484
8801 msgid "load rewriting config for <command> (implies --stdin)"
8804 #: builtin/notes.c:502
8805 msgid "too few parameters"
8808 #: builtin/notes.c:523
8811 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8815 #: builtin/notes.c:535
8817 msgid "Missing notes on source object %s. Cannot copy."
8820 #: builtin/notes.c:587
8823 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8824 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8827 #: builtin/notes.c:753
8829 msgid "unknown notes merge strategy %s"
8832 #: builtin/notes.c:769
8833 msgid "General options"
8836 #: builtin/notes.c:771
8837 msgid "Merge options"
8840 #: builtin/notes.c:773
8842 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8846 #: builtin/notes.c:775
8847 msgid "Committing unmerged notes"
8850 #: builtin/notes.c:777
8851 msgid "finalize notes merge by committing unmerged notes"
8854 #: builtin/notes.c:779
8855 msgid "Aborting notes merge resolution"
8858 #: builtin/notes.c:781
8859 msgid "abort notes merge"
8862 #: builtin/notes.c:792
8863 msgid "cannot mix --commit, --abort or -s/--strategy"
8866 #: builtin/notes.c:797
8867 msgid "Must specify a notes ref to merge"
8870 #: builtin/notes.c:821
8872 msgid "Unknown -s/--strategy: %s"
8875 #: builtin/notes.c:858
8877 msgid "A notes merge into %s is already in-progress at %s"
8880 #: builtin/notes.c:861
8882 msgid "Failed to store link to current notes ref (%s)"
8885 #: builtin/notes.c:863
8888 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
8889 "'git notes merge --commit', or abort the merge with 'git notes merge --"
8893 #: builtin/notes.c:885
8895 msgid "Object %s has no note\n"
8898 #: builtin/notes.c:897
8899 msgid "attempt to remove non-existent note is not an error"
8902 #: builtin/notes.c:900
8903 msgid "read object names from the standard input"
8906 #: builtin/notes.c:938 builtin/prune.c:105 builtin/worktree.c:127
8907 msgid "do not remove, show only"
8910 #: builtin/notes.c:939
8911 msgid "report pruned notes"
8914 #: builtin/notes.c:981
8918 #: builtin/notes.c:982
8919 msgid "use notes from <notes-ref>"
8922 #: builtin/notes.c:1017 builtin/remote.c:1623
8924 msgid "Unknown subcommand: %s"
8927 #: builtin/pack-objects.c:28
8929 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8932 #: builtin/pack-objects.c:29
8934 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8937 #: builtin/pack-objects.c:177 builtin/pack-objects.c:180
8939 msgid "deflate error (%d)"
8942 #: builtin/pack-objects.c:766
8943 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
8946 #: builtin/pack-objects.c:779
8947 msgid "Writing objects"
8950 #: builtin/pack-objects.c:1037
8951 msgid "disabling bitmap writing, as some objects are not being packed"
8954 #: builtin/pack-objects.c:2197
8955 msgid "Compressing objects"
8958 #: builtin/pack-objects.c:2611
8960 msgid "unsupported index version %s"
8963 #: builtin/pack-objects.c:2615
8965 msgid "bad index version '%s'"
8968 #: builtin/pack-objects.c:2645
8969 msgid "do not show progress meter"
8972 #: builtin/pack-objects.c:2647
8973 msgid "show progress meter"
8976 #: builtin/pack-objects.c:2649
8977 msgid "show progress meter during object writing phase"
8980 #: builtin/pack-objects.c:2652
8981 msgid "similar to --all-progress when progress meter is shown"
8984 #: builtin/pack-objects.c:2653
8985 msgid "version[,offset]"
8988 #: builtin/pack-objects.c:2654
8989 msgid "write the pack index file in the specified idx format version"
8992 #: builtin/pack-objects.c:2657
8993 msgid "maximum size of each output pack file"
8996 #: builtin/pack-objects.c:2659
8997 msgid "ignore borrowed objects from alternate object store"
9000 #: builtin/pack-objects.c:2661
9001 msgid "ignore packed objects"
9004 #: builtin/pack-objects.c:2663
9005 msgid "limit pack window by objects"
9008 #: builtin/pack-objects.c:2665
9009 msgid "limit pack window by memory in addition to object limit"
9012 #: builtin/pack-objects.c:2667
9013 msgid "maximum length of delta chain allowed in the resulting pack"
9016 #: builtin/pack-objects.c:2669
9017 msgid "reuse existing deltas"
9020 #: builtin/pack-objects.c:2671
9021 msgid "reuse existing objects"
9024 #: builtin/pack-objects.c:2673
9025 msgid "use OFS_DELTA objects"
9028 #: builtin/pack-objects.c:2675
9029 msgid "use threads when searching for best delta matches"
9032 #: builtin/pack-objects.c:2677
9033 msgid "do not create an empty pack output"
9036 #: builtin/pack-objects.c:2679
9037 msgid "read revision arguments from standard input"
9040 #: builtin/pack-objects.c:2681
9041 msgid "limit the objects to those that are not yet packed"
9044 #: builtin/pack-objects.c:2684
9045 msgid "include objects reachable from any reference"
9048 #: builtin/pack-objects.c:2687
9049 msgid "include objects referred by reflog entries"
9052 #: builtin/pack-objects.c:2690
9053 msgid "include objects referred to by the index"
9056 #: builtin/pack-objects.c:2693
9057 msgid "output pack to stdout"
9060 #: builtin/pack-objects.c:2695
9061 msgid "include tag objects that refer to objects to be packed"
9064 #: builtin/pack-objects.c:2697
9065 msgid "keep unreachable objects"
9068 #: builtin/pack-objects.c:2699
9069 msgid "pack loose unreachable objects"
9072 #: builtin/pack-objects.c:2700 parse-options.h:142
9076 #: builtin/pack-objects.c:2701
9077 msgid "unpack unreachable objects newer than <time>"
9080 #: builtin/pack-objects.c:2704
9081 msgid "create thin packs"
9084 #: builtin/pack-objects.c:2706
9085 msgid "create packs suitable for shallow fetches"
9088 #: builtin/pack-objects.c:2708
9089 msgid "ignore packs that have companion .keep file"
9092 #: builtin/pack-objects.c:2710
9093 msgid "pack compression level"
9096 #: builtin/pack-objects.c:2712
9097 msgid "do not hide commits by grafts"
9100 #: builtin/pack-objects.c:2714
9101 msgid "use a bitmap index if available to speed up counting objects"
9104 #: builtin/pack-objects.c:2716
9105 msgid "write a bitmap index together with the pack index"
9108 #: builtin/pack-objects.c:2829
9109 msgid "Counting objects"
9112 #: builtin/pack-refs.c:6
9113 msgid "git pack-refs [<options>]"
9116 #: builtin/pack-refs.c:14
9117 msgid "pack everything"
9120 #: builtin/pack-refs.c:15
9121 msgid "prune loose refs (default)"
9124 #: builtin/prune-packed.c:7
9125 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
9128 #: builtin/prune-packed.c:40
9129 msgid "Removing duplicate objects"
9132 #: builtin/prune.c:11
9133 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
9136 #: builtin/prune.c:106 builtin/worktree.c:128
9137 msgid "report pruned objects"
9140 #: builtin/prune.c:109 builtin/worktree.c:130
9141 msgid "expire objects older than <time>"
9144 #: builtin/prune.c:123
9145 msgid "cannot prune in a precious-objects repo"
9148 #: builtin/pull.c:72
9149 msgid "git pull [<options>] [<repository> [<refspec>...]]"
9152 #: builtin/pull.c:120
9153 msgid "Options related to merging"
9156 #: builtin/pull.c:123
9157 msgid "incorporate changes by rebasing rather than merging"
9160 #: builtin/pull.c:147 builtin/revert.c:101
9161 msgid "allow fast-forward"
9164 #: builtin/pull.c:156
9165 msgid "automatically stash/stash pop before and after rebase"
9168 #: builtin/pull.c:172
9169 msgid "Options related to fetching"
9172 #: builtin/pull.c:194
9173 msgid "number of submodules pulled in parallel"
9176 #: builtin/pull.c:283
9178 msgid "Invalid value for pull.ff: %s"
9181 #: builtin/pull.c:379 git-sh-setup.sh:226
9182 msgid "Cannot pull with rebase: You have unstaged changes."
9185 #: builtin/pull.c:385 git-sh-setup.sh:252
9186 msgid "Additionally, your index contains uncommitted changes."
9189 #: builtin/pull.c:387 git-sh-setup.sh:245
9190 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
9193 #: builtin/pull.c:463
9195 "There is no candidate for rebasing against among the refs that you just "
9199 #: builtin/pull.c:465
9201 "There are no candidates for merging among the refs that you just fetched."
9204 #: builtin/pull.c:466
9206 "Generally this means that you provided a wildcard refspec which had no\n"
9207 "matches on the remote end."
9210 #: builtin/pull.c:469
9213 "You asked to pull from the remote '%s', but did not specify\n"
9214 "a branch. Because this is not the default configured remote\n"
9215 "for your current branch, you must specify a branch on the command line."
9218 #: builtin/pull.c:474 git-parse-remote.sh:73
9219 msgid "You are not currently on a branch."
9222 #: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:79
9223 msgid "Please specify which branch you want to rebase against."
9226 #: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:82
9227 msgid "Please specify which branch you want to merge with."
9230 #: builtin/pull.c:479 builtin/pull.c:494
9231 msgid "See git-pull(1) for details."
9234 #: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:496
9235 #: git-parse-remote.sh:64
9239 #: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:501 git-rebase.sh:451
9240 #: git-parse-remote.sh:65
9244 #: builtin/pull.c:489 git-parse-remote.sh:75
9245 msgid "There is no tracking information for the current branch."
9248 #: builtin/pull.c:498 git-parse-remote.sh:95
9250 "If you wish to set tracking information for this branch you can do so with:"
9253 #: builtin/pull.c:503
9256 "Your configuration specifies to merge with the ref '%s'\n"
9257 "from the remote, but no such ref was fetched."
9260 #: builtin/pull.c:820
9261 msgid "ignoring --verify-signatures for rebase"
9264 #: builtin/pull.c:867
9265 msgid "--[no-]autostash option is only valid with --rebase."
9268 #: builtin/pull.c:875
9269 msgid "Updating an unborn branch with changes added to the index."
9272 #: builtin/pull.c:903
9275 "fetch updated the current branch head.\n"
9276 "fast-forwarding your working tree from\n"
9280 #: builtin/pull.c:908
9283 "Cannot fast-forward your working tree.\n"
9284 "After making sure that you saved anything precious from\n"
9287 "$ git reset --hard\n"
9291 #: builtin/pull.c:923
9292 msgid "Cannot merge multiple branches into empty head."
9295 #: builtin/pull.c:927
9296 msgid "Cannot rebase onto multiple branches."
9299 #: builtin/push.c:16
9300 msgid "git push [<options>] [<repository> [<refspec>...]]"
9303 #: builtin/push.c:89
9304 msgid "tag shorthand without <tag>"
9307 #: builtin/push.c:99
9308 msgid "--delete only accepts plain target ref names"
9311 #: builtin/push.c:143
9314 "To choose either option permanently, see push.default in 'git help config'."
9317 #: builtin/push.c:146
9320 "The upstream branch of your current branch does not match\n"
9321 "the name of your current branch. To push to the upstream branch\n"
9322 "on the remote, use\n"
9324 " git push %s HEAD:%s\n"
9326 "To push to the branch of the same name on the remote, use\n"
9332 #: builtin/push.c:161
9335 "You are not currently on a branch.\n"
9336 "To push the history leading to the current (detached HEAD)\n"
9339 " git push %s HEAD:<name-of-remote-branch>\n"
9342 #: builtin/push.c:175
9345 "The current branch %s has no upstream branch.\n"
9346 "To push the current branch and set the remote as upstream, use\n"
9348 " git push --set-upstream %s %s\n"
9351 #: builtin/push.c:183
9353 msgid "The current branch %s has multiple upstream branches, refusing to push."
9356 #: builtin/push.c:186
9359 "You are pushing to remote '%s', which is not the upstream of\n"
9360 "your current branch '%s', without telling me what to push\n"
9361 "to update which remote branch."
9364 #: builtin/push.c:242
9366 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
9369 #: builtin/push.c:249
9371 "Updates were rejected because the tip of your current branch is behind\n"
9372 "its remote counterpart. Integrate the remote changes (e.g.\n"
9373 "'git pull ...') before pushing again.\n"
9374 "See the 'Note about fast-forwards' in 'git push --help' for details."
9377 #: builtin/push.c:255
9379 "Updates were rejected because a pushed branch tip is behind its remote\n"
9380 "counterpart. Check out this branch and integrate the remote changes\n"
9381 "(e.g. 'git pull ...') before pushing again.\n"
9382 "See the 'Note about fast-forwards' in 'git push --help' for details."
9385 #: builtin/push.c:261
9387 "Updates were rejected because the remote contains work that you do\n"
9388 "not have locally. This is usually caused by another repository pushing\n"
9389 "to the same ref. You may want to first integrate the remote changes\n"
9390 "(e.g., 'git pull ...') before pushing again.\n"
9391 "See the 'Note about fast-forwards' in 'git push --help' for details."
9394 #: builtin/push.c:268
9395 msgid "Updates were rejected because the tag already exists in the remote."
9398 #: builtin/push.c:271
9400 "You cannot update a remote ref that points at a non-commit object,\n"
9401 "or update a remote ref to make it point at a non-commit object,\n"
9402 "without using the '--force' option.\n"
9405 #: builtin/push.c:331
9407 msgid "Pushing to %s\n"
9410 #: builtin/push.c:335
9412 msgid "failed to push some refs to '%s'"
9415 #: builtin/push.c:366
9417 msgid "bad repository '%s'"
9420 #: builtin/push.c:367
9422 "No configured push destination.\n"
9423 "Either specify the URL from the command-line or configure a remote "
9424 "repository using\n"
9426 " git remote add <name> <url>\n"
9428 "and then push using the remote name\n"
9430 " git push <name>\n"
9433 #: builtin/push.c:385
9434 msgid "--all and --tags are incompatible"
9437 #: builtin/push.c:386
9438 msgid "--all can't be combined with refspecs"
9441 #: builtin/push.c:391
9442 msgid "--mirror and --tags are incompatible"
9445 #: builtin/push.c:392
9446 msgid "--mirror can't be combined with refspecs"
9449 #: builtin/push.c:397
9450 msgid "--all and --mirror are incompatible"
9453 #: builtin/push.c:515
9457 #: builtin/push.c:516 builtin/send-pack.c:161
9458 msgid "push all refs"
9461 #: builtin/push.c:517 builtin/send-pack.c:163
9462 msgid "mirror all refs"
9465 #: builtin/push.c:519
9469 #: builtin/push.c:520
9470 msgid "push tags (can't be used with --all or --mirror)"
9473 #: builtin/push.c:523 builtin/send-pack.c:164
9474 msgid "force updates"
9477 #: builtin/push.c:525 builtin/send-pack.c:175
9478 msgid "refname>:<expect"
9481 #: builtin/push.c:526 builtin/send-pack.c:176
9482 msgid "require old value of ref to be at this value"
9485 #: builtin/push.c:529
9486 msgid "control recursive pushing of submodules"
9489 #: builtin/push.c:531 builtin/send-pack.c:169
9490 msgid "use thin pack"
9493 #: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:158
9494 #: builtin/send-pack.c:159
9495 msgid "receive pack program"
9498 #: builtin/push.c:534
9499 msgid "set upstream for git pull/status"
9502 #: builtin/push.c:537
9503 msgid "prune locally removed refs"
9506 #: builtin/push.c:539
9507 msgid "bypass pre-push hook"
9510 #: builtin/push.c:540
9511 msgid "push missing but relevant tags"
9514 #: builtin/push.c:543 builtin/send-pack.c:166
9515 msgid "GPG sign the push"
9518 #: builtin/push.c:545 builtin/send-pack.c:170
9519 msgid "request atomic transaction on remote side"
9522 #: builtin/push.c:546
9523 msgid "server-specific"
9526 #: builtin/push.c:546
9527 msgid "option to transmit"
9530 #: builtin/push.c:560
9531 msgid "--delete is incompatible with --all, --mirror and --tags"
9534 #: builtin/push.c:562
9535 msgid "--delete doesn't make sense without any refs"
9538 #: builtin/push.c:579
9539 msgid "push options must not have new line characters"
9542 #: builtin/read-tree.c:37
9544 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
9545 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
9546 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
9549 #: builtin/read-tree.c:110
9550 msgid "write resulting index to <file>"
9553 #: builtin/read-tree.c:113
9554 msgid "only empty the index"
9557 #: builtin/read-tree.c:115
9561 #: builtin/read-tree.c:117
9562 msgid "perform a merge in addition to a read"
9565 #: builtin/read-tree.c:119
9566 msgid "3-way merge if no file level merging required"
9569 #: builtin/read-tree.c:121
9570 msgid "3-way merge in presence of adds and removes"
9573 #: builtin/read-tree.c:123
9574 msgid "same as -m, but discard unmerged entries"
9577 #: builtin/read-tree.c:124
9578 msgid "<subdirectory>/"
9581 #: builtin/read-tree.c:125
9582 msgid "read the tree into the index under <subdirectory>/"
9585 #: builtin/read-tree.c:128
9586 msgid "update working tree with merge result"
9589 #: builtin/read-tree.c:130
9593 #: builtin/read-tree.c:131
9594 msgid "allow explicitly ignored files to be overwritten"
9597 #: builtin/read-tree.c:134
9598 msgid "don't check the working tree after merging"
9601 #: builtin/read-tree.c:135
9602 msgid "don't update the index or the work tree"
9605 #: builtin/read-tree.c:137
9606 msgid "skip applying sparse checkout filter"
9609 #: builtin/read-tree.c:139
9610 msgid "debug unpack-trees"
9613 #: builtin/receive-pack.c:25
9614 msgid "git receive-pack <git-dir>"
9617 #: builtin/receive-pack.c:1843
9621 #: builtin/receive-pack.c:1857
9622 msgid "You must specify a directory."
9625 #: builtin/reflog.c:423
9627 msgid "'%s' for '%s' is not a valid timestamp"
9630 #: builtin/reflog.c:540 builtin/reflog.c:545
9632 msgid "'%s' is not a valid timestamp"
9635 #: builtin/remote.c:12
9636 msgid "git remote [-v | --verbose]"
9639 #: builtin/remote.c:13
9641 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
9642 "mirror=<fetch|push>] <name> <url>"
9645 #: builtin/remote.c:14 builtin/remote.c:34
9646 msgid "git remote rename <old> <new>"
9649 #: builtin/remote.c:15 builtin/remote.c:39
9650 msgid "git remote remove <name>"
9653 #: builtin/remote.c:16 builtin/remote.c:44
9654 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
9657 #: builtin/remote.c:17
9658 msgid "git remote [-v | --verbose] show [-n] <name>"
9661 #: builtin/remote.c:18
9662 msgid "git remote prune [-n | --dry-run] <name>"
9665 #: builtin/remote.c:19
9667 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
9670 #: builtin/remote.c:20
9671 msgid "git remote set-branches [--add] <name> <branch>..."
9674 #: builtin/remote.c:21 builtin/remote.c:70
9675 msgid "git remote get-url [--push] [--all] <name>"
9678 #: builtin/remote.c:22 builtin/remote.c:75
9679 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
9682 #: builtin/remote.c:23 builtin/remote.c:76
9683 msgid "git remote set-url --add <name> <newurl>"
9686 #: builtin/remote.c:24 builtin/remote.c:77
9687 msgid "git remote set-url --delete <name> <url>"
9690 #: builtin/remote.c:29
9691 msgid "git remote add [<options>] <name> <url>"
9694 #: builtin/remote.c:49
9695 msgid "git remote set-branches <name> <branch>..."
9698 #: builtin/remote.c:50
9699 msgid "git remote set-branches --add <name> <branch>..."
9702 #: builtin/remote.c:55
9703 msgid "git remote show [<options>] <name>"
9706 #: builtin/remote.c:60
9707 msgid "git remote prune [<options>] <name>"
9710 #: builtin/remote.c:65
9711 msgid "git remote update [<options>] [<group> | <remote>]..."
9714 #: builtin/remote.c:94
9719 #: builtin/remote.c:126
9721 "--mirror is dangerous and deprecated; please\n"
9722 "\t use --mirror=fetch or --mirror=push instead"
9725 #: builtin/remote.c:143
9727 msgid "unknown mirror argument: %s"
9730 #: builtin/remote.c:159
9731 msgid "fetch the remote branches"
9734 #: builtin/remote.c:161
9735 msgid "import all tags and associated objects when fetching"
9738 #: builtin/remote.c:164
9739 msgid "or do not fetch any tag at all (--no-tags)"
9742 #: builtin/remote.c:166
9743 msgid "branch(es) to track"
9746 #: builtin/remote.c:167
9747 msgid "master branch"
9750 #: builtin/remote.c:168
9754 #: builtin/remote.c:169
9755 msgid "set up remote as a mirror to push to or fetch from"
9758 #: builtin/remote.c:181
9759 msgid "specifying a master branch makes no sense with --mirror"
9762 #: builtin/remote.c:183
9763 msgid "specifying branches to track makes sense only with fetch mirrors"
9766 #: builtin/remote.c:190 builtin/remote.c:629
9768 msgid "remote %s already exists."
9771 #: builtin/remote.c:194 builtin/remote.c:633
9773 msgid "'%s' is not a valid remote name"
9776 #: builtin/remote.c:234
9778 msgid "Could not setup master '%s'"
9781 #: builtin/remote.c:336
9783 msgid "Could not get fetch map for refspec %s"
9786 #: builtin/remote.c:437 builtin/remote.c:445
9790 #: builtin/remote.c:449
9794 #: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
9796 msgid "No such remote: %s"
9799 #: builtin/remote.c:639
9801 msgid "Could not rename config section '%s' to '%s'"
9804 #: builtin/remote.c:659
9807 "Not updating non-default fetch refspec\n"
9809 "\tPlease update the configuration manually if necessary."
9812 #: builtin/remote.c:695
9814 msgid "deleting '%s' failed"
9817 #: builtin/remote.c:729
9819 msgid "creating '%s' failed"
9822 #: builtin/remote.c:792
9824 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9825 "to delete it, use:"
9827 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9828 "to delete them, use:"
9832 #: builtin/remote.c:806
9834 msgid "Could not remove config section '%s'"
9837 #: builtin/remote.c:907
9839 msgid " new (next fetch will store in remotes/%s)"
9842 #: builtin/remote.c:910
9846 #: builtin/remote.c:912
9847 msgid " stale (use 'git remote prune' to remove)"
9850 #: builtin/remote.c:914
9854 #: builtin/remote.c:955
9856 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9859 #: builtin/remote.c:963
9861 msgid "rebases interactively onto remote %s"
9864 #: builtin/remote.c:964
9866 msgid "rebases onto remote %s"
9869 #: builtin/remote.c:967
9871 msgid " merges with remote %s"
9874 #: builtin/remote.c:970
9876 msgid "merges with remote %s"
9879 #: builtin/remote.c:973
9881 msgid "%-*s and with remote %s\n"
9884 #: builtin/remote.c:1016
9888 #: builtin/remote.c:1019
9892 #: builtin/remote.c:1023
9896 #: builtin/remote.c:1026
9897 msgid "fast-forwardable"
9900 #: builtin/remote.c:1029
9901 msgid "local out of date"
9904 #: builtin/remote.c:1036
9906 msgid " %-*s forces to %-*s (%s)"
9909 #: builtin/remote.c:1039
9911 msgid " %-*s pushes to %-*s (%s)"
9914 #: builtin/remote.c:1043
9916 msgid " %-*s forces to %s"
9919 #: builtin/remote.c:1046
9921 msgid " %-*s pushes to %s"
9924 #: builtin/remote.c:1114
9925 msgid "do not query remotes"
9928 #: builtin/remote.c:1141
9933 #: builtin/remote.c:1142
9935 msgid " Fetch URL: %s"
9938 #: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1296
9942 #. TRANSLATORS: the colon ':' should align with
9943 #. the one in " Fetch URL: %s" translation
9944 #: builtin/remote.c:1154 builtin/remote.c:1156
9946 msgid " Push URL: %s"
9949 #: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
9951 msgid " HEAD branch: %s"
9954 #: builtin/remote.c:1158
9955 msgid "(not queried)"
9958 #: builtin/remote.c:1160
9962 #: builtin/remote.c:1164
9965 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9968 #: builtin/remote.c:1176
9970 msgid " Remote branch:%s"
9971 msgid_plural " Remote branches:%s"
9975 #: builtin/remote.c:1179 builtin/remote.c:1206
9976 msgid " (status not queried)"
9979 #: builtin/remote.c:1188
9980 msgid " Local branch configured for 'git pull':"
9981 msgid_plural " Local branches configured for 'git pull':"
9985 #: builtin/remote.c:1196
9986 msgid " Local refs will be mirrored by 'git push'"
9989 #: builtin/remote.c:1203
9991 msgid " Local ref configured for 'git push'%s:"
9992 msgid_plural " Local refs configured for 'git push'%s:"
9996 #: builtin/remote.c:1224
9997 msgid "set refs/remotes/<name>/HEAD according to remote"
10000 #: builtin/remote.c:1226
10001 msgid "delete refs/remotes/<name>/HEAD"
10004 #: builtin/remote.c:1241
10005 msgid "Cannot determine remote HEAD"
10008 #: builtin/remote.c:1243
10009 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
10012 #: builtin/remote.c:1253
10014 msgid "Could not delete %s"
10017 #: builtin/remote.c:1261
10019 msgid "Not a valid ref: %s"
10022 #: builtin/remote.c:1263
10024 msgid "Could not setup %s"
10027 #: builtin/remote.c:1281
10029 msgid " %s will become dangling!"
10032 #: builtin/remote.c:1282
10034 msgid " %s has become dangling!"
10037 #: builtin/remote.c:1292
10042 #: builtin/remote.c:1293
10047 #: builtin/remote.c:1309
10049 msgid " * [would prune] %s"
10052 #: builtin/remote.c:1312
10054 msgid " * [pruned] %s"
10057 #: builtin/remote.c:1357
10058 msgid "prune remotes after fetching"
10061 #: builtin/remote.c:1420 builtin/remote.c:1474 builtin/remote.c:1542
10063 msgid "No such remote '%s'"
10066 #: builtin/remote.c:1436
10070 #: builtin/remote.c:1443
10071 msgid "no remote specified"
10074 #: builtin/remote.c:1460
10075 msgid "query push URLs rather than fetch URLs"
10078 #: builtin/remote.c:1462
10079 msgid "return all URLs"
10082 #: builtin/remote.c:1490
10084 msgid "no URLs configured for remote '%s'"
10087 #: builtin/remote.c:1516
10088 msgid "manipulate push URLs"
10091 #: builtin/remote.c:1518
10095 #: builtin/remote.c:1520
10096 msgid "delete URLs"
10099 #: builtin/remote.c:1527
10100 msgid "--add --delete doesn't make sense"
10103 #: builtin/remote.c:1568
10105 msgid "Invalid old URL pattern: %s"
10108 #: builtin/remote.c:1576
10110 msgid "No such URL found: %s"
10113 #: builtin/remote.c:1578
10114 msgid "Will not delete all non-push URLs"
10117 #: builtin/remote.c:1592
10118 msgid "be verbose; must be placed before a subcommand"
10121 #: builtin/repack.c:17
10122 msgid "git repack [<options>]"
10125 #: builtin/repack.c:160
10126 msgid "pack everything in a single pack"
10129 #: builtin/repack.c:162
10130 msgid "same as -a, and turn unreachable objects loose"
10133 #: builtin/repack.c:165
10134 msgid "remove redundant packs, and run git-prune-packed"
10137 #: builtin/repack.c:167
10138 msgid "pass --no-reuse-delta to git-pack-objects"
10141 #: builtin/repack.c:169
10142 msgid "pass --no-reuse-object to git-pack-objects"
10145 #: builtin/repack.c:171
10146 msgid "do not run git-update-server-info"
10149 #: builtin/repack.c:174
10150 msgid "pass --local to git-pack-objects"
10153 #: builtin/repack.c:176
10154 msgid "write bitmap index"
10157 #: builtin/repack.c:177
10158 msgid "approxidate"
10161 #: builtin/repack.c:178
10162 msgid "with -A, do not loosen objects older than this"
10165 #: builtin/repack.c:180
10166 msgid "with -a, repack unreachable objects"
10169 #: builtin/repack.c:182
10170 msgid "size of the window used for delta compression"
10173 #: builtin/repack.c:183 builtin/repack.c:187
10177 #: builtin/repack.c:184
10178 msgid "same as the above, but limit memory size instead of entries count"
10181 #: builtin/repack.c:186
10182 msgid "limits the maximum delta depth"
10185 #: builtin/repack.c:188
10186 msgid "maximum size of each packfile"
10189 #: builtin/repack.c:190
10190 msgid "repack objects in packs marked with .keep"
10193 #: builtin/repack.c:200
10194 msgid "cannot delete packs in a precious-objects repo"
10197 #: builtin/repack.c:204
10198 msgid "--keep-unreachable and -A are incompatible"
10201 #: builtin/repack.c:391 builtin/worktree.c:115
10203 msgid "failed to remove '%s'"
10206 #: builtin/replace.c:19
10207 msgid "git replace [-f] <object> <replacement>"
10210 #: builtin/replace.c:20
10211 msgid "git replace [-f] --edit <object>"
10214 #: builtin/replace.c:21
10215 msgid "git replace [-f] --graft <commit> [<parent>...]"
10218 #: builtin/replace.c:22
10219 msgid "git replace -d <object>..."
10222 #: builtin/replace.c:23
10223 msgid "git replace [--format=<format>] [-l [<pattern>]]"
10226 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
10228 msgid "Not a valid object name: '%s'"
10231 #: builtin/replace.c:355
10233 msgid "bad mergetag in commit '%s'"
10236 #: builtin/replace.c:357
10238 msgid "malformed mergetag in commit '%s'"
10241 #: builtin/replace.c:368
10244 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
10245 "instead of --graft"
10248 #: builtin/replace.c:401
10250 msgid "the original commit '%s' has a gpg signature."
10253 #: builtin/replace.c:402
10254 msgid "the signature will be removed in the replacement commit!"
10257 #: builtin/replace.c:408
10259 msgid "could not write replacement commit for: '%s'"
10262 #: builtin/replace.c:432
10263 msgid "list replace refs"
10266 #: builtin/replace.c:433
10267 msgid "delete replace refs"
10270 #: builtin/replace.c:434
10271 msgid "edit existing object"
10274 #: builtin/replace.c:435
10275 msgid "change a commit's parents"
10278 #: builtin/replace.c:436
10279 msgid "replace the ref if it exists"
10282 #: builtin/replace.c:437
10283 msgid "do not pretty-print contents for --edit"
10286 #: builtin/replace.c:438
10287 msgid "use this format"
10290 #: builtin/rerere.c:12
10291 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
10294 #: builtin/rerere.c:58
10295 msgid "register clean resolutions in index"
10298 #: builtin/reset.c:26
10300 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
10303 #: builtin/reset.c:27
10304 msgid "git reset [-q] <tree-ish> [--] <paths>..."
10307 #: builtin/reset.c:28
10308 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
10311 #: builtin/reset.c:34
10315 #: builtin/reset.c:34
10319 #: builtin/reset.c:34
10323 #: builtin/reset.c:34
10327 #: builtin/reset.c:34
10331 #: builtin/reset.c:74
10332 msgid "You do not have a valid HEAD."
10335 #: builtin/reset.c:76
10336 msgid "Failed to find tree of HEAD."
10339 #: builtin/reset.c:82
10341 msgid "Failed to find tree of %s."
10344 #: builtin/reset.c:100
10346 msgid "HEAD is now at %s"
10349 #: builtin/reset.c:183
10351 msgid "Cannot do a %s reset in the middle of a merge."
10354 #: builtin/reset.c:276
10355 msgid "be quiet, only report errors"
10358 #: builtin/reset.c:278
10359 msgid "reset HEAD and index"
10362 #: builtin/reset.c:279
10363 msgid "reset only HEAD"
10366 #: builtin/reset.c:281 builtin/reset.c:283
10367 msgid "reset HEAD, index and working tree"
10370 #: builtin/reset.c:285
10371 msgid "reset HEAD but keep local changes"
10374 #: builtin/reset.c:288
10375 msgid "record only the fact that removed paths will be added later"
10378 #: builtin/reset.c:305
10380 msgid "Failed to resolve '%s' as a valid revision."
10383 #: builtin/reset.c:313
10385 msgid "Failed to resolve '%s' as a valid tree."
10388 #: builtin/reset.c:322
10389 msgid "--patch is incompatible with --{hard,mixed,soft}"
10392 #: builtin/reset.c:331
10393 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
10396 #: builtin/reset.c:333
10398 msgid "Cannot do %s reset with paths."
10401 #: builtin/reset.c:343
10403 msgid "%s reset is not allowed in a bare repository"
10406 #: builtin/reset.c:347
10407 msgid "-N can only be used with --mixed"
10410 #: builtin/reset.c:364
10411 msgid "Unstaged changes after reset:"
10414 #: builtin/reset.c:370
10416 msgid "Could not reset index file to revision '%s'."
10419 #: builtin/reset.c:374
10420 msgid "Could not write new index file."
10423 #: builtin/rev-list.c:362
10424 msgid "rev-list does not support display of notes"
10427 #: builtin/rev-parse.c:358
10428 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
10431 #: builtin/rev-parse.c:363
10432 msgid "keep the `--` passed as an arg"
10435 #: builtin/rev-parse.c:365
10436 msgid "stop parsing after the first non-option argument"
10439 #: builtin/rev-parse.c:368
10440 msgid "output in stuck long form"
10443 #: builtin/rev-parse.c:499
10445 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
10446 " or: git rev-parse --sq-quote [<arg>...]\n"
10447 " or: git rev-parse [<options>] [<arg>...]\n"
10449 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
10452 #: builtin/revert.c:22
10453 msgid "git revert [<options>] <commit-ish>..."
10456 #: builtin/revert.c:23
10457 msgid "git revert <subcommand>"
10460 #: builtin/revert.c:28
10461 msgid "git cherry-pick [<options>] <commit-ish>..."
10464 #: builtin/revert.c:29
10465 msgid "git cherry-pick <subcommand>"
10468 #: builtin/revert.c:71
10470 msgid "%s: %s cannot be used with %s"
10473 #: builtin/revert.c:80
10474 msgid "end revert or cherry-pick sequence"
10477 #: builtin/revert.c:81
10478 msgid "resume revert or cherry-pick sequence"
10481 #: builtin/revert.c:82
10482 msgid "cancel revert or cherry-pick sequence"
10485 #: builtin/revert.c:83
10486 msgid "don't automatically commit"
10489 #: builtin/revert.c:84
10490 msgid "edit the commit message"
10493 #: builtin/revert.c:87
10494 msgid "parent number"
10497 #: builtin/revert.c:89
10498 msgid "merge strategy"
10501 #: builtin/revert.c:90
10505 #: builtin/revert.c:91
10506 msgid "option for merge strategy"
10509 #: builtin/revert.c:100
10510 msgid "append commit name"
10513 #: builtin/revert.c:102
10514 msgid "preserve initially empty commits"
10517 #: builtin/revert.c:103
10518 msgid "allow commits with empty messages"
10521 #: builtin/revert.c:104
10522 msgid "keep redundant, empty commits"
10525 #: builtin/revert.c:192
10526 msgid "revert failed"
10529 #: builtin/revert.c:207
10530 msgid "cherry-pick failed"
10534 msgid "git rm [<options>] [--] <file>..."
10539 "the following submodule (or one of its nested submodules)\n"
10540 "uses a .git directory:"
10542 "the following submodules (or one of their nested submodules)\n"
10543 "use a .git directory:"
10550 "(use 'rm -rf' if you really want to remove it including all of its history)"
10553 #: builtin/rm.c:230
10555 "the following file has staged content different from both the\n"
10556 "file and the HEAD:"
10558 "the following files have staged content different from both the\n"
10559 "file and the HEAD:"
10563 #: builtin/rm.c:235
10566 "(use -f to force removal)"
10569 #: builtin/rm.c:239
10570 msgid "the following file has changes staged in the index:"
10571 msgid_plural "the following files have changes staged in the index:"
10575 #: builtin/rm.c:243 builtin/rm.c:254
10578 "(use --cached to keep the file, or -f to force removal)"
10581 #: builtin/rm.c:251
10582 msgid "the following file has local modifications:"
10583 msgid_plural "the following files have local modifications:"
10587 #: builtin/rm.c:269
10588 msgid "do not list removed files"
10591 #: builtin/rm.c:270
10592 msgid "only remove from the index"
10595 #: builtin/rm.c:271
10596 msgid "override the up-to-date check"
10599 #: builtin/rm.c:272
10600 msgid "allow recursive removal"
10603 #: builtin/rm.c:274
10604 msgid "exit with a zero status even if nothing matched"
10607 #: builtin/rm.c:335
10609 msgid "not removing '%s' recursively without -r"
10612 #: builtin/rm.c:374
10614 msgid "git rm: unable to remove %s"
10617 #: builtin/send-pack.c:18
10619 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
10620 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
10622 " --all and explicit <ref> specification are mutually exclusive."
10625 #: builtin/send-pack.c:160
10626 msgid "remote name"
10629 #: builtin/send-pack.c:171
10630 msgid "use stateless RPC protocol"
10633 #: builtin/send-pack.c:172
10634 msgid "read refs from stdin"
10637 #: builtin/send-pack.c:173
10638 msgid "print status from remote helper"
10641 #: builtin/shortlog.c:13
10642 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
10645 #: builtin/shortlog.c:242
10646 msgid "sort output according to the number of commits per author"
10649 #: builtin/shortlog.c:244
10650 msgid "Suppress commit descriptions, only provides commit count"
10653 #: builtin/shortlog.c:246
10654 msgid "Show the email address of each author"
10657 #: builtin/shortlog.c:247
10658 msgid "w[,i1[,i2]]"
10661 #: builtin/shortlog.c:248
10662 msgid "Linewrap output"
10665 #: builtin/show-branch.c:10
10667 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
10668 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
10669 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
10670 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
10673 #: builtin/show-branch.c:14
10674 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
10677 #: builtin/show-branch.c:640
10678 msgid "show remote-tracking and local branches"
10681 #: builtin/show-branch.c:642
10682 msgid "show remote-tracking branches"
10685 #: builtin/show-branch.c:644
10686 msgid "color '*!+-' corresponding to the branch"
10689 #: builtin/show-branch.c:646
10690 msgid "show <n> more commits after the common ancestor"
10693 #: builtin/show-branch.c:648
10694 msgid "synonym to more=-1"
10697 #: builtin/show-branch.c:649
10698 msgid "suppress naming strings"
10701 #: builtin/show-branch.c:651
10702 msgid "include the current branch"
10705 #: builtin/show-branch.c:653
10706 msgid "name commits with their object names"
10709 #: builtin/show-branch.c:655
10710 msgid "show possible merge bases"
10713 #: builtin/show-branch.c:657
10714 msgid "show refs unreachable from any other ref"
10717 #: builtin/show-branch.c:659
10718 msgid "show commits in topological order"
10721 #: builtin/show-branch.c:662
10722 msgid "show only commits not on the first branch"
10725 #: builtin/show-branch.c:664
10726 msgid "show merges reachable from only one tip"
10729 #: builtin/show-branch.c:666
10730 msgid "topologically sort, maintaining date order where possible"
10733 #: builtin/show-branch.c:669
10734 msgid "<n>[,<base>]"
10737 #: builtin/show-branch.c:670
10738 msgid "show <n> most recent ref-log entries starting at base"
10741 #: builtin/show-ref.c:10
10743 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10744 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10747 #: builtin/show-ref.c:11
10748 msgid "git show-ref --exclude-existing[=<pattern>]"
10751 #: builtin/show-ref.c:165
10752 msgid "only show tags (can be combined with heads)"
10755 #: builtin/show-ref.c:166
10756 msgid "only show heads (can be combined with tags)"
10759 #: builtin/show-ref.c:167
10760 msgid "stricter reference checking, requires exact ref path"
10763 #: builtin/show-ref.c:170 builtin/show-ref.c:172
10764 msgid "show the HEAD reference, even if it would be filtered out"
10767 #: builtin/show-ref.c:174
10768 msgid "dereference tags into object IDs"
10771 #: builtin/show-ref.c:176
10772 msgid "only show SHA1 hash using <n> digits"
10775 #: builtin/show-ref.c:180
10776 msgid "do not print results to stdout (useful with --verify)"
10779 #: builtin/show-ref.c:182
10780 msgid "show refs from stdin that aren't in local repository"
10783 #: builtin/stripspace.c:17
10784 msgid "git stripspace [-s | --strip-comments]"
10787 #: builtin/stripspace.c:18
10788 msgid "git stripspace [-c | --comment-lines]"
10791 #: builtin/stripspace.c:35
10792 msgid "skip and remove all lines starting with comment character"
10795 #: builtin/stripspace.c:38
10796 msgid "prepend comment character and space to each line"
10799 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:923
10801 msgid "No such ref: %s"
10804 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:932
10806 msgid "Expecting a full ref name, got %s"
10809 #: builtin/submodule--helper.c:71
10811 msgid "cannot strip one component off url '%s'"
10814 #: builtin/submodule--helper.c:278 builtin/submodule--helper.c:403
10815 #: builtin/submodule--helper.c:483
10816 msgid "alternative anchor for relative paths"
10819 #: builtin/submodule--helper.c:283
10820 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10823 #: builtin/submodule--helper.c:324 builtin/submodule--helper.c:338
10825 msgid "No url found for submodule path '%s' in .gitmodules"
10828 #: builtin/submodule--helper.c:364
10830 msgid "Failed to register url for submodule path '%s'"
10833 #: builtin/submodule--helper.c:368
10835 msgid "Submodule '%s' (%s) registered for path '%s'\n"
10838 #: builtin/submodule--helper.c:378
10840 msgid "warning: command update mode suggested for submodule '%s'\n"
10843 #: builtin/submodule--helper.c:385
10845 msgid "Failed to register update mode for submodule path '%s'"
10848 #: builtin/submodule--helper.c:404
10849 msgid "Suppress output for initializing a submodule"
10852 #: builtin/submodule--helper.c:409
10853 msgid "git submodule--helper init [<path>]"
10856 #: builtin/submodule--helper.c:430
10857 msgid "git submodule--helper name <path>"
10860 #: builtin/submodule--helper.c:436
10862 msgid "no submodule mapping found in .gitmodules for path '%s'"
10865 #: builtin/submodule--helper.c:486
10866 msgid "where the new submodule will be cloned to"
10869 #: builtin/submodule--helper.c:489
10870 msgid "name of the new submodule"
10873 #: builtin/submodule--helper.c:492
10874 msgid "url where to clone the submodule from"
10877 #: builtin/submodule--helper.c:498
10878 msgid "depth for shallow clones"
10881 #: builtin/submodule--helper.c:504
10883 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10884 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
10887 #: builtin/submodule--helper.c:529 builtin/submodule--helper.c:535
10889 msgid "could not create directory '%s'"
10892 #: builtin/submodule--helper.c:531
10894 msgid "clone of '%s' into submodule path '%s' failed"
10897 #: builtin/submodule--helper.c:547
10899 msgid "cannot open file '%s'"
10902 #: builtin/submodule--helper.c:552
10904 msgid "could not close file %s"
10907 #: builtin/submodule--helper.c:559
10909 msgid "could not get submodule directory for '%s'"
10912 #: builtin/submodule--helper.c:611
10914 msgid "Submodule path '%s' not initialized"
10917 #: builtin/submodule--helper.c:615
10918 msgid "Maybe you want to use 'update --init'?"
10921 #: builtin/submodule--helper.c:641
10923 msgid "Skipping unmerged submodule %s"
10926 #: builtin/submodule--helper.c:662
10928 msgid "Skipping submodule '%s'"
10931 #: builtin/submodule--helper.c:792
10933 msgid "Failed to clone '%s'. Retry scheduled"
10936 #: builtin/submodule--helper.c:803
10938 msgid "Failed to clone '%s' a second time, aborting"
10941 #: builtin/submodule--helper.c:824
10942 msgid "path into the working tree"
10945 #: builtin/submodule--helper.c:827
10946 msgid "path into the working tree, across nested submodule boundaries"
10949 #: builtin/submodule--helper.c:831
10950 msgid "rebase, merge, checkout or none"
10953 #: builtin/submodule--helper.c:835
10954 msgid "Create a shallow clone truncated to the specified number of revisions"
10957 #: builtin/submodule--helper.c:838
10958 msgid "parallel jobs"
10961 #: builtin/submodule--helper.c:840
10962 msgid "whether the initial clone should follow the shallow recommendation"
10965 #: builtin/submodule--helper.c:841
10966 msgid "don't print cloning progress"
10969 #: builtin/submodule--helper.c:846
10970 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
10973 #: builtin/submodule--helper.c:856
10974 msgid "bad value for update parameter"
10977 #: builtin/submodule--helper.c:927
10980 "Submodule (%s) branch configured to inherit branch from superproject, but "
10981 "the superproject is not on any branch"
10984 #: builtin/submodule--helper.c:977
10985 msgid "submodule--helper subcommand must be called with a subcommand"
10988 #: builtin/submodule--helper.c:984
10990 msgid "'%s' is not a valid submodule--helper subcommand"
10993 #: builtin/symbolic-ref.c:7
10994 msgid "git symbolic-ref [<options>] <name> [<ref>]"
10997 #: builtin/symbolic-ref.c:8
10998 msgid "git symbolic-ref -d [-q] <name>"
11001 #: builtin/symbolic-ref.c:40
11002 msgid "suppress error message for non-symbolic (detached) refs"
11005 #: builtin/symbolic-ref.c:41
11006 msgid "delete symbolic ref"
11009 #: builtin/symbolic-ref.c:42
11010 msgid "shorten ref output"
11013 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11017 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11018 msgid "reason of the update"
11021 #: builtin/tag.c:23
11023 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
11027 #: builtin/tag.c:24
11028 msgid "git tag -d <tagname>..."
11031 #: builtin/tag.c:25
11033 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
11034 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
11037 #: builtin/tag.c:27
11038 msgid "git tag -v <tagname>..."
11041 #: builtin/tag.c:81
11043 msgid "tag name too long: %.*s..."
11046 #: builtin/tag.c:86
11048 msgid "tag '%s' not found."
11051 #: builtin/tag.c:101
11053 msgid "Deleted tag '%s' (was %s)\n"
11056 #: builtin/tag.c:117
11060 "Write a message for tag:\n"
11062 "Lines starting with '%c' will be ignored.\n"
11065 #: builtin/tag.c:121
11069 "Write a message for tag:\n"
11071 "Lines starting with '%c' will be kept; you may remove them yourself if you "
11075 #: builtin/tag.c:199
11076 msgid "unable to sign the tag"
11079 #: builtin/tag.c:201
11080 msgid "unable to write tag file"
11083 #: builtin/tag.c:226
11084 msgid "bad object type."
11087 #: builtin/tag.c:239
11088 msgid "tag header too big."
11091 #: builtin/tag.c:275
11092 msgid "no tag message?"
11095 #: builtin/tag.c:281
11097 msgid "The tag message has been left in %s\n"
11100 #: builtin/tag.c:339
11101 msgid "list tag names"
11104 #: builtin/tag.c:341
11105 msgid "print <n> lines of each tag message"
11108 #: builtin/tag.c:343
11109 msgid "delete tags"
11112 #: builtin/tag.c:344
11113 msgid "verify tags"
11116 #: builtin/tag.c:346
11117 msgid "Tag creation options"
11120 #: builtin/tag.c:348
11121 msgid "annotated tag, needs a message"
11124 #: builtin/tag.c:350
11125 msgid "tag message"
11128 #: builtin/tag.c:352
11129 msgid "annotated and GPG-signed tag"
11132 #: builtin/tag.c:356
11133 msgid "use another key to sign the tag"
11136 #: builtin/tag.c:357
11137 msgid "replace the tag if exists"
11140 #: builtin/tag.c:358 builtin/update-ref.c:368
11141 msgid "create a reflog"
11144 #: builtin/tag.c:360
11145 msgid "Tag listing options"
11148 #: builtin/tag.c:361
11149 msgid "show tag list in columns"
11152 #: builtin/tag.c:362 builtin/tag.c:363
11153 msgid "print only tags that contain the commit"
11156 #: builtin/tag.c:364
11157 msgid "print only tags that are merged"
11160 #: builtin/tag.c:365
11161 msgid "print only tags that are not merged"
11164 #: builtin/tag.c:370
11165 msgid "print only tags of the object"
11168 #: builtin/tag.c:399
11169 msgid "--column and -n are incompatible"
11172 #: builtin/tag.c:419
11173 msgid "-n option is only allowed with -l."
11176 #: builtin/tag.c:421
11177 msgid "--contains option is only allowed with -l."
11180 #: builtin/tag.c:423
11181 msgid "--points-at option is only allowed with -l."
11184 #: builtin/tag.c:425
11185 msgid "--merged and --no-merged option are only allowed with -l"
11188 #: builtin/tag.c:433
11189 msgid "only one -F or -m option is allowed."
11192 #: builtin/tag.c:452
11193 msgid "too many params"
11196 #: builtin/tag.c:458
11198 msgid "'%s' is not a valid tag name."
11201 #: builtin/tag.c:463
11203 msgid "tag '%s' already exists"
11206 #: builtin/tag.c:491
11208 msgid "Updated tag '%s' (was %s)\n"
11211 #: builtin/unpack-objects.c:490
11212 msgid "Unpacking objects"
11215 #: builtin/update-index.c:79
11217 msgid "failed to create directory %s"
11220 #: builtin/update-index.c:85
11222 msgid "failed to stat %s"
11225 #: builtin/update-index.c:95
11227 msgid "failed to create file %s"
11230 #: builtin/update-index.c:103
11232 msgid "failed to delete file %s"
11235 #: builtin/update-index.c:110 builtin/update-index.c:212
11237 msgid "failed to delete directory %s"
11240 #: builtin/update-index.c:133
11242 msgid "Testing mtime in '%s' "
11245 #: builtin/update-index.c:145
11246 msgid "directory stat info does not change after adding a new file"
11249 #: builtin/update-index.c:158
11250 msgid "directory stat info does not change after adding a new directory"
11253 #: builtin/update-index.c:171
11254 msgid "directory stat info changes after updating a file"
11257 #: builtin/update-index.c:182
11258 msgid "directory stat info changes after adding a file inside subdirectory"
11261 #: builtin/update-index.c:193
11262 msgid "directory stat info does not change after deleting a file"
11265 #: builtin/update-index.c:206
11266 msgid "directory stat info does not change after deleting a directory"
11269 #: builtin/update-index.c:213
11273 #: builtin/update-index.c:575
11274 msgid "git update-index [<options>] [--] [<file>...]"
11277 #: builtin/update-index.c:930
11278 msgid "continue refresh even when index needs update"
11281 #: builtin/update-index.c:933
11282 msgid "refresh: ignore submodules"
11285 #: builtin/update-index.c:936
11286 msgid "do not ignore new files"
11289 #: builtin/update-index.c:938
11290 msgid "let files replace directories and vice-versa"
11293 #: builtin/update-index.c:940
11294 msgid "notice files missing from worktree"
11297 #: builtin/update-index.c:942
11298 msgid "refresh even if index contains unmerged entries"
11301 #: builtin/update-index.c:945
11302 msgid "refresh stat information"
11305 #: builtin/update-index.c:949
11306 msgid "like --refresh, but ignore assume-unchanged setting"
11309 #: builtin/update-index.c:953
11310 msgid "<mode>,<object>,<path>"
11313 #: builtin/update-index.c:954
11314 msgid "add the specified entry to the index"
11317 #: builtin/update-index.c:963
11318 msgid "mark files as \"not changing\""
11321 #: builtin/update-index.c:966
11322 msgid "clear assumed-unchanged bit"
11325 #: builtin/update-index.c:969
11326 msgid "mark files as \"index-only\""
11329 #: builtin/update-index.c:972
11330 msgid "clear skip-worktree bit"
11333 #: builtin/update-index.c:975
11334 msgid "add to index only; do not add content to object database"
11337 #: builtin/update-index.c:977
11338 msgid "remove named paths even if present in worktree"
11341 #: builtin/update-index.c:979
11342 msgid "with --stdin: input lines are terminated by null bytes"
11345 #: builtin/update-index.c:981
11346 msgid "read list of paths to be updated from standard input"
11349 #: builtin/update-index.c:985
11350 msgid "add entries from standard input to the index"
11353 #: builtin/update-index.c:989
11354 msgid "repopulate stages #2 and #3 for the listed paths"
11357 #: builtin/update-index.c:993
11358 msgid "only update entries that differ from HEAD"
11361 #: builtin/update-index.c:997
11362 msgid "ignore files missing from worktree"
11365 #: builtin/update-index.c:1000
11366 msgid "report actions to standard output"
11369 #: builtin/update-index.c:1002
11370 msgid "(for porcelains) forget saved unresolved conflicts"
11373 #: builtin/update-index.c:1006
11374 msgid "write index in this format"
11377 #: builtin/update-index.c:1008
11378 msgid "enable or disable split index"
11381 #: builtin/update-index.c:1010
11382 msgid "enable/disable untracked cache"
11385 #: builtin/update-index.c:1012
11386 msgid "test if the filesystem supports untracked cache"
11389 #: builtin/update-index.c:1014
11390 msgid "enable untracked cache without testing the filesystem"
11393 #: builtin/update-index.c:1134
11394 msgid "Untracked cache disabled"
11397 #: builtin/update-index.c:1146
11399 msgid "Untracked cache enabled for '%s'"
11402 #: builtin/update-ref.c:9
11403 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
11406 #: builtin/update-ref.c:10
11407 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
11410 #: builtin/update-ref.c:11
11411 msgid "git update-ref [<options>] --stdin [-z]"
11414 #: builtin/update-ref.c:363
11415 msgid "delete the reference"
11418 #: builtin/update-ref.c:365
11419 msgid "update <refname> not the one it points to"
11422 #: builtin/update-ref.c:366
11423 msgid "stdin has NUL-terminated arguments"
11426 #: builtin/update-ref.c:367
11427 msgid "read updates from stdin"
11430 #: builtin/update-server-info.c:6
11431 msgid "git update-server-info [--force]"
11434 #: builtin/update-server-info.c:14
11435 msgid "update the info files from scratch"
11438 #: builtin/verify-commit.c:17
11439 msgid "git verify-commit [-v | --verbose] <commit>..."
11442 #: builtin/verify-commit.c:72
11443 msgid "print commit contents"
11446 #: builtin/verify-commit.c:73 builtin/verify-tag.c:35
11447 msgid "print raw gpg status output"
11450 #: builtin/verify-pack.c:54
11451 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
11454 #: builtin/verify-pack.c:64
11458 #: builtin/verify-pack.c:66
11459 msgid "show statistics only"
11462 #: builtin/verify-tag.c:17
11463 msgid "git verify-tag [-v | --verbose] <tag>..."
11466 #: builtin/verify-tag.c:34
11467 msgid "print tag contents"
11470 #: builtin/worktree.c:15
11471 msgid "git worktree add [<options>] <path> [<branch>]"
11474 #: builtin/worktree.c:16
11475 msgid "git worktree list [<options>]"
11478 #: builtin/worktree.c:17
11479 msgid "git worktree lock [<options>] <path>"
11482 #: builtin/worktree.c:18
11483 msgid "git worktree prune [<options>]"
11486 #: builtin/worktree.c:19
11487 msgid "git worktree unlock <path>"
11490 #: builtin/worktree.c:42
11492 msgid "Removing worktrees/%s: not a valid directory"
11495 #: builtin/worktree.c:48
11497 msgid "Removing worktrees/%s: gitdir file does not exist"
11500 #: builtin/worktree.c:53
11502 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
11505 #: builtin/worktree.c:64
11507 msgid "Removing worktrees/%s: invalid gitdir file"
11510 #: builtin/worktree.c:80
11512 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
11515 #: builtin/worktree.c:204
11517 msgid "'%s' already exists"
11520 #: builtin/worktree.c:236
11522 msgid "could not create directory of '%s'"
11525 #: builtin/worktree.c:272
11527 msgid "Preparing %s (identifier %s)"
11530 #: builtin/worktree.c:323
11531 msgid "checkout <branch> even if already checked out in other worktree"
11534 #: builtin/worktree.c:325
11535 msgid "create a new branch"
11538 #: builtin/worktree.c:327
11539 msgid "create or reset a branch"
11542 #: builtin/worktree.c:329
11543 msgid "populate the new working tree"
11546 #: builtin/worktree.c:337
11547 msgid "-b, -B, and --detach are mutually exclusive"
11550 #: builtin/worktree.c:470
11551 msgid "reason for locking"
11554 #: builtin/worktree.c:482 builtin/worktree.c:515
11556 msgid "'%s' is not a working tree"
11559 #: builtin/worktree.c:484 builtin/worktree.c:517
11560 msgid "The main working tree cannot be locked or unlocked"
11563 #: builtin/worktree.c:489
11565 msgid "'%s' is already locked, reason: %s"
11568 #: builtin/worktree.c:491
11570 msgid "'%s' is already locked"
11573 #: builtin/worktree.c:519
11575 msgid "'%s' is not locked"
11578 #: builtin/write-tree.c:13
11579 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
11582 #: builtin/write-tree.c:26
11586 #: builtin/write-tree.c:27
11587 msgid "write tree object for a subdirectory <prefix>"
11590 #: builtin/write-tree.c:30
11591 msgid "only useful for debugging"
11594 #: upload-pack.c:20
11595 msgid "git upload-pack [<options>] <dir>"
11598 #: upload-pack.c:837
11599 msgid "quit after a single request/response exchange"
11602 #: upload-pack.c:839
11603 msgid "exit immediately after initial ref advertisement"
11606 #: upload-pack.c:841
11607 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
11610 #: upload-pack.c:843
11611 msgid "interrupt transfer after <n> seconds of inactivity"
11614 #: credential-cache--daemon.c:271
11615 msgid "print debugging messages to stderr"
11620 "'git help -a' and 'git help -g' list available subcommands and some\n"
11621 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
11622 "to read about a specific subcommand or concept."
11626 msgid "Public key pinning not supported with cURL < 7.44.0"
11630 msgid "start a working area (see also: git help tutorial)"
11633 #: common-cmds.h:10
11634 msgid "work on the current change (see also: git help everyday)"
11637 #: common-cmds.h:11
11638 msgid "examine the history and state (see also: git help revisions)"
11641 #: common-cmds.h:12
11642 msgid "grow, mark and tweak your common history"
11645 #: common-cmds.h:13
11646 msgid "collaborate (see also: git help workflows)"
11649 #: common-cmds.h:17
11650 msgid "Add file contents to the index"
11653 #: common-cmds.h:18
11654 msgid "Use binary search to find the commit that introduced a bug"
11657 #: common-cmds.h:19
11658 msgid "List, create, or delete branches"
11661 #: common-cmds.h:20
11662 msgid "Switch branches or restore working tree files"
11665 #: common-cmds.h:21
11666 msgid "Clone a repository into a new directory"
11669 #: common-cmds.h:22
11670 msgid "Record changes to the repository"
11673 #: common-cmds.h:23
11674 msgid "Show changes between commits, commit and working tree, etc"
11677 #: common-cmds.h:24
11678 msgid "Download objects and refs from another repository"
11681 #: common-cmds.h:25
11682 msgid "Print lines matching a pattern"
11685 #: common-cmds.h:26
11686 msgid "Create an empty Git repository or reinitialize an existing one"
11689 #: common-cmds.h:27
11690 msgid "Show commit logs"
11693 #: common-cmds.h:28
11694 msgid "Join two or more development histories together"
11697 #: common-cmds.h:29
11698 msgid "Move or rename a file, a directory, or a symlink"
11701 #: common-cmds.h:30
11702 msgid "Fetch from and integrate with another repository or a local branch"
11705 #: common-cmds.h:31
11706 msgid "Update remote refs along with associated objects"
11709 #: common-cmds.h:32
11710 msgid "Reapply commits on top of another base tip"
11713 #: common-cmds.h:33
11714 msgid "Reset current HEAD to the specified state"
11717 #: common-cmds.h:34
11718 msgid "Remove files from the working tree and from the index"
11721 #: common-cmds.h:35
11722 msgid "Show various types of objects"
11725 #: common-cmds.h:36
11726 msgid "Show the working tree status"
11729 #: common-cmds.h:37
11730 msgid "Create, list, delete or verify a tag object signed with GPG"
11733 #: parse-options.h:145
11734 msgid "expiry-date"
11737 #: parse-options.h:160
11738 msgid "no-op (backward compatibility)"
11741 #: parse-options.h:237
11742 msgid "be more verbose"
11745 #: parse-options.h:239
11746 msgid "be more quiet"
11749 #: parse-options.h:245
11750 msgid "use <n> digits to display SHA-1s"
11754 msgid "update the index with reused conflict resolution if possible"
11757 #: git-bisect.sh:54
11758 msgid "You need to start by \"git bisect start\""
11761 #. TRANSLATORS: Make sure to include [Y] and [n] in your
11762 #. translation. The program will only accept English input
11764 #: git-bisect.sh:60
11765 msgid "Do you want me to do it for you [Y/n]? "
11768 #: git-bisect.sh:121
11770 msgid "unrecognised option: '$arg'"
11773 #: git-bisect.sh:125
11775 msgid "'$arg' does not appear to be a valid revision"
11778 #: git-bisect.sh:154
11779 msgid "Bad HEAD - I need a HEAD"
11782 #: git-bisect.sh:167
11785 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
11788 #: git-bisect.sh:177
11789 msgid "won't bisect on cg-seek'ed tree"
11792 #: git-bisect.sh:181
11793 msgid "Bad HEAD - strange symbolic ref"
11796 #: git-bisect.sh:233
11798 msgid "Bad bisect_write argument: $state"
11801 #: git-bisect.sh:262
11803 msgid "Bad rev input: $arg"
11806 #: git-bisect.sh:281
11808 msgid "Bad rev input: $bisected_head"
11811 #: git-bisect.sh:290
11813 msgid "Bad rev input: $rev"
11816 #: git-bisect.sh:299
11818 msgid "'git bisect $TERM_BAD' can take only one argument."
11821 #: git-bisect.sh:322
11823 msgid "Warning: bisecting only with a $TERM_BAD commit."
11826 #. TRANSLATORS: Make sure to include [Y] and [n] in your
11827 #. translation. The program will only accept English input
11829 #: git-bisect.sh:328
11830 msgid "Are you sure [Y/n]? "
11833 #: git-bisect.sh:340
11836 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
11837 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11840 #: git-bisect.sh:343
11843 "You need to start by \"git bisect start\".\n"
11844 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
11845 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11848 #: git-bisect.sh:414 git-bisect.sh:546
11849 msgid "We are not bisecting."
11852 #: git-bisect.sh:421
11854 msgid "'$invalid' is not a valid commit"
11857 #: git-bisect.sh:430
11860 "Could not check out original HEAD '$branch'.\n"
11861 "Try 'git bisect reset <commit>'."
11864 #: git-bisect.sh:458
11865 msgid "No logfile given"
11868 #: git-bisect.sh:459
11870 msgid "cannot read $file for replaying"
11873 #: git-bisect.sh:480
11874 msgid "?? what are you talking about?"
11877 #: git-bisect.sh:492
11879 msgid "running $command"
11882 #: git-bisect.sh:499
11885 "bisect run failed:\n"
11886 "exit code $res from '$command' is < 0 or >= 128"
11889 #: git-bisect.sh:525
11890 msgid "bisect run cannot continue any more"
11893 #: git-bisect.sh:531
11896 "bisect run failed:\n"
11897 "'bisect_state $state' exited with error code $res"
11900 #: git-bisect.sh:538
11901 msgid "bisect run success"
11904 #: git-bisect.sh:565
11905 msgid "please use two different terms"
11908 #: git-bisect.sh:575
11910 msgid "'$term' is not a valid term"
11913 #: git-bisect.sh:578
11915 msgid "can't use the builtin command '$term' as a term"
11918 #: git-bisect.sh:587 git-bisect.sh:593
11920 msgid "can't change the meaning of term '$term'"
11923 #: git-bisect.sh:606
11925 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
11928 #: git-bisect.sh:636
11929 msgid "no terms defined"
11932 #: git-bisect.sh:653
11935 "invalid argument $arg for 'git bisect terms'.\n"
11936 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
11939 #: git-merge-octopus.sh:46
11941 "Error: Your local changes to the following files would be overwritten by "
11945 #: git-merge-octopus.sh:61
11946 msgid "Automated merge did not work."
11949 #: git-merge-octopus.sh:62
11950 msgid "Should not be doing an Octopus."
11953 #: git-merge-octopus.sh:73
11955 msgid "Unable to find common commit with $pretty_name"
11958 #: git-merge-octopus.sh:77
11960 msgid "Already up-to-date with $pretty_name"
11963 #: git-merge-octopus.sh:89
11965 msgid "Fast-forwarding to: $pretty_name"
11968 #: git-merge-octopus.sh:97
11970 msgid "Trying simple merge with $pretty_name"
11973 #: git-merge-octopus.sh:102
11974 msgid "Simple merge did not work, trying automatic merge."
11977 #: git-rebase.sh:56
11979 "When you have resolved this problem, run \"git rebase --continue\".\n"
11980 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11981 "To check out the original branch and stop rebasing, run \"git rebase --abort"
11985 #: git-rebase.sh:156 git-rebase.sh:395
11987 msgid "Could not move back to $head_name"
11990 #: git-rebase.sh:167
11991 msgid "Applied autostash."
11994 #: git-rebase.sh:170
11996 msgid "Cannot store $stash_sha1"
11999 #: git-rebase.sh:171
12001 "Applying autostash resulted in conflicts.\n"
12002 "Your changes are safe in the stash.\n"
12003 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
12006 #: git-rebase.sh:210
12007 msgid "The pre-rebase hook refused to rebase."
12010 #: git-rebase.sh:215
12011 msgid "It looks like git-am is in progress. Cannot rebase."
12014 #: git-rebase.sh:356
12015 msgid "No rebase in progress?"
12018 #: git-rebase.sh:367
12019 msgid "The --edit-todo action can only be used during interactive rebase."
12022 #: git-rebase.sh:374
12023 msgid "Cannot read HEAD"
12026 #: git-rebase.sh:377
12028 "You must edit all merge conflicts and then\n"
12029 "mark them as resolved using git add"
12032 #: git-rebase.sh:414
12035 "It seems that there is already a $state_dir_base directory, and\n"
12036 "I wonder if you are in the middle of another rebase. If that is the\n"
12037 "case, please try\n"
12038 "\t$cmd_live_rebase\n"
12039 "If that is not the case, please\n"
12040 "\t$cmd_clear_stale_rebase\n"
12041 "and run me again. I am stopping in case you still have something\n"
12045 #: git-rebase.sh:465
12047 msgid "invalid upstream $upstream_name"
12050 #: git-rebase.sh:489
12052 msgid "$onto_name: there are more than one merge bases"
12055 #: git-rebase.sh:492 git-rebase.sh:496
12057 msgid "$onto_name: there is no merge base"
12060 #: git-rebase.sh:501
12062 msgid "Does not point to a valid commit: $onto_name"
12065 #: git-rebase.sh:524
12067 msgid "fatal: no such branch: $branch_name"
12070 #: git-rebase.sh:557
12071 msgid "Cannot autostash"
12074 #: git-rebase.sh:562
12076 msgid "Created autostash: $stash_abbrev"
12079 #: git-rebase.sh:566
12080 msgid "Please commit or stash them."
12083 #: git-rebase.sh:586
12085 msgid "Current branch $branch_name is up to date."
12088 #: git-rebase.sh:590
12090 msgid "Current branch $branch_name is up to date, rebase forced."
12093 #: git-rebase.sh:601
12095 msgid "Changes from $mb to $onto:"
12098 #: git-rebase.sh:610
12099 msgid "First, rewinding head to replay your work on top of it..."
12102 #: git-rebase.sh:620
12104 msgid "Fast-forwarded $branch_name to $onto_name."
12108 msgid "git stash clear with parameters is unimplemented"
12112 msgid "You do not have the initial commit yet"
12116 msgid "Cannot save the current index state"
12119 #: git-stash.sh:123 git-stash.sh:136
12120 msgid "Cannot save the current worktree state"
12123 #: git-stash.sh:140
12124 msgid "No changes selected"
12127 #: git-stash.sh:143
12128 msgid "Cannot remove temporary index (can't happen)"
12131 #: git-stash.sh:156
12132 msgid "Cannot record working tree state"
12135 #: git-stash.sh:188
12137 msgid "Cannot update $ref_stash with $w_commit"
12140 #. TRANSLATORS: $option is an invalid option, like
12141 #. `--blah-blah'. The 7 spaces at the beginning of the
12142 #. second line correspond to "error: ". So you should line
12143 #. up the second line with however many characters the
12144 #. translation of "error: " takes in your language. E.g. in
12145 #. English this is:
12147 #. $ git stash save --blah-blah 2>&1 | head -n 2
12148 #. error: unknown option for 'stash save': --blah-blah
12149 #. To provide a message, use git stash save -- '--blah-blah'
12150 #: git-stash.sh:238
12153 "error: unknown option for 'stash save': $option\n"
12154 " To provide a message, use git stash save -- '$option'"
12157 #: git-stash.sh:259
12158 msgid "No local changes to save"
12161 #: git-stash.sh:263
12162 msgid "Cannot initialize stash"
12165 #: git-stash.sh:267
12166 msgid "Cannot save the current status"
12169 #: git-stash.sh:268
12171 msgid "Saved working directory and index state $stash_msg"
12174 #: git-stash.sh:285
12175 msgid "Cannot remove worktree changes"
12178 #: git-stash.sh:404
12180 msgid "unknown option: $opt"
12183 #: git-stash.sh:414
12184 msgid "No stash found."
12187 #: git-stash.sh:421
12189 msgid "Too many revisions specified: $REV"
12192 #: git-stash.sh:427
12194 msgid "$reference is not a valid reference"
12197 #: git-stash.sh:455
12199 msgid "'$args' is not a stash-like commit"
12202 #: git-stash.sh:466
12204 msgid "'$args' is not a stash reference"
12207 #: git-stash.sh:474
12208 msgid "unable to refresh index"
12211 #: git-stash.sh:478
12212 msgid "Cannot apply a stash in the middle of a merge"
12215 #: git-stash.sh:486
12216 msgid "Conflicts in index. Try without --index."
12219 #: git-stash.sh:488
12220 msgid "Could not save index tree"
12223 #: git-stash.sh:522
12224 msgid "Cannot unstage modified files"
12227 #: git-stash.sh:537
12228 msgid "Index was not unstashed."
12231 #: git-stash.sh:551
12232 msgid "The stash is kept in case you need it again."
12235 #: git-stash.sh:560
12237 msgid "Dropped ${REV} ($s)"
12240 #: git-stash.sh:561
12242 msgid "${REV}: Could not drop stash entry"
12245 #: git-stash.sh:569
12246 msgid "No branch name specified"
12249 #: git-stash.sh:641
12250 msgid "(To restore them type \"git stash apply\")"
12253 #: git-submodule.sh:183
12254 msgid "Relative path can only be used from the toplevel of the working tree"
12257 #: git-submodule.sh:193
12259 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
12262 #: git-submodule.sh:210
12264 msgid "'$sm_path' already exists in the index"
12267 #: git-submodule.sh:214
12270 "The following path is ignored by one of your .gitignore files:\n"
12272 "Use -f if you really want to add it."
12275 #: git-submodule.sh:232
12277 msgid "Adding existing repo at '$sm_path' to the index"
12280 #: git-submodule.sh:234
12282 msgid "'$sm_path' already exists and is not a valid git repo"
12285 #: git-submodule.sh:242
12287 msgid "A git directory for '$sm_name' is found locally with remote(s):"
12290 #: git-submodule.sh:244
12293 "If you want to reuse this local git directory instead of cloning again from\n"
12295 "use the '--force' option. If the local git directory is not the correct "
12297 "or you are unsure what this means choose another name with the '--name' "
12301 #: git-submodule.sh:250
12303 msgid "Reactivating local git directory for submodule '$sm_name'."
12306 #: git-submodule.sh:262
12308 msgid "Unable to checkout submodule '$sm_path'"
12311 #: git-submodule.sh:267
12313 msgid "Failed to add submodule '$sm_path'"
12316 #: git-submodule.sh:276
12318 msgid "Failed to register submodule '$sm_path'"
12321 #: git-submodule.sh:323
12323 msgid "Entering '$displaypath'"
12326 #: git-submodule.sh:343
12328 msgid "Stopping at '$displaypath'; script returned non-zero status."
12331 #: git-submodule.sh:414
12333 msgid "pathspec and --all are incompatible"
12336 #: git-submodule.sh:419
12338 msgid "Use '--all' if you really want to deinitialize all submodules"
12341 #: git-submodule.sh:439
12344 "Submodule work tree '$displaypath' contains a .git directory\n"
12345 "(use 'rm -rf' if you really want to remove it including all of its history)"
12348 #: git-submodule.sh:447
12351 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
12355 #: git-submodule.sh:450
12357 msgid "Cleared directory '$displaypath'"
12360 #: git-submodule.sh:451
12362 msgid "Could not remove submodule work tree '$displaypath'"
12365 #: git-submodule.sh:454
12367 msgid "Could not create empty submodule directory '$displaypath'"
12370 #: git-submodule.sh:463
12372 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
12375 #: git-submodule.sh:612
12377 msgid "Unable to find current revision in submodule path '$displaypath'"
12380 #: git-submodule.sh:622
12382 msgid "Unable to fetch in submodule path '$sm_path'"
12385 #: git-submodule.sh:627
12388 "Unable to find current ${remote_name}/${branch} revision in submodule path "
12392 #: git-submodule.sh:645
12394 msgid "Unable to fetch in submodule path '$displaypath'"
12397 #: git-submodule.sh:651
12400 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
12401 "Direct fetching of that commit failed."
12404 #: git-submodule.sh:658
12406 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
12409 #: git-submodule.sh:659
12411 msgid "Submodule path '$displaypath': checked out '$sha1'"
12414 #: git-submodule.sh:663
12416 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
12419 #: git-submodule.sh:664
12421 msgid "Submodule path '$displaypath': rebased into '$sha1'"
12424 #: git-submodule.sh:669
12426 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
12429 #: git-submodule.sh:670
12431 msgid "Submodule path '$displaypath': merged in '$sha1'"
12434 #: git-submodule.sh:675
12436 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
12439 #: git-submodule.sh:676
12441 msgid "Submodule path '$displaypath': '$command $sha1'"
12444 #: git-submodule.sh:707
12446 msgid "Failed to recurse into submodule path '$displaypath'"
12449 #: git-submodule.sh:815
12450 msgid "The --cached option cannot be used with the --files option"
12453 #: git-submodule.sh:867
12455 msgid "unexpected mode $mod_dst"
12458 #: git-submodule.sh:887
12460 msgid " Warn: $display_name doesn't contain commit $sha1_src"
12463 #: git-submodule.sh:890
12465 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
12468 #: git-submodule.sh:893
12470 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
12473 #: git-submodule.sh:918
12477 #: git-submodule.sh:1040
12479 msgid "Failed to recurse into submodule path '$sm_path'"
12482 #: git-submodule.sh:1107
12484 msgid "Synchronizing submodule url for '$displaypath'"
12487 #: git-parse-remote.sh:89
12489 msgid "See git-${cmd}(1) for details."
12492 #: git-rebase--interactive.sh:131
12494 msgid "Rebasing ($new_count/$total)"
12497 #: git-rebase--interactive.sh:147
12501 " p, pick = use commit\n"
12502 " r, reword = use commit, but edit the commit message\n"
12503 " e, edit = use commit, but stop for amending\n"
12504 " s, squash = use commit, but meld into previous commit\n"
12505 " f, fixup = like \"squash\", but discard this commit's log message\n"
12506 " x, exec = run command (the rest of the line) using shell\n"
12507 " d, drop = remove commit\n"
12509 "These lines can be re-ordered; they are executed from top to bottom.\n"
12512 #: git-rebase--interactive.sh:162
12515 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
12518 #: git-rebase--interactive.sh:166
12521 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
12524 #: git-rebase--interactive.sh:202
12527 "You can amend the commit now, with\n"
12529 "\tgit commit --amend $gpg_sign_opt_quoted\n"
12531 "Once you are satisfied with your changes, run\n"
12533 "\tgit rebase --continue"
12536 #: git-rebase--interactive.sh:227
12538 msgid "$sha1: not a commit that can be picked"
12541 #: git-rebase--interactive.sh:266
12543 msgid "Invalid commit name: $sha1"
12546 #: git-rebase--interactive.sh:308
12547 msgid "Cannot write current commit's replacement sha1"
12550 #: git-rebase--interactive.sh:360
12552 msgid "Fast-forward to $sha1"
12555 #: git-rebase--interactive.sh:362
12557 msgid "Cannot fast-forward to $sha1"
12560 #: git-rebase--interactive.sh:371
12562 msgid "Cannot move HEAD to $first_parent"
12565 #: git-rebase--interactive.sh:376
12567 msgid "Refusing to squash a merge: $sha1"
12570 #: git-rebase--interactive.sh:390
12572 msgid "Error redoing merge $sha1"
12575 #: git-rebase--interactive.sh:398
12577 msgid "Could not pick $sha1"
12580 #: git-rebase--interactive.sh:407
12582 msgid "This is the commit message #${n}:"
12585 #: git-rebase--interactive.sh:412
12587 msgid "The commit message #${n} will be skipped:"
12590 #: git-rebase--interactive.sh:423
12592 msgid "This is a combination of $count commit."
12593 msgid_plural "This is a combination of $count commits."
12597 #: git-rebase--interactive.sh:431
12599 msgid "Cannot write $fixup_msg"
12602 #: git-rebase--interactive.sh:434
12603 msgid "This is a combination of 2 commits."
12606 #: git-rebase--interactive.sh:435
12607 msgid "This is the 1st commit message:"
12610 #: git-rebase--interactive.sh:475 git-rebase--interactive.sh:518
12611 #: git-rebase--interactive.sh:521
12613 msgid "Could not apply $sha1... $rest"
12616 #: git-rebase--interactive.sh:549
12619 "Could not amend commit after successfully picking $sha1... $rest\n"
12620 "This is most likely due to an empty commit message, or the pre-commit hook\n"
12621 "failed. If the pre-commit hook failed, you may need to resolve the issue "
12623 "you are able to reword the commit."
12626 #: git-rebase--interactive.sh:564
12628 msgid "Stopped at $sha1_abbrev... $rest"
12631 #: git-rebase--interactive.sh:579
12633 msgid "Cannot '$squash_style' without a previous commit"
12636 #: git-rebase--interactive.sh:621
12638 msgid "Executing: $rest"
12641 #: git-rebase--interactive.sh:629
12643 msgid "Execution failed: $rest"
12646 #: git-rebase--interactive.sh:631
12647 msgid "and made changes to the index and/or the working tree"
12650 #: git-rebase--interactive.sh:633
12652 "You can fix the problem, and then run\n"
12654 "\tgit rebase --continue"
12657 #. TRANSLATORS: after these lines is a command to be issued by the user
12658 #: git-rebase--interactive.sh:646
12661 "Execution succeeded: $rest\n"
12662 "but left changes to the index and/or the working tree\n"
12663 "Commit or stash your changes, and then run\n"
12665 "\tgit rebase --continue"
12668 #: git-rebase--interactive.sh:657
12670 msgid "Unknown command: $command $sha1 $rest"
12673 #: git-rebase--interactive.sh:658
12674 msgid "Please fix this using 'git rebase --edit-todo'."
12677 #: git-rebase--interactive.sh:693
12679 msgid "Successfully rebased and updated $head_name."
12682 #: git-rebase--interactive.sh:740
12683 msgid "Could not skip unnecessary pick commands"
12686 #: git-rebase--interactive.sh:898
12689 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
12693 #: git-rebase--interactive.sh:931
12696 "Warning: the command isn't recognized in the following line:\n"
12700 #: git-rebase--interactive.sh:970
12701 msgid "could not detach HEAD"
12704 #: git-rebase--interactive.sh:1008
12706 "Warning: some commits may have been dropped accidentally.\n"
12707 "Dropped commits (newer to older):"
12710 #: git-rebase--interactive.sh:1016
12712 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
12714 "Use 'git config rebase.missingCommitsCheck' to change the level of "
12716 "The possible behaviours are: ignore, warn, error."
12719 #: git-rebase--interactive.sh:1027
12722 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
12726 #: git-rebase--interactive.sh:1044
12727 msgid "You can fix this with 'git rebase --edit-todo'."
12730 #: git-rebase--interactive.sh:1045
12731 msgid "Or you can abort the rebase with 'git rebase --abort'."
12734 #: git-rebase--interactive.sh:1069
12735 msgid "Could not remove CHERRY_PICK_HEAD"
12738 #: git-rebase--interactive.sh:1074
12741 "You have staged changes in your working tree.\n"
12742 "If these changes are meant to be\n"
12743 "squashed into the previous commit, run:\n"
12745 " git commit --amend $gpg_sign_opt_quoted\n"
12747 "If they are meant to go into a new commit, run:\n"
12749 " git commit $gpg_sign_opt_quoted\n"
12751 "In both case, once you're done, continue with:\n"
12753 " git rebase --continue\n"
12756 #: git-rebase--interactive.sh:1091
12757 msgid "Error trying to find the author identity to amend commit"
12760 #: git-rebase--interactive.sh:1096
12762 "You have uncommitted changes in your working tree. Please commit them\n"
12763 "first and then run 'git rebase --continue' again."
12766 #: git-rebase--interactive.sh:1101 git-rebase--interactive.sh:1105
12767 msgid "Could not commit staged changes."
12770 #: git-rebase--interactive.sh:1129
12773 "You are editing the todo file of an ongoing interactive rebase.\n"
12774 "To continue rebase after editing, run:\n"
12775 " git rebase --continue\n"
12779 #: git-rebase--interactive.sh:1137 git-rebase--interactive.sh:1298
12780 msgid "Could not execute editor"
12783 #: git-rebase--interactive.sh:1145
12784 msgid "You need to set your committer info first"
12787 #: git-rebase--interactive.sh:1153
12789 msgid "Could not checkout $switch_to"
12792 #: git-rebase--interactive.sh:1158
12796 #: git-rebase--interactive.sh:1159
12798 msgid "Could not create temporary $state_dir"
12801 #: git-rebase--interactive.sh:1161
12802 msgid "Could not mark as interactive"
12805 #: git-rebase--interactive.sh:1171 git-rebase--interactive.sh:1176
12806 msgid "Could not init rewritten commits"
12809 #: git-rebase--interactive.sh:1276
12811 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
12812 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
12816 #: git-rebase--interactive.sh:1281
12819 "However, if you remove everything, the rebase will be aborted.\n"
12823 #: git-rebase--interactive.sh:1288
12824 msgid "Note that empty commits are commented out"
12827 #: git-sh-setup.sh:89 git-sh-setup.sh:94
12829 msgid "usage: $dashless $USAGE"
12832 #: git-sh-setup.sh:190
12834 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
12837 #: git-sh-setup.sh:199 git-sh-setup.sh:206
12839 msgid "fatal: $program_name cannot be used without a working tree."
12842 #: git-sh-setup.sh:220
12843 msgid "Cannot rebase: You have unstaged changes."
12846 #: git-sh-setup.sh:223
12847 msgid "Cannot rewrite branches: You have unstaged changes."
12850 #: git-sh-setup.sh:229
12852 msgid "Cannot $action: You have unstaged changes."
12855 #: git-sh-setup.sh:242
12856 msgid "Cannot rebase: Your index contains uncommitted changes."
12859 #: git-sh-setup.sh:248
12861 msgid "Cannot $action: Your index contains uncommitted changes."
12864 #: git-sh-setup.sh:372
12865 msgid "You need to run this command from the toplevel of the working tree."
12868 #: git-sh-setup.sh:377
12869 msgid "Unable to determine absolute path of git directory"