From dae669e03041ea0398f92d77c1c00b42227a8199 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 8 Oct 2014 21:23:06 +0200 Subject: Workflow: Use git push -a --- debian/pkg-zsh-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 5b001973a..534672156 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -88,7 +88,7 @@ Let's say, there is an issue '#12345' which can be fixed by patching ## First, add all existing non-debian patches, so the new one is ## added on top. - % quilt push 0002-foo.diff + % quilt push -a ## Add the new patch (say, the topmost patch is 0002-foo.diff). % quilt new 0003-fix-colors.diff -- cgit v1.2.3