diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-05-29 08:30:24 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2007-05-29 08:30:24 +0200 |
commit | e8348a167dc7687ce079d49dab386aad6b278126 (patch) | |
tree | bb5c2c8ce3e00e4939a664c3ce1c2922eaa8b0ab /TODO | |
parent | 181c71f85c7a9dc9048cd6f5363dfb2411fbcd5a (diff) | |
download | git-buildpackage-e8348a167dc7687ce079d49dab386aad6b278126.tar.gz git-buildpackage-e8348a167dc7687ce079d49dab386aad6b278126.tar.bz2 git-buildpackage-e8348a167dc7687ce079d49dab386aad6b278126.zip |
document changes and update tododebian/0.3.0
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ - git-buildpackage: - allow to export the hole source tree to tmpdir before building + - allow to fetch and build from a signed tag even when it's in a remote repo - git-import-orig: - - don't use git_load_dirs but use new branches for new upstream versions - and merge them to 'upstream' - this will trace renames, etc. properly - - allow to import from an unpacked source tree + - allow to import into an empty repository + - show untracked files using 'git-ls-files -o' after import - git-import-dsc: - allow to import into a git repository for backports |