Skip to content

Commit 7027835

Browse files
committed
git v2.49: update po files with fixed synopsis entries
The po4a tool used to extract the strings from the documentation files was not able to handle the synopsis entries. This caused the translation entries to be on a single line instead of being formatted as verbatim. Note that this version cannot be processed correctly with the latest official po4a version. The po4a tool has been patched locally, and the patch will be submitted to the upstream repository. Signed-off-by: Jean-Noël Avila <[email protected]>
1 parent a6ef0fc commit 7027835

25 files changed

+1148
-274
lines changed

po/documentation.de.po

+47-11
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: git documentation\n"
1212
"Report-Msgid-Bugs-To: [email protected]\n"
13-
"POT-Creation-Date: 2025-03-01 16:40+0100\n"
13+
"POT-Creation-Date: 2025-03-06 18:29+0100\n"
1414
"PO-Revision-Date: 2024-10-01 11:16+0000\n"
1515
"Last-Translator: Ettore Atalan <[email protected]>\n"
1616
"Language-Team: Matthias Aßhauer <[email protected]>\n"
@@ -4896,8 +4896,19 @@ msgstr ""
48964896

48974897
#. type: synopsis
48984898
#: en/diff-generate-patch.adoc:46
4899-
#, priority:280
4900-
msgid "old mode <mode> new mode <mode> deleted file mode <mode> new file mode <mode> copy from <path> copy to <path> rename from <path> rename to <path> similarity index <number> dissimilarity index <number> index <hash>..<hash> <mode>"
4899+
#, no-wrap, priority:280
4900+
msgid ""
4901+
"old mode <mode>\n"
4902+
"new mode <mode>\n"
4903+
"deleted file mode <mode>\n"
4904+
"new file mode <mode>\n"
4905+
"copy from <path>\n"
4906+
"copy to <path>\n"
4907+
"rename from <path>\n"
4908+
"rename to <path>\n"
4909+
"similarity index <number>\n"
4910+
"dissimilarity index <number>\n"
4911+
"index <hash>..<hash> <mode>\n"
49014912
msgstr ""
49024913

49034914
#. type: synopsis
@@ -5047,8 +5058,12 @@ msgstr ""
50475058

50485059
#. type: synopsis
50495060
#: en/diff-generate-patch.adoc:144
5050-
#, priority:280
5051-
msgid "index <hash>,<hash>..<hash> mode <mode>,<mode>`..`<mode> new file mode <mode> deleted file mode <mode>,<mode>"
5061+
#, no-wrap, priority:280
5062+
msgid ""
5063+
"index <hash>,<hash>..<hash>\n"
5064+
"mode <mode>,<mode>`..`<mode>\n"
5065+
"new file mode <mode>\n"
5066+
"deleted file mode <mode>,<mode>\n"
50525067
msgstr ""
50535068

50545069
#. type: synopsis
@@ -24017,8 +24032,14 @@ msgstr "git-diff – Zeigt die Unterschiede zwischen Commits, Commit und Arbeits
2401724032

2401824033
#. type: synopsis
2401924034
#: en/git-diff.adoc:18
24020-
#, fuzzy, ignore-ellipsis, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280
24021-
msgid "git diff [<options>] [<commit>] [--] [<path>...] git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...] git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...] git diff [<options>] <commit>...<commit> [--] [<path>...] git diff [<options>] <blob> <blob> git diff [<options>] --no-index [--] <path> <path>"
24035+
#, fuzzy, ignore-ellipsis, no-wrap, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280
24036+
msgid ""
24037+
"git diff [<options>] [<commit>] [--] [<path>...]\n"
24038+
"git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]\n"
24039+
"git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...]\n"
24040+
"git diff [<options>] <commit>...<commit> [--] [<path>...]\n"
24041+
"git diff [<options>] <blob> <blob>\n"
24042+
"git diff [<options>] --no-index [--] <path> <path>\n"
2402224043
msgstr ""
2402324044
"'git diff' [<Optionen>] [<Commit>] [--] [<Pfad>...]\n"
2402424045
"'git diff' [<Optionen>] --cached [<Commit>] [--] [<Pfad>...]\n"
@@ -39666,8 +39687,20 @@ msgstr ""
3966639687

3966739688
#. type: synopsis
3966839689
#: en/git-notes.adoc:23
39669-
#, ignore-ellipsis, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280
39670-
msgid "git notes [list [<object>]] git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>] git notes copy [-f] ( --stdin | <from-object> [<to-object>] ) git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>] git notes edit [--allow-empty] [<object>] [--[no-]stripspace] git notes show [<object>] git notes merge [-v | -q] [-s <strategy> ] <notes-ref> git notes merge --commit [-v | -q] git notes merge --abort [-v | -q] git notes remove [--ignore-missing] [--stdin] [<object>...] git notes prune [-n] [-v] git notes get-ref"
39690+
#, ignore-ellipsis, no-wrap, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280
39691+
msgid ""
39692+
"git notes [list [<object>]]\n"
39693+
"git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>]\n"
39694+
"git notes copy [-f] ( --stdin | <from-object> [<to-object>] )\n"
39695+
"git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>]\n"
39696+
"git notes edit [--allow-empty] [<object>] [--[no-]stripspace]\n"
39697+
"git notes show [<object>]\n"
39698+
"git notes merge [-v | -q] [-s <strategy> ] <notes-ref>\n"
39699+
"git notes merge --commit [-v | -q]\n"
39700+
"git notes merge --abort [-v | -q]\n"
39701+
"git notes remove [--ignore-missing] [--stdin] [<object>...]\n"
39702+
"git notes prune [-n] [-v]\n"
39703+
"git notes get-ref\n"
3967139704
msgstr ""
3967239705

3967339706
#. type: Plain text
@@ -50363,12 +50396,15 @@ msgstr "git-restore - Dateien im Arbeitsbereich wiederherstellen"
5036350396

5036450397
#. type: synopsis
5036550398
#: en/git-restore.adoc:14
50366-
#, fuzzy, ignore-ellipsis, placeholders:'[--source=':'[--staged]':'[--worktree]':'[--source=':'[--staged]':'[--worktree]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch':'[--source=':'[--staged]':'[--worktree]', priority:280
50399+
#, fuzzy, ignore-ellipsis, no-wrap, placeholders:'[--source=':'[--staged]':'[--worktree]':'[--source=':'[--staged]':'[--worktree]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch':'[--source=':'[--staged]':'[--worktree]', priority:280
5036750400
#| msgid ""
5036850401
#| "'git restore' [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>...\n"
5036950402
#| "'git restore' [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul]\n"
5037050403
#| "'git restore' (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]\n"
50371-
msgid "git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>... git restore [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul] git restore (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]"
50404+
msgid ""
50405+
"git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>...\n"
50406+
"git restore [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul]\n"
50407+
"git restore (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]\n"
5037250408
msgstr ""
5037350409
"'git restore' [<Optionen>] [--source=<Tree>] [--staged] [--worktree] [--] <Pfadspezifikation>...\n"
5037450410
"'git restore' [<Optionen>] [--source=<Tree>] [--staged] [--worktree] --pathspec-from-file=<Datei> [--pathspec-file-nul]\n"

po/documentation.es.po

+47-11
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: [email protected]\n"
10-
"POT-Creation-Date: 2025-03-01 16:40+0100\n"
10+
"POT-Creation-Date: 2025-03-06 18:29+0100\n"
1111
"PO-Revision-Date: 2025-02-23 22:59+0000\n"
1212
"Last-Translator: Salvador Peña <[email protected]>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -4770,7 +4770,7 @@ msgstr "Es seguido por una o mas líneas de encabezado extendido:"
47704770

47714771
#. type: synopsis
47724772
#: en/diff-generate-patch.adoc:46
4773-
#, fuzzy, priority:280
4773+
#, fuzzy, no-wrap, priority:280
47744774
#| msgid ""
47754775
#| "old mode <mode>\n"
47764776
#| "new mode <mode>\n"
@@ -4783,7 +4783,18 @@ msgstr "Es seguido por una o mas líneas de encabezado extendido:"
47834783
#| "similarity index <number>\n"
47844784
#| "dissimilarity index <number>\n"
47854785
#| "index <hash>..<hash> <mode>\n"
4786-
msgid "old mode <mode> new mode <mode> deleted file mode <mode> new file mode <mode> copy from <path> copy to <path> rename from <path> rename to <path> similarity index <number> dissimilarity index <number> index <hash>..<hash> <mode>"
4786+
msgid ""
4787+
"old mode <mode>\n"
4788+
"new mode <mode>\n"
4789+
"deleted file mode <mode>\n"
4790+
"new file mode <mode>\n"
4791+
"copy from <path>\n"
4792+
"copy to <path>\n"
4793+
"rename from <path>\n"
4794+
"rename to <path>\n"
4795+
"similarity index <number>\n"
4796+
"dissimilarity index <number>\n"
4797+
"index <hash>..<hash> <mode>\n"
47874798
msgstr ""
47884799
"old mode <modo>\n"
47894800
"new mode <modo>\n"
@@ -4975,13 +4986,17 @@ msgstr "Es seguido por uno o mas líneas de encabezado extendido (este ejemplo m
49754986

49764987
#. type: synopsis
49774988
#: en/diff-generate-patch.adoc:144
4978-
#, fuzzy, priority:280
4989+
#, fuzzy, no-wrap, priority:280
49794990
#| msgid ""
49804991
#| "index <hash>,<hash>..<hash>\n"
49814992
#| "mode <mode>,<mode>`..`<mode>\n"
49824993
#| "new file mode <mode>\n"
49834994
#| "deleted file mode <mode>,<mode>\n"
4984-
msgid "index <hash>,<hash>..<hash> mode <mode>,<mode>`..`<mode> new file mode <mode> deleted file mode <mode>,<mode>"
4995+
msgid ""
4996+
"index <hash>,<hash>..<hash>\n"
4997+
"mode <mode>,<mode>`..`<mode>\n"
4998+
"new file mode <mode>\n"
4999+
"deleted file mode <mode>,<mode>\n"
49855000
msgstr ""
49865001
"index <hash>,<hash>..<hash>\n"
49875002
"mode <modo>,<modo>`..`<modo>\n"
@@ -23589,8 +23604,14 @@ msgstr "git-diff - Muestra los cambios entre confirmaciones, confirmación y ár
2358923604

2359023605
#. type: synopsis
2359123606
#: en/git-diff.adoc:18
23592-
#, ignore-ellipsis, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280
23593-
msgid "git diff [<options>] [<commit>] [--] [<path>...] git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...] git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...] git diff [<options>] <commit>...<commit> [--] [<path>...] git diff [<options>] <blob> <blob> git diff [<options>] --no-index [--] <path> <path>"
23607+
#, ignore-ellipsis, no-wrap, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280
23608+
msgid ""
23609+
"git diff [<options>] [<commit>] [--] [<path>...]\n"
23610+
"git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]\n"
23611+
"git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...]\n"
23612+
"git diff [<options>] <commit>...<commit> [--] [<path>...]\n"
23613+
"git diff [<options>] <blob> <blob>\n"
23614+
"git diff [<options>] --no-index [--] <path> <path>\n"
2359423615
msgstr ""
2359523616

2359623617
#. type: Plain text
@@ -39116,8 +39137,20 @@ msgstr ""
3911639137

3911739138
#. type: synopsis
3911839139
#: en/git-notes.adoc:23
39119-
#, ignore-ellipsis, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280
39120-
msgid "git notes [list [<object>]] git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>] git notes copy [-f] ( --stdin | <from-object> [<to-object>] ) git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>] git notes edit [--allow-empty] [<object>] [--[no-]stripspace] git notes show [<object>] git notes merge [-v | -q] [-s <strategy> ] <notes-ref> git notes merge --commit [-v | -q] git notes merge --abort [-v | -q] git notes remove [--ignore-missing] [--stdin] [<object>...] git notes prune [-n] [-v] git notes get-ref"
39140+
#, ignore-ellipsis, no-wrap, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280
39141+
msgid ""
39142+
"git notes [list [<object>]]\n"
39143+
"git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>]\n"
39144+
"git notes copy [-f] ( --stdin | <from-object> [<to-object>] )\n"
39145+
"git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>]\n"
39146+
"git notes edit [--allow-empty] [<object>] [--[no-]stripspace]\n"
39147+
"git notes show [<object>]\n"
39148+
"git notes merge [-v | -q] [-s <strategy> ] <notes-ref>\n"
39149+
"git notes merge --commit [-v | -q]\n"
39150+
"git notes merge --abort [-v | -q]\n"
39151+
"git notes remove [--ignore-missing] [--stdin] [<object>...]\n"
39152+
"git notes prune [-n] [-v]\n"
39153+
"git notes get-ref\n"
3912139154
msgstr ""
3912239155

3912339156
#. type: Plain text
@@ -49795,8 +49828,11 @@ msgstr ""
4979549828

4979649829
#. type: synopsis
4979749830
#: en/git-restore.adoc:14
49798-
#, ignore-ellipsis, placeholders:'[--source=':'[--staged]':'[--worktree]':'[--source=':'[--staged]':'[--worktree]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch':'[--source=':'[--staged]':'[--worktree]', priority:280
49799-
msgid "git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>... git restore [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul] git restore (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]"
49831+
#, ignore-ellipsis, no-wrap, placeholders:'[--source=':'[--staged]':'[--worktree]':'[--source=':'[--staged]':'[--worktree]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch':'[--source=':'[--staged]':'[--worktree]', priority:280
49832+
msgid ""
49833+
"git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>...\n"
49834+
"git restore [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul]\n"
49835+
"git restore (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]\n"
4980049836
msgstr ""
4980149837

4980249838
#. type: Plain text

po/documentation.es_MX.po

+47-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Git Documentation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2025-03-01 16:40+0100\n"
8+
"POT-Creation-Date: 2025-03-06 18:29+0100\n"
99
"PO-Revision-Date: 2019-10-05 21:56+0000\n"
1010
"Last-Translator: Farándula <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -4784,8 +4784,19 @@ msgstr ""
47844784

47854785
#. type: synopsis
47864786
#: en/diff-generate-patch.adoc:46
4787-
#, priority:280
4788-
msgid "old mode <mode> new mode <mode> deleted file mode <mode> new file mode <mode> copy from <path> copy to <path> rename from <path> rename to <path> similarity index <number> dissimilarity index <number> index <hash>..<hash> <mode>"
4787+
#, no-wrap, priority:280
4788+
msgid ""
4789+
"old mode <mode>\n"
4790+
"new mode <mode>\n"
4791+
"deleted file mode <mode>\n"
4792+
"new file mode <mode>\n"
4793+
"copy from <path>\n"
4794+
"copy to <path>\n"
4795+
"rename from <path>\n"
4796+
"rename to <path>\n"
4797+
"similarity index <number>\n"
4798+
"dissimilarity index <number>\n"
4799+
"index <hash>..<hash> <mode>\n"
47894800
msgstr ""
47904801

47914802
#. type: synopsis
@@ -4935,8 +4946,12 @@ msgstr ""
49354946

49364947
#. type: synopsis
49374948
#: en/diff-generate-patch.adoc:144
4938-
#, priority:280
4939-
msgid "index <hash>,<hash>..<hash> mode <mode>,<mode>`..`<mode> new file mode <mode> deleted file mode <mode>,<mode>"
4949+
#, no-wrap, priority:280
4950+
msgid ""
4951+
"index <hash>,<hash>..<hash>\n"
4952+
"mode <mode>,<mode>`..`<mode>\n"
4953+
"new file mode <mode>\n"
4954+
"deleted file mode <mode>,<mode>\n"
49404955
msgstr ""
49414956

49424957
#. type: synopsis
@@ -23449,8 +23464,14 @@ msgstr "Muestra los cambios entre commits, commit y árbol de trabajo, etc"
2344923464

2345023465
#. type: synopsis
2345123466
#: en/git-diff.adoc:18
23452-
#, ignore-ellipsis, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280
23453-
msgid "git diff [<options>] [<commit>] [--] [<path>...] git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...] git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...] git diff [<options>] <commit>...<commit> [--] [<path>...] git diff [<options>] <blob> <blob> git diff [<options>] --no-index [--] <path> <path>"
23467+
#, ignore-ellipsis, no-wrap, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280
23468+
msgid ""
23469+
"git diff [<options>] [<commit>] [--] [<path>...]\n"
23470+
"git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]\n"
23471+
"git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...]\n"
23472+
"git diff [<options>] <commit>...<commit> [--] [<path>...]\n"
23473+
"git diff [<options>] <blob> <blob>\n"
23474+
"git diff [<options>] --no-index [--] <path> <path>\n"
2345423475
msgstr ""
2345523476

2345623477
#. type: Plain text
@@ -38995,8 +39016,20 @@ msgstr ""
3899539016

3899639017
#. type: synopsis
3899739018
#: en/git-notes.adoc:23
38998-
#, ignore-ellipsis, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280
38999-
msgid "git notes [list [<object>]] git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>] git notes copy [-f] ( --stdin | <from-object> [<to-object>] ) git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>] git notes edit [--allow-empty] [<object>] [--[no-]stripspace] git notes show [<object>] git notes merge [-v | -q] [-s <strategy> ] <notes-ref> git notes merge --commit [-v | -q] git notes merge --abort [-v | -q] git notes remove [--ignore-missing] [--stdin] [<object>...] git notes prune [-n] [-v] git notes get-ref"
39019+
#, ignore-ellipsis, no-wrap, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280
39020+
msgid ""
39021+
"git notes [list [<object>]]\n"
39022+
"git notes add [-f] [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>]\n"
39023+
"git notes copy [-f] ( --stdin | <from-object> [<to-object>] )\n"
39024+
"git notes append [--allow-empty] [--[no-]separator | --separator=<paragraph-break>] [--[no-]stripspace] [-F <file> | -m <msg> | (-c | -C) <object>] [-e] [<object>]\n"
39025+
"git notes edit [--allow-empty] [<object>] [--[no-]stripspace]\n"
39026+
"git notes show [<object>]\n"
39027+
"git notes merge [-v | -q] [-s <strategy> ] <notes-ref>\n"
39028+
"git notes merge --commit [-v | -q]\n"
39029+
"git notes merge --abort [-v | -q]\n"
39030+
"git notes remove [--ignore-missing] [--stdin] [<object>...]\n"
39031+
"git notes prune [-n] [-v]\n"
39032+
"git notes get-ref\n"
3900039033
msgstr ""
3900139034

3900239035
#. type: Plain text
@@ -49678,8 +49711,11 @@ msgstr "Cambia ramas o restaura los archivos de tu árbol de trabajo"
4967849711

4967949712
#. type: synopsis
4968049713
#: en/git-restore.adoc:14
49681-
#, ignore-ellipsis, placeholders:'[--source=':'[--staged]':'[--worktree]':'[--source=':'[--staged]':'[--worktree]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch':'[--source=':'[--staged]':'[--worktree]', priority:280
49682-
msgid "git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>... git restore [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul] git restore (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]"
49714+
#, ignore-ellipsis, no-wrap, placeholders:'[--source=':'[--staged]':'[--worktree]':'[--source=':'[--staged]':'[--worktree]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch':'[--source=':'[--staged]':'[--worktree]', priority:280
49715+
msgid ""
49716+
"git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>...\n"
49717+
"git restore [<options>] [--source=<tree>] [--staged] [--worktree] --pathspec-from-file=<file> [--pathspec-file-nul]\n"
49718+
"git restore (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [<pathspec>...]\n"
4968349719
msgstr ""
4968449720

4968549721
#. type: Plain text

0 commit comments

Comments
 (0)