• Show log

    Commit

  • Hash : c8838ee9
    Author : Russell Belfer
    Date : 2012-03-23T11:03:01

    Restore default status recursion behavior
    
    This gives `git_status_foreach()` back its old behavior of
    emulating the "--untracked=all" behavior of git.  You can
    get any of the various --untracked options by passing flags
    to `git_status_foreach_ext()` but the basic version will
    keep the behavior it has always had.