author | Brian Ewins <brian.ewins@gmail.com> | |
Thu, 11 Oct 2007 19:32:26 +0000 (20:32 +0100) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 16 Oct 2007 02:02:52 +0000 (22:02 -0400) | ||
commit | a63103ae4f02f8890d381de352dbfc6cba0b646f | |
tree | 7a3424c6408a63e08dc74c9d71d0db7ab7f93940 | tree | snapshot |
parent | 90d16ec032b20f9f1146f3aceca12165aba3b6d6 | commit | diff |
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>
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 | diff | blob | history | |
send-pack.c | diff | blob | history |