2 Jul 2012 03:43
Please pull git-po maint branch with Swedish update
Jiang Xin <worldhello.net <at> gmail.com>
2012-07-02 01:43:45 GMT
2012-07-02 01:43:45 GMT
Hi Junio,
Please merge the maint branch of git-l10n, and then merge back to the
master branch.
The following changes since commit 0ce2e396ee9fb0fa07e8381b338e49859dbf03db:
Git 1.7.11 (2012-06-17 14:07:15 -0700)
are available in the git repository at:
git://github.com/git-l10n/git-po maint
for you to fetch changes up to 16b183094e7c93e194bc2c471e95fe3386e6fb69:
Update Swedish translation (1066t0f0u) (2012-07-01 23:04:09 +0100)
----------------------------------------------------------------
Peter Krefting (1):
Update Swedish translation (1066t0f0u)
po/sv.po | 3078 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 2393 insertions(+), 685 deletions(-)
--
JIang Xin
so let me think aloud.
In any case, once the user says (either via directly using "git add"
or using the command via the mergetool) the path is resolved,
mergetool would no longer want to touch it, until the user says
"oops, the resolution was a mistake; pleae make it unresolved again"
with something like "git checkout -m". So in this message, I'll
think only about the case where the index is still unmerged.
The working tree files may be in one of these states:
1. It may still be the same as the conflicted state after the
three-way merge proper gave the user, perhaps with conflict
markers in the text.
2. rerere or some other mechanism (this includes manual editing or
previous run of "mergetool") may have resolved the conflict
fully.
3. Or such a mechanism may have only half-resolved the conflict.
RSS Feed