Merge branch 'master' into next
* master: Fix "git help -a" terminal autosizing diff-index: fix compilation warnings.maint
commit
e431e4cd7d
|
|
@ -3,6 +3,7 @@
|
|||
*
|
||||
* Builtin help-related commands (help, usage, version)
|
||||
*/
|
||||
#include <sys/ioctl.h>
|
||||
#include "cache.h"
|
||||
#include "builtin.h"
|
||||
#include "exec_cmd.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ COMMON_DIFF_OPTIONS_HELP;
|
|||
int main(int argc, const char **argv)
|
||||
{
|
||||
struct rev_info rev;
|
||||
int match_missing = 0;
|
||||
int cached = 0;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue