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" 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. > > > >

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

2013-05-22 Thread Thomas Rast
"Michael S. Tsirkin" 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 > Cc: Aaron Schrab > Signed-off-by: Michael S. Ts

[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 Cc: Aaron Schrab Signed-off-by: Michael S. Tsirkin --- Documentation/git-push.txt | 7 +++