Commits
- Commit:
800bb8b117e5324d3f7c182b26e8d58c5c0ae54f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add ssh -J jumphost support to commands which use the network
Add a -J option to got clone, fetch, send, as well as cvg clone,
update, commit. This allows ad-hoc use of SSH jumphosts without
having to create entries in ~/.ssh/config.
ok op@
- Commit:
9468754ea48edd5f18d811825437cf5f7407432c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
stop mentioning "SHA1 hash"es in the manpages
use instead the more generic term "commit ID" or "object ID", since
the exact hashing algorithm is now not set in stone.
ok tobhe@
- Commit:
a397e3fbad25f5da2f4a33e1d2ac8248f32aa24b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
man nits; found with mandoc -Tlint
- Commit:
df6221c7df42758252c508006201c3f66e6ae831
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use a separate .cvg meta data directory for cvg(1) work trees
This prevents mixing the use of got and cvg clients in the same work tree.
Avoids confusion going forward while cvg differentiates itself further.
tog(1) and gotadmin(1) remain compatible with both work tree formats.
These tools only read work trees to locate the corresponding repository.
- Commit:
102bee52e88d073c605a590258abf0255dca2b67
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
cvg: restore accidentally deleted "tag" and "add" man page bits
ok jrick
- Commit:
ee27b57e0fcb14468a5b8a9cd8414b475267cddb
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
abort histedit if the user quits the editor without saving the script
Also document that the commit/import/tag operations are aborted when
the user fails to save the log message from the invoked editor.
ok jamsek stsp
- Commit:
21002b1b278e14573f85a3ec87c2aa5b8da47f49
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove documentation of Got commands which cvg will not implement
- Commit:
10a2e35ae49b7ac29b900f3a4f4c452c0bf7a095
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
adjust the early intro section of cvg.1
- Commit:
624411d2da8f88b37d2b440833ce76fa6705bdd3
- From:
- Josh Rickmar <jrick@zettaport.com>
- Date:
Copy got to cvg