Merge branch 'master' into next
authorJunio C Hamano <junkio@cox.net>
Thu, 27 Apr 2006 19:25:18 +0000 (12:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 27 Apr 2006 19:25:18 +0000 (12:25 -0700)
* master:
  Fix "git help -a" terminal autosizing
  diff-index: fix compilation warnings.

1  2 
git.c

diff --combined git.c
--- 1/git.c
--- 2/git.c
+++ b/git.c
@@@ -8,7 -8,6 +8,6 @@@
  #include <errno.h>
  #include <limits.h>
  #include <stdarg.h>
- #include <sys/ioctl.h>
  #include "git-compat-util.h"
  #include "exec_cmd.h"
  
@@@ -47,7 -46,6 +46,7 @@@ static void handle_internal_command(in
                { "log", cmd_log },
                { "whatchanged", cmd_whatchanged },
                { "show", cmd_show },
 +              { "fmt-patch", cmd_format_patch },
        };
        int i;