Tag

  • Show log

    Commit

  • Hash : e600f124
    Author : Stefan Sperling
    Date : 2021-03-21T19:09:35

    ensure that old commits remain referenced after rebase and histedit
    
    Create automatic "backup" references which ensure that objects from
    the pre-rebase or pre-histedit state remain in the repository.
    
    A new -l option for 'got rebase' and 'got histedit' lists old commits.
    This makes it easier to recover from botched rebase or histedit operations.
    
    Removal of such objects currently requires got ref -d and git-gc.
    This will be made more convenient in the future.
    
    testing and ok jrick