mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Introduce script to automatically resolve conflicts after treewide changes (such as reformats) (#363759)
This commit is contained in:
commit
3425323bb4
7 changed files with 263 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# This file contains a list of commits that are not likely what you
|
||||
# are looking for in a blame, such as mass reformatting or renaming.
|
||||
#
|
||||
# If a commit's line ends with `# !autorebase <command>`,
|
||||
# where <command> is an idempotent bash command that reapplies the changes from the commit,
|
||||
# the `maintainers/scripts/auto-rebase/run.sh` script can be used to rebase
|
||||
# across that commit while automatically resolving merge conflicts caused by the commit.
|
||||
#
|
||||
# You can set this file as a default ignore file for blame by running
|
||||
# the following command.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue