libgit2/tests-clar/status
Russell Belfer 22b6b82f2c Add status flags to force output sort order
Files in status will, be default, be sorted according to the case
insensitivity of the filesystem that we're running on.  However,
in some cases, this is not desirable.  Even on case insensitive
file systems, 'git status' at the command line will generally use
a case sensitive sort (like 'ls').  Some GUIs prefer to display a
list of file case insensitively even on case-sensitive platforms.

This adds two new flags: GIT_STATUS_OPT_SORT_CASE_SENSITIVELY
and GIT_STATUS_OPT_SORT_CASE_INSENSITIVELY that will override the
default sort order of the status output and give the user control.
This includes tests for exercising these new options and makes
the examples/status.c program emulate core Git and always use a
case sensitive sort.
2013-06-20 12:16:06 -07:00
..
ignore.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
renames.c More tests and bug fixes for status with rename 2013-06-17 10:03:49 -07:00
single.c Fix error hashing empty file. 2012-09-27 13:12:27 -04:00
status_data.h Support for core.ignorecase 2012-09-17 15:42:41 -04:00
status_helpers.c Add status flags to force output sort order 2013-06-20 12:16:06 -07:00
status_helpers.h Add status flags to force output sort order 2013-06-20 12:16:06 -07:00
submodules.c Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
worktree_init.c Move some low-level repo fns to include/git2/sys 2013-04-21 11:50:56 -07:00
worktree.c Add status flags to force output sort order 2013-06-20 12:16:06 -07:00