summaryrefslogtreecommitdiff
path: root/git-import-dsc
AgeCommit message (Expand)Author
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther
2011-04-06git-import-dsc: don't silently drop the epoch in tagsGuido Günther
2011-02-11git-import-dsc: better explain missing upstream branchGuido Günther
2011-02-09git-import-dsc: make final log message more usefulGuido Günther
2011-02-09git-import-dsc: auto create upstream branchGuido Günther
2011-02-09Simplify author and committer argument passingGuido Günther
2011-02-09Split out command line parsingGuido Günther
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther
2011-01-11git-import-dsc: also set the commit date to the changelog dateGuido Günther
2011-01-08Use tristate option for --color=valueGuido Günther
2010-12-28Change dirs declaration to avoid false positives from pycheckerGuido Günther
2010-12-28pychecker warning cleanupsGuido Günther
2010-12-25TypoGuido Günther
2010-12-24Update the repo after the first importGuido Günther
2010-12-20Change --ignore-same-version to --allow-same-versionGuido Günther
2010-12-13Fix debug string formattingGuido Günther
2010-12-10Move Debian tag with --ignore-same-versionGuido Günther
2010-12-10Fix --ignore-same-versionGuido Günther
2010-11-16Add logging functionsGuido Günther
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman
2010-09-16Don't fail on missing debian/rulesGuido Günther
2010-09-14Avoid unnecessary branch switchGuido Günther
2010-09-13Switch to debian branch before forcing the HEAD updateGuido Günther
2010-08-15Catch KeyboardInterruptGuido Günther
2010-08-10Check for legacy tags where necessary.Guido Günther
2010-08-10Catch GitRepositoryErrorsGuido Günther
2010-08-10Remove duplicate checkGuido Günther
2010-08-06Don't add superflous parents to imports on the Debian branchGuido Günther
2010-07-04Drop --no-mergeGuido Günther
2010-07-04Use commit_dirGuido Günther
2010-05-12Add --download optionGuido Günther
2010-01-25Import version 3 source formatGuido Günther
2010-01-14Allow to skip imports of same versionGuido Günther
2009-12-13Improve error message when trying to import 3.0 source format packagesGuido Günther
2009-12-13Improve error handling on broken dsc files.Guido Günther
2009-09-15catch config file parse errorsGuido Günther
2009-08-23use option groupsGuido Günther
2009-08-23drop superfluous _utils from module namesGuido Günther
2009-03-25don't ignore --debian-branch on import into non empty archivesGuido Günther
2009-02-26add --no-pristine-tarGuido Günther
2009-02-26simplify boolean option handlingGuido Günther
2009-01-01add --no-sign-tags to git-import-{dsc,orig}Guido Günther
2008-11-28better descriptionsGuido Günther
2008-11-22allow to import into empty repositoriesGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-10-31use repo.set_branch()Guido Günther
2008-10-02silence parse_dsc and move sanity checks into DscFileGuido Guenther
2008-09-22merge by default when importing into an existing archiveGuido Guenther
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser