• Show log

    Commit

  • Hash : 24d17de2
    Author : Russell Belfer
    Date : 2014-04-02T12:07:27

    Make stash and checkout ignore contained repos To emulate git, stash should not remove untracked git repositories inside the parent repo, and checkout's REMOVE_UNTRACKED should also skip over these items. `git stash` actually prints a warning message for these items. That should be possible with a checkout notify callback if you wanted to, although it would require a bit of extra logic as things are at the moment.