summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-26document changes and releasedebian/0.4.9Guido Guenther1-0/+7
2007-11-26fix "gpb gets confused by color enabled on branches..." - thanks to Niv ↵Guido Guenther1-2/+2
Sardi for the patch (Closes: #452921)
2007-11-19document changes and releasedebian/0.4.8Guido Guenther1-0/+8
2007-11-19use the now official Vcs-GitGuido Guenther1-1/+1
2007-11-19make sure we don't switch directories during build (Closes: #451550)Guido Guenther1-4/+5
2007-11-19wrap Command class to execute in a specific directoryGuido Guenther1-0/+13
2007-11-05document changes and releasedebian/0.4.7Guido Guenther1-0/+9
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther6-16/+57
#448357)
2007-11-05don't print a commit summary when importing into empty repos (addresses ↵Guido Guenther2-6/+7
parts of #449075)
2007-11-04document changes and releasedebian/0.4.6Guido Guenther1-0/+8
2007-11-04add .gitignoreGuido Guenther1-0/+1
2007-11-04rmeove unneeded GitLoadDirsGuido Guenther1-16/+1
2007-11-03call gzip with "-n" (Closes: #449094) - thanks to Romain FrancoiseGuido Guenther1-1/+2
2007-10-30fix url (Closes: #448350)Guido Guenther1-1/+1
2007-10-24document changes and releasedebian/0.4.5Guido Guenther1-0/+7
2007-10-24git-import-orig: fix missing s/upstream/upstream_branch/ renameGuido Guenther1-2/+2
2007-10-22document changes and releasedebian/0.4.4Guido Guenther1-0/+6
2007-10-22use upstream-branch in case the tag doesn't existGuido Guenther1-0/+4
2007-10-19document changes and releasedebian/0.4.3Guido Guenther1-0/+12
2007-10-19properly cleanup the version fileGuido Guenther1-1/+1
2007-10-19properly quote "" (Closes: #447211)Guido Guenther1-1/+1
2007-10-19git-dch: use Command() instead of implementing it againGuido Guenther1-7/+4
2007-10-19add version number to docs and a toolsGuido Guenther5-12/+25
2007-10-19adjust copyright yearGuido Guenther1-1/+1
2007-10-19don't split up the manual that much (local.dsl taken from darcs-buildpackage)Guido Guenther2-1/+35
2007-10-18pyline and other consistency updatesGuido Guenther6-53/+57
2007-10-17Documentation updatesGuido Guenther8-123/+225
2007-10-17document changes and releasedebian/0.4.2Guido Guenther1-0/+15
2007-10-17document the new git-buildpackage optionsGuido Guenther3-3/+33
2007-10-16add --export-dir and --export (Closes: #446042)Guido Guenther4-35/+125
2007-10-16minor updates and clarificationsGuido Guenther2-16/+13
2007-10-16add missing examplesGuido Guenther1-3/+8
2007-10-16print --git-log defaultGuido Guenther1-1/+1
2007-10-16Parse .gbp.conf in the repo dir (Closes: #426009)Guido Guenther1-3/+4
2007-10-11make --git-log a config file optionGuido Guenther2-5/+7
2007-10-11fix option nameGuido Guenther1-1/+1
2007-10-10doc-update: snapshot-number can be used in gbp.conf tooGuido Guenther1-4/+11
2007-10-10document changes and releasedebian/0.4.1Guido Guenther1-0/+9
2007-10-10document --snapshot-numberGuido Guenther2-0/+20
2007-10-10fix syntax errorGuido Guenther1-1/+1
2007-10-10eval() the snapshot number calculation so everybody can pass in what he wantsGuido Guenther2-9/+15
2007-10-07depend on devscripts with a working 'dch ""'Guido Guenther1-1/+1
2007-10-07make sure the changelog section's trailer points to the person invoking git-dchGuido Guenther1-0/+7
2007-10-07document changes and releasedebian/0.4.0Guido Guenther1-0/+18
2007-10-07add some basic documentation for git-dchGuido Guenther10-11/+126
2007-10-07Allow to specify paths to look at: git-dch path1 path2Guido Guenther1-8/+7
Again handy if upstream uses git, simply use: git-dch debian to only have the changes in the debian/ subdir recorded.
2007-10-07add --git-log to pass options along to git-logGuido Guenther1-3/+4
This can be used for filtering: git-dch --git-log="--author=Guido --author=Otavio" would only select commits by these persons - very handy if upstream also uses git.
2007-10-07handle versions containing epochsGuido Guenther1-3/+7
2007-10-07don't fail if the commit msg starts with '--'Guido Guenther1-1/+1
2007-10-07add short options for "--snapshot" and "--release"Guido Guenther1-2/+2