I don't think I'm understanding well the situation here.
If I got it right, all the operations ron wants are -or will be-
possible in gitfs. The echo add operation is only to add files to the
index [1], that tells git what files in the working dir are part of
the repository (it serves the same purpose than .hgignore files in
mercurial). If you just don't care about index files (ie. you clean up
the working directory before commiting) just do echo add * before
every commit.
I wish Manzur gave a better explanation. I didn't look at his code,
and I'm not really into this git thing... (and yes, a clear layout of
the file system as fgb suggested would be of much help).

[1] http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#the-index

-- 
- yiyus || JGL .

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Plan 
9 Google Summer of Code" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/plan9-gsoc?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to