summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent dies when empty line enteredgit-bz-python3_adaptationAndrii Nugged2023-06-131-3/+4
* Syntax errors found by pylanceAndrii Nugged2023-06-131-2/+2
* Replace stdout with sterr as suggested by JonathanMartin Renvoize2022-11-211-1/+1
* Added conditions for working with multiline commentsSlava Shishkin2022-04-261-8/+9
* Partial conversions for Bytes and Strings to needed formatSlava Shishkin2022-04-211-28/+33
* Optimize importsSlava Shishkin2022-04-161-7/+5
* Partial conversion bytes to stringsSlava Shishkin2022-04-161-7/+7
* upgrade prompt_multiSlava Shishkin2022-04-161-4/+1
* update get_git_configSlava Shishkin2022-04-161-2/+2
* update init_git_configSlava Shishkin2022-04-161-2/+2
* Apply automated Python 2 to 3 code translationSlava Shishkin2022-04-151-207/+322
* Issue #6 - list of bugs applied must be globalJonathan Druart2021-05-121-4/+6
* Issue #4 - Exit with error on apply error, but catch in cascade apply.Martin Renvoize2021-05-121-5/+5
* Issue #7 - Apply patches from 'BLOCKED' dependenciesJonathan Druart2021-05-121-1/+2
* Issue #7 - Apply patches from 'Failed QA' dependenciesJonathan Druart2021-03-111-1/+2
* Issue #6 - Restore continue, skip and abortJonathan Druart2020-08-141-0/+3
* Issue #6 - Ability to pass several bug numbers to applyJonathan Druart2020-08-141-7/+23
* Issue #5 - Adjust shebang to use python2Jonathan Druart2020-08-141-1/+1
* Allow to use git-credential to retrieve Bugzilla username and passwordJulian Maurice2018-01-181-11/+52
* Only edit the first commitJonathan Druart2017-03-171-1/+3
* Apply dependencies on cascadeJonathan Druart2016-09-081-2/+26
* Merge remote-tracking branch 'kc/fishsoup' into kcfishsoupChris Cormack2015-07-131-1/+2
|\
| * Fixing utf-8 encoding issues. Special utf-8 characters can now be used in com...Justin2015-01-151-1/+2
* | Fix for git-bz to deal with the fact the output of changing a status has chan...Chris Cormack2015-07-131-2/+1
|/
* teach git-bz how to deal with BZ's CSRF protectionGalen Charlton2014-04-201-1/+22
* Teach git-bz to update dependsonHugh Davenport2013-07-101-4/+37
* Merge branch 'master' of git://git.fishsoup.net/git-bz into fishsoupJared Camins-Esakov2013-07-101-1/+1
|\
| * Fix typo: Uncommment => uncommentOwen W. Taylor2013-02-141-1/+1
* | Don't choke on UTF-8 chars in bugzilla summaries when writing commit templates.Trevor Saunders2013-06-241-1/+1
* | Get a new token for each attachment.Bobby Holley2013-06-241-14/+19
* | Merge remote-tracking branch 'kc/fishsoup' into HEADChris Cormack2013-06-241-5/+46
|\ \
| * | Make changing status and patch complexity at the same time workJared Camins-Esakov2013-01-171-5/+9
| * | Teach git-bz to update patch-complexityHugh Davenport2013-01-171-3/+40
* | | Use the CSRF token from the attachment page, rather than the bug page, when a...Bobby Holley2013-06-241-0/+14
|/ /
* | Don't add user to CC list so that updating status will workJared Camins-Esakov2012-11-101-1/+1
* | Add a missing declarationJared Camins-Esakov2012-11-101-0/+1
* | Add README to fishsoupJared Camins-Esakov2012-11-061-0/+15
* | Fix merge errorJared Camins-Esakov2012-11-061-1/+1
* | Teach git-bz to optionally sign off when applying patchesJared Camins-Esakov2012-11-061-2/+11
* | add support to email patch to 'koha-patches' mailing-list, using --mail argMason James2012-11-061-1/+25
* | Teach git-bz to update bug statusesJared Camins-Esakov2012-11-061-7/+43
* | Add support for bz-user and bz-password and authenticating directly.software.coop worker2012-11-062-13/+50
* | Typo fixChris Cormack2012-11-061-1/+1
* | Fixing a little copy and paste error with auth-user and auth-passwordChris Cormack2012-11-061-1/+1
|/
* Add support for epiphany 3.6Bastien Nocera2012-08-071-3/+7
* attach: Obsolete patches with the same subjectJasper St. Pierre2012-03-132-1/+11
* apply: fix typoOwen W. Taylor2012-03-011-1/+1
* apply: Fix addition of 'need commit message' stringOwen W. Taylor2012-03-011-1/+2
* apply: ask the user to double-check author and subjectOwen W. Taylor2012-03-011-0/+6
* apply: pass _interactive=True when running 'git commit --amend'Owen W. Taylor2012-03-011-2/+2