Add - to allowed characters in tag names
[git-darcs-import.git] / TODO.git-darcs-import
blobc19c27158eb831c52055f137297524a69a870fd2
1 Git.Metadata
2  - improve e-mail and tag parsing
4 Git.Fast:
5  - track pref changes? Sadly, @apply (ChangePref _ _ _)@ looks for a
6    _darcs/pref directory in the repository, so this requires some hack
7  (bugs)
8  - only the last of duplicate tags will be kept. this is a problem because
9    the mapping of tag names is not injective.
11 Git.Base:
12  - find git path with configure or similar
14 darcs2git:
15  - error recovery.
16  - add more options. nice to have:
17    - -f flag for working from a dirty repository (experts only)
18  - store source repository in the destination so a simple
19    git-darcs-import suffices for updating.
20  (wishlist)
21  - add option to pull from a certain tag.
22    (need to figure out how to get the corresponding tree. hmm. maybe it's
23    possible to start with a current pristine tree and work /backwards/,
24    creating the commits when we got far enough? -- note, even darcs itself
25    has problems with this for darcs-2 repos)
26  - add some meta-information to initial commit?