libgit2/include
Vicent Marti f7a5058aaf index: Refactor add/replace methods
Removed the optional `replace` argument, we now have 4 add methods:

	`git_index_add`: add or update from path
	`git_index_add2`: add or update from struct
	`git_index_append`: add without replacing from path
	`git_index_append2`: add without replacing from struct

Yes, this breaks the bindings.
2011-04-24 00:31:43 +03:00
..
git2 index: Refactor add/replace methods 2011-04-24 00:31:43 +03:00
git2.h LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0) 2011-04-21 21:21:44 +02:00