summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-20document changesdebian/0.3.3Guido Guenther1-0/+8
2007-08-20document optionGuido Guenther1-0/+9
2007-08-20Merge ../git-buildpackage.develGuido Guenther1-1/+16
2007-08-20support --debian-branchGuido Guenther1-1/+16
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther7-9/+26
2007-06-27document changesdebian/0.3.2Guido Guenther1-0/+8
2007-06-26how to start a package from scratchGuido Guenther1-0/+24
2007-06-26We don't use git_load_dirs internally anymoreGuido Guenther1-5/+4
2007-06-26allow to import into empty git archivesGuido Guenther1-9/+20
2007-06-11document changesdebian/0.3.1Guido Guenther1-0/+8
2007-06-11don't fail imports on large archivesGuido Guenther1-6/+12
2007-06-08print a sensible error message, when a git repository isn't a debian source p...Guido Guenther1-1/+4
2007-05-29document changes and update tododebian/0.3.0Guido Guenther2-4/+16
2007-05-29still suggest git_load_dirsGuido Guenther1-0/+1
2007-05-29document --filter and remove git_load_dirs referenzesGuido Guenther3-5/+27
2007-05-29don't use ret to check repository cleanessGuido Guenther1-2/+2
2007-05-28Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther10-26/+63
2007-05-28don't use git_load_dirs for importsGuido Guenther6-29/+101
2007-05-25gbp.conf is per working copy, not per repositoryGuido Guenther2-2/+2
2007-05-25remove stray ';'Guido Guenther1-1/+1
2007-05-24document changesdebian/0.2.31Guido Guenther1-0/+8
2007-05-24make the documented command line arguments match realityGuido Guenther4-20/+38
2007-05-24use --upstream-version instead of --upstreamversion to match the other -upstr...Guido Guenther1-1/+1
2007-05-24document changesdebian/0.2.30Guido Guenther1-1/+8
2007-05-24strip epoch from upstream versionGuido Guenther1-1/+5
2007-05-20allow to import an already unpacked source treeGuido Guenther1-5/+8
2007-05-20raise GBPError in import_orig instead of checking the return valueGuido Guenther1-10/+7
2007-05-16git-import-orig: more specific error message, when the merge merge failsdebian/0.2.29Guido Guenther2-1/+11
2007-05-13releasedebian/0.2.28Guido Guenther1-1/+0
2007-05-13document changesGuido Guenther1-2/+3
2007-05-13support import of tar.bz2 in git-import-origGuido Guenther3-20/+24
2007-05-04typo fixesAurélien GÉRÔME4-3/+10
2007-04-12document changesdebian/0.2.27Guido Guenther1-0/+8
2007-04-12improve tagging messagesGuido Guenther3-5/+10
2007-04-12git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther4-5/+8
2007-02-27adjust to new output of git-status in git 1.5debian/0.2.26Guido Guenther2-5/+5
2007-02-27depend on a git that has the "removed files left in working copy after merge"...Guido Guenther2-2/+5
2007-02-11we don't necessarily import an upstream version, so fix the function nameGuido Guenther1-5/+5
2007-02-11We're parsing the version from the changelog, not a changes fileGuido Guenther1-1/+1
2007-02-11clarify dir argumentGuido Guenther1-4/+4
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther12-341/+383
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther4-1/+1
2007-02-02document changesdebian/0.2.25Guido Guenther4-8/+28
2007-02-02Merge ../git-buildpackage.devel/ into merge-develGuido Guenther11-42/+92
2007-02-02Allow to specify the tag formatGuido Guenther11-42/+92
2007-02-01mention graftsGuido Guenther2-6/+14
2007-01-22add --git-posttag to git-buildpackageGuido Guenther7-37/+64
2007-01-19pylint cleanupsGuido Guenther2-13/+12
2007-01-16raise an exception instead of returning 1 from several placesGuido Guenther1-13/+19
2007-01-16use os.path.joinGuido Guenther1-6/+6