X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=TODO;h=9f976cf2fd99f88f98fb7bf64f54493095ce5ad0;hb=48d2c0e21f19c0a771492428cdf7f274536e8ae0;hp=027c4bc8184cd99f300df15aceea1796efbae135;hpb=53b13cb673f59b6d192c8a38671c00826e37b08e;p=git.git diff --git a/TODO b/TODO index 027c4bc8..9f976cf2 100644 --- a/TODO +++ b/TODO @@ -49,12 +49,20 @@ Technical (heavier) Technical (milder) ------------------ +* git grep should be able to omit prefix when invoked from a + subdirectory. Either make it an option or default with + --full-name like ls-files does. + * duplicated refspec given to "fetch-pack a a a" makes it emit strange error message because it triggers the "match only once" logic. Maybe strip the dups on the input side (Uwe Zeisberger <20060608073857.GA5072@informatik.uni-freiburg.de>). +* map only parts of huge packfiles and LRU fragments of them. + People are starting to try git on projects with deep history + and/or many objects, e.g. Mozilla. + * upload-pack support for start fetching from any valid point on the history, not just published refs. (Erik W. Biederman )