Commit 1eb7e2f
bash completion: Add completion for 'git help'
Rename cached __git_commandlist to __git_porcelain_commandlist and
add __git_all_commandlist that only filters out *--* helpers.
Completions for 'git help' will use the __git_all_commandlist, while
the __git_porcelain_commandlist is used for git command completion.
Users who actually read man pages may want to see help for plumbing
commands.
Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 6bb9e51 commit 1eb7e2f
1 file changed
+39
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | | - | |
355 | | - | |
| 354 | + | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
360 | 378 | | |
361 | 379 | | |
362 | 380 | | |
| |||
427 | 445 | | |
428 | 446 | | |
429 | 447 | | |
430 | | - | |
431 | | - | |
| 448 | + | |
| 449 | + | |
432 | 450 | | |
433 | 451 | | |
434 | 452 | | |
| |||
778 | 796 | | |
779 | 797 | | |
780 | 798 | | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
781 | 811 | | |
782 | 812 | | |
783 | 813 | | |
| |||
1410 | 1440 | | |
1411 | 1441 | | |
1412 | 1442 | | |
1413 | | - | |
| 1443 | + | |
| 1444 | + | |
1414 | 1445 | | |
1415 | 1446 | | |
1416 | 1447 | | |
| |||
1430 | 1461 | | |
1431 | 1462 | | |
1432 | 1463 | | |
1433 | | - | |
| 1464 | + | |
1434 | 1465 | | |
1435 | 1466 | | |
1436 | 1467 | | |
| |||
1455 | 1486 | | |
1456 | 1487 | | |
1457 | 1488 | | |
| 1489 | + | |
1458 | 1490 | | |
1459 | 1491 | | |
1460 | 1492 | | |
| |||
0 commit comments