improve docs, feedback for pijul key
Dependencies
- [2]
A3RM526YIntegrating identity malleability - [3]
NAUECZW3Fixing the map between keys and identities - [4]
QQZNSB26Permission update (after #X243) - [5]
SMMBFECLConverting to the new patch format "online" - [6]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [7]
EEBKW7VTKeys and identities - [8]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [9]
G65S7FAWVersion bump and cleanup - [10]
HDGRZISMVersion updates - [11]
X243Z3Y5Recording only the required metadata (can even be changed later!) - [12]
BNPSVXICFriendlier progress bars - [13]
SNZ3OAMCuse native external subcommand support instead of hand-rolled one - [14]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [15]
YTQS4ES3Fixing a parsing problem (related to permissions), and the associated permissions - [16]
QL6K2ZM3Tags - [17]
UBCBQ5FGRemoving pijul/src/commands/checkout.rs (unused file), as well as litorg comments
Change contents
- file move: main.rs → main.rs
- replacement in pijul/src/main.rs at line 132
/// Key management/// Key generation and management////// Pijul keys are separate from a user's SSH keys. More information/// can be found in the `Keys` section of the manual. - edit in pijul/src/main.rs at line 138
- file move: key.rs → key.rs
- edit in pijul/src/commands/key.rs at line 18
/// Generate a new key. The name used for a key is not required to/// match a user's remote or SSH credentials. By default, new keys/// are stored in your global configuration directory. - edit in pijul/src/commands/key.rs at line 22
- edit in pijul/src/commands/key.rs at line 27
/// Associate a generated key with a remote identity. Patches authored/// by unproven keys will only display the key as the author. Example/// of proving a key (after generating one): `pijul key prove <nestlogin>@ssh.pijul.com` - replacement in pijul/src/commands/key.rs at line 128
None => {}None => {<Self as clap::IntoApp>::into_app().write_long_help(&mut std::io::stdout())?;}