Hu Tao
2014-Nov-27 06:52 UTC
[Libguestfs] [PATCH 0/4] fix bad commit ids referenced in commit messages
Hi, This series fix two bad commit ids referenced in commit messages, by first reverting the two commits and then re-applying them with correct commit ids referenced. No big problem, but for clarity. Hu Tao (4): Revert "Update gobject/Makefile.inc and POTFILES" Revert "Update gobject/Makefile.inc and POTFILES" Update gobject/Makefile.inc and POTFILES Update gobject/Makefile.inc and POTFILES -- 1.9.3
Hu Tao
2014-Nov-27 06:52 UTC
[Libguestfs] [PATCH 1/4] Revert "Update gobject/Makefile.inc and POTFILES"
This reverts commit 5e81c838e82922fc3c6b4781c8fe2d425194b34f. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- gobject/Makefile.inc | 2 -- po/POTFILES | 1 - 2 files changed, 3 deletions(-) diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index 56a2fc3..4cfb6ab 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -49,7 +49,6 @@ guestfs_gobject_headers= \ include/guestfs-gobject/optargs-add_drive_scratch.h \ include/guestfs-gobject/optargs-btrfs_filesystem_resize.h \ include/guestfs-gobject/optargs-btrfs_fsck.h \ - include/guestfs-gobject/optargs-btrfs_subvolume_create.h \ include/guestfs-gobject/optargs-btrfs_subvolume_snapshot.h \ include/guestfs-gobject/optargs-compress_device_out.h \ include/guestfs-gobject/optargs-compress_out.h \ @@ -129,7 +128,6 @@ guestfs_gobject_sources= \ src/optargs-add_drive_scratch.c \ src/optargs-btrfs_filesystem_resize.c \ src/optargs-btrfs_fsck.c \ - src/optargs-btrfs_subvolume_create.c \ src/optargs-btrfs_subvolume_snapshot.c \ src/optargs-compress_device_out.c \ src/optargs-compress_out.c \ diff --git a/po/POTFILES b/po/POTFILES index 36f61b2..ef845f5 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -175,7 +175,6 @@ gobject/src/optargs-add_drive.c gobject/src/optargs-add_drive_scratch.c gobject/src/optargs-btrfs_filesystem_resize.c gobject/src/optargs-btrfs_fsck.c -gobject/src/optargs-btrfs_subvolume_create.c gobject/src/optargs-btrfs_subvolume_snapshot.c gobject/src/optargs-compress_device_out.c gobject/src/optargs-compress_out.c -- 1.9.3
Hu Tao
2014-Nov-27 06:52 UTC
[Libguestfs] [PATCH 2/4] Revert "Update gobject/Makefile.inc and POTFILES"
This reverts commit 5f608f0735a737075ea1cc52795fe897693da0bc. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- gobject/Makefile.inc | 2 -- po/POTFILES | 1 - 2 files changed, 3 deletions(-) diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index 4cfb6ab..c93dace 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -49,7 +49,6 @@ guestfs_gobject_headers= \ include/guestfs-gobject/optargs-add_drive_scratch.h \ include/guestfs-gobject/optargs-btrfs_filesystem_resize.h \ include/guestfs-gobject/optargs-btrfs_fsck.h \ - include/guestfs-gobject/optargs-btrfs_subvolume_snapshot.h \ include/guestfs-gobject/optargs-compress_device_out.h \ include/guestfs-gobject/optargs-compress_out.h \ include/guestfs-gobject/optargs-copy_attributes.h \ @@ -128,7 +127,6 @@ guestfs_gobject_sources= \ src/optargs-add_drive_scratch.c \ src/optargs-btrfs_filesystem_resize.c \ src/optargs-btrfs_fsck.c \ - src/optargs-btrfs_subvolume_snapshot.c \ src/optargs-compress_device_out.c \ src/optargs-compress_out.c \ src/optargs-copy_attributes.c \ diff --git a/po/POTFILES b/po/POTFILES index ef845f5..2aed297 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -175,7 +175,6 @@ gobject/src/optargs-add_drive.c gobject/src/optargs-add_drive_scratch.c gobject/src/optargs-btrfs_filesystem_resize.c gobject/src/optargs-btrfs_fsck.c -gobject/src/optargs-btrfs_subvolume_snapshot.c gobject/src/optargs-compress_device_out.c gobject/src/optargs-compress_out.c gobject/src/optargs-copy_attributes.c -- 1.9.3
Hu Tao
2014-Nov-27 06:52 UTC
[Libguestfs] [PATCH 3/4] Update gobject/Makefile.inc and POTFILES
Followup of commit b349076aeee7c83e5270f3e36cafb22258bd076c. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- gobject/Makefile.inc | 2 ++ po/POTFILES | 1 + 2 files changed, 3 insertions(+) diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index c93dace..4cfb6ab 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -49,6 +49,7 @@ guestfs_gobject_headers= \ include/guestfs-gobject/optargs-add_drive_scratch.h \ include/guestfs-gobject/optargs-btrfs_filesystem_resize.h \ include/guestfs-gobject/optargs-btrfs_fsck.h \ + include/guestfs-gobject/optargs-btrfs_subvolume_snapshot.h \ include/guestfs-gobject/optargs-compress_device_out.h \ include/guestfs-gobject/optargs-compress_out.h \ include/guestfs-gobject/optargs-copy_attributes.h \ @@ -127,6 +128,7 @@ guestfs_gobject_sources= \ src/optargs-add_drive_scratch.c \ src/optargs-btrfs_filesystem_resize.c \ src/optargs-btrfs_fsck.c \ + src/optargs-btrfs_subvolume_snapshot.c \ src/optargs-compress_device_out.c \ src/optargs-compress_out.c \ src/optargs-copy_attributes.c \ diff --git a/po/POTFILES b/po/POTFILES index 2aed297..ef845f5 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -175,6 +175,7 @@ gobject/src/optargs-add_drive.c gobject/src/optargs-add_drive_scratch.c gobject/src/optargs-btrfs_filesystem_resize.c gobject/src/optargs-btrfs_fsck.c +gobject/src/optargs-btrfs_subvolume_snapshot.c gobject/src/optargs-compress_device_out.c gobject/src/optargs-compress_out.c gobject/src/optargs-copy_attributes.c -- 1.9.3
Hu Tao
2014-Nov-27 06:52 UTC
[Libguestfs] [PATCH 4/4] Update gobject/Makefile.inc and POTFILES
Followup of commit 1622e3d21816d8baf3c7e2798a43b3b8471785aa. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- gobject/Makefile.inc | 2 ++ po/POTFILES | 1 + 2 files changed, 3 insertions(+) diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index 4cfb6ab..56a2fc3 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -49,6 +49,7 @@ guestfs_gobject_headers= \ include/guestfs-gobject/optargs-add_drive_scratch.h \ include/guestfs-gobject/optargs-btrfs_filesystem_resize.h \ include/guestfs-gobject/optargs-btrfs_fsck.h \ + include/guestfs-gobject/optargs-btrfs_subvolume_create.h \ include/guestfs-gobject/optargs-btrfs_subvolume_snapshot.h \ include/guestfs-gobject/optargs-compress_device_out.h \ include/guestfs-gobject/optargs-compress_out.h \ @@ -128,6 +129,7 @@ guestfs_gobject_sources= \ src/optargs-add_drive_scratch.c \ src/optargs-btrfs_filesystem_resize.c \ src/optargs-btrfs_fsck.c \ + src/optargs-btrfs_subvolume_create.c \ src/optargs-btrfs_subvolume_snapshot.c \ src/optargs-compress_device_out.c \ src/optargs-compress_out.c \ diff --git a/po/POTFILES b/po/POTFILES index ef845f5..36f61b2 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -175,6 +175,7 @@ gobject/src/optargs-add_drive.c gobject/src/optargs-add_drive_scratch.c gobject/src/optargs-btrfs_filesystem_resize.c gobject/src/optargs-btrfs_fsck.c +gobject/src/optargs-btrfs_subvolume_create.c gobject/src/optargs-btrfs_subvolume_snapshot.c gobject/src/optargs-compress_device_out.c gobject/src/optargs-compress_out.c -- 1.9.3
Pino Toscano
2014-Dec-04 13:13 UTC
Re: [Libguestfs] [PATCH 0/4] fix bad commit ids referenced in commit messages
On Thursday 27 November 2014 14:52:45 Hu Tao wrote:> Hi, > > This series fix two bad commit ids referenced in commit messages, by > first reverting the two commits and then re-applying them with correct > commit ids referenced. No big problem, but for clarity. > > Hu Tao (4): > Revert "Update gobject/Makefile.inc and POTFILES" > Revert "Update gobject/Makefile.inc and POTFILES" > Update gobject/Makefile.inc and POTFILES > Update gobject/Makefile.inc and POTFILESSorry, I apparently screwed up those references; too late to fix it now. Thanks for the notice anyway, -- Pino Toscano