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,lfs: invert RemoteRefs() tags option
As suggested by larsxschneider on PR review, we can avoid one negation of the new Boolean argument we have added to the RemoteRefs() function in our "git" package, in a prior commit in this PR, if we invert the flag's sense and rename it from ignoreTags to withTags. We also take the opportunity to update the code comments which describe the action of the RemoteRefs() function so as to indicate that the inclusion of tag refs in the returned list of refs is now optional.
- Loading branch information
1 parent
f984672
commit ef60fc0
Showing
3 changed files
with
7 additions
and
7 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