libgit2/tests-clar/status
Russell Belfer 4b136a94d9 Fix crash in new status and add recurse option
This fixes the bug that @nulltoken found (thank you!) where
if there were untracked directories alphabetically after the
last tracked item, the diff implementation would deref a NULL
pointer.

The fix involved the code which decides if it is necessary
to recurse into a directory in the working dir, so it was
easy to add a new option `GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS`
to control if the contents of untracked directories should be
included in status.
2012-03-23 09:26:09 -07:00
..
ignore.c Convert attr, ignore, mwindow, status to new errors 2012-03-16 15:56:01 -07:00
single.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
status_data.h Fix crash in new status and add recurse option 2012-03-23 09:26:09 -07:00
submodules.c More status testing 2012-03-22 12:03:30 -07:00
worktree.c Fix crash in new status and add recurse option 2012-03-23 09:26:09 -07:00