Fossil SCM
Break overlong line.
Commit
76c81e0359addbcf557627b36e07bbc2cc16f2cf3583f21bdcc034f2e1aa2d41
Parent
1bdd48532d74a9c…
1 file changed
+2
-1
+2
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -3205,11 +3205,12 @@ | ||
| 3205 | 3205 | if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 ) |
| 3206 | 3206 | zFormat = "%h %c"; |
| 3207 | 3207 | if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 ) |
| 3208 | 3208 | zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c%n"; |
| 3209 | 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"; | |
| 3210 | + zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%n" | |
| 3211 | + "Branch: %b%nTags: %t%nPhase: %p%n"; | |
| 3211 | 3212 | showSql = find_option("sql",0,0)!=0; |
| 3212 | 3213 | |
| 3213 | 3214 | if( !zLimit ){ |
| 3214 | 3215 | zLimit = find_option("count",0,1); |
| 3215 | 3216 | } |
| 3216 | 3217 |
| --- 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 |