Skip to content
Snippets Groups Projects
Commit ba72d26d authored by Simona Vetter's avatar Simona Vetter
Browse files

dim: Autoadd new fixup patches


This fixes

commit 8ea00c70
Author: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Date:   Thu Dec 7 11:42:28 2017 +0200

    dim: Move to more readable fixup patch naming scheme

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: default avatarJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parent fa3854f7
No related branches found
No related tags found
No related merge requests found
...@@ -556,6 +556,7 @@ function commit_rerere_cache ...@@ -556,6 +556,7 @@ function commit_rerere_cache
return 1 return 1
fi fi
git add ./*.patch >& /dev/null || true git add ./*.patch >& /dev/null || true
git add fixups/*.patch >& /dev/null || true
for file in $(git ls-files -- rr-cache); do for file in $(git ls-files -- rr-cache); do
if ! git log --since="60 days ago" --name-only -- $file | grep $file &> /dev/null; then if ! git log --since="60 days ago" --name-only -- $file | grep $file &> /dev/null; then
git rm $file &> /dev/null || true git rm $file &> /dev/null || true
......
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