git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] push: add '--delete' flag to synopsis
@ 2015-12-14 15:23 Patrick Steinhardt
  2015-12-14 15:23 ` [PATCH 2/2] push: add '-d' as shorthand for '--delete' Patrick Steinhardt
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick Steinhardt @ 2015-12-14 15:23 UTC (permalink / raw)
  To: git; +Cc: ps

The delete flag is not mentioned in the synopsis of `git-push`.
Add the flag to make it more discoverable.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---
 Documentation/git-push.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 85a4d7d..e830c08 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git push' [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
-	   [--repo=<repository>] [-f | --force] [--prune] [-v | --verbose]
+	   [--repo=<repository>] [-f | --force] [--delete] [--prune] [-v | --verbose]
 	   [-u | --set-upstream]
 	   [--[no-]signed|--sign=(true|false|if-asked)]
 	   [--force-with-lease[=<refname>[:<expect>]]]
-- 
2.6.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-12-16 21:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 15:23 [PATCH 1/2] push: add '--delete' flag to synopsis Patrick Steinhardt
2015-12-14 15:23 ` [PATCH 2/2] push: add '-d' as shorthand for '--delete' Patrick Steinhardt
2015-12-14 19:18   ` Junio C Hamano
2015-12-15  9:22     ` Patrick Steinhardt
2015-12-14 21:18   ` Jeff King
2015-12-16 20:29     ` Junio C Hamano
2015-12-16 21:52       ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).