Skip to content

Commit

Permalink
Update CHANGELOG and PROJECTS with the tree cache changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Oct 10, 2014
1 parent 7465e87 commit 1b63af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ v0.21 + 1
us to safely update a reflog with arbitrary contents, as we need to
do for stash.

* The index' tree cache is now filled upon read-tree and write-tree
and the cache is written to disk.

* LF -> CRLF filter refuses to handle mixed-EOL files

* LF -> CRLF filter now runs when * text = auto (with Git for Windows 1.9.4)
Expand Down
2 changes: 0 additions & 2 deletions PROJECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ might make good smaller projects by themselves.
* Upgrade internal libxdiff code to latest from core Git
* Improve index internals with hashtable lookup for files instead of
using binary search every time
* Make the index write the cache out to disk (with tests to gain
confidence that the caching invalidation works correctly)
* Tree builder improvements:
* Use a hash table when building instead of a list
* Extend to allow building a tree hierarchy
Expand Down

0 comments on commit 1b63af5

Please sign in to comment.