summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3983caa)
raw | patch | inline | side by side (parent: 3983caa)
author | Pieter de Bie <pdebie@ai.rug.nl> | |
Sat, 16 Feb 2008 16:48:45 +0000 (17:48 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Feb 2008 18:56:24 +0000 (10:56 -0800) |
The option is accepted, but that is the only form selected-paths
variant of the reset command takes, so there is no point mentioning it.
And while we're at it, use the dashless git call.
Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
variant of the reset command takes, so there is no point mentioning it.
And while we're at it, use the dashless git call.
Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt | patch | blob | history |
index b6bcf4d9de65140f94bed45b30d00d49aa4b3ba5..32fd7fe2e611c1159df36551a5f04eda5a547ab3 100644 (file)
SYNOPSIS
--------
[verse]
-'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
-'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
+'git reset' [--mixed | --soft | --hard] [-q] [<commit>]
+'git reset' [-q] [<commit>] [--] <paths>...
DESCRIPTION
-----------