libgit2/tests/submodule
Carlos Martín Nieto c6f489c964 submodule: add an ignore option to status
This lets us specify in the status call which ignore rules we want to
use (optionally falling back to whatever the submodule has in its
configuration).

This removes one of the reasons for having `_set_ignore()` set the value
in-memory. We re-use the `IGNORE_RESET` value for this as it is no
longer relevant but has a similar purpose to `IGNORE_FALLBACK`.

Similarly, we remove `IGNORE_DEFAULT` which does not have use outside of
initializers and move that to fall back to the configuration as well.
2015-06-22 17:02:55 +02:00
..
add.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
init.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
lookup.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
modify.c submodule: make set_ignore() affect the configuration 2015-06-22 17:02:55 +02:00
nosubs.c submodule: remove the per-repo cache 2015-06-22 17:02:54 +02:00
repository_init.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
status.c submodule: add an ignore option to status 2015-06-22 17:02:55 +02:00
submodule_helpers.c submodule: add an ignore option to status 2015-06-22 17:02:55 +02:00
submodule_helpers.h submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
update.c submodule: add an ignore option to status 2015-06-22 17:02:55 +02:00