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 13:23:14 +0900 |
| commit | 65b5f9483eafea0ccdea59884da4e00e0cfeee1f (patch) | |
| tree | a6ffd68d8ba419391d7224d8ca3330ffbd0ad87f /sequencer.c | |
| parent | d9fcc7f8715c22b315146594afa19b75b9568dd3 (diff) | |
| download | git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.tar.gz | |
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 'sequencer.c')
| -rw-r--r-- | sequencer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sequencer.c b/sequencer.c index 667f35ebdf..1288a36ebd 100644 --- a/sequencer.c +++ b/sequencer.c @@ -23,6 +23,7 @@ #include "hashmap.h" #include "notes-utils.h" #include "sigchain.h" +#include "alias.h" #define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION" |
