* admin/gitmerge.el (gitmerge-resolve): Discard AUTHORS conflicts.
This commit is contained in:
parent
653a81bf8c
commit
55806ee46b
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ Returns non-nil if conflicts remain."
|
|||
;; The conflict markers remain so we return non-nil.
|
||||
(message "Failed to fix NEWS conflict"))))
|
||||
;; Generated files.
|
||||
((member file '("lisp/ldefs-boot.el"))
|
||||
((member file '("lisp/ldefs-boot.el" "etc/AUTHORS"))
|
||||
;; We are in the file's buffer, so names are relative.
|
||||
(call-process "git" nil t nil "reset" "--"
|
||||
(file-name-nondirectory file))
|
||||
|
|
Loading…
Add table
Reference in a new issue