diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index f7be93f631..347a9f76ee 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -35,6 +35,8 @@ submodule..url:: linkgit:git-clone[1] or (if it begins with ./ or ../) a location relative to the superproject's origin repository. +In addition, there are a number of optional keys: + submodule..update:: Defines what to do when the submodule is updated by the superproject. If 'checkout' (the default), the new commit specified in the diff --git a/po/de.po b/po/de.po index 5e2d709e15..c0bbb65bf6 100644 --- a/po/de.po +++ b/po/de.po @@ -72,7 +72,7 @@ msgstr "Archivformat" #: archive.c:328 builtin/log.c:1193 msgid "prefix" -msgstr "Prefix" +msgstr "Präfix" #: archive.c:329 msgid "prepend prefix to each pathname in the archive" @@ -3716,7 +3716,7 @@ msgid "" msgstr "" "Eingabehilfe:\n" "1 - nummeriertes Element auswählen\n" -"foo - Element anhand eines eindeutigen Prefix auswählen\n" +"foo - Element anhand eines eindeutigen Präfix auswählen\n" " - (leer) nichts auswählen" #: builtin/clean.c:298 @@ -3734,7 +3734,7 @@ msgstr "" "1 - einzelnes Element auswählen\n" "3-5 - Bereich von Elementen auswählen\n" "2-3,6-9 - mehrere Bereiche auswählen\n" -"foo - Element anhand eines eindeutigen Prefix auswählen\n" +"foo - Element anhand eines eindeutigen Präfix auswählen\n" "-... - angegebenes Element abwählen\n" "* - alle Elemente auswählen\n" " - (leer) Auswahl beenden" @@ -6452,7 +6452,7 @@ msgstr "kennzeichnet die Serie als n-te Fassung" #: builtin/log.c:1194 msgid "Use [] instead of [PATCH]" -msgstr "verwendet [] anstatt [PATCH]" +msgstr "verwendet [] anstatt [PATCH]" #: builtin/log.c:1197 msgid "store resulting files in " @@ -8182,7 +8182,7 @@ msgid "" "[-u [--exclude-per-directory=] | -i]] [--no-sparse-checkout] [--" "index-output=] (--empty | [ []])" msgstr "" -"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=] " +"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=] " "[-u [--exclude-per-directory=] | -i]] [--no-sparse-checkout] [--" "index-output=] (--empty | [ " "[]])" @@ -9782,15 +9782,15 @@ msgstr "gibt Tag-Inhalte aus" #: builtin/write-tree.c:13 msgid "git write-tree [--missing-ok] [--prefix=/]" -msgstr "git write-tree [--missing-ok] [--prefix=/]" +msgstr "git write-tree [--missing-ok] [--prefix=/]" #: builtin/write-tree.c:26 msgid "/" -msgstr "/" +msgstr "/" #: builtin/write-tree.c:27 msgid "write tree object for a subdirectory " -msgstr "schreibt das \"Tree\"-Objekt für ein Unterverzeichnis " +msgstr "schreibt das \"Tree\"-Objekt für ein Unterverzeichnis " #: builtin/write-tree.c:30 msgid "only useful for debugging"