openbsd-ports/devel/got/pkg/PLIST-main
stsp 5c76c1d5b1 update to got 0.39
- add -q option to tests for quiet output and use it for 'make regress'
- document how to re-create a corrupt or missing file index in got-worktree(5)
- fix some memory leaks in tog (tracey)
- add workaround for a performance issue when 'tog diff' shows a large diff
- add -s option to 'got status' which acts as a status code filter
- add -s option to 'got remove' which deletes files in a particular status
- plug a memory leak in got_privsep_recv_tree() in error case
- in got_object_commit_get_logmsg(), handle log messages which lack '\n'
- do not rely on <zlib.h> to pull in <unistd.h> (naddy)
- use POSIX standard endian functions and include <endian.h> (naddy)
- add got.conf(5) configuration file
- use modern POSIX timestamp fields in struct stat (naddy)
- use plain write() in place of dprintf() with a pre-formatted string (naddy)
- stop including <sys/syslimits.h> directly (naddy)
- switch regress function declarations from ksh to POSIX shell syntax (naddy)
2020-09-14 14:36:23 +00:00

20 lines
522 B
Plaintext

@comment $OpenBSD: PLIST-main,v 1.3 2020/09/14 14:36:23 stsp Exp $
@pkgpath devel/got
@bin bin/got
@bin bin/tog
@bin libexec/got-fetch-pack
@bin libexec/got-index-pack
@bin libexec/got-read-blob
@bin libexec/got-read-commit
@bin libexec/got-read-gitconfig
@bin libexec/got-read-gotconfig
@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
@man man/man5/got.conf.5