From d216c241445244433a2b201b7c8fc7a905e0afd2 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 19 Feb 2008 20:34:52 +0000 Subject: [PATCH] Updated TODO Signed-off-by: Johannes Schindelin --- TODO | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index e5c3a211..00f84180 100644 --- a/TODO +++ b/TODO @@ -3,10 +3,13 @@ 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. + +- WinGit: force + "git ls-files --other bin/git-* | xargs rm && cd /git && make install" + to avoid installing stale files. + +- rebase with binary patches says "corrupt patch" at some stage. -- 2.11.4.GIT