Commit 721f5f1
am: shorten ident_split variable name in get_commit_info()
The local ident_split variable is often mentioned three
times per line when dealing with its begin/end pointer
pairs. Let's use a shorter name which lets us get rid of
some long lines. Since this is a short self-contained
function, readability doesn't suffer.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 2e2bbb9 commit 721f5f1
1 file changed
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1378 | 1378 | | |
1379 | 1379 | | |
1380 | 1380 | | |
1381 | | - | |
| 1381 | + | |
1382 | 1382 | | |
1383 | 1383 | | |
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | | - | |
| 1387 | + | |
1388 | 1388 | | |
1389 | 1389 | | |
1390 | 1390 | | |
1391 | | - | |
| 1391 | + | |
1392 | 1392 | | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
| 1393 | + | |
| 1394 | + | |
1396 | 1395 | | |
1397 | 1396 | | |
1398 | 1397 | | |
1399 | | - | |
| 1398 | + | |
1400 | 1399 | | |
1401 | | - | |
1402 | | - | |
1403 | | - | |
| 1400 | + | |
| 1401 | + | |
1404 | 1402 | | |
1405 | 1403 | | |
1406 | 1404 | | |
1407 | | - | |
| 1405 | + | |
1408 | 1406 | | |
1409 | 1407 | | |
1410 | 1408 | | |
| |||
0 commit comments