diff options
| author | René Scharfe <l.s.r@web.de> | 2025-10-21 20:02:53 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-21 14:35:44 -0700 |
| commit | 301e20da208d23e9ea03d58e1488973c6f1f939a (patch) | |
| tree | 30f26c0aaa332295e934bd521fab21181cf8299b /Documentation | |
| parent | 208e23ea47ad71c20246ff234efa3abc8080513f (diff) | |
| download | git-301e20da208d23e9ea03d58e1488973c6f1f939a.tar.gz | |
add-patch: fully document option P
Show option P in the prompt and explain it properly on a dedicated line
in online help and documentation.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-add.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-add.adoc b/Documentation/git-add.adoc index 3116a2cac5..6192daeb03 100644 --- a/Documentation/git-add.adoc +++ b/Documentation/git-add.adoc @@ -349,6 +349,7 @@ patch:: s - split the current hunk into smaller hunks e - manually edit the current hunk p - print the current hunk + P - print the current hunk using the pager ? - print help + After deciding the fate for all hunks, if there is any hunk |
