Commit 4de53ce
Reword "your branch has diverged..." lines to reduce line length
The message length depends on the length of the branch name. In my case,
the branch name "origin/add-chickens2" put the first line of the "your
branch has diverged" message over 80 characters, which triggered "less -FS"
to not exit automatically as expected.
This patch rewords the messages to make the lines generally shorter, so
that you'd need a significantly longer branch name to trigger the problem.
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent fcab40a commit 4de53ce
1 file changed
+10
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1308 | 1308 | | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | | - | |
| 1311 | + | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | | - | |
1319 | 1318 | | |
1320 | | - | |
1321 | | - | |
1322 | 1319 | | |
1323 | 1320 | | |
1324 | | - | |
| 1321 | + | |
1325 | 1322 | | |
1326 | | - | |
1327 | | - | |
| 1323 | + | |
1328 | 1324 | | |
1329 | | - | |
1330 | | - | |
| 1325 | + | |
| 1326 | + | |
1331 | 1327 | | |
1332 | | - | |
1333 | | - | |
| 1328 | + | |
1334 | 1329 | | |
1335 | | - | |
1336 | | - | |
1337 | | - | |
1338 | | - | |
1339 | | - | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1340 | 1334 | | |
1341 | 1335 | | |
0 commit comments