Differences From Artifact [facd00cece]:
- File src/url.c — part of check-in [2600b7719f] at 2019-06-28 07:23:33 on branch save-http-url-password — Added the --save-http-url-password option to the clone command to make it skip the "remember password (Y/n)?" prompt if the password was given in an HTTP URL. We avoid this for ssh:// URLs since you have pre-shared keys, SSH agents, and such to avoid the need in that case. Without this feature, you can't script around it by piping "echo y" through the command because the "remember password" feature as of trunk only works when isatty(0), which will be false when Fossil is downstream from a pipe like that. (user: wyoung size: 18551) [more...]
To Artifact [a9d181f195]:
- File src/url.c — part of check-in [06afb7022f] at 2020-04-05 23:45:50 on branch api-cleanup — Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 (user: ashepilko size: 18551)
| ︙ | |||
320 321 322 323 324 325 326 | 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 | - + | ** COMMAND: test-urlparser ** ** Usage: %fossil test-urlparser URL ?options? ** ** --remember Store results in last-sync-url ** --prompt-pw Prompt for password if missing */ |
| ︙ |