From 4dd7ed74751580c88fc16112a4484b87723f07c3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 9 May 2007 01:38:44 -0700 Subject: [PATCH] TODO updates --- TODO | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/TODO b/TODO index def527bb9d..2c7fad7697 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,35 @@ to pick an item from the list and work on it. Recent issues ------------- +* Look at Daniel's parse-remote in C + +Message-ID: + +* parse-remote.sh has POSIXLY incorrect shell construct. + +Message-ID: <20070505080313.GA12170@gondor.apana.org.au> + +* Look into HPA's D-F conflict during rebase. + +Message-ID: <463FCD7C.4020009@zytor.com> + +* Use 'git diff' not 'git diff-tree' in merge and rebase + +From: James Bowes +Message-ID: <1178398134288-git-send-email-jbowes@dangerouslyinc.com> + +* gitk --left-right + +From: Linus Torvalds +Message-ID: +From: Junio C Hamano +Message-ID: <7vabwifl23.fsf@assigned-by-dhcp.cox.net> + +* Git Hacker's Manual + +From: Johannes Schindelin +Message-ID: + * Handling pushing into non-bare repository more gracefully. When git-push is done to a non-bare repository and updates the @@ -23,6 +52,13 @@ anything special. From: Linus Torvalds Message-ID: +* More verbose connect to help diag & prevent boredom + +From: "Michael S. Tsirkin" +Message-ID: <20070506195230.GA30339@mellanox.co.il> + +[jc: I think this should be done only under explicit user request to +go verbose.] * Use blame machinery to track a single file (not path) in a finer grained way.