From 664b10396f7669e89f919bf0ecbd4e489a74e0ff Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Thu, 17 Sep 2009 21:26:26 -0400 Subject: [PATCH] refresh: output the patch name similarly to what quilt does Note: Unlike quilt, guilt always says that the patch has been refreshed as it always rewrites the patch file. Signed-off-by: Josef 'Jeff' Sipek --- guilt-refresh | 2 +- regression/t-027.out | 1 + regression/t-060.out | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/guilt-refresh b/guilt-refresh index c29ceaa..e866f80 100755 --- a/guilt-refresh +++ b/guilt-refresh @@ -25,4 +25,4 @@ if [ -z "$TOP" ]; then fi refresh_patch "$TOP" "$gdiff" "$dstat" - +echo "Patch $TOP refreshed" diff --git a/regression/t-027.out b/regression/t-027.out index 464d917..4522d1a 100644 --- a/regression/t-027.out +++ b/regression/t-027.out @@ -16,6 +16,7 @@ HEAD is now at d485041 initial Applying patch..modify Patch applied. % guilt-refresh +Patch modify refreshed % guilt-pop All patches popped. % guilt-push modify diff --git a/regression/t-060.out b/regression/t-060.out index 28b3825..8851e78 100644 --- a/regression/t-060.out +++ b/regression/t-060.out @@ -4,6 +4,7 @@ % touch blah/sub % guilt-add blah/sub % guilt-refresh +Patch subdir refreshed % guilt-push -a Applying patch..modify Patch applied. -- 2.11.4.GIT