summaryrefslogtreecommitdiff
path: root/git-import-orig
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Get rid of the symlinkGuido Günther1-453/+0
2011-10-30Allow to import upstream tarballs into bare repositoriesGuido Günther1-0/+13
2011-10-26Replace GitTag by GitRepository.create_tag()Guido Günther1-3/+5
2011-10-23Replace GitMerge by GitRepository.merge()Guido Günther1-1/+1
2011-10-23Replace GitBranch by GitRepository.create_branch()Guido Günther1-1/+1
2011-10-16Move guess_upstream_version into UpstreamSourceGuido Günther1-2/+2
2011-07-29Fix some epydoc warningsGuido Günther1-9/+9
2011-07-27git-import-orig: Clarify missing argument error messageGuido Günther1-3/+4
2011-07-25git-import-orig: split out package and version detectionGuido Günther1-34/+41
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther1-1/+1
2011-07-25Catch empty package namesGuido Günther1-2/+4
2011-07-25Strip trailing '/' from the unpack pathGuido Günther1-1/+1
2011-07-25git-import-orig: support filters for all input formatsGuido Günther1-67/+116
2011-07-25Remove fastimport codeGuido Günther1-95/+30
2011-07-25Support importing zip archivesGuido Günther1-6/+14
2011-07-24git-import-orig: simplify uscan codeGuido Günther1-6/+7
2011-05-20Spelling correctionsJon Dowland1-1/+1
2011-04-17config: minor option parsing cleanupGuido Günther1-2/+1
2011-02-11Move no_upstream_branch message into gbp.configGuido Günther1-6/+2
2011-02-09Split out command line parsingGuido Günther1-6/+11
2011-01-11Make --[no-]merge a proper optionGuido Günther1-6/+2
2011-01-08Use tristate option for --color=valueGuido Günther1-1/+1
2010-12-28pychecker warning cleanupsGuido Günther1-1/+1
2010-11-16Add logging functionsGuido Günther1-36/+31
2010-09-17Add --[no]-interactive to avoid promptsGuido Günther1-2/+10
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman1-3/+13
2010-09-17Ask the user for the package name and version if needed.Matthijs Kooijman1-15/+65
2010-07-05Use commit_dir instead of replace_treeGuido Günther1-23/+16
2010-06-26Abort if upstream tarball contains git metadataGuido Günther1-0/+8
2010-04-26Make --uscan more robustGuido Günther1-19/+22
2010-04-12Add --uscan command-line optionDavid Paleino1-1/+22
2010-02-05Make the commit message for upstream imports configurable.Matthijs Kooijman1-8/+9
2009-12-24Don't refer to gzip compression in commentsGuido Günther1-3/+2
2009-10-25Use "imported" instead of "merged".Guido Günther1-1/+1
2009-10-24move FastImport into gbp/git.pyGuido Günther1-66/+1
2009-10-13Drop superflous argumentGuido Günther1-1/+1
2009-10-05export GBP_BRANCH to postimport hookGuido Günther1-1/+2
2009-09-15catch config file parse errorsGuido Günther1-5/+10
2009-08-23add postimport hook for git-import-origGuido Günther1-7/+16
2009-08-23use option groupsGuido Günther1-18/+46
2009-08-23drop superfluous _utils from module namesGuido Günther1-2/+2
2009-06-13add filter-pristine-tarMehdi Dogguy1-1/+10
2009-06-11allow for uppercase characters in the version patternGuido Günther1-20/+2
2009-05-03add --fast-importGuido Günther1-11/+149
2009-04-07let the version detection patter match debian policyGuido Günther1-2/+2
2009-02-26add --no-pristine-tarGuido Günther1-1/+1
2009-02-26simplify boolean option handlingGuido Günther1-2/+1
2009-01-01add --no-sign-tags to git-import-{dsc,orig}Guido Günther1-0/+1
2008-11-28better descriptionsGuido Günther1-1/+1
2008-11-21typoGuido Günther1-1/+1