Re: git svn timezone issue?

2015-07-09 Thread Stefan Tatschner
On Do, 2015-07-09 at 15:28 +0200, Stefan Tatschner wrote: > Hi, > > at work we use svn, so I used "git svn" to import that stuff to git. > Now it seems that there are some timezone issues. "git log" shows > + > as timezone, while "git svn log"

git svn timezone issue?

2015-07-09 Thread Stefan Tatschner
Hi, at work we use svn, so I used "git svn" to import that stuff to git. Now it seems that there are some timezone issues. "git log" shows + as timezone, while "git svn log" shows the correct timezone +0200. $ git log -1 commit ceb8a8647e257d6caf2ad0ecc2298f8b269c9727 Author: John Doe Date:

Re: [PATCH] SubmittingPatches : WIP tag in patches

2016-02-26 Thread Stefan Tatschner
On 26.02.2016 15:19, Pranit Bauva wrote: > I have to inoculate the habit of signing off every time. There is this in git-config(1); hope that helps. format.signOff A boolean value which lets you enable the -s/--signoff option of format-patch by default. Note: Adding the Signed-off-by: li