File: options

package info (click to toggle)
magit 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,048 kB
  • sloc: lisp: 28,364; makefile: 460
file content (7 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Upstream ships a generated docs/magit.texi to meet Emacs addon
# manager requirements like NonGNU ELPA and MELPA (see
# https://github.com/magit/transient/discussions/347).  This file will
# also be regenerated during building and causing source tree change.
# This causes failure when building twice in a row.  This setting
# avoid such extraneous diffs.
extend-diff-ignore = "(^|/)(docs/magit\.texi)$"