Fossil SCM

Break overlong line.

danield 2021-01-15 11:16 trunk
Commit 76c81e0359addbcf557627b36e07bbc2cc16f2cf3583f21bdcc034f2e1aa2d41
1 file changed +2 -1
+2 -1
--- src/timeline.c
+++ src/timeline.c
@@ -3205,11 +3205,12 @@
32053205
if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 )
32063206
zFormat = "%h %c";
32073207
if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 )
32083208
zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c%n";
32093209
if( find_option("full",0,0)!= 0 || fossil_strcmp(zFormat,"full")==0 )
3210
- zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPhase: %p%n";
3210
+ zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%n"
3211
+ "Branch: %b%nTags: %t%nPhase: %p%n";
32113212
showSql = find_option("sql",0,0)!=0;
32123213
32133214
if( !zLimit ){
32143215
zLimit = find_option("count",0,1);
32153216
}
32163217
--- src/timeline.c
+++ src/timeline.c
@@ -3205,11 +3205,12 @@
3205 if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 )
3206 zFormat = "%h %c";
3207 if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 )
3208 zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c%n";
3209 if( find_option("full",0,0)!= 0 || fossil_strcmp(zFormat,"full")==0 )
3210 zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPhase: %p%n";
 
3211 showSql = find_option("sql",0,0)!=0;
3212
3213 if( !zLimit ){
3214 zLimit = find_option("count",0,1);
3215 }
3216
--- src/timeline.c
+++ src/timeline.c
@@ -3205,11 +3205,12 @@
3205 if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 )
3206 zFormat = "%h %c";
3207 if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 )
3208 zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c%n";
3209 if( find_option("full",0,0)!= 0 || fossil_strcmp(zFormat,"full")==0 )
3210 zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%n"
3211 "Branch: %b%nTags: %t%nPhase: %p%n";
3212 showSql = find_option("sql",0,0)!=0;
3213
3214 if( !zLimit ){
3215 zLimit = find_option("count",0,1);
3216 }
3217

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button