From 8ac0ef2e5f88920b0ba58a10d5d36dcd225c6d2a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 9 Aug 2007 03:13:31 +0100 Subject: [PATCH] Add TODO: feed back the patches to Junio This task will be the most tedious, but it is one of the ultimate goals. Signed-off-by: Johannes Schindelin --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 34c90056..49ad5124 100644 --- a/TODO +++ b/TODO @@ -17,3 +17,8 @@ that implements it. - put the Git icon from henrik.nyh.se/2007/06/alternative-git-logo-and-favicon into the installers + +- 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. -- 2.11.4.GIT