* [Qemu-devel] Nonexistent git command in Contribute/SubmitAPatch wiki page
@ 2015-10-12 11:53 Ryo ONODERA
2015-10-12 13:39 ` Eric Blake
0 siblings, 1 reply; 2+ messages in thread
From: Ryo ONODERA @ 2015-10-12 11:53 UTC (permalink / raw)
To: qemu-devel
Dear QEMU developers,
I am using Git 2.6.1.
http://wiki.qemu.org/index.php?title=Contribute/SubmitAPatch&oldid=5028
has
sentence 'Look at git short-log 30 for an idea of sample subject lines.'
However 'git short-log 30' returns
$ git short-log 30
git: 'short-log' is not a git command. See 'git --help'.
Did you mean this?
shortlog
.
And 'git shortlog 30' returns
$ git shortlog 30
fatal: ambiguous argument '30': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
.
Could you fix the git command in wiki page?
Best Regards,
--
Ryo ONODERA // ryo_on@yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Nonexistent git command in Contribute/SubmitAPatch wiki page
2015-10-12 11:53 [Qemu-devel] Nonexistent git command in Contribute/SubmitAPatch wiki page Ryo ONODERA
@ 2015-10-12 13:39 ` Eric Blake
0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2015-10-12 13:39 UTC (permalink / raw)
To: Ryo ONODERA, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
On 10/12/2015 05:53 AM, Ryo ONODERA wrote:
> Dear QEMU developers,
>
> I am using Git 2.6.1.
>
> http://wiki.qemu.org/index.php?title=Contribute/SubmitAPatch&oldid=5028
> has
> sentence 'Look at git short-log 30 for an idea of sample subject lines.'
> However 'git short-log 30' returns
> $ git short-log 30
> git: 'short-log' is not a git command. See 'git --help'.
Blech. Should have been 'shortlog -30'.
>
> Did you mean this?
> shortlog
> .
>
> And 'git shortlog 30' returns
> $ git shortlog 30
> fatal: ambiguous argument '30': unknown revision or path not in the working tree.
Yep, the dash was in the wrong place. The wiki is fixed now. Thanks
for the report!
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-12 13:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 11:53 [Qemu-devel] Nonexistent git command in Contribute/SubmitAPatch wiki page Ryo ONODERA
2015-10-12 13:39 ` Eric Blake
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).