Tim Stoakes <tim@xxxxxxxxxxx> writes: > Ah indeed, `git-svn log` does show the correct TZ. How annoying! > > My workflow is to work with native git as much as possible, and interact > with svn as little as is required. This means I have to remember to run > one command to see sane logs of git commits that happen to also be svn > commits, and another one for the normal git commits. There is no > transparency here. You might find it convenient to set an alias in ~/gitconfig like: [alias] llog = log --date=local The you can review commits in your TZ via 'git llog'. + seth -- Seth Falcon | seth@xxxxxxxxxxxxxxx | blog: http://userprimary.net/user/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html