forked from git-lfs/git-lfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands,git: rename GetAllWorktrees() function
The GetAllWorkTrees() function in our "git" package was introduced as part of the implementation of the "git lfs prune" command in PR git-lfs#742, along with the Worktree structure and various related functions, such as the pruneTaskGetRetainedWorktree() function run by the "git lfs prune" command. In all instances, we use the terms "Worktree" and "worktree" rather than the camel-case "WorkTree" or "workTree", except in the name of the GetAllWorkTrees() function and its associated TestWorkTrees() test function. Before we add another implementation of the GetAllWorkTrees() function in a subsequent commit in this PR, we first revise the function's name to match that of the structures it returns, which slightly improves the consistency of our naming scheme.
- Loading branch information
1 parent
3356216
commit 54d4358
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters