[PATCH] push: document --no-verify

2013-05-22 Thread Michael S. Tsirkin
commit ec9f937727bcb0fa8a3dfe6af68c188e968a added --no-verify flag to git push, but didn't document it. It's a useful flag when using pre-push hooks so add the documentation. Suggested-by: Thomas Rast tr...@inf.ethz.ch Cc: Aaron Schrab aa...@schrab.com Signed-off-by: Michael S. Tsirkin

Re: [PATCH] push: document --no-verify

2013-05-22 Thread Thomas Rast
Michael S. Tsirkin m...@redhat.com writes: commit ec9f937727bcb0fa8a3dfe6af68c188e968a added --no-verify flag to git push, but didn't document it. It's a useful flag when using pre-push hooks so add the documentation. Suggested-by: Thomas Rast tr...@inf.ethz.ch Cc: Aaron Schrab

Re: [PATCH] push: document --no-verify

2013-05-22 Thread Michael S. Tsirkin
On Wed, May 22, 2013 at 02:12:21PM +0200, Thomas Rast wrote: Michael S. Tsirkin m...@redhat.com writes: commit ec9f937727bcb0fa8a3dfe6af68c188e968a added --no-verify flag to git push, but didn't document it. It's a useful flag when using pre-push hooks so add the documentation.