зеркало из https://github.com/microsoft/git.git
Merge branch 'sg/wt-status-header-inclusion' into maint
* sg/wt-status-header-inclusion: wt-status: move #include "pathspec.h" to the header
This commit is contained in:
Коммит
dc4e7b0244
|
@ -1,5 +1,4 @@
|
|||
#include "cache.h"
|
||||
#include "pathspec.h"
|
||||
#include "wt-status.h"
|
||||
#include "object.h"
|
||||
#include "dir.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <stdio.h>
|
||||
#include "string-list.h"
|
||||
#include "color.h"
|
||||
#include "pathspec.h"
|
||||
|
||||
enum color_wt_status {
|
||||
WT_STATUS_HEADER = 0,
|
||||
|
|
Загрузка…
Ссылка в новой задаче