2005-11-18 midnight.
authorJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 08:17:12 +0000 (00:17 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 08:17:12 +0000 (00:17 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
KO
TODO

diff --git a/KO b/KO
index 8550df0..c39564f 100755 (executable)
--- a/KO
+++ b/KO
@@ -9,6 +9,7 @@ h=$(git rev-parse $mb ko-master | sort -u | wc -l)
 if test "$h" != 1
 then
        echo "OOOOOPPPPPPPPPPPPPPSSS! master is not ko-master fast forward."
+       exit 1
 fi
 git show-branch ko-master master
 git show-branch ko-maint maint
diff --git a/TODO b/TODO
index 3fce0c9..f08cbb5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -119,7 +119,11 @@ Technical (milder)
 * Binary package split.  Plan laid out and discussion mostly
   done. [RPM side done; Debian side delegated]
 
-* User-relative paths by Andreas Ericsson. [Need to ping]
+* User-relative paths by Andreas Ericsson. [STILL BREWING BUT
+  ALMOST DONE]
+
+* Accessing configuration variables from C and from scripts by
+  Johannes [STILL BREWING BUT ALMOST DONE].
 
 * Proxing git:// connection by Paul Collins. [Need to ping]
 
@@ -160,11 +164,19 @@ Technical (milder)
   external spec sent out with a quick hack.  Will know if that
   is what he needs hopefully soon].
 
+* Customizable init-db.  Personally I think template mechanism
+  is good enough.  Otherwise, maybe add hooks/post-init-db.
+
 * Make sure we do reasonable thing on binary files even in
   cherry-pick and rebase. [mechanism DONE; rebase in pu]
 
-* Customizable init-db.  Personally I think template mechanism
-  is good enough.  Otherwise, maybe add hooks/post-init-db.
+* Binary diff detection fails if locale set to non English; even
+  GNU diff 2.8.1 and 2.8.7 in C locale say different things.  At
+  least run diff under C locale (setenv LANG=C LC_ALL=C) for
+  1.0.  It might be better to have our own binary detection
+  logic, or even our own diff output without forking an external
+  diff.  [The former _might_ make sense for 1.0, but the latter
+  is post 1.0].
 
 
 Technical (trivial)