diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-05-20 20:40:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-21 06:23:14 +0200 |
commit | 65b5f9483eafea0ccdea59884da4e00e0cfeee1f (patch) | |
tree | a6ffd68d8ba419391d7224d8ca3330ffbd0ad87f /git.c | |
parent | completion: reduce completable command list (diff) | |
download | git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.tar.xz git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.zip |
Move declaration for alias.c to alias.h
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "exec_cmd.h" #include "help.h" #include "run-command.h" +#include "alias.h" #define RUN_SETUP (1<<0) #define RUN_SETUP_GENTLY (1<<1) |