mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
User-visible changes: - speed up got tag -l by caching timestamps - make 'got ref -l' output consistent when packed references exist - make 'got ref -l' work consistently when a reference argument is given - add log -t option which enables topological sorting of commits - make 'got rebase' find a merge base with topological sorting if needed - make 'got status' display interrupted rebase, histedit, and merge operations - add http clone/fetch support using a new got-fetch-http helper - require -R option for staging or unstaging directory contents - got patch: fix applying on empty files HTTP(S) clone/fetch requires the "smart" Git protocol. It works with GitHub, Codeberg, Savannah. Also git.freebsd.org, but you should use anon-ssh there.
22 lines
506 B
Text
22 lines
506 B
Text
bin/got
|
|
bin/gotadmin
|
|
bin/tog
|
|
libexec/got-fetch-http
|
|
libexec/got-fetch-pack
|
|
libexec/got-index-pack
|
|
libexec/got-read-blob
|
|
libexec/got-read-commit
|
|
libexec/got-read-gitconfig
|
|
libexec/got-read-gotconfig
|
|
libexec/got-read-object
|
|
libexec/got-read-pack
|
|
libexec/got-read-patch
|
|
libexec/got-read-tag
|
|
libexec/got-read-tree
|
|
libexec/got-send-pack
|
|
share/man/man1/got.1.gz
|
|
share/man/man1/gotadmin.1.gz
|
|
share/man/man1/tog.1.gz
|
|
share/man/man5/git-repository.5.gz
|
|
share/man/man5/got-worktree.5.gz
|
|
share/man/man5/got.conf.5.gz
|