Git-1.5.4-preview20080202
[msysgit.git] / TODO
blobe5c3a21156d873d524413b822d8711bdad56134b
1 This is a loose list of things to do.  Please remove the items with the commit
2 that implements it.
4 - add a README
6 - find a reasonable method to start git-gui _not_ from the command line
7   (maybe git-cheetah?)
9 - feed the changes in 4msysgit.git to mingw.git or directly to git.git. This
10   is a bit involved, as it means repackaging the whole diff between our master
11   and Junio's master.  We might get away with rebasing step by step, i.e.
12   replace each merge from upstream with a rebase.  Much work, no doubt.