aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-30 13:15:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-30 13:15:09 -0400
commit1475eb213f7547d78a97465037e067b0a25e60a3 (patch)
tree0100eeb94720cb097f7404fdd9a94373d42d274c /doc/bugs
parent1a90eb681069f29ed56b0533d9fa489df88e8952 (diff)
comment
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/v6__58___git_status__47__add_after_unlock_is_linear_to_the_file_size/comment_5_7c785f07f73ddbcf316fa6144b727375._comment12
1 files changed, 12 insertions, 0 deletions
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 000000000..41c2b7588
--- /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.
+"""]]