diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-11 18:59:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-11 18:59:37 -0400 |
commit | 728fc4134e8c1f1040356b752a9be2c894080bc9 (patch) | |
tree | 251fa19723b15d456cc0782bc3d7b4c1cdc24c91 /doc/news | |
parent | 3e60c3a3f921d7e6e3d4e227aeea3b0125ded93e (diff) |
add news item for git-annex 0.05
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.05.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/news/version_0.05.mdwn b/doc/news/version_0.05.mdwn new file mode 100644 index 000000000..88c7391c1 --- /dev/null +++ b/doc/news/version_0.05.mdwn @@ -0,0 +1,10 @@ +git-annex 0.05 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Optimize both pre-commit and lock subcommands to not call git diff + on every file being committed/locked. + (This actually also works around a bug in ghc, that caused + git-annex 0.04 pre-commit to sometimes corrupt filename being read + from git ls-files and fail. + The excessive number of calls made by pre-commit exposed the ghc bug. + Thanks Josh Triplett for the debugging.) + * Build with -O2."""]]
\ No newline at end of file |