mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Merge rev 1.3 (catch write-lock attempts immediately if running in
read-only mode) & rev 1.2 (check out from read-only repository support) into version 1.11-20080310.
This commit is contained in:
parent
3d1f13d8ce
commit
1df5166048
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177396
@ -175,7 +175,7 @@ lock_name (repository, name)
|
||||
const char *p;
|
||||
char *q;
|
||||
const char *short_repos;
|
||||
mode_t save_umask;
|
||||
mode_t save_umask = 0;
|
||||
int saved_umask = 0;
|
||||
|
||||
if (lock_dir == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user