Dear Guiting Am 19.04.23 um 12:19 schrieb Guiting Shen:
From: Aaron_shen <aarongt.shen@xxxxxxxxx>
The old name is still documented as the author for the commit. Did you execute the second command?
git commit --amend --author="Aaron Shen <aarongt.shen@xxxxxxxxx>" Or with your real name: git commit --amend --author="Guiting Shen <aarongt.shen@xxxxxxxxx>" You can verify the success with `git show` and look at the meta data.
The obex agent usually reply the filename by getting the default filename
s/reply/replies/ Do you mean *returns* instead of *replies*?
from the filename property of the transfer object which is not convenient. The patch helps that the obex agent can reply folder name or new filename or null which will use the default filename if new_name is NULL and the default folder if the new_folder is NULL in opp_chkput().
[…] Kind regards, Paul