X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=TODO;h=aac9fd13fcfac4f0fa68ab86ec42235f652011b5;hb=e30ca3526d9215bc04b06eabffe9852357249e1f;hp=48832af3e9cb05774b3086d76470b51a46ca7831;hpb=5486933ce2f48f4097910767069ca117f194484f;p=git.git diff --git a/TODO b/TODO index 48832af3..aac9fd13 100644 --- a/TODO +++ b/TODO @@ -114,11 +114,12 @@ Technical (heavier) Technical (milder) ------------------ -* Define semantics for relative pathnames in - objects/info/alternates. Either relative to 'objects', or - relative to the parent directory of .git/ (the latter is - consistent with GIT_ALTERNATE_OBJECT_DIRECTORIES). Perhaps - would end up doing the former. +* Define semantics for relative pathnames in objects/info/alternates. + Either relative to 'objects', or relative to the top of project tree + ;the latter is consistent with GIT_ALTERNATE_OBJECT_DIRECTORIES. + Perhaps would end up doing the former because we would want to be + consistent between a naked repository and a repository with working + tree [DONE]. * Tool renames. Give fixup patch for at least Cogito and StGIT [DONE]. @@ -205,7 +206,7 @@ Technical (milder) Technical (trivial) ------------------- -* Deal with CDPATH. +* Deal with CDPATH [DONE]. * Teach 'git format-patch' about 'git cherry' [DONE].