Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git
authorJunio C Hamano <junkio@cox.net>
Mon, 29 Aug 2005 06:02:01 +0000 (23:02 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 29 Aug 2005 06:02:01 +0000 (23:02 -0700)
1  2 
apply.c
cache.h
connect.c
ls-files.c

diff --cc apply.c
Simple merge
diff --cc cache.h
+++ b/cache.h
@@@ -309,9 -313,8 +313,9 @@@ struct ref 
        struct ref *next;
        unsigned char old_sha1[20];
        unsigned char new_sha1[20];
 +      unsigned char force;
        struct ref *peer_ref; /* when renaming */
-       char name[0];
+       char name[];
  };
  
  extern int git_connect(int fd[2], char *url, const char *prog);
diff --cc connect.c
Simple merge
diff --cc ls-files.c
Simple merge