libgit2/include/git2/sys
Pierre-Olivier Latour 36fc549781 Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files
The implementation of the hashsig API disallows computing a signature on
small files containing only a few lines. This new flag disables this
behavior.

git_diff_find_similar() sets this flag by default which means that rename
/ copy detection of small files will now work. This in turn affects the
behavior of the git_status and git_blame APIs which will now detect rename
of small files assuming the right options are passed.
2015-01-14 10:17:56 -06:00
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h config: remove the refresh function and backend field 2014-10-23 19:05:02 +02:00
diff.h doc: add documentation to all the public structs and enums 2014-12-06 03:44:40 +01:00
filter.h Use unsigned type for APIs with opt flag mask 2014-05-08 10:46:04 -07:00
hashsig.h Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files 2015-01-14 10:17:56 -06:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
mempack.h Spelling fixes 2014-12-04 21:06:59 -06:00
odb_backend.h Fix remaining init_options inconsistencies 2014-05-02 09:21:33 -07:00
openssl.h Make the OpenSSL locking function warnings more severe 2014-12-12 15:46:57 +01:00
refdb_backend.h Introduce reference transactions 2014-09-30 15:44:32 +02:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Fix public header on sys/refs.h 2014-12-19 15:31:49 +01:00
repository.h Fix attribute lookup in index for bare repos 2014-09-15 21:59:23 -07:00
stream.h stream: constify the write buffer 2014-12-10 16:20:52 +01:00
transport.h doc: add documentation to all the public structs and enums 2014-12-06 03:44:40 +01:00