Update TODO: Marius squashed two
[msysgit.git] / TODO
blobb1963d5fc860c39e755da0b842900af6ccc9f918
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 - add Start Menu, Desktop icon and Quick Launch to the WinGit installer
8 - find a reasonable method to start git-gui _not_ from the command line
9   (maybe git-cheetah?)
11 - make WinGit installer more efficient by not including the builtins, and
12   rather have install.tcl pick up a list of builtins it copies git.exe to
14 - move the msysgit specific scripts out of /bin/ into /share/<something>
16 - find out why the default setting of "LESS" to "-FRSX" does not work
18 - feed the changes in 4msysgit.git to mingw.git or directly to git.git. This
19   is a bit involved, as it means repackaging the whole diff between our master
20   and Junio's master.  We might get away with rebasing step by step, i.e.
21   replace each merge from upstream with a rebase.  Much work, no doubt.