From e6e947f5de840b64e5547006b6660c4dcef6d31e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 18 Dec 2005 14:01:28 -0800 Subject: [PATCH] 2005-12-18 --- mostly done for 1.0 Signed-off-by: Junio C Hamano --- Make | 2 +- TODO | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Make b/Make index c4f084e1..6750f707 100755 --- a/Make +++ b/Make @@ -10,7 +10,7 @@ export PATH LANG LC_CTYPE #make prefix=/usr/local \ make bindir=$HOME/bin/Linux \ PYTHON_PATH=/usr/bin/python2.4 \ - CFLAGS='-O1 -Wall -g'"$DDD" \ + CFLAGS='-Os -Wall -Wdeclaration-after-statement -g'"$DDD" \ WITH_SEND_EMAIL=YesPlease \ WITH_SVNIMPORT=YesPlease \ "$@" diff --git a/TODO b/TODO index caee7c9e..eafbbce5 100644 --- a/TODO +++ b/TODO @@ -41,7 +41,7 @@ Documentation them. * Accept patches to talk about "Whoops, it broke. What's - next?" [ONGOING]. + next?" [I think this is done]. * Accept patches to make formatted tables in asciidoc to work well in both html and man pages (see git-diff(1)) [DONE -- @@ -109,8 +109,8 @@ Technical (milder) stage entries in the index. For that, it first needs to construct three trees whose paths are already renamed, and call 3-way read-tree. Alternatively, update-index needs to - give it a way to construct higher stages [can be post 1.0, but - nicer to have in 1.0]. + give it a way to construct higher stages [DONE using the + "alternatively" implementation]. * daemon --strict-symlink [can be post 1.0]. -- 2.11.0