libgit2/include
Carlos Martín Nieto b166703964 config: implement basic transactional support
When a configuration file is locked, any updates made to it will be done
to the in-memory copy of the file. This allows for multiple updates to
happen while we hold the lock, preventing races during complex
config-file manipulation.
2015-08-12 04:09:09 +02:00
..
git2 config: implement basic transactional support 2015-08-12 04:09:09 +02:00
git2.h Include git2/transaction.h 2015-05-31 19:22:12 +02:00