2010-06-11 Bernhard R. Link
fix syntax error when updating upstream branch in git-dpm prepare

2010-05-26 Bernhard R. Link
fix problem with a git safety check triggering in some cases
when merging patched branch which already contains an upstream
debian/ directory and the files in the debian branch differ.

2010-04-27 Bernhard R. Link
status warns about existing patched branch and does not confuse users when it is there

2010-04-20 Bernhard R. Link
more end-of-patch-description detection magic

2010-04-20 Bernhard R. Link
fix parsing problem when importing a patch series with filenames containing -p

2010-04-15 Bernhard R. Link
add (yet experimental and undocumented) option --commit-in-tree
With this new option, upstream and patched branches are also stored
as in the tree as .git-dpm-{upstream,patched}.
(So one can do a equivalent of
 git-dpm checkout-patched
with native git as
 git checkout HEAD:debian/.git-dpm-patched
)

2010-04-15 Bernhard R. Link
fix typo in update-patches

2010-04-14 Bernhard R. Link
fix typo: finaly -> finally
