Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Tue, 04 Jan 2011 12:47:01 -0500
Kohei Yoshida <kyoshida@novell.com> wrote:

とりあえず僕がコミットしておきました。こういった類のものは日本語扱う人間
が対応するのが早い思うので。
ありがとうございます! とても助かりました。

上のBugzillaでも書いたのですが、パッチ作成の際にはgitスタイルのdiffの方
がコミットする側で対応し易くなるので、そっちの方が良いですね。その際には

1) 変更をオリジナルのファイルに直接行う。
2) git diff > <patch name>.diff を実行してパッチを作成する。
3) git checkout -f を実行して変更前の状態に戻す。

もしくは

1) 変更をオリジナルのファイルに直接行う。
2) git commit <file name> を実行してコミットする。その際には自分の名前や
メールアドレスが正しいかを確認する。

git config --global user.email "your@email.address.com"
git config --global user.name "Your Name"

によって名前やメールを定義できます。

3) git format-patch -1 を実行してたった今コミットした記録をパッチ化する。

とまあこんな具合です。
承知しました。
これからもこんなことがちょくちょくあると思うので、gitの使い方を勉強
します。

それはVLゴシックもリストに含めた方が良いということでしょうか?
検証していないのでなんとも言えませんが、たぶん……。

また変更が必要な際にはBugzillaにパッチを挙げて貰えれば対応します。
いろいろと立て込んでいて3.3には間に合わないかもしれませんが、必要で
あればまたパッチを作成します。

-- 
AWASHIRO Ikuya
ikuya@fruitsbasket.info / ikuya@oooug.jp
GPG fingerprint:
1A19 AD66 C53F 2250 3537 1A9D 3A53 2C1D 20AB CC8A
http://blog.goo.ne.jp/ikunya/
http://twitter.com/ikunya/

-- 
Unsubscribe instructions: E-mail to discuss+help@ja.libreoffice.org
List archive: http://listarchives.libreoffice.org/ja/discuss/
*** All posts to this list are publicly archived for eternity ***

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.