mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Format
This commit is contained in:
parent
692e9197bc
commit
469cf263c7
1 changed files with 4 additions and 2 deletions
|
@ -701,7 +701,8 @@ struct GitExportIgnoreInputAccessor : FilteringInputAccessor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isExportIgnored(const CanonPath & path) {
|
bool isExportIgnored(const CanonPath & path)
|
||||||
|
{
|
||||||
const char *exportIgnoreEntry = nullptr;
|
const char *exportIgnoreEntry = nullptr;
|
||||||
|
|
||||||
// GIT_ATTR_CHECK_INDEX_ONLY:
|
// GIT_ATTR_CHECK_INDEX_ONLY:
|
||||||
|
@ -721,7 +722,8 @@ struct GitExportIgnoreInputAccessor : FilteringInputAccessor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isAllowed(const CanonPath & path) override {
|
bool isAllowed(const CanonPath & path) override
|
||||||
|
{
|
||||||
return !isExportIgnored(path);
|
return !isExportIgnored(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue