This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Rebase: new switch --ephemeral


On Wednesday 13 June 2012, 21:19:22, ASSI wrote:
> I've implemented a new option that allows to temporarily rebase some files
> without messing up the rebase database.

Please apply this patch as well.

diff -dup rebase-4.2.1-1/rebase.c rebase-4.2.1-2/rebase.c
--- rebase-4.2.1-1/rebase.c     2012-06-13 10:54:35.000000000 +0200
+++ rebase-4.2.1-2/rebase.c     2012-06-14 10:16:33.000000000 +0200
@@ -613,9 +613,10 @@ merge_image_info ()
              /* With an ephemeral list, the files should not already
                 be in the database.  Just warn since it is not really
                 an error, just doesn't really make sense. */
-             fprintf (stderr, "%s: ephemeral file \"%s\" already"
-                      "found in rebase database. (continuing)\n",
-                      progname, img_info_list[i].name);
+              if (image_ephemeral_flag)
+               fprintf (stderr, "%s: ephemeral file \"%s\" already "
+                        "found in rebase database. (continuing)\n",
+                        progname, img_info_list[i].name);
              /* Remove new entry from array. */
              free (img_info_list[i].name);
              img_info_list[i--] = img_info_list[--img_info_size];


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]