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