author | Jeff King <peff@peff.net> | |
Wed, 2 Aug 2006 15:28:16 +0000 (11:28 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Aug 2006 18:30:42 +0000 (11:30 -0700) | ||
commit | 8f615493e6b6fd47bc4011c264cb7e6f01052d37 | |
tree | 54d388009f2b78fafb8b23aa580eba7f3ab248fb | tree | snapshot |
parent | 822a7d507151e1d6310f52d5b05234d65db11a88 | commit | diff |
git-push: allow -f as an alias for --force
This was already documented in the options section of the manpage. This
patch implements it, adds it to the usage message, and mentions it at the
top of the manpage.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This was already documented in the options section of the manpage. This
patch implements it, adds it to the usage message, and mentions it at the
top of the manpage.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-push.txt | diff | blob | history | |
builtin-push.c | diff | blob | history |