Commits
- Commit:
d375d894c3c39971790fb6692b82b1e20fec6ce9
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
put manual page sections in the proper order
- Commit:
d45bf965ad22b8cd812b96ded2ee1f81de7e9ab1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got.conf(5) warn about remotes configured in locally-shared repositories
- Commit:
d68f2c0e20f502d7bea2f0136527683f830b3d6c
- From:
- Josh Rickmar <jrick@zettaport.com>
- Date:
add signer_id option to got.conf(5)
Setting this option will cause 'got tag' to sign all created tags using
the SSH key, unless overridden by the -s flag.
ok stsp@
- Commit:
10c4445c863f88e882efced06b63becbfd07d940
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document SSH-based signing and verification in got(1) and got.conf(5)
- Commit:
26e6f38e73535ec12ae2ba9e4f78cd6f41b14c63
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got.conf(5) mirror-references to mirror_references for consistency
Existing configuration files will keep working for now since the old name
with dashes is still recognized by the config parser.
- Commit:
f1bf60d10a22f5990303b68967a6cbffab2c5f04
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got.conf(5) fetch-all-branches to fetch_all_branches for consistency
Existing configuration files will keep working for now since the old name
with dashes is still recognized by the config parser.
- Commit:
824d5f776c8195a3faa8c0b167888dbb99542482
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix copy-pasto: got.conf protocol option takes a 'scheme' argument, not a 'path'
- Commit:
93f8a3371abdcbfdc9e411ff44942acb0198ca47
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
tweak implementation of separate send {} and fetch {} conf blocks
Tweak man page.
Factor out repeated code in if/else branches in send_gotconfig_remotes().
ok stsp@
- Commit:
6480c871c8f9ffdce90c10e7a7313e1187de019a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
provide separate send {} and fetch {} configuration blocks in got.conf
Feature requested by naddy.
ok naddy, who also suggested some tweaks that will arrive shortly
- Commit:
1795b260b54186116911b1d32d6767ea9b221b04
- From:
- Klemens Nanni <kn@openbsd.org>
- Date:
Fix "mandoc -T lint" WARNINGS and ERRORS, add missing word
- Commit:
99495ddb79841fe89b0746d35a49bb81e9220096
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a 'reference' directive to remote repositories in got.conf(5)
Make use of this in 'got clone' to persist -R option arguments given on
the command line in the cloned repository's got.conf(5) file.
- Commit:
0c8b29c50669cb8958428fbf923f02a5b69184db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a 'fetch-all-branches' configuration setting to got.conf(5)
Set fetch-all-branches in the got.conf(5) file created by 'got clone -a'
in order to make a future 'got fetch' act like 'got fetch -a' by default.
- Commit:
b8adfa5529205d58ab21c9c8fc76b50068ebbaa2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add "branch" keyword to got.conf which specifies a list of branches to fetch
ok tracey
- Commit:
53643ae18558c41fba1c99fbe9e5e73de7fe8797
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document why got.conf(5) will not configure the editor to use
- Commit:
42536c092fe8528fc0f67b7a58353beb5fceea68
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix misplaced comma in got.conf(5) SEE ALSO section
- Commit:
50b0790ed9a28fced631f31e5b7ca76a9a610ea5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add per-worktree got.conf(5) file in the .got directory; ok millert
- Commit:
257add310e4b16ae43b467b91f66b773da39f470
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got.conf(5) configuration file
ok tracey