Skip to content
  • Dan Villiom Podlaski Christiansen's avatar
    debuggitdir: add new command · 9e47dd1088ef
    Dan Villiom Podlaski Christiansen authored
    This is useful for interacting with the Git repository directly,
    either from shell scripts, the terminal, or perhaps an alias like
    this:
    
    [alias]
    git=!GIT_DIR=$(hg debuggitdir) git "$@"
    
    ...and with that, you can easily access features not offered by
    Dulwich such as `hg git gc`.
    9e47dd1088ef