Add a --dry-run option to git-send-pack.
commita63103ae4f02f8890d381de352dbfc6cba0b646f
authorBrian Ewins <brian.ewins@gmail.com>
Thu, 11 Oct 2007 19:32:26 +0000 (11 20:32 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 02:02:52 +0000 (15 22:02 -0400)
tree7a3424c6408a63e08dc74c9d71d0db7ab7f93940
parent90d16ec032b20f9f1146f3aceca12165aba3b6d6
Add a --dry-run option to git-send-pack.

Implement support for --dry-run, so that it can be used
in calls from git-push. With this flag set, git-send-pack
will not send any updates to the server.

Signed-off-by: Brian Ewins <brian.ewins@gmail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-send-pack.txt
send-pack.c