标签: diff

2 篇文章

thumbnail
git diff noindex exclude files
from--https://stackoverflow.com/questions/53471209/git-diff-noindex-exclude-files 13 Does any one how to exclude files when comparing folders with git diff --no-index ? It seems this option ':(exclude)*.min.css' does not work with no-index (outside working tree) git diff Share Follow asked Nov 25, 2018 at 19:44 jani_r 63711 gold badge77 silver badges1818 bronze badges 1 Co…
OpenWrt之quilt打补丁
  2019-11 from--https://blog.csdn.net/hzlarm/article/details/103264754 OpenWrt使用的是quilt工具来制作补丁非传统的diff diff和quilt使用方法参考博客 官方quilt文档 准备工作 cat > ~/.quiltrc <<EOF QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto" QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab" QUILT_SERIES_ARGS="--color=auto" QUILT_PATCH_OPTS="--unified" QUILT_DIFF_OPTS="-p" …