libgit2/include
Carlos Martín Nieto 36f784b538 config: expose locking via the main API
This lock/unlock pair allows for the cller to lock a configuration file
to avoid concurrent operations.

It also allows for a transactional approach to updating a configuration
file. If multiple updates must be made atomically, they can be done
while the config is locked.
2015-08-12 04:09:38 +02:00
..
git2 config: expose locking via the main API 2015-08-12 04:09:38 +02:00
git2.h Include git2/transaction.h 2015-05-31 19:22:12 +02:00