Home | History | Annotate | Download | only in src

Lines Matching refs:Commit

1605  * directory.  Return the new commit number on success, negative
1620 /* update the commit number */
1630 ERR(sh, "Could not open commit number file %s for writing.",
1636 ERR(sh, "Error while writing commit number to %s.",
1719 * atomically. Returns commit number on success, -1 on error.
1841 * the file containing the commit number. This is very basic locking
1889 /* Read the current commit number from the commit number file which
1910 /* the commit number file does not exist yet,
1915 ERR(sh, "Could not open commit number file %s.",
1923 ERR(sh, "Error while reading commit number from %s.",
1927 /* if nothing was read, assume that the commit number is 0 */
1932 "Commit number file %s is corrupted; it should only contain a non-negative integer.",
1941 /* HIGHER LEVEL COMMIT FUNCTIONS */