2005-12-18 --- mostly done for 1.0
authorJunio C Hamano <junkio@cox.net>
Sun, 18 Dec 2005 22:01:28 +0000 (14:01 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Dec 2005 22:01:28 +0000 (14:01 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Make
TODO

diff --git a/Make b/Make
index c4f084e..6750f70 100755 (executable)
--- 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 caee7c9..eafbbce 100644 (file)
--- 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].