diff --git a/doc/bugs/v6__58___git_status__47__add_after_unlock_is_linear_to_the_file_size/comment_5_7c785f07f73ddbcf316fa6144b727375._comment b/doc/bugs/v6__58___git_status__47__add_after_unlock_is_linear_to_the_file_size/comment_5_7c785f07f73ddbcf316fa6144b727375._comment new file mode 100644 index 0000000000..41c2b7588c --- /dev/null +++ b/doc/bugs/v6__58___git_status__47__add_after_unlock_is_linear_to_the_file_size/comment_5_7c785f07f73ddbcf316fa6144b727375._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2017-10-30T17:12:00Z" + content=""" +IIRC once git checks the work tree file one time and realizes it's not +really changed, it then avoids the unncessarily expensive operation +happening again. + +These inneficiencies can't be fixed without changes to git. It's all +discussed in [[todo/smudge]] in detail. +"""]]