.quiltrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 25 Aug 2020 10:15:42 +0300
changeset 944 abefcbeca9a5
parent 874 c20f22676d44
permissions -rw-r--r--
New git on "git pull" asked to config one of: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only

QUILT_DIFF_ARGS="--color=auto -p ab"
QUILT_DIFF_OPTS="-p"
QUILT_REFRESH_ARGS="-p ab"
QUILT_PUSH_ARGS="--color=auto"
QUILT_SERIES_ARGS="--color=auto"
QUILT_PATCH_OPTS="--unified"

QUILT_NO_DIFF_INDEX=1
QUILT_NO_DIFF_TIMESTAMPS=1