Hello, As I have already announce here, I'm writing a new extension for vcsh on magit. The way it work is by setting some environment variable (GIT_WORK_TREE and GIT_DIR mostly) before running git to change the way it is ran.
My problem is that, to achieve this, I use advice on core magit function (all those that directly run git), And I was wandering how to properly integrate my work into magit: - Should I add some hook to those core magit function to enable my extension and others using similar stuff to work? (I will then wait for the release to have been done) - Or should I stay with my advice, an add an magit extension that use advice to change how core magit function work? Or maybe there are other solution I didn't think of? -- Rémi Vanicat -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
