On 1 июл, 06:40, Roman Shaposhnik <[email protected]> wrote: > > Are parents files or subdirectories? > Parents are directories, and they have the same structure as above. Moreover, directory name parent[\d] is substituted by tag if there's a tag for that commit.
> > Git index will be represented as a directory, so that you can use cp, > > rm instead of git add, rm. The same is with stages, each of them is a > > directory: > > index/ - files that're in stage 0 > > index/1 - files that're in stage 1 > > index/2 - files that're in stage 2 > > How does these stages map to Git's show/diff numbers? Are you hinting at absense of stage 3? :) Yes, I forgot it. There should be index/3 as well. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
