mirror of
https://github.com/git/git.git
synced 2024-11-15 05:33:04 +01:00
13 lines
240 B
Text
13 lines
240 B
Text
|
lockfile API
|
||
|
============
|
||
|
|
||
|
Talk about <lockfile.c>, things like:
|
||
|
|
||
|
* lockfile lifetime -- atexit(3) looks at them, do not put them on the
|
||
|
stack;
|
||
|
* hold_lock_file_for_update()
|
||
|
* commit_lock_file()
|
||
|
* rollback_rock_file()
|
||
|
|
||
|
(JC, Dscho, Shawn)
|