author | Pete Harlan <pgit@pcharlan.com> | |
Sun, 18 Jan 2009 04:10:14 +0000 (20:10 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Sun, 18 Jan 2009 23:38:28 +0000 (15:38 -0800) | ||
commit | e82f0d73f02e89a95d9477911774d314f70f1063 | |
tree | f1405da02eb0e7e65c44dc56f54021a9fc720510 | tree | snapshot |
parent | baf5fa8a7fdefc696fb1d79c95ae15a4cc779c1e | commit | diff |
git-svn: Add --localtime option to "fetch"
By default git-svn stores timestamps of fetched commits in
Subversion's UTC format. Passing --localtime to fetch will convert
them to the timezone of the server on which git-svn is run.
This makes the timestamps of a resulting "git log" agree with what
"svn log" shows for the same repository.
Signed-off-by: Pete Harlan <pgit@pcharlan.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
By default git-svn stores timestamps of fetched commits in
Subversion's UTC format. Passing --localtime to fetch will convert
them to the timezone of the server on which git-svn is run.
This makes the timestamps of a resulting "git log" agree with what
"svn log" shows for the same repository.
Signed-off-by: Pete Harlan <pgit@pcharlan.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt | diff | blob | history | |
contrib/completion/git-completion.bash | diff | blob | history | |
git-svn.perl | diff | blob | history |