mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
Format
This commit is contained in:
parent
692e9197bc
commit
469cf263c7
@ -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 New Issue
Block a user