libgit2/src/transports
Patrick Steinhardt c5f3da9692 repository: use git_repository_item_path
The recent introduction of the commondir variable of a repository
requires callers to distinguish whether their files are part of
the dot-git directory or the common directory shared between
multpile worktrees. In order to take the burden from callers and
unify knowledge on which files reside where, the
`git_repository_item_path` function has been introduced which
encapsulate this knowledge.

Modify most existing callers of `git_repository_path` to use
`git_repository_item_path` instead, thus making them implicitly
aware of the common directory.
2017-02-13 10:28:15 +01:00
..
auth_negotiate.c giterr_set: consistent error messages 2016-12-29 12:26:03 +00:00
auth_negotiate.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
cred_helpers.c ssh: make sure to ask for a username and use the same one 2014-06-26 22:58:39 +02:00
cred.c giterr_set: consistent error messages 2016-12-29 12:26:03 +00:00
cred.h cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
git.c giterr_set: consistent error messages 2016-12-29 12:26:03 +00:00
http.c Merge pull request #4049 from libgit2/ethomson/error_msgs 2017-01-13 17:05:58 +01:00
local.c repository: use git_repository_item_path 2017-02-13 10:28:15 +01:00
smart_pkt.c Merge pull request #4049 from libgit2/ethomson/error_msgs 2017-01-13 17:05:58 +01:00
smart_protocol.c Merge pull request #4049 from libgit2/ethomson/error_msgs 2017-01-13 17:05:58 +01:00
smart.c giterr_set: consistent error messages 2016-12-29 12:26:03 +00:00
smart.h proxy: ask the user for credentials if necessary 2016-04-19 13:54:19 +02:00
ssh.c giterr_set: consistent error messages 2016-12-29 12:26:03 +00:00
ssh.h ssh: initialize libssh2 2016-03-03 22:26:31 +01:00
winhttp.c Pass proxy options payload to credentials callback 2017-02-06 11:00:06 -07:00