GitMe: fix HTTP transport
[msysgit.git] / TODO
blobc7711ace1589be009411e6e34ffcdf4be64f8676
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 - merge git.git's master into 4msysgit.git
18 - put the Git icon from henrik.nyh.se/2007/06/alternative-git-logo-and-favicon
19   into the installers
20       GitMe installer: done
22 - find out why the default setting of "LESS" to "-FRSX" does not work
24 - feed the changes in 4msysgit.git to mingw.git or directly to git.git. This
25   is a bit involved, as it means repackaging the whole diff between our master
26   and Junio's master.  We might get away with rebasing step by step, i.e.
27   replace each merge from upstream with a rebase.  Much work, no doubt.