quilt.quiltrc

来自「linux下各种patch的管理工具」· QUILTRC 代码 · 共 28 行

QUILTRC
28
字号
# Example /etc/quilt.quiltrc# Options passed to GNU diff when generating patchesQUILT_DIFF_OPTS="--show-c-function"# Options passed to GNU patch when applying patches#QUILT_PATCH_OPTS="--ignore-whitespace"# Options passed to diffstat when generating patch statistics#QUILT_DIFFSTAT_OPTS="-f0"# Options to pass to commands (QUILT_${COMMAND}_ARGS)QUILT_PUSH_ARGS="--color=auto"QUILT_DIFF_ARGS="--no-timestamps --color=auto"QUILT_REFRESH_ARGS="--no-timestamps --backup"# (Add "-p ab" to QUILT_DIFF_ARGS and QUILT_REFRESH_ARGS to get#  -p1 style diffs with a/file and b/file filenams in headers#  instead of dir.orig/file and dir/file.)# The directory in which patches are found (defaults to "patches").#QUILT_PATCHES=patches# Prefix all patch names with the relative path to the patch?QUILT_PATCHES_PREFIX=yes# Use a specific editor for quilt (defaults to the value of $EDITOR before# sourcing this configuration file, or vi if $EDITOR wasn't set).#EDITOR=nedit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?