Changes between 0.9.0 and 0.9.1:
- fix import-dsc broken by tar_exclude in 0.9.0
- add --tar-exclude option to import-dsc

Changes between 0.8.5 and 0.9.0:
- mark new-upstream subcommand as deprecated in favour of new name "record-new-upstream"
  (too avoid confusion with import-new-upstream).
- allow to set default tag names in debian/.git-dpm (overriden by the old done via git-config)
- add more possible variants in tag names templates (for different : and ~ escaping)
- add --exclude options to import-tar and import-new-upstream
- several small bugfixes

Changes between 0.8.4 and 0.8.5:
- fix handling of Author: <emailonly> lines in patches to import
- try harder to find dpatch patches
- fix importing .tar files with hardlinks
- several small documentation fixes and improvements

Changes between 0.8.3 and 0.8.4:
- try harder to import dpatch patches
- import-dsc --use-changelogs properly sets data of imported 1.0 patches

Changes between 0.8.2 and 0.8.3:
- fix manpage to produce correct hyphen-minus (0x2D)

Changes between 0.8.1 and 0.8.2:
- fix git version parsing
- fix some manpage examples

Changes between 0.8.0 and 0.8.1:
- various bugfixes

Changes between 0.7.1 and 0.8.0:
- require at least git 1.7.2
- add record-dsc command to record a pristine .dsc file with contents
- rewrite merge operation
 + add --ignore-deletions option to control file deletion
 + add --dot-git-files to control .git* behaviour
- add --branch option to import-tar
- use --no-signature in format-patch calls
- add dpm.importWithoutParent config
- author information can be set when importing tarballs
- add --use-changelog to import-dsc
- fix some little glitches and rough edges.

Changes between 0.7.0 and 0.7.1:
- bugfix: calculate size of files behind symlinks correctly

Changes between 0.6.0 and 0.7.0:
- add --init and --branch options to import-new-upstream
- improve import-dsc (now looks more like generated in a normal workflow)
- add --date option to import-tar
- allow 'NONE' to disable a specific type of tag
- add 'ref-tag' to tag a not checked out version
- many small bugfixes, most prominently:
+ support branch names with slashes
+ make branch.<NAME>.dpmPatchedBranch actually work

Changes between 0.5.0 and 0.6.0:
- more checks to avoid running when not safe to
- improve importing .tar files
- make tag names git-dpm tag produces configurable
- make related branch names configurable
- wait a second between importing patches to not confuse git

Changes between 0.4.0 and 0.5.0:
- add support for .orig-component.tar files
- add support for importing patches in subdirectories
- add support for creating patches in subdirectories
- add support for creating patches with arbirary names
- warn against changes in the debian branch better
- add --pristine-tar-commit option to import-dsc and import-new-upstream
- remove 'git-dpm init --no-commit' option
- do not get confused by importing patches with "Author:" not in git format

Changes between 0.3.0 and 0.4.0:
- allow running some commands without a branch checked out
- multiple improvements to the implementation and some bugfixes

Changes between 0.2.0 and 0.3.0:
- add 'dch' command
- many bugfixes, more prominently:
+ 'init' with upstream branch not yet existing
+ 'merge-patched' multiple issues (was only broken when called directly)
+ '--date' for the commands it was documented to work with (but didn't)

Changes between 0.1.2 and 0.2.0:
- add import-dsc command
- add support for importing dpatch patches
  (only real patches are supported, no idea what happens
   with non-patches. Architecture specific patches are ignored)
- add short aliases for most commands
- many small bugfixes and improvements.

Changes between 0.1.1 and 0.1.2:
- multiple small bugfixes

Changes between 0.1.0 and 0.1.1:
- more end-of-patch-description detection magic
- fix parsing problem when importing a patch series with filenames containing -p
- fix error caused by typo in update-patches
- fix some spelling mistakes
