On Fri, Jun 26, 2009 at 12:28 AM, yy<[email protected]> wrote:
>
> 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.
Speaking of better explanations: I encourage Manzur to write a
man page (so that he has a bit of a spec to code against). You
can take a look at it here:
http://github.com/manzur/gitfs/raw/f505ff91eec342b34604853e87a6d217db9f6112/gitfs.man
Feel free to comment on things which are still not 100% clear there.
Thanks,
Roman.
P.S. But that is not to say that we should just go ahead and redefine the
scope of the project...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---