qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: qemu-devel@nongnu.org, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH 3/6] QMP: QMP/ -> docs/qmp/
Date: Wed, 11 Sep 2013 16:15:35 -0600	[thread overview]
Message-ID: <5230EB87.5000401@redhat.com> (raw)
In-Reply-To: <1378932737-13422-4-git-send-email-lcapitulino@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2087 bytes --]

On 09/11/2013 02:52 PM, Luiz Capitulino wrote:
> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
>  QMP/README              |  88 ---------
>  QMP/qmp-events.txt      | 480 ------------------------------------------------
>  QMP/qmp-spec.txt        | 282 ----------------------------
>  docs/qmp/README         |  88 +++++++++
>  docs/qmp/qmp-events.txt | 480 ++++++++++++++++++++++++++++++++++++++++++++++++
>  docs/qmp/qmp-spec.txt   | 282 ++++++++++++++++++++++++++++
>  6 files changed, 850 insertions(+), 850 deletions(-)
>  delete mode 100644 QMP/README
>  delete mode 100644 QMP/qmp-events.txt
>  delete mode 100644 QMP/qmp-spec.txt
>  create mode 100644 docs/qmp/README
>  create mode 100644 docs/qmp/qmp-events.txt
>  create mode 100644 docs/qmp/qmp-spec.txt

Repeat after me:
git config diff.renames true

Only after doing that, am I able to make a QUICK review that it was pure
motion.

Reviewed-by: Eric Blake <eblake@redhat.com>

From dcb53697c92d5f22130102978a970fe805416725 Mon Sep 17 00:00:00 2001
From: Luiz Capitulino <lcapitulino@redhat.com>
Date: Wed, 11 Sep 2013 16:52:14 -0400
Subject: [PATCH] QMP: QMP/ -> docs/qmp/

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
 {QMP => docs/qmp}/README         | 0
 {QMP => docs/qmp}/qmp-events.txt | 0
 {QMP => docs/qmp}/qmp-spec.txt   | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename {QMP => docs/qmp}/README (100%)
 rename {QMP => docs/qmp}/qmp-events.txt (100%)
 rename {QMP => docs/qmp}/qmp-spec.txt (100%)

diff --git a/QMP/README b/docs/qmp/README
similarity index 100%
rename from QMP/README
rename to docs/qmp/README
diff --git a/QMP/qmp-events.txt b/docs/qmp/qmp-events.txt
similarity index 100%
rename from QMP/qmp-events.txt
rename to docs/qmp/qmp-events.txt
diff --git a/QMP/qmp-spec.txt b/docs/qmp/qmp-spec.txt
similarity index 100%
rename from QMP/qmp-spec.txt
rename to docs/qmp/qmp-spec.txt
-- 
1.8.3.1


-- 
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: 621 bytes --]

  reply	other threads:[~2013-09-11 22:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 20:52 [Qemu-devel] [PATCH 0/6] QMP: re-organize documentation Luiz Capitulino
2013-09-11 20:52 ` [Qemu-devel] [PATCH 1/6] QMP: add scripts/qmp Luiz Capitulino
2013-09-11 22:08   ` Eric Blake
2013-09-11 22:13     ` Eric Blake
2013-09-13 17:52       ` Luiz Capitulino
2013-09-11 20:52 ` [Qemu-devel] [PATCH 2/6] QMP: fix qmp-commands.txt generation path Luiz Capitulino
2013-09-11 22:09   ` Eric Blake
2013-09-11 20:52 ` [Qemu-devel] [PATCH 3/6] QMP: QMP/ -> docs/qmp/ Luiz Capitulino
2013-09-11 22:15   ` Eric Blake [this message]
2013-09-11 20:52 ` [Qemu-devel] [PATCH 4/6] QMP: Update README file Luiz Capitulino
2013-09-11 23:13   ` Eric Blake
2013-09-11 20:52 ` [Qemu-devel] [PATCH 5/6] QMP: Update qmp-spec.txt Luiz Capitulino
2013-09-11 23:27   ` Eric Blake
2013-09-13 17:54     ` Luiz Capitulino
2013-09-13 18:00       ` Eric Blake
2013-09-11 20:52 ` [Qemu-devel] [PATCH 6/6] QMP: qmp-events.txt: minor fixes Luiz Capitulino
2013-09-11 23:30   ` Eric Blake
2013-09-13 18:01     ` Luiz Capitulino
2013-09-13 18:16       ` Eric Blake
2013-09-13 18:20         ` Luiz Capitulino
  -- strict thread matches above, loose matches on Subject: below --
2013-09-13 18:11 [Qemu-devel] [PATCH v2 0/6] QMP: re-organize documentation Luiz Capitulino
2013-09-13 18:11 ` [Qemu-devel] [PATCH 3/6] QMP: QMP/ -> docs/qmp/ Luiz Capitulino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5230EB87.5000401@redhat.com \
    --to=eblake@redhat.com \
    --cc=armbru@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).