2008/6/22 Karl Hasselström <kha@xxxxxxxxxxx>: > On 2008-06-19 22:42:33 +0100, Catalin Marinas wrote: > >> This patch moves the applied/unapplied functionality to the 'series' >> command via the corresponding options. [...] >> make_option('-a', '--all', >> help = 'show all patches, including the hidden ones', >> action = 'store_true'), >> + make_option('--applied', >> + help = 'show the applied patches only', >> + action = 'store_true'), >> + make_option('--unapplied', >> + help = 'show the unapplied patches only', >> + action = 'store_true'), >> make_option('--hidden', >> help = 'show the hidden patches only', >> action = 'store_true'), > > Maybe some logic to prohibit the use of more than one of these at > once? The current logic is kind of arbitrary. I decided to allow a combination of applied/unapplied/hidden but not together with all. I'll post the patches again. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html