add news item for git-annex 0.10
This commit is contained in:
parent
0643b7f4c6
commit
d5bb2da688
2 changed files with 11 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
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."""]]
|
|
11
doc/news/version_0.10.mdwn
Normal file
11
doc/news/version_0.10.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
git-annex 0.10 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* In .gitattributes, the annex.numcopies attribute can be used
|
||||||
|
to control the number of copies to retain of different types of files.
|
||||||
|
* Bugfix: Always correctly handle gitattributes when in a subdirectory of
|
||||||
|
the repository. (Had worked ok for ones like "*.mp3", but failed for
|
||||||
|
ones like "dir/*".)
|
||||||
|
* fsck: Fix warning about not enough copies of a file, when locations
|
||||||
|
are known, but are not available in currently configured remotes.
|
||||||
|
* precommit: Optimise to avoid calling git-check-attr more than once.
|
||||||
|
* The git-annex-backend attribute has been renamed to annex.backend."""]]
|
Loading…
Add table
Reference in a new issue