Merge branch 'master' into next

* master:
  Fix "git help -a" terminal autosizing
  diff-index: fix compilation warnings.
This commit is contained in:
Junio C Hamano
2006-04-27 12:25:18 -07:00
3 changed files with 1 additions and 2 deletions

1
git.c
View File

@ -8,7 +8,6 @@
#include <errno.h>
#include <limits.h>
#include <stdarg.h>
#include <sys/ioctl.h>
#include "git-compat-util.h"
#include "exec_cmd.h"