mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
src/libfetchers/git.cc: Apply suggestion
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
d74d2fdaa7
commit
38b07d6347
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ struct GitInputScheme : InputScheme
|
||||||
whether the working directory is dirty compared to HEAD. */
|
whether the working directory is dirty compared to HEAD. */
|
||||||
GitRepo::WorkdirInfo workdirInfo;
|
GitRepo::WorkdirInfo workdirInfo;
|
||||||
|
|
||||||
/* URL of the repo, or its path if isLocal. */
|
/* URL of the repo, or its path if isLocal. Never a `file` URL. */
|
||||||
std::string url;
|
std::string url;
|
||||||
|
|
||||||
void warnDirty() const
|
void warnDirty() const
|
||||||
|
|
Loading…
Reference in a new issue