Skip to content

Commit bc62c32

Browse files
committed
add man page for the pointer command
1 parent e9627e1 commit bc62c32

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

docs/man/git-lfs-logs.1.ronn

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ git-lfs-logs(1) - Show errors from the git-lfs command
1010

1111
## DESCRIPTION
1212

13-
Display errors from the git-lfs command. Any time it
14-
crashes, the details are saved to ".git/lfs/logs".
13+
Display errors from the git-lfs command. Any time it crashes, the details are
14+
saved to ".git/lfs/logs".
1515

1616
## OPTIONS
1717

@@ -25,3 +25,7 @@ Without any options, `git lfs logs` simply shows the list of error logs.
2525

2626
* `--boomtown`:
2727
Triggers a dummy exception.
28+
29+
## SEE ALSO
30+
31+
Part of the git-lfs(1) suite.

docs/man/git-lfs-pointer.1.ronn

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
git-lfs-pointer(1) -- Build and compare pointers
2+
================================================
3+
4+
## SYNOPSIS
5+
6+
`git lfs pointer --file=path/to/file`<br>
7+
`git lfs pointer --file=path/to/file --pointer=path/to/pointer`<br>
8+
`git lfs pointer --file=path/to/file --stdin`
9+
10+
## Description
11+
12+
Builds and optionally compares generated pointer files to ensure consistency
13+
between different Git LFS implementations.
14+
15+
## OPTIONS
16+
17+
* `--file`:
18+
A local file to build the pointer from.
19+
20+
* `--pointer`:
21+
A local file including the contents of a pointer generated from another
22+
implementation. This is compared to the pointer generated from `--file`.
23+
24+
* `--stdin`:
25+
Reads the pointer from STDIN to compare with the pointer generated from
26+
`--file`.
27+
28+
## SEE ALSO
29+
30+
Part of the git-lfs(1) suite.

0 commit comments

Comments
 (0)