Re: [PATCH v2 resend] gitk: Use an external icon file on Windows

2012-08-09 Thread Sebastian Schuberth
On Thu, Aug 9, 2012 at 5:54 PM, Junio C Hamano wrote: >>> Forwarding a misdirected patch to the maintainer who is free to pick >>> or ignore. >> >> How am I supposed to know if a patch has been ignored as an oversight >> (in which case I would resend), or because the maintainer decided not >> to

Re: [PATCH v2 resend] gitk: Use an external icon file on Windows

2012-08-09 Thread Junio C Hamano
Sebastian Schuberth writes: > On Wed, Aug 8, 2012 at 11:13 PM, Junio C Hamano wrote: > >> Forwarding a misdirected patch to the maintainer who is free to pick >> or ignore. > > How am I supposed to know if a patch has been ignored as an oversight > (in which case I would resend), or because the

Re: [PATCH v2 resend] gitk: Use an external icon file on Windows

2012-08-08 Thread Sebastian Schuberth
On Wed, Aug 8, 2012 at 11:13 PM, Junio C Hamano wrote: > Forwarding a misdirected patch to the maintainer who is free to pick > or ignore. How am I supposed to know if a patch has been ignored as an oversight (in which case I would resend), or because the maintainer decided not to include it (in

Re: [PATCH v2 resend] gitk: Use an external icon file on Windows

2012-08-08 Thread Junio C Hamano
Sebastian Schuberth writes: > Git for Windows now ships with the new Git icon from git-scm.com. Use that > icon file instead of the old procedurally drawn one if it exists. > > Signed-off-by: Sebastian Schuberth > --- Forwarding a misdirected patch to the maintainer who is free to pick or ignor