> Yes, this is a huge change. No, I don't expect any further changes of > similar scale. I think the new interface is significantly simpler _and_ > cleaner than the old one. Heh. Another huge change would be moving the top level directories around a bit. bindings COPYING git.spec Makefile programs README.reference tests contrib doc include po README src VERSION Leaving fixing the makefiles aside as an exercise for the interested reader... that's: #!/bin/sh # completely rearrange the file structure of cogito/git # just to make pasky and other scm users insane once again # FIXME - fix the makefiles, git.spec CFILES=`ls *.c` DFILES=`ls ppc/* mozilla-sha1/*` HFILES=`ls *.h` SRCDIR=src # or libgit? INCDIR=include/git-guts # or keep in SRCDIR or include/git or whatever COGDIR=programs/cogito # or just cogito. is git-web likely to be inc? mkdir -p $SRCDIR $INCDIR $COGDIR \ bindings/perl bindings/python bindings/ruby po tests doc # just ideas, # no files (yet) mv $CFILES ppc mozilla-sha1 $SRCDIR mv $HFILES $INCDIR COGFILES=`file * | grep "script text executable" | cut -f1 -d:` mv $COGFILES $COGDIR cg-rm $CFILES $HFILES $COGFILES for i in $CFILES $DFILES do cg-add $SRCDIR/$i done for i in $HFILES do cg-add $INCDIR/$i done cg-commit -- Mike Taht "A straw vote only shows which way the hot air blows. -- O'Henry" - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Apr 26 14:14:50 2005
This archive was generated by hypermail 2.1.8 : 2005-04-26 14:14:50 EST