首先在~/.quiltrc中增加 quilt options

QUILT_PATCHES="./patches"
QUILT_DIFF_ARGS="--no-timestamps --no-index -pab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
QUILT_PATCH_OPTS="--unified"
QUILT_DIFF_OPTS="-p"
QUILT_SERIES_ARGS="--color=auto"
EDITOR="vim"

接著在codebase底下,首先import基底patch

$ quilt import xxxx.patch

$ quilt applied
$ quilt series
$ quilt new xxxxxx.patch
$ quilt diff
$ quilt refresh

Related Posts

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。