Skip to content

Commit e6e947f

Browse files
author
Junio C Hamano
committed
2005-12-18 --- mostly done for 1.0
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 4ae3fe5 commit e6e947f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH LANG LC_CTYPE
1010
#make prefix=/usr/local \
1111
make 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
"$@"

TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)