- use author name/email from ~/.gitconfig if GOT_AUTHOR is not set - obtain repo format version and commit author name/email from .git/config - fix line-wrap for lines spanning the terminal in tog diff view - make 'got status' ignore inaccessible directories (reported by semarie) - unstage may need to write to repository; fix unveil(2) call accordingly - fix modified files not shown by 'got status' after committing staged changes
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
@comment $OpenBSD: PLIST,v 1.2 2019/09/08 17:10:21 stsp Exp $
|
|
@bin bin/got
|
|
@bin bin/tog
|
|
@bin libexec/got-read-blob
|
|
@bin libexec/got-read-commit
|
|
@bin libexec/got-read-gitconfig
|
|
@bin libexec/got-read-object
|
|
@bin libexec/got-read-pack
|
|
@bin libexec/got-read-tag
|
|
@bin libexec/got-read-tree
|
|
@man man/man1/got.1
|
|
@man man/man1/tog.1
|
|
@man man/man5/git-repository.5
|
|
@man man/man5/got-worktree.5
|