From 8d8091578790731f2bf90bf7d10d377a0305e3a1 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Fri, 13 Jul 2007 23:43:55 +0100 Subject: [PATCH] Allow "git show --branch". Signed-off-by: Yann Dirson --- stgit/commands/show.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stgit/commands/show.py b/stgit/commands/show.py index ea4c874..c59ac68 100644 --- a/stgit/commands/show.py +++ b/stgit/commands/show.py @@ -30,7 +30,9 @@ Show the commit log and the diff corresponding to the given patches. The output is similar to that generated by the 'git show' command.""" -options = [make_option('-a', '--applied', +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one'), + make_option('-a', '--applied', help = 'show the applied patches', action = 'store_true'), make_option('-u', '--unapplied', -- 2.11.0