]> git.proxmox.com Git - libgit2.git/commit - include/git2/revwalk.h
Add getter methods for object owners
authorVicent Marti <tanoku@gmail.com>
Thu, 28 Oct 2010 23:22:38 +0000 (02:22 +0300)
committerVicent Marti <tanoku@gmail.com>
Thu, 28 Oct 2010 23:22:38 +0000 (02:22 +0300)
commita13bc8e74f31d9d326153cb375521c47851eb1eb
treea0a8c00ca870d11aa8c22d6b241834926c6e5205
parentaaf68dc443bf60f1703b4b9fabd75d7a901f663f
Add getter methods for object owners

You can know access the owning repository of any existing object, or the
repository on which a revision walker is working on.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
src/git/repository.h
src/git/revwalk.h
src/repository.c
src/revwalk.c