From 273451e13a16a077b780e2ef040e4a14e2434f37 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 7 Sep 2006 04:29:25 -0700 Subject: [PATCH] TODO: format-patch? --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 0d5f7083cc..6edb86085a 100644 --- a/TODO +++ b/TODO @@ -83,6 +83,9 @@ Technical (milder) Technical (trivial) ------------------- +* log-tree.c: pad sequence numbers with leading 0 if a series is + larger than 9, around ll.133? + * git-cherry-pick should check if the original commit message is just a single liner, in which case it should add a LF before appending "cherry-picked from..." message.