libgit2/include/git2
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
..
sys Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files 2015-01-14 10:17:56 -06:00
annotated_commit.h
attr.h
blame.h
blob.h
branch.h
buffer.h
checkout.h
cherrypick.h
clone.h
commit.h
common.h
config.h
cred_helpers.h
describe.h
diff.h
errors.h
filter.h
global.h
graph.h
ignore.h
index.h
indexer.h
inttypes.h
merge.h
message.h
net.h
notes.h
object.h
odb_backend.h
odb.h
oid.h
oidarray.h
pack.h
patch.h
pathspec.h
push.h push: reword comment on finish() 2014-12-10 18:55:54 +01:00
rebase.h
refdb.h
reflog.h
refs.h
refspec.h
remote.h
repository.h
reset.h
revert.h
revparse.h
revwalk.h
signature.h
stash.h
status.h
stdint.h
strarray.h
submodule.h
tag.h
trace.h
transaction.h
transport.h
tree.h treebuilder: take a repository for path validation 2014-12-17 13:05:27 -05:00
types.h
version.h