Le dimanche 14 janvier 2007 à 15:31 +0200, Till Rettig a écrit :
> John Mandereau wrote:
> >
> > What command exactly do you use to generate patches? The following
> > should make clean patches, as long as you committed all your changes and
> > pulled:
> >
> > git-format-patch web/master..my
Hi,
On Sun, 14 Jan 2007, Till Rettig wrote:
> John Mandereau wrote:
> >
> > What command exactly do you use to generate patches? The following
> > should make clean patches, as long as you committed all your changes and
> > pulled:
> >
> > git-format-patch web/master..myweb
> >
> Yes, I
John Mandereau wrote:
What command exactly do you use to generate patches? The following
should make clean patches, as long as you committed all your changes and
pulled:
git-format-patch web/master..myweb
Yes, I used this without the ..myweb part.
I see there is some differences:
Hi,
On Sat, 13 Jan 2007, Till Rettig wrote:
> I always get patch files from older patches that are definitely not actual
> anymore -- can I somehow remove them myself? You see it by the number of the
> current files: there are obviously six (older) changes in my git that are not
> applied to the
Le samedi 13 janvier 2007 à 16:49 +0200, Till Rettig a écrit :
> Hi John,
>
> just updated the German pages in three steps, also included now two
> other files (de/switch/new-notation.html and de/documentation.html).
>
> but two issues remain:
>
> I always get patch files from older patches tha