@leroysheep / LeeRoySheep / commits / e6e947f5de

2005-12-18 --- mostly done for 1.0

Signed-off-by: Junio C Hamano <junkio@cox.net>

Junio C Hamano committed Dec 18, 2005 at 14:01 UTC e6e947f5de840b64e5547006b6660c4dcef6d31e
2 files changed +4 -4
Make
+1 -1
index c4f084e11c..6750f7070d 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 \ "$@"
TODO
+3 -3
index caee7c9e70..eafbbce5e8 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].