summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Test option parser fallbacks more thoroughlyGuido Günther1-1/+0
2014-04-03config: Don't pull in config defaults twiceGuido Günther1-1/+4
2014-04-02Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen1-1/+1
2014-04-02Revert "CentOS compatibility: fix GitRepository.add_remote_repo"Markus Lehtonen1-1/+1
2014-03-06rpm-ch: fix parsing of the "real name" from gecos field of pw dataMarkus Lehtonen1-1/+3
2014-03-05rpm-ch: use login name as author as the last resortMarkus Lehtonen1-1/+3
2014-03-05rpm-ch: fix revision field mathching in guess_commit()Markus Lehtonen1-1/+1
2014-03-05rpm-ch: fix --git-authorMarkus Lehtonen1-11/+7
2014-02-28rpm-ch: fix crash in guessing start commitMarkus Lehtonen1-1/+1
2014-02-28rpm-ch: drop unused '--upstream-tag' optionMarkus Lehtonen1-2/+0
2014-02-27rpm.changelog: fix dumb mistake in changelog parsingMarkus Lehtonen1-3/+3
2014-02-27rpm-ch: implement '--spawn-editor' command line optionMarkus Lehtonen2-7/+21
2014-02-27rpm-ch: commit all staged files with --tagMarkus Lehtonen1-2/+2
2014-02-27GitRepository.commit_all: add committer_info argumentMarkus Lehtonen1-2/+6
2014-02-27pq: fix stupid mistake parse_gbp_commands()Markus Lehtonen1-1/+1
2014-02-25rpm-ch: better error messageMarkus Lehtonen1-1/+1
2014-02-25rpm-ch: update packaging-dir from spec file locationMarkus Lehtonen1-1/+1
2014-02-24pq-rpm: implement --new-packaging-dir cmdline optionMarkus Lehtonen1-2/+10
2014-02-24pq-rpm: implement 'convert' subcommandMarkus Lehtonen1-11/+87
2014-02-24buildpackage-rpm: patch-export from development branchMarkus Lehtonen1-14/+53
2014-02-24pq-rpm: implement '--import-files' command line optionMarkus Lehtonen2-10/+26
2014-02-24rpm: correctly handle 'NoSource' and 'NoPatch' tags in specMarkus Lehtonen1-3/+4
2014-02-13import-orig-rpm: get archive from spec fileMarkus Lehtonen1-25/+41
2014-02-13import-orig-rpm: implement automatic downloadingMarkus Lehtonen1-1/+6
2014-02-13import-srpm: move file download to a separate functionMarkus Lehtonen1-1/+15
2014-02-13rpm: store full path of spec file sourcesMarkus Lehtonen2-4/+5
2014-02-13import-orig-rpm: drop references to uscanMarkus Lehtonen1-3/+3
2014-02-12import-orig-rpm: implement --create-missing-branches optionMarkus Lehtonen1-8/+15
2014-02-12import-orig: implement --create-missing-branches optionMarkus Lehtonen2-6/+14
2014-02-12buildpackage-rpm: change default export directoryMarkus Lehtonen1-1/+1
2014-02-12import-orig-rpm: disable --merge by defaultMarkus Lehtonen1-0/+1
2014-02-10rpm-policy: fix erroneous importMarkus Lehtonen1-1/+1
2014-02-07rpm-ch: make it possible to commit/tag the changesMarkus Lehtonen1-10/+60
2014-02-07GitRepository.commit_files: add edit argumentMarkus Lehtonen1-5/+8
2014-02-07GitRepository.commit_files: add committer_info argumentMarkus Lehtonen1-3/+9
2014-02-07GitRepository: fix the 'edit' mode in commit methodsMarkus Lehtonen1-8/+6
2014-02-07GitRepository: allow interactive commandsMarkus Lehtonen1-10/+19
2014-02-07buildpackage-rpm: function for creating packaging tagMarkus Lehtonen1-3/+9
2014-02-07buildpackage-rpm: function for composing packaging tagMarkus Lehtonen1-25/+25
2014-02-07Introduce git-rpm-ch toolMarkus Lehtonen3-0/+532
2014-02-07rpm: add gbp.rpm.changelog moduleMarkus Lehtonen2-0/+246
2014-02-07rpm: support for getting/setting changelog in specMarkus Lehtonen1-0/+43
2014-02-07rpm: track all "section" directives in spec fileMarkus Lehtonen1-6/+8
2014-02-07pq/parse_gbp_commands: return non-matched linesMarkus Lehtonen3-4/+9
2014-02-07pq: minor log message typo fixMarkus Lehtonen1-1/+1
2014-02-04CentOS compatibility: fix GitRepository.add_remote_repoMarkus Lehtonen1-1/+1
2014-02-04GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen1-1/+1
2014-02-04rpm-buildpackage: fix spec file vcs update when doing git-tag-onlyMarkus Lehtonen1-0/+1
2014-02-04pq-rpm: auto-import gbp.conf files(s) to pq branchMarkus Lehtonen1-0/+26
2014-02-04pq-rpm: bigger refactor of the codeMarkus Lehtonen2-184/+240