mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Update src/libfetchers/git-utils.hh
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
e8bf2e74a5
commit
a3171cec54
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ struct GitRepo
|
||||||
/**
|
/**
|
||||||
* If the specified Git object is a directory with a single entry
|
* If the specified Git object is a directory with a single entry
|
||||||
* that is a directory, return the ID of that object.
|
* that is a directory, return the ID of that object.
|
||||||
|
* Otherwise, return the passed ID unchanged.
|
||||||
*/
|
*/
|
||||||
virtual Hash dereferenceSingletonDirectory(const Hash & oid) = 0;
|
virtual Hash dereferenceSingletonDirectory(const Hash & oid) = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue