git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC] branch: add optional parameter to -r to specify remote
@ 2011-06-19 19:19 Boris Faure
  2011-06-19 19:19 ` Boris Faure
  0 siblings, 1 reply; 12+ messages in thread
From: Boris Faure @ 2011-06-19 19:19 UTC (permalink / raw)
  To: git

The following patch adds an optional parameter to branch -r to use as
-r=<remote> in order to list branches on a particular remote.

'git branch -d -r one/another' can also be done with
'git branch -d -r=one another'.

I haven't found tests specially crafted for 'git branch -r -d <branch>'. I
hope the tests I have added are in the correct places.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-06-20 19:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19 19:19 [PATCH/RFC] branch: add optional parameter to -r to specify remote Boris Faure
2011-06-19 19:19 ` Boris Faure
2011-06-19 22:32   ` Junio C Hamano
2011-06-20  6:40     ` Johannes Sixt
2011-06-20  7:03       ` Jeff King
2011-06-20 11:08         ` Michael J Gruber
2011-06-20 13:09           ` Jeff King
2011-06-20 15:42             ` Junio C Hamano
2011-06-20 16:59               ` [PATCH] tag: accept multiple patterns for --list Jeff King
2011-06-20 15:49           ` [PATCH/RFC] branch: add optional parameter to -r to specify remote Junio C Hamano
2011-06-20 15:39         ` Junio C Hamano
2011-06-20 19:12     ` Boris Faure

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).