Priority |
|
Hito |
TagsNo Tags |
When running git qrefresh, without specifying either the -D, or the -d=datespec option, the commit timestamp for the amended patch is not implicitly updated, to reflect the time of the refresh; this differs from the behaviour of hg qrefresh, without the same options, except in the case where a patch timestamp had been previously recorded, by hg, within the patch header. (Effectively, git qrefresh is behaving as if a patch timestamp has been recorded in the patch header, even when it has not; this is not the desired effect).
Similarly, when running git qfold the resultant patch retains the timestamp of the original base patch, rather than updating to current time, following the fold operation.
Need to Login to OSDN
Corrected by commit #f7dc1b9; the correction will be incorporated into the next package release.