mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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;
|
||||
|
||||
// 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue