2010-10-06 fix merge-patched: proper diagnotics and cleanup if nothing to do
2010-10-03 fix typo in variable name (only fixing an confusing message, though) (cherry picked from commit e955e5fe542d434e76bef2ef3774989f65e8b29a)
2010-10-03 fix typo causing --amend no effect with git-dpm's merge-patched
2010-10-03 fix wrong variable in debug output and warnings of git-dpm init (cherry picked from commit 59fdb76dc111980aa1e87930c93a6ee40dfe2d4b)
2010-10-03 fix typo causing wrong old commits computed in git-dpm import (cherry picked from commit a18b011c6e733a03a41b20392e4b28b28011ed6c)
2010-10-03 remove wrong reverence of level in apply_next_dpatch_patch (cherry picked from commit f26a92624dd9a48ba5b4f58630e6165a197ee01a)
2010-10-02 fix miswritten variable name (cherry picked from commit e58326478b3eaeee028af47e534af1c85cf65f55)
2010-10-01 fix typo in variable name
2010-08-20 add link to the Debian Wiki to the documentation
2010-08-16 fix git-dpm init in the case the upstream branch does not yet exist
2010-08-03 list import-dsc in commands printed by --help
2010-07-28 prepare 0.2.0
2010-07-29 fix some typos and errors in the manpage
2010-07-28 add warning about non-patch dpatch scripts to manpage
2010-07-29 get rid of roff table in manpage. Only causes problems
2010-07-28 test-suite: avoid some behaviour differing between git versions
2010-07-28 fix some instanced of calling git instead of gitcmd (so missing --debug-git-calls and possibly calling the wrong git)
2010-07-28 document import-dsc in the manpage
2010-07-26 add some small test script
2010-07-27 import-dsc: make debian/rules executable when importing a dsc 1.0
2010-07-27 rebase_patched: update PATCHEDREV to keep invariants true (though that is not yet used anywhere)
2010-07-27 update-patches: --amend now has also an effect if merge-patched is not called
2010-07-26 work around git empty tree madness
2010-07-26 import-tar: don't unpack things into .git/
2010-07-26 import-dsc: if the operation fail, try to revert to the previous state
2010-07-25 Improve option parseing (allow --name=val where --name val was allowed)
2010-07-24 also allow --dpatch-allow-empty after import-dsc
2010-07-24 work around git apply not understanding all file headers
2010-07-23 import-dsc: add *-first and *-applied patch-systems
2010-07-23 'No description.' is no description, strip trailing numbers from dpatch patchnames
2010-07-23 fix typo in the dpatch importer
2010-07-23 add --patch-context to allow git-apply's -C option set
2010-07-22 import-dsc: Handle cases with an empty list of patches better
2010-07-22 add --patch-author and --patch-default-author to import_dsc
2010-07-22 add support for cdbs simply-patchsys.mk style patches in apply-patch and import-dsc
2010-07-22 import-dsc: test another way a package can include quilt
2010-07-22 avoid outputting some confusing stuff in import-dsc
2010-07-22 add '--patch-system history' to import-dsc
2010-07-22 make import_tar also grok some stranger .tar files
2010-07-22 fix bug in handling current branch with commands not using the current branch to determine the project's branch names
2010-07-22 add --verbatim-branch to import-dsc
2010-07-21 update-patches removes old dpatch series left there by import-dsc
2010-07-21 add --upstream-to-use to import-dsc
2010-07-21 fix other commands to deal with the unset control_patches created by import-dsc, change that to NONE from 0s
2010-07-21 some works towards a .dsc importer
2010-07-21 remove temporary file
2010-07-20 fix bug causing apply_patches to reuse old author informations sometimes
2010-07-20 make internal apply_patch more powerful in preparation for future changes
2010-07-20 import_tar allows to specifiy the message
2010-07-20 fix typo
2010-07-19 do not run git rm -r . ; git write-tree to get an empty tree but just use the empty-tree-sha git knows about
2010-07-19 add --debug-git-calls
2010-07-18 error out if a dpatch files does not produce any changes when treated as patch
2010-07-17 avoid spurious error message when import-tar is called from a newly git-init'ed repository
2010-07-17 print a hint to store a datached HEAD into a branch
2010-07-17 Print a message after git-dpm run if the current branch is not the one started with (and add --silent to stop this)
2010-07-17 make sure HEADBRANCH variable is always up to date
2010-07-16 update ChangeLog and NEWS
2010-07-16 paranoidly add LC_ALL=C to all grep and awk invocations
2010-07-16 add some aliases
2010-07-16 warn that git-dpm changed branches automatically
2010-07-16 describe the argument of status
2010-07-16 explain that the patched branch is only virtual most of the time
2010-07-16 explain a bit more how the branches are guessed
2010-07-15 try to make the example using banch not called master more easy to understand
2010-07-14 sanitize CDPATH, GREP_COLOR, GREP_COLORS and GREP_OPTIONS
2010-06-24 recognize @DPATCH@ as header-end marker in dpatch files
2010-06-24 Remove dpatch patches after importing them with git-dpm init
2010-06-22 add --dpatch to apply-patch
2010-06-22 document some caveats
2010-06-18 add support for importing dpatch patches
2010-06-18 properly initisalize variables when applying patches in git-dpm init
2010-06-16 update version number
2010-06-16 update NEWS
2010-06-16 add forgotten ChangeLog item
2010-06-11 fix syntax error when updating upstream branch in git-dpm prepare
2010-05-26 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-05-09 fix typo calling wrong function
2010-04-27 release 0.1.1
2010-04-27 status warns about existing patched branch and does not confuse users when it is there
2010-04-20 more end-of-patch-description detection magic
2010-04-20 fix parsing problem when importing a patch series with filenames containing -p
2010-04-15 add (yet experimental and undocumented) option --commit-in-tree
2010-04-15 fix typo in update-patches
2010-04-14 fix typo: finaly -> finally
