Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Minor adjustments in description of the `--file` option for `whatis`. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
92d3fdba73a44c4cd6179d00ffa4d9d2 |
| User & Date: | km 2023-01-06 14:25:06.811 |
Context
|
2023-01-06
| ||
| 14:27 | Oops, somehow one dash in `--file` got lost in 92d3fdba73a44c4c. check-in: 0bf2eaaf65 user: km tags: trunk | |
| 14:25 | Minor adjustments in description of the `--file` option for `whatis`. check-in: 92d3fdba73 user: km tags: trunk | |
| 14:03 | Allow writes to the accesslog table to record a login attempt even if the request is not from the same origin. This is needed in case a query request url it typed in manually but there is a cookie with login credentials that the browser adds automatically. check-in: e31c2c01e1 user: drh tags: trunk | |
Changes
Changes to src/name.c.
| ︙ | ︙ | |||
1062 1063 1064 1065 1066 1067 1068 | ** ** Resolve the symbol NAME into its canonical artifact hash ** artifact name and provide a description of what role that artifact ** plays. ** ** Options: ** | | | | 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
**
** Resolve the symbol NAME into its canonical artifact hash
** artifact name and provide a description of what role that artifact
** plays.
**
** Options:
**
** -f|-file Find artifacts with the same hash as file NAME.
** If NAME is "-", read content from standard input.
** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't',
** 'w', 'g', or 'e')
** -v|--verbose Provide extra information (such as the RID)
*/
void whatis_cmd(void){
int verboseFlag;
int fileFlag;
|
| ︙ | ︙ |