Skip to content

Conversation

NathanBaulch
Copy link
Contributor

Another batch of general cleanup.

@love-linger love-linger self-assigned this Jul 3, 2025
@love-linger love-linger added the code-style Code style label Jul 3, 2025
@love-linger love-linger merged commit ec17ea9 into sourcegit-scm:develop Jul 3, 2025
13 checks passed
@NathanBaulch NathanBaulch deleted the cleanup branch July 3, 2025 02:43
var updateSubmodules = IsRecurseSubmoduleVisible && RecurseSubmodules;
return Task.Run(() =>
{
var succ = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep the orignal one, since the following line is also a boolean definition

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I only removed it because the false value is never used.

{
var visible = new List<Models.LFSLock>();

if (!_showOnlyMyLocks)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep the original code, which will only test _showOnlyMyLocks once time.

love-linger added a commit that referenced this pull request Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-style Code style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants