libgit2/include/git2/sys
Russell Belfer 5269008cf6 Add filter options and ALLOW_UNSAFE
Diff and status do not want core.safecrlf to actually raise an
error regardless of the setting, so this extends the filter API
with an additional options flags parameter and adds a flag so that
filters can be applied with GIT_FILTER_OPT_ALLOW_UNSAFE, indicating
that unsafe filter application should be downgraded from a failure
to a warning.
2014-05-06 16:01:49 -07:00
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h Fix remaining init_options inconsistencies 2014-05-02 09:21:33 -07:00
diff.h Remove trace / add git_diff_perfdata struct + api 2014-05-02 09:21:33 -07:00
filter.h Add filter options and ALLOW_UNSAFE 2014-05-06 16:01:49 -07:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
mempack.h In-memory packing backend 2014-03-26 18:17:08 +01:00
odb_backend.h Fix remaining init_options inconsistencies 2014-05-02 09:21:33 -07:00
refdb_backend.h Fix remaining init_options inconsistencies 2014-05-02 09:21:33 -07:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Clean up some documentation 2013-07-23 09:40:19 +02:00
repository.h Rename new fn to git_repository_reinit_filesystem 2013-10-08 16:59:59 -07:00