Re: [PATCH] gitk: add user-defined custom commands
Johannes Sixt <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Am 08.08.26 um 00:16 schrieb Junio C Hamano: > With template "echo '%t'" you thought you > are just printing the title but if the title has "title?'; echo no'" in > it, wouldn't cmd end up being > > echo 'title?'; echo no'' > > and a more creative type can use something other than "echo no", to > have a process run under your name and do more interesting things, > right? A very important observation! -- Hannes