git-gui: Update glossary: add term "hunk"
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
a6d5888fa1
commit
b3125ad3c1
@ -6,7 +6,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2007-10-19 21:43+0200\n"
|
"POT-Creation-Date: 2008-01-07 21:20+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -70,6 +70,10 @@ msgstr ""
|
|||||||
msgid "fetch"
|
msgid "fetch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. "One context of consecutive lines in a whole patch, which consists of many such hunks"
|
||||||
|
msgid "hunk"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. "A collection of files. The index is a stored version of your working tree."
|
#. "A collection of files. The index is a stored version of your working tree."
|
||||||
msgid "index (in git-gui: staging area)"
|
msgid "index (in git-gui: staging area)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"diff [verb]" ""
|
"diff [verb]" ""
|
||||||
"fast forward merge" "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
|
"fast forward merge" "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
|
||||||
"fetch" "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
|
"fetch" "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
|
||||||
|
"hunk" "One context of consecutive lines in a whole patch, which consists of many such hunks"
|
||||||
"index (in git-gui: staging area)" "A collection of files. The index is a stored version of your working tree."
|
"index (in git-gui: staging area)" "A collection of files. The index is a stored version of your working tree."
|
||||||
"merge [noun]" "A successful merge results in the creation of a new commit representing the result of the merge."
|
"merge [noun]" "A successful merge results in the creation of a new commit representing the result of the merge."
|
||||||
"merge [verb]" "To bring the contents of another branch into the current branch."
|
"merge [verb]" "To bring the contents of another branch into the current branch."
|
||||||
|
Loading…
Reference in New Issue
Block a user