JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
943 stars 46 forks source link

Can "Rebase interactive" use origin date? #187

Closed lingfengyu-dreaming closed 10 months ago

lingfengyu-dreaming commented 10 months ago

Is your feature request related to a problem? Please describe. When use "Rebase interactive", it will make all those changed commits come into the newest place in commit tree, and make those eariler commit be later than later commit.

Describe the solution you'd like Add a checkbox to select "use origin commit date" and let jgit rebase with origin date.

Describe alternatives you've considered Maybe sourcetree or other tools.

Additional context image

JetpackDuba commented 10 months ago

Sorry but I'm not sure what do you mean. Do you want to be able to see the committer date instead of the author date? When using the author date and rebasing, you may have older commits ahead of newer ones.