diff options
author | Jakob Pfender <jpfender@elegosoft.com> | 2011-06-07 14:10:06 +0200 |
---|---|---|
committer | Jakob Pfender <jpfender@elegosoft.com> | 2011-06-07 14:10:06 +0200 |
commit | fdd1e04ce766c40be90a7b07580842a3f8d76b2e (patch) | |
tree | 08b01e042efbbae74a57a6b1497f4013a4fb14be /src/commit.c | |
parent | ee4912bf795237cb235b3d6533e9046fcd7e12b7 (diff) | |
download | libgit2-fdd1e04ce766c40be90a7b07580842a3f8d76b2e.tar.gz |
fileops: Allow differentiation between deep and shallow exists()
When calling gitfo_exists() on a symbolic link, sometimes we need to
simply check whether the link exists and sometimes we need to check
whether the file pointed to by the symlink exists.
Introduce a new function gitfo_shallow_exists that only checks if the
link exists and revert gitfo_exists to the original functionality of
checking whether the file pointed to by the link exists.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions