(i) is certainly fixable, in the sense that we can spawn "git status" and check the return value, but it is not as easy as looking for .svn, say.

We can just copy-paste the code that git uses itself to detect whether it is in a repo or not ?

(ii) is definitely a different issue.

it depends on how complex you want to make. You can easily mimick the svn workflow: push after every commit. Or you can make two options: commit and push. Not so big deal, right ?

Richard

Vincent

Reply via email to