File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ might make good smaller projects by themselves.
75
75
* Extract the Git tests that exercise that command
76
76
* Convert the tests to call our emulation
77
77
* These tests could go in examples/tests/...
78
- * Fix symlink support for files in the .git directory (i.e. don't overwrite
79
- the symlinks when writing the file contents back out)
80
78
* Add hooks API to enumerate and manage hooks (not run them at this point)
81
79
* Enumeration of available hooks
82
80
* Lookup API to see which hooks have a script and get the script
@@ -85,8 +83,6 @@ might make good smaller projects by themselves.
85
83
executes the action in question
86
84
* Isolate logic of ignore evaluation into a standalone API
87
85
* Upgrade internal libxdiff code to latest from core Git
88
- * Improve index internals with hashtable lookup for files instead of
89
- using binary search every time
90
86
* Tree builder improvements:
91
87
* Extend to allow building a tree hierarchy
92
88
* Apply-patch API
You can’t perform that action at this time.
0 commit comments