File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export PATH LANG LC_CTYPE
1010# make prefix=/usr/local \
1111make bindir=$HOME /bin/Linux \
1212 PYTHON_PATH=/usr/bin/python2.4 \
13- CFLAGS=' -O1 -Wall -g' " $DDD " \
13+ CFLAGS=' -Os -Wall -Wdeclaration-after-statement -g' " $DDD " \
1414 WITH_SEND_EMAIL=YesPlease \
1515 WITH_SVNIMPORT=YesPlease \
1616 " $@ "
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Documentation
4141 them.
4242
4343* Accept patches to talk about "Whoops, it broke. What's
44- next?" [ONGOING ].
44+ next?" [I think this is done ].
4545
4646* Accept patches to make formatted tables in asciidoc to work
4747 well in both html and man pages (see git-diff(1)) [DONE --
@@ -109,8 +109,8 @@ Technical (milder)
109109 stage entries in the index. For that, it first needs to
110110 construct three trees whose paths are already renamed, and
111111 call 3-way read-tree. Alternatively, update-index needs to
112- give it a way to construct higher stages [can be post 1.0, but
113- nicer to have in 1.0 ].
112+ give it a way to construct higher stages [DONE using the
113+ "alternatively" implementation ].
114114
115115* daemon --strict-symlink [can be post 1.0].
116116
You can’t perform that action at this time.
0 commit comments