Skip to content
Snippets Groups Projects
Commit 2b67ef2b authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

dim: Append to fixup file


If we already have a fixup file for a certain branch, we would override
any previous fixups. Just appending to the previous diff (even if
already containing the same path) seems to work better.

Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: default avatarJosé Roberto de Souza <jose.souza@intel.com>
parent 34c72cf7
No related branches found
No related tags found
Loading
......@@ -2410,7 +2410,7 @@ function dim_cat_to_fixup # [branch]
repo=$(branch_to_repo $branch)
fixup_file=$(find_fixup_file $repo $branch)
cat > $fixup_file
cat >> $fixup_file
echo "Applied fixup for $branch"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment