introduced by not counting first_commit when creating a new header
changelog = 'debian/changelog'
until = 'HEAD'
found_snapshot_header = False
+ first_commit = None
parser = GbpOptionParser(command=os.path.basename(argv[0]), prefix='',
usage='%prog [options] paths')
if commits:
shortlog_to_dch(repo, commits, options)
fixup_trailer()
- else:
+ elif not first_commit:
print "No changes detected from %s to %s." % (since, until)
if options.release: