Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Adam Brewster wrote: > >> Consider >> >> $ echo -e '#!/bin/bash\nif git diff-tree --quiet HEAD; then git commit >> -a; else git commit; fi' > `git --exec-path`/git-ci >> $ chmod 555 `git --exec-path`/git-ci > > Or just put it in your $PATH. :) > > By the way, all this talk of â??if there is an indexâ?? sounds funny to > my brainwashed ears. Every version control system I have tried uses > an index to ensure consistency during a commit; itâ??s just that most > of them hide it from the user. > > This may sound pedantic, I realize. > > Have fun, > Jonathan Other RCS use an index of files they track. Git uses an index of patch chunks to commit. Same name, totaly different concept. Or am I understanding that wrong? MfG Goswin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html