> * Paul Poulain ([email protected]) wrote: > > What would be absolutly WONDERFUL would be to add a parameter to update > > the patch status. > > Something like : > > "git bz attach -status signed-off 4321 HEAD " > > Plus fixing the bug that makes attaching more than one patch at a time > > impossible.
The right way to do that is probably to let git bz attach take arbitrary form input names and values from the bugzilla update form, so the above example would be: git bz attach -cf_patch_status 'Signed Off' 4321 HEAD Chris Cormack <[email protected]> > First i'd like to add a -3 switch so that the apply will use a 3way > merge. At the moment if it fails you have to try that manually. That sounds like a good but simple improvement, if only we had more time! Regards, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Webmaster, Debian Developer, Past Koha RM, statistician, former lecturer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for various work through http://www.software.coop/ _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
