Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
006df7db
Commit
006df7db
authored
Mar 07, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #880 from anarcat/patch-2
explain what direct/indirect/recursive means
parents
b65a3cf8
6a3578be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
core/commands/pin.go
core/commands/pin.go
+5
-4
No files found.
core/commands/pin.go
View file @
006df7db
...
...
@@ -160,11 +160,12 @@ Returns a list of hashes of objects being pinned. Objects that are indirectly
or recursively pinned are not included in the list.
Use --type=<type> to specify the type of pinned keys to list. Valid values are:
* "direct"
* "
indirect"
* "
recursive"
* "direct"
: pin that specific object.
* "
recursive": pin that specific object, and indirectly pin all its decendants
* "
indirect": pinned indirectly by an ancestor (like a refcount)
* "all"
(Defaults to "direct")
Defaults to "direct".
`
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment