@@ -44,9 +44,6 @@ Design issues
4444* Perhaps "everything in config file"? Especially remotes/
4545 shortcuts. I am modestly negative about this.
4646
47- * Perhaps "setting umask from git_config()"? I am modestly
48- negative about this.
49-
5047
5148Technical (heavier)
5249-------------------
@@ -84,10 +81,13 @@ Technical (milder)
8481* Perhaps a smarter HTTP anonymous download via CGI.
8582
8683* Prepare to enable "always use symbolic refs for HEAD" patch.
87- We need a timeline to force Porcelains to get ready.
84+ We need a timeline to force Porcelains to get ready. Last
85+ time I looked at them I got an impression that gitweb was not
86+ ready.
8887
8988* Forbid/ignore pack names that do not conform to the convention
90- sha1_pack_name() assumes and reject in check_packed_git_idx().
89+ sha1_pack_name() assumes and reject in check_packed_git_idx()
90+ [In pu]
9191
9292* strip leading directory from ls-tree output, to match ls-files
9393 output.
@@ -97,6 +97,15 @@ Technical (milder)
9797 ls-tree might be easier to use if it matched diff, not
9898 ls-files.
9999
100+ [We should not do this, or do this carefully, if we were to
101+ merge the "git-checkout (--|<tree>) <path> work from
102+ subdirectory" patch.]
103+
104+ * Any Porcelain-ish we forgot or punted to make usable from
105+ subdirectory? I think the last pass caught everything and
106+ what are remaining are whole-tree or whole repository
107+ operations.
108+
100109* diff stopping at the first output; qgit wants to know if this
101110 tree has any A or D from the other tree and nothing else.
102111 Would help internal tree-diff in rev-list as well.
@@ -136,7 +145,7 @@ Technical (trivial)
136145 stuff Linus has been working on. Most of the C-level
137146 commands should be usable with relative directory paths.
138147
139- * In a freashly created empty repository, `git fetch foo:bar`
148+ * In a freshly created empty repository, `git fetch foo:bar`
140149 works OK, but `git checkout bar` afterwards does not (missing
141150 `.git/HEAD`).
142151
0 commit comments