commit 3333ce96c5559c5c1cfe8b4eb5822189f65af31c from: Stefan Sperling date: Fri Jan 10 10:01:40 2025 UTC make 'cvg commit' actually apply the -J option commit - 7f59939ae67ad8168afa53ad5c1fa4f830269290 commit + 3333ce96c5559c5c1cfe8b4eb5822189f65af31c blob - 7ff4453eb37231d259aac420e9ab90fcd3615847 blob + d4361e609c7f9aea986ebd997d7faf4d2bd438e8 --- cvg/cvg.c +++ cvg/cvg.c @@ -7846,6 +7846,9 @@ cmd_commit(int argc, char *argv[]) return got_error_from_errno2("realpath", optarg); break; + case 'J': + jumphost = optarg; + break; case 'm': if (prepared_logmsg) option_conflict('m', 'F');