From 07e160e589cdc74692a0c872dfc2298a01b9af2b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 28 Sep 2021 17:58:10 -0400 Subject: [PATCH] comment --- ..._0a170534b266ca55afbfcfe191ff18fc._comment | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_16_0a170534b266ca55afbfcfe191ff18fc._comment diff --git a/doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_16_0a170534b266ca55afbfcfe191ff18fc._comment b/doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_16_0a170534b266ca55afbfcfe191ff18fc._comment new file mode 100644 index 0000000000..0607f45806 --- /dev/null +++ b/doc/bugs/Windows__58___substantial_per-file_cost_for___96__add__96__/comment_16_0a170534b266ca55afbfcfe191ff18fc._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 16""" + date="2021-09-28T21:53:49Z" + content=""" +`git add x` takes less than 0.1 seconds run on the github windows CI in a +git-annex repo. + + - name: profile + run: | + git init profile + cd profile + PATH=..:$PATH ../git-annex.exe init + echo foo > x + date + PATH=..:$PATH git add x + date + +Output: + + ok + (recording state in git...) + Tue Sep 28 21:51:46 CUT 2021 + warning: LF will be replaced by CRLF in x. + The file will have its original line endings in your working directory + Tue Sep 28 21:51:46 CUT 2021 + +So, whatever made it slow for @mih is not a problem here, and I guess +not where @adina ran it either. +"""]] -- 2.30.2