[Pkg-zsh-commits] [zsh] 09/26: Workflow: Use git push -a

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 21:14:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit dae669e03041ea0398f92d77c1c00b42227a8199
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 21:23:06 2014 +0200

    Workflow: Use git push -a
---
 debian/pkg-zsh-workflow.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 5b00197..5346721 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list