diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-29 16:41:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-29 16:41:47 -0400 |
commit | 5ef11350aafe2aec48f66799743423a9c6e42556 (patch) | |
tree | ccf33dcde98c1b36227043df838b5d295f3fb054 | |
parent | cd199e442f31743ee7ddc7c545f390533ed30a9d (diff) |
link to patch
-rw-r--r-- | doc/todo/smudge.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 2f5d21d7e..7d8f9a136 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -66,7 +66,7 @@ if the file is larger than some chunk size; tried with 500 mb file and saw a SIGPIPE.) This means unnecessary works needs to be done, and it slows down *everything*, from `git status` to `git commit`. **showstopper** I have sent a patch to the git mailing list to address -this. +this. <http://marc.info/?l=git&m=131465033512157&w=2> #### smudge |