diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:23:06 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:23:06 +0200 |
commit | dae669e03041ea0398f92d77c1c00b42227a8199 (patch) | |
tree | 06b5d35afcd3ec7577bd3e58f42148593762b166 | |
parent | 1d1b8e1156a663ea95b4623c7359ffb39dcdc93d (diff) | |
download | zsh-dae669e03041ea0398f92d77c1c00b42227a8199.tar.gz zsh-dae669e03041ea0398f92d77c1c00b42227a8199.zip |
Workflow: Use git push -a
-rw-r--r-- | debian/pkg-zsh-workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |