Installer: Merge two similar strings into one
[msysgit.git] / TODO
blob00f8418018598c94884c935651dbae9846d28693
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 - feed the changes in 4msysgit.git to mingw.git or directly to git.git. This
7   is a bit involved, as it means repackaging the whole diff between our master
8   and Junio's master.  We might get away with rebasing step by step, i.e.
9   replace each merge from upstream with a rebase.  Much work, no doubt.
11 - WinGit: force
12   "git ls-files --other bin/git-* | xargs rm && cd /git && make install"
13   to avoid installing stale files.
15 - rebase with binary patches says "corrupt patch" at some stage.