Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file src/shell.c version bfac06fb15
|
2014-05-28
| ||
| 16:06 | Added -R REPO to the timeline docs, per ML request. check-in: dadbf7825a user: stephan tags: trunk | |
| 03:55 |
Fixed an off-by-one error in print_person().
The original code extracted the leading '<' of the email address as part of the user name, putting an unmatched '<' into the git dump file, and breaking fast_import. This bug was only triggered by the user's contact information actually containing an email address. check-in: de1921bad3 user: aku tags: trunk | |
| 00:17 | Fix a typo in the SCGI documentation. check-in: 6a4127f3ed user: drh tags: trunk | |
|
2014-05-27
| ||
| 23:40 | Updates to the SCGI documentation. check-in: 30a122a05e user: drh tags: trunk | |
| 20:36 | Correctly handle embedded documentation pages that contain characters that require HTTP encoding. check-in: 5d4400400a user: drh tags: trunk | |
|
2014-05-26
| ||
| 20:55 | Fix a problem in the shell when importing CSV files. If the leftmost field of the first row in the CSV file was both zero bytes in size and unquoted, no data was imported. check-in: 87130593e4 user: jan.nijtmans tags: trunk | |