summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-03-21 00:49:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-03-21 00:50:27 +0100
commitcf7b009f570e452da0490c60f896846f9b0e6c22 (patch)
tree6a0ed9191a8246b3f56129718c58fe160787d7e0
parentd92a9bd4ecf53c4e410c57eeae315242c1db5790 (diff)
downloadcurl-cf7b009f570e452da0490c60f896846f9b0e6c22.tar.gz
TODO: expand ~/ in config files
Closes #2317
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index ba383a3be..829bfe901 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -154,6 +154,7 @@
18.16 send only part of --data
18.17 consider file name from the redirected URL with -O ?
18.18 retry on network is unreachable
+ 18.19 expand ~/ in config files
19. Build
19.1 roffit
@@ -1063,6 +1064,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
https://github.com/curl/curl/issues/1603
+18.19 expand ~/ in config files
+
+ For example .curlrc could benefit from being able to do this.
+
+ See https://github.com/curl/curl/issues/2317
+
+
19. Build
19.1 roffit