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

32 lines
676 B
Plaintext
Raw Normal View History

git-lfs-logs(1) - Show errors from the git-lfs command
======================================================
2014-06-04 18:27:20 +00:00
## SYNOPSIS
2015-03-19 19:30:55 +00:00
`git lfs logs`<br>
`git lfs logs` <file><br>
`git lfs logs` --clear<br>
`git lfs logs` --boomtown<br>
2014-06-04 18:27:20 +00:00
## DESCRIPTION
2015-04-22 19:46:06 +00:00
Display errors from the git-lfs command. Any time it crashes, the details are
saved to ".git/lfs/logs".
2014-06-04 18:27:20 +00:00
## OPTIONS
Without any options, `git lfs logs` simply shows the list of error logs.
2014-06-04 18:27:20 +00:00
* <file>:
2014-06-04 18:32:49 +00:00
Shows the specified error log. Use "last" to show the most recent error.
2014-06-04 18:27:20 +00:00
2014-07-25 17:16:57 +00:00
* `--clear`:
2014-06-04 18:32:49 +00:00
Clears all of the existing logged errors.
2014-06-04 18:27:20 +00:00
* `--boomtown`:
2014-06-04 18:32:49 +00:00
Triggers a dummy exception.
2015-04-22 19:46:06 +00:00
## SEE ALSO
Part of the git-lfs(1) suite.