libgit2/include/git2
Russell Belfer e26b14c034 Update diff handling of untracked directories
When diff encounters an untracked directory, there was a shortcut
that it took which is not compatible with core git.  This makes
the default behavior no longer take that shortcut and instead look
inside the untracked directory to see if there are any untracked
files within it.  If there are not, then the directory is treated
as an ignore directory instead of an untracked directory.  This
has implications for the git_status APIs.
2013-04-30 04:25:56 -07:00
..
sys repo: Add git_repository__cleanup 2013-04-24 15:52:58 +02:00
attr.h docs: formatting fixes 2013-04-24 20:25:57 +02:00
blob.h Standardize cast versions of git_object accessors 2013-04-29 14:22:06 -07:00
branch.h Merge pull request #1450 from carlosmn/branch-upstream 2013-04-11 06:34:59 -07:00
checkout.h Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH 2013-01-10 15:15:37 -08:00
clone.h clone: fix param comment 2013-03-19 17:42:10 +01:00
commit.h object: Explicitly define helper API methods for all obj types 2013-04-30 13:13:38 +02:00
common.h docs: formatting fixes 2013-04-24 20:25:57 +02:00
config.h Move git_config_backend to include/git2/sys 2013-04-21 11:50:55 -07:00
cred_helpers.h docs: formatting fixes 2013-04-24 20:25:57 +02:00
diff.h Update diff handling of untracked directories 2013-04-30 04:25:56 -07:00
errors.h errors: Introduce EMERGECONFLICT error code 2013-01-11 19:30:57 +01:00
graph.h graph: make the ahead-behind docs clearer 2013-03-22 20:27:59 +01:00
ignore.h update copyrights 2013-01-08 17:31:27 -06:00
index.h clear REUC on checkout 2013-03-04 18:10:57 -06:00
indexer.h Move odb_backend implementors stuff into git2/sys 2013-04-21 11:50:55 -07:00
inttypes.h Fixed compilation with VS >= 2010 2012-12-28 13:47:13 +01:00
merge.h update copyrights 2013-01-08 17:31:27 -06:00
message.h update copyrights 2013-01-08 17:31:27 -06:00
net.h No bitfields in public headers b/c packing is compiler-specific 2013-02-07 12:47:29 -05:00
notes.h fixed minor issues with new note iterator 2013-03-06 22:36:19 +01:00
object.h object: Export git_object_dup 2013-04-10 16:56:32 +02:00
odb_backend.h Document the odb backend constructors 2013-04-23 19:09:45 +02:00
odb.h Move odb_backend implementors stuff into git2/sys 2013-04-21 11:50:55 -07:00
oid.h Some cleanups 2013-04-29 18:20:58 -07:00
pack.h Added function to insert commit into pack 2013-04-23 12:22:29 -04:00
push.h push: fix typo in git_push_finish() doc 2013-02-15 13:12:16 +01:00
refdb.h Move git_reference__alloc to include/git2/sys 2013-04-21 12:52:17 -07:00
reflog.h update copyrights 2013-01-08 17:31:27 -06:00
refs.h Parse shorthand refspecs as valid 2013-04-28 14:21:10 +02:00
refspec.h remote: add resfpec list accessors 2013-04-30 12:04:59 +02:00
remote.h remote: add resfpec list accessors 2013-04-30 12:04:59 +02:00
repository.h Move some low-level repo fns to include/git2/sys 2013-04-21 11:50:56 -07:00
reset.h reset: Introduce git_reset_default() 2013-02-05 20:33:03 +01:00
revparse.h Update docs 2013-04-15 23:54:28 +02:00
revwalk.h Clean up minor details 2013-04-15 13:29:40 -07:00
signature.h update copyrights 2013-01-08 17:31:27 -06:00
stash.h update copyrights 2013-01-08 17:31:27 -06:00
status.h Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULES 2013-03-25 22:19:39 -07:00
stdint.h msvc: Properly handle inttypes.h/stdint.h 2011-10-05 16:21:16 -04:00
strarray.h Fixes and cleanups 2013-03-18 15:54:35 -07:00
submodule.h Update diff handling of untracked directories 2013-04-30 04:25:56 -07:00
tag.h Standardize cast versions of git_object accessors 2013-04-29 14:22:06 -07:00
threads.h update copyrights 2013-01-08 17:31:27 -06:00
trace.h optional tracing 2013-03-07 12:42:33 -06:00
transport.h transport: don't try to export nonexistent function 2013-03-30 04:50:53 +01:00
tree.h Standardize cast versions of git_object accessors 2013-04-29 14:22:06 -07:00
types.h Move odb_backend implementors stuff into git2/sys 2013-04-21 11:50:55 -07:00
version.h libgit2 0.18.0 "Big Ben" 2013-04-16 17:45:12 +02:00