Replies: 3 comments 18 replies
-
|
The committer time is updated whenever a commit is written or rewritten, which explains why |
Beta Was this translation helpful? Give feedback.
-
|
thanks. your last remark (metaedit will trigger commit timestamp update) was the relevant one: the only way (it seems??) to get both time stamps right is this order of actions: so that the commit-time overwrite triggered by |
Beta Was this translation helpful? Give feedback.
-
|
yes, you are probably right. thing is, the target repo in question (of course...) is a clone of a git remote and
is it documented at all? I really did only find it in github-discussion and via gemini... also, there still might be valid use cases for this so it principally should be properly documented I believe |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to fix both author and commit timestamp. what I found is
which fixes the commit timestamp and
which fixes the author timestamp. however my tests seem to indicate that doing both in this order:
does undo/overwrite the commit timestamp tweak, i.e.
metaeditdoes reset it? is this the case or am I doing something wrong. also: what is the solution to get both timestamps set to the same time?Beta Was this translation helpful? Give feedback.
All reactions