Steffen Prohaska <prohaska@xxxxxx> writes: > How can I check what a 'git push' would do, without > actually doing it? > > Is there something like 'git push --dry-run', similar > to 'rsync --dry-run'? Wel, you could put #!/bin/sh cat >/tmp/dryrun exit 1 into $GIT_DIR/hooks/pre-receive on the receiving side. Or maybe the update hook. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum - 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