• Show log

    Commit

  • Hash : 2a503485
    Author : Patrick Steinhardt
    Date : 2015-10-21T16:03:04

    worktree: implement locking mechanisms
    
    Working trees support locking by creating a file `locked` inside
    the tree's gitdir with an optional reason inside. Support this
    feature by adding functions to get and set the locking status.