Re: How to create a patch with git gui

2016-07-13 Thread racoon
On 12.07.2016 21:23, Georg Baum wrote: racoon wrote: On 12.07.2016 14:58, Stephan Witt wrote: Am 12.07.2016 um 14:20 schrieb racoon : I really don't like the windows command line. The native cmd.exe is indeed too limited. IMHO it does not matter whether you use git via a gui or from comma

Re: How to create a patch with git gui

2016-07-12 Thread Georg Baum
racoon wrote: > On 12.07.2016 14:58, Stephan Witt wrote: >> >>> Am 12.07.2016 um 14:20 schrieb racoon : >>> >>> I really don't like the windows command line. The native cmd.exe is indeed too limited. IMHO it does not matter whether you use git via a gui or from command line. This is to a high de

Re: How to create a patch with git gui

2016-07-12 Thread racoon
On 12.07.2016 14:58, Stephan Witt wrote: Am 12.07.2016 um 14:20 schrieb racoon : On 12.07.2016 12:20, Guillaume Munch wrote: [...] patches with detailed commit log are better. What is a "commit log"? Honestly, I think most people use git from the command line. It would be easier for you t

Re: How to create a patch with git gui

2016-07-12 Thread Richard Heck
On 07/12/2016 08:20 AM, racoon wrote: > On 12.07.2016 12:20, Guillaume Munch wrote: >> [...] patches with detailed commit log are better. > > What is a "commit log"? He just means the message you write when you commit. > >> Honestly, I think most people use git from the command line. It would be

Re: How to create a patch with git gui

2016-07-12 Thread Stephan Witt
> Am 12.07.2016 um 14:20 schrieb racoon : > > On 12.07.2016 12:20, Guillaume Munch wrote: >> [...] patches with detailed commit log are better. > > What is a "commit log"? > >> Honestly, I think most people use git from the command line. It would be >> easier for you to find guides on the inter

Re: How to create a patch with git gui

2016-07-12 Thread racoon
On 12.07.2016 12:20, Guillaume Munch wrote: [...] patches with detailed commit log are better. What is a "commit log"? Honestly, I think most people use git from the command line. It would be easier for you to find guides on the internet and for us to help you. In this case the command is git

Re: How to create a patch with git gui

2016-07-12 Thread Guillaume Munch
Le 12/07/2016 07:11, Daniel a écrit : Thanks. I think it worked (patch and screenshot of gitk attached). On 12.07.2016 00:10, Richard Heck wrote: [...] Then right-click on the commit for which you want to make the patch. You will have the option "Make patch". Choose that and then choose where t

Re: How to create a patch with git gui

2016-07-11 Thread Daniel
Thanks. I think it worked (patch and screenshot of gitk attached). On 12.07.2016 00:10, Richard Heck wrote: [...] Then right-click on the commit for which you want to make the patch. You will have the option "Make patch". Choose that and then choose where to save it. Should I try to commit the

Re: How to create a patch with git gui

2016-07-11 Thread Richard Heck
On 07/11/2016 05:31 PM, Daniel wrote: > On 11.07.2016 23:04, Richard Heck wrote: >> On 07/11/2016 03:57 PM, racoon wrote: >>> Does anyone know how to output a patch with the standard git gui? >> >> What is the standard git gui? gitk? > > Don't know. It came with git and is called git-gui.exe (scree

Re: How to create a patch with git gui

2016-07-11 Thread Daniel
On 11.07.2016 23:04, Richard Heck wrote: On 07/11/2016 03:57 PM, racoon wrote: Does anyone know how to output a patch with the standard git gui? What is the standard git gui? gitk? Don't know. It came with git and is called git-gui.exe (screen capture attached). Daniel --- Diese E-Mail wu

Re: How to create a patch with git gui

2016-07-11 Thread Richard Heck
On 07/11/2016 03:57 PM, racoon wrote: > Does anyone know how to output a patch with the standard git gui? What is the standard git gui? gitk? Richard