Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
bd61c4e5
Commit
bd61c4e5
authored
Jun 06, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable automatic p4 sync (new default)
TBR=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29969 CL=29969
parent
8720b472
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
godoc.go
usr/gri/pretty/godoc.go
+1
-1
No files found.
usr/gri/pretty/godoc.go
View file @
bd61c4e5
...
@@ -86,7 +86,7 @@ var (
...
@@ -86,7 +86,7 @@ var (
// workspace control
// workspace control
p4binary
=
flag
.
String
(
"p4"
,
"/usr/local/scripts/p4"
,
"p4 binary"
);
p4binary
=
flag
.
String
(
"p4"
,
"/usr/local/scripts/p4"
,
"p4 binary"
);
syncSleep
=
flag
.
Int
(
"sync"
,
1
0
,
"p4 sync interval in minutes; disabled if <= 0"
);
syncSleep
=
flag
.
Int
(
"sync"
,
0
,
"p4 sync interval in minutes; disabled if <= 0"
);
syncTime
timeStamp
;
// time of last p4 sync
syncTime
timeStamp
;
// time of last p4 sync
// layout control
// layout control
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment