Pascal Obry schrieb: > On Mon, Oct 27, 2008 at 3:38 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: >> Since you don't have any content to lose, you can always just >> >> $ touch file1 >> $ git add file1 >> $ git rm file1 > > Does not work: Yes, it did! ;) > $ git rebase --continue > Applying: Fix perm file1 > No changes - did you forget to use 'git add'? This is an entirely different matter. My interpretation is that the permission change of file1 was the only change in this commit. Since this is no longer needed, you should run 'git rebase --skip'. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html