-
解凍して xyzzy のインストールディレクトリにコピーします
-
.xyzzy
またはsiteinit.l
に以下のコードを追加します(require "xl-git")
-
環境変数
GITDIR
を設定していない場合は以下も追加します; 自分の環境での msysgit のインストールディレクトリに変更して下さい (setf *msysgit-directory* "C:/msysgit")
-
(必要ならば) バイトコンパイルします
-
上記の設定を反映させる為に再起動をします
siteinit.l
に設定した場合は再ダンプも行います
M-x git-init
M-x git-add
M-x git-commit
M-x git-push
- etc...
- モードラインに
:Run
(プロセス実行中)の場合はC-c C-g
で終了 - モードラインに
:Exit
(プロセス終了)の場合はC-c C-g
もしくはq
で終了
C-c C-c
もしくはC-x C-s
で実行C-c C-g
でキャンセル
git-flow のコマンドを追加したい
(require "xl-git-flow")
(setf *msysgit-directory* nil)
環境変数にPATH等を設定していない場合は以下を参考に設定して下さい
; 自分の環境での cygwin のインストールディレクトリに変更して下さい
(push `(("PATH" . ,(concat "C:/cygwin/usr/local/bin;C:/cygwin/bin;" (si:getenv "PATH")))
("CYGWIN" . "ntsec"))
*git-environ*)
(push '("CYGWIN" . "") *git-environ*)
(setf *git-completing-prompt* t)
下記のどちらかにご連絡下さい
DeaR ([email protected])
Copyright (c) 2012 DeaR <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.