From adb2f5cc004f2d653462d1c42460dc0ab89c7965 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Sep 2022 12:39:28 -0400 Subject: [PATCH] comment --- ...ment_2_2d8902e343e65a39b5a23278793ec921._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment diff --git a/doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment b/doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment new file mode 100644 index 0000000000..48fd1d1e1d --- /dev/null +++ b/doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2022-09-09T16:37:04Z" + content=""" +Seems that the git-lfs special remote already implements something like +this. When discovering the LFS endpoint, it checks if a credential is +needed, and that credential is included in the endpoint, so will be used +for all requests, and it only prompts once. + +So it's only the git remote when accessing annex/objects over http that +prompts repeatedly for credentials. +"""]]