> If you are strong with the git, you can always read update-patches and > figure out how to avoid having to use cogito. Contributing > appropriate non-cogito commands to my update-patches script would be > nice.
Cogito has been deprecated and unmaintained for over a year, and is known to have problems with newer versions of Git. I'm not gonna rewrite your script, but maybe these rough equivalences (sometimes very rough) can point you in the right direction: cg-status => git branch [-a] cg-ls-branch => git remote show -n origin cg-update => git pull cg-clone => git clone _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
