[PATCH] dim: Autoadd new fixup patches

Daniel Vetter daniel.vetter at ffwll.ch
Wed Dec 13 19:58:32 UTC 2017


This fixes

commit 8ea00c70949b0b451f486c66e9c84cdad161eacd
Author: Joonas Lahtinen <joonas.lahtinen at 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 at linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 dim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dim b/dim
index c56d2272170a..094127e3ce90 100755
--- a/dim
+++ b/dim
@@ -556,6 +556,7 @@ function commit_rerere_cache
 		return 1
 	fi
 	git add ./*.patch >& /dev/null || true
+	git add fixups/*.patch >& /dev/null || true
 	for file  in $(git ls-files -- rr-cache); do
 		if ! git log --since="60 days ago" --name-only -- $file | grep $file &> /dev/null; then
 			git rm $file &> /dev/null || true
-- 
2.15.1



More information about the dim-tools mailing list