Tag

  • Show log

    Commit

  • Hash : 5b87815e
    Author : Stefan Sperling
    Date : 2020-03-05T11:20:24

    prevent commits from being listed more than once in a histedit script While merging a commit multiple times during a histedit operation could potentially make sense in some corner case, a commit appearing more than once in the script is more likely to happen accidentally. If desired, the same effect can still be achieved by running multiple histedit operations, or by using 'got cherrypick' while the histedit operation is paused for arbitrary editing.