From: Junio C Hamano Date: Sun, 18 Dec 2005 22:01:28 +0000 (-0800) Subject: 2005-12-18 --- mostly done for 1.0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e6e947f5de840b64e5547006b6660c4dcef6d31e;hp=4ae3fe546977dc7342cba6c6300ca333ec175d0d;p=git.git 2005-12-18 --- mostly done for 1.0 Signed-off-by: Junio C Hamano --- 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].