Skip to content
Discussion options

You must be logged in to vote

Git commits have two timestamps: the author timestamp and the committer timestamp.

jj updates only the committer time when rebasing, amending, etc. The author timestamp is preserved.

That's what people are likely referring to when they say timestamps aren't updated.

If you'd rather see author timestamps in your log output, you can change the commit_timestamp(commit) template alias to be commit.author().timestamp().

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mhkrebs
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants